body {
  font-family: 'Lexend', sans-serif;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 5.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0559cb !important;
}
.bg-success {
  background-color: #5693e6 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #2299aa !important;
}
.bg-danger {
  background-color: #0559cb !important;
}
.btn-primary {
  background-color: #0559cb !important;
  background: linear-gradient(90deg, #0559cb 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #0559cb;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #033476;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #033476;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #011a38 !important;
  background: linear-gradient(90deg, #011a38 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #011a38;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #5693e6 !important;
  background: linear-gradient(90deg, #5693e6 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #5693e6;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1e66c8;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e66c8;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #2299aa !important;
  background: linear-gradient(90deg, #2299aa 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #2299aa;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #145862;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #145862;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #0559cb !important;
  background: linear-gradient(90deg, #0559cb 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #0559cb;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #033476;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #033476;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #011a38 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0559cb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #033476 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0559cb !important;
  border-color: #0559cb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #011a38;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #011a38 !important;
  border-color: #011a38 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5693e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1e66c8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5693e6 !important;
  border-color: #5693e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0559cb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #033476 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0559cb !important;
  border-color: #0559cb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0559cb !important;
}
.text-secondary {
  color: #011a38 !important;
}
.text-success {
  color: #5693e6 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #2299aa !important;
}
.text-danger {
  color: #0559cb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #032d67 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c5fba !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #114c55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #032d67 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0559cb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #2299aa;
}
.alert-danger {
  background-color: #0559cb;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0559cb;
  border-color: #0559cb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0559cb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9fc7fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9fc7fd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0559cb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0559cb;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0559cb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0559cb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0559cb;
  border-bottom-color: #0559cb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0559cb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #011a38 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230559cb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-sHkmpk5pcL {
  z-index: 1000;
  width: 100%;
}
.cid-sHkmpk5pcL nav.navbar {
  position: fixed;
}
.cid-sHkmpk5pcL .navbar-nav {
  margin: auto;
}
.cid-sHkmpk5pcL .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHkmpk5pcL .dropdown-item:hover,
.cid-sHkmpk5pcL .dropdown-item:focus {
  background: #0559cb !important;
  color: white !important;
}
.cid-sHkmpk5pcL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHkmpk5pcL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHkmpk5pcL .navbar-short,
.cid-sHkmpk5pcL .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar-short .nav-link,
.cid-sHkmpk5pcL .opened .nav-link,
.cid-sHkmpk5pcL .navbar-short .navbar-caption,
.cid-sHkmpk5pcL .opened .navbar-caption,
.cid-sHkmpk5pcL .navbar-short .mbr-iconfont,
.cid-sHkmpk5pcL .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sHkmpk5pcL .navbar-short .hamburger span,
.cid-sHkmpk5pcL .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sHkmpk5pcL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sHkmpk5pcL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHkmpk5pcL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHkmpk5pcL .container {
  display: flex;
  margin: auto;
}
.cid-sHkmpk5pcL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown-menu,
.cid-sHkmpk5pcL .navbar.opened {
  background: #ffffff !important;
}
.cid-sHkmpk5pcL .nav-item:focus,
.cid-sHkmpk5pcL .nav-link:focus {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHkmpk5pcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHkmpk5pcL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sHkmpk5pcL .navbar.opened {
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHkmpk5pcL .navbar .navbar-logo img {
  width: auto;
}
.cid-sHkmpk5pcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar.collapsed {
  justify-content: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHkmpk5pcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHkmpk5pcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHkmpk5pcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHkmpk5pcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHkmpk5pcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHkmpk5pcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHkmpk5pcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHkmpk5pcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHkmpk5pcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHkmpk5pcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHkmpk5pcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHkmpk5pcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown-item.active,
.cid-sHkmpk5pcL .dropdown-item:active {
  background-color: transparent;
}
.cid-sHkmpk5pcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHkmpk5pcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHkmpk5pcL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHkmpk5pcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHkmpk5pcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHkmpk5pcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHkmpk5pcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHkmpk5pcL .navbar {
    height: 70px;
  }
  .cid-sHkmpk5pcL .navbar.opened {
    height: auto;
  }
  .cid-sHkmpk5pcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHTRXs2eqj {
  background-image: url("../../../assets/images/img-1778-2000x1319.jpg");
}
.cid-sHTRXs2eqj .mbr-arrow {
  background: #1467bb !important;
  opacity: .7;
}
.cid-sHTRXs2eqj .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHTRXs2eqj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHTRXs2eqj .animated-element,
.cid-sHTRXs2eqj .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHTRXs2eqj .typed-text {
    text-align: center;
  }
}
.cid-sHkkrhBV74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #47c4e9;
  background: linear-gradient(0deg, #47c4e9, #60f2ff);
}
.cid-sHkkrhBV74 img {
  border-radius: 30px;
}
.cid-sHkkrhBV74 .my-auto {
  margin-bottom: 0!important;
}
.cid-sHkkrhBV74 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sHkkrhBV74 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHkkrhBV74 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sHkkrhBV74 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHkkrhBV74 .mbr-section-title {
  color: #2299aa;
  text-align: center;
}
.cid-sHkkrhBV74 .mbr-text,
.cid-sHkkrhBV74 .mbr-section-btn {
  color: #263d5a;
}
.cid-sHkkrhBV74 .mbr-section-subtitle {
  color: #2299aa;
}
.cid-sHkkrhBV74 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sHu8Wh8zge {
  padding-top: 0px;
  background: linear-gradient(180deg, #47c4e9, #3adcdc);
}
.cid-sHu8Wh8zge .wave1 {
  opacity: 0.35;
  fill: #39aadc;
}
.cid-sHu8Wh8zge .wave2 {
  fill: #39aadc;
}
.cid-sHuRetMbAz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #39aadc);
}
.cid-sHuRetMbAz img {
  border-radius: 25px 25px 25px 25px ;
  padding-bottom: 32px;
}
.cid-sHuRetMbAz .right {
  display: flex;
  flex-direction: column;
}
.cid-sHuRetMbAz .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-sHuRetMbAz .p {
  padding-bottom: 17px;
  color: #fafafa;
  text-align: center;
}
.cid-sHuRetMbAz .last-p {
  padding-bottom: 0;
}
.cid-sHuRetMbAz .row {
  justify-content: center;
}
.cid-sHuTMJAcAb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1467bb;
  background: linear-gradient(0deg, #1467bb, #2689cc);
}
.cid-sHuTMJAcAb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHuTMJAcAb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHuTMJAcAb .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHuTMJAcAb .row .img-item img {
    height: 250px;
  }
}
.cid-sHv6CNLZya {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #054daf;
  background: linear-gradient(0deg, #054daf, #1467bb);
}
.cid-sHv6CNLZya .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHv6CNLZya .row {
    flex-direction: column-reverse;
  }
  .cid-sHv6CNLZya .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHv6CNLZya .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHv6CNLZya .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHv6CNLZya .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px 25px 25px 25px ;
}
.cid-sHv6CNLZya .card-title {
  color: #36187d;
}
.cid-sHv6CNLZya .mbr-text,
.cid-sHv6CNLZya .mbr-section-btn {
  color: #fafafa;
}
.cid-sHvj87EU4k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #60f2ff;
  background: linear-gradient(0deg, #60f2ff, #054daf);
}
.cid-sHvj87EU4k img {
  border-radius: 25px 25px 25px 25px ;
  padding-bottom: 32px;
}
.cid-sHvj87EU4k .right {
  display: flex;
  flex-direction: column;
}
.cid-sHvj87EU4k .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-sHvj87EU4k .p {
  padding-bottom: 17px;
  color: #fafafa;
  text-align: center;
}
.cid-sHvj87EU4k .last-p {
  padding-bottom: 0;
}
.cid-sHvj87EU4k .row {
  justify-content: center;
}
.cid-sHAEnmUoQ2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #60f2ff;
}
.cid-sHAEnmUoQ2 .mbr-section-title,
.cid-sHAEnmUoQ2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sHAEnmUoQ2 .mbr-section-text {
  color: #232323;
}
.cid-sHAEnmUoQ2 .mbr-text,
.cid-sHAEnmUoQ2 .typed-text,
.cid-sHAEnmUoQ2 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sHAEnmUoQ2 .btn {
  margin-left: 4px !important;
}
.cid-sHAEnmUoQ2 .animated-element {
  color: #ff3366;
}
.cid-sHAEnmUoQ2 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sHAEnmUoQ2 .mbr-figure {
  border-radius: 25px 25px 25px 25px ;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sHAEnmUoQ2 .typed-text,
  .cid-sHAEnmUoQ2 .mbr-section-subtitle,
  .cid-sHAEnmUoQ2 .mbr-section-text,
  .cid-sHAEnmUoQ2 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sHAEnmUoQ2 .mbr-section-subtitle,
.cid-sHAEnmUoQ2 .typed-text {
  color: #fafafa;
}
.cid-sHAEnmUoQ2 .mbr-section-text,
.cid-sHAEnmUoQ2 .mbr-section-btn {
  color: #fafafa;
}
.cid-sKODHFreyd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sKODHFreyd p {
  text-align: center;
}
.cid-sKODHFreyd .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKODHFreyd .btn-underline:hover {
  color: #505050;
}
.cid-sKODHFreyd .btn-underline:before {
  background-color: #505050;
}
.cid-sKODHFreyd .social-list a:focus {
  text-decoration: none;
}
.cid-sKODHFreyd .text-copyright {
  width: 100%;
}
.cid-sKODHFreyd .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sKODHFreyd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sKODHFreyd .logo-footer {
  line-height: normal;
}
.cid-sKODHFreyd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKODHFreyd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKODHFreyd .mbr-section-btn {
  font-size: 16px;
}
.cid-sKODHFreyd .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sHkmpk5pcL {
  z-index: 1000;
  width: 100%;
}
.cid-sHkmpk5pcL nav.navbar {
  position: fixed;
}
.cid-sHkmpk5pcL .navbar-nav {
  margin: auto;
}
.cid-sHkmpk5pcL .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHkmpk5pcL .dropdown-item:hover,
.cid-sHkmpk5pcL .dropdown-item:focus {
  background: #0559cb !important;
  color: white !important;
}
.cid-sHkmpk5pcL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHkmpk5pcL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHkmpk5pcL .navbar-short,
.cid-sHkmpk5pcL .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar-short .nav-link,
.cid-sHkmpk5pcL .opened .nav-link,
.cid-sHkmpk5pcL .navbar-short .navbar-caption,
.cid-sHkmpk5pcL .opened .navbar-caption,
.cid-sHkmpk5pcL .navbar-short .mbr-iconfont,
.cid-sHkmpk5pcL .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sHkmpk5pcL .navbar-short .hamburger span,
.cid-sHkmpk5pcL .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sHkmpk5pcL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sHkmpk5pcL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHkmpk5pcL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHkmpk5pcL .container {
  display: flex;
  margin: auto;
}
.cid-sHkmpk5pcL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown-menu,
.cid-sHkmpk5pcL .navbar.opened {
  background: #ffffff !important;
}
.cid-sHkmpk5pcL .nav-item:focus,
.cid-sHkmpk5pcL .nav-link:focus {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHkmpk5pcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHkmpk5pcL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sHkmpk5pcL .navbar.opened {
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHkmpk5pcL .navbar .navbar-logo img {
  width: auto;
}
.cid-sHkmpk5pcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar.collapsed {
  justify-content: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHkmpk5pcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHkmpk5pcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHkmpk5pcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHkmpk5pcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHkmpk5pcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHkmpk5pcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHkmpk5pcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHkmpk5pcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHkmpk5pcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHkmpk5pcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHkmpk5pcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHkmpk5pcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown-item.active,
.cid-sHkmpk5pcL .dropdown-item:active {
  background-color: transparent;
}
.cid-sHkmpk5pcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHkmpk5pcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHkmpk5pcL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHkmpk5pcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHkmpk5pcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHkmpk5pcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHkmpk5pcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHkmpk5pcL .navbar {
    height: 70px;
  }
  .cid-sHkmpk5pcL .navbar.opened {
    height: auto;
  }
  .cid-sHkmpk5pcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHTSnSTDtx {
  background-image: url("../../../assets/images/img-1821-2000x1334.jpg");
}
.cid-sHTSnSTDtx .mbr-arrow {
  background: #1467bb !important;
  opacity: .7;
}
.cid-sHTSnSTDtx .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHTSnSTDtx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHTSnSTDtx .animated-element,
.cid-sHTSnSTDtx .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHTSnSTDtx .typed-text {
    text-align: center;
  }
}
.cid-sHB0YCpAl5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #47c4e9;
  background: linear-gradient(0deg, #47c4e9, #60f2ff);
}
.cid-sHB0YCpAl5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHB0YCpAl5 .row {
    flex-direction: column-reverse;
  }
  .cid-sHB0YCpAl5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHB0YCpAl5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHB0YCpAl5 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHB0YCpAl5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sHB0YCpAl5 .card-title {
  color: #fafafa;
}
.cid-sHB0YCpAl5 .mbr-text,
.cid-sHB0YCpAl5 .mbr-section-btn {
  color: #fafafa;
}
.cid-sHBgV9aB71 {
  padding-top: 0px;
  background: linear-gradient(180deg, #47c4e9, #3adcdc);
}
.cid-sHBgV9aB71 .wave1 {
  opacity: 0.35;
  fill: #39aadc;
}
.cid-sHBgV9aB71 .wave2 {
  fill: #39aadc;
}
.cid-sHB3sZjW9E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #39aadc);
}
.cid-sHB3sZjW9E .item-wrapper {
  width: 100%;
}
.cid-sHB3sZjW9E .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHB3sZjW9E .row {
  align-items: center;
}
.cid-sHB3sZjW9E .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHB3sZjW9E .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHB3sZjW9E .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHB3sZjW9E .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHB3sZjW9E .mbr-text,
.cid-sHB3sZjW9E .right-side {
  color: #1b745e;
}
.cid-sHB3sZjW9E .mbr-section-title,
.cid-sHB3sZjW9E .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHB3sZjW9E .text {
  text-align: center;
  color: #fafafa;
}
.cid-sHAYWd4sr0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0954b2;
  background: linear-gradient(0deg, #0954b2, #2689cc);
}
.cid-sHAYWd4sr0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHAYWd4sr0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHAYWd4sr0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHAYWd4sr0 .row .img-item img {
    height: 250px;
  }
}
.cid-sHBjl5OwYo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #054daf;
  background: linear-gradient(0deg, #054daf, #0954b2);
}
.cid-sHBjl5OwYo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHBjl5OwYo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHBjl5OwYo .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHBjl5OwYo .row .img-item img {
    height: 250px;
  }
}
.cid-sHBDTibjln {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #054daf;
}
.cid-sHBDTibjln .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHBDTibjln .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sHBDTibjln .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHBDTibjln .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sHBDTibjln .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHBDTibjln .row {
  justify-content: center;
}
.cid-sHBDTibjln .card-text {
  color: #263d5a;
}
.cid-sHBDTibjln .card-title,
.cid-sHBDTibjln .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHBDTibjln .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sHBDTibjln .mbr-section-title {
  color: #263d5a;
}
.cid-sHBDTibjln .card-price,
.cid-sHBDTibjln .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHB44sPxmT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #054daf);
}
.cid-sHB44sPxmT .item-wrapper {
  width: 100%;
}
.cid-sHB44sPxmT .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHB44sPxmT .row {
  align-items: center;
}
.cid-sHB44sPxmT .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHB44sPxmT .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHB44sPxmT .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHB44sPxmT .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHB44sPxmT .mbr-text,
.cid-sHB44sPxmT .right-side {
  color: #1b745e;
}
.cid-sHB44sPxmT .mbr-section-title,
.cid-sHB44sPxmT .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHB44sPxmT .text {
  text-align: center;
  color: #fafafa;
}
.cid-sHAYWFMcNk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1467bb;
  background: linear-gradient(0deg, #1467bb, #2689cc);
}
.cid-sHAYWFMcNk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHAYWFMcNk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHAYWFMcNk .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHAYWFMcNk .row .img-item img {
    height: 250px;
  }
}
.cid-sHBom7MWJh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #1467bb);
}
.cid-sHBom7MWJh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHBom7MWJh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHBom7MWJh .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHBom7MWJh .row .img-item img {
    height: 250px;
  }
}
.cid-sHBDRFoJax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #39aadc;
}
.cid-sHBDRFoJax .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHBDRFoJax .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sHBDRFoJax .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHBDRFoJax .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sHBDRFoJax .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHBDRFoJax .row {
  justify-content: center;
}
.cid-sHBDRFoJax .card-text {
  color: #263d5a;
}
.cid-sHBDRFoJax .card-title,
.cid-sHBDRFoJax .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHBDRFoJax .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sHBDRFoJax .mbr-section-title {
  color: #263d5a;
}
.cid-sHBDRFoJax .card-price,
.cid-sHBDRFoJax .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHB45DuVQz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #47c4e9;
  background: linear-gradient(0deg, #47c4e9, #39aadc);
}
.cid-sHB45DuVQz .item-wrapper {
  width: 100%;
}
.cid-sHB45DuVQz .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHB45DuVQz .row {
  align-items: center;
}
.cid-sHB45DuVQz .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHB45DuVQz .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHB45DuVQz .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHB45DuVQz .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHB45DuVQz .mbr-text,
.cid-sHB45DuVQz .right-side {
  color: #1b745e;
}
.cid-sHB45DuVQz .mbr-section-title,
.cid-sHB45DuVQz .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHB45DuVQz .text {
  text-align: center;
  color: #fafafa;
}
.cid-sHAYXfj0rI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #60f2ff;
  background: linear-gradient(0deg, #60f2ff, #47c4e9);
}
.cid-sHAYXfj0rI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHAYXfj0rI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHAYXfj0rI .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHAYXfj0rI .row .img-item img {
    height: 250px;
  }
}
.cid-sHBD4voPHQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #60f2ff;
}
.cid-sHBD4voPHQ .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHBD4voPHQ .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sHBD4voPHQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHBD4voPHQ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sHBD4voPHQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHBD4voPHQ .row {
  justify-content: center;
}
.cid-sHBD4voPHQ .card-text {
  color: #263d5a;
}
.cid-sHBD4voPHQ .card-title,
.cid-sHBD4voPHQ .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHBD4voPHQ .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sHBD4voPHQ .mbr-section-title {
  color: #263d5a;
}
.cid-sHBD4voPHQ .card-price,
.cid-sHBD4voPHQ .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHB470yES5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sHB470yES5 .item-wrapper {
  width: 100%;
}
.cid-sHB470yES5 .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHB470yES5 .row {
  align-items: center;
}
.cid-sHB470yES5 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHB470yES5 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHB470yES5 .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHB470yES5 .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHB470yES5 .mbr-text,
.cid-sHB470yES5 .right-side {
  color: #1b745e;
}
.cid-sHB470yES5 .mbr-section-title,
.cid-sHB470yES5 .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHB470yES5 .text {
  text-align: center;
  color: #fafafa;
}
.cid-sHAYXUZfDV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1467bb;
  background: linear-gradient(0deg, #1467bb, #39aadc);
}
.cid-sHAYXUZfDV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHAYXUZfDV .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHAYXUZfDV .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHAYXUZfDV .row .img-item img {
    height: 250px;
  }
}
.cid-sHBv1zm7m6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #054daf;
  background: linear-gradient(0deg, #054daf, #1467bb);
}
.cid-sHBv1zm7m6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHBv1zm7m6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHBv1zm7m6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHBv1zm7m6 .row .img-item img {
    height: 250px;
  }
}
.cid-sHBwpH1aBr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #054daf);
}
.cid-sHBwpH1aBr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHBwpH1aBr .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHBwpH1aBr .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHBwpH1aBr .row .img-item img {
    height: 250px;
  }
}
.cid-sHBDQHyiE8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #60f2ff;
  background: linear-gradient(0deg, #60f2ff, #2689cc);
}
.cid-sHBDQHyiE8 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHBDQHyiE8 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sHBDQHyiE8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHBDQHyiE8 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sHBDQHyiE8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHBDQHyiE8 .row {
  justify-content: center;
}
.cid-sHBDQHyiE8 .card-text {
  color: #263d5a;
}
.cid-sHBDQHyiE8 .card-title,
.cid-sHBDQHyiE8 .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHBDQHyiE8 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sHBDQHyiE8 .mbr-section-title {
  color: #263d5a;
}
.cid-sHBDQHyiE8 .card-price,
.cid-sHBDQHyiE8 .iconfont-wrapper {
  color: #263d5a;
}
.cid-sHBFhUEXzi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sHBFhUEXzi .item-wrapper {
  width: 100%;
}
.cid-sHBFhUEXzi .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHBFhUEXzi .row {
  align-items: center;
}
.cid-sHBFhUEXzi .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHBFhUEXzi .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHBFhUEXzi .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHBFhUEXzi .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHBFhUEXzi .mbr-text,
.cid-sHBFhUEXzi .right-side {
  color: #1b745e;
}
.cid-sHBFhUEXzi .mbr-section-title,
.cid-sHBFhUEXzi .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHBFhUEXzi .text {
  text-align: center;
  color: #fafafa;
}
.cid-sHBF99pwbQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #39aadc;
}
.cid-sHBF99pwbQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHBF99pwbQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHBF99pwbQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sHBFfhjhWM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #60f2ff;
  background: linear-gradient(0deg, #60f2ff, #39aadc);
}
.cid-sHBFfhjhWM .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHBFfhjhWM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sHBFfhjhWM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHBFfhjhWM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-sHBFfhjhWM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHBFfhjhWM .row {
  justify-content: center;
}
.cid-sHBFfhjhWM .card-text {
  color: #263d5a;
  text-align: center;
}
.cid-sHBFfhjhWM .card-title,
.cid-sHBFfhjhWM .iconfont-wrapper {
  color: #263d5a;
  text-align: center;
}
.cid-sHBFfhjhWM .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sHBFfhjhWM .mbr-section-title {
  color: #263d5a;
}
.cid-sHBFfhjhWM .card-price,
.cid-sHBFfhjhWM .iconfont-wrapper {
  color: #263d5a;
  text-align: center;
}
.cid-sKOFFctaVK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sKOFFctaVK p {
  text-align: center;
}
.cid-sKOFFctaVK .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKOFFctaVK .btn-underline:hover {
  color: #505050;
}
.cid-sKOFFctaVK .btn-underline:before {
  background-color: #505050;
}
.cid-sKOFFctaVK .social-list a:focus {
  text-decoration: none;
}
.cid-sKOFFctaVK .text-copyright {
  width: 100%;
}
.cid-sKOFFctaVK .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sKOFFctaVK .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sKOFFctaVK .logo-footer {
  line-height: normal;
}
.cid-sKOFFctaVK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKOFFctaVK .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKOFFctaVK .mbr-section-btn {
  font-size: 16px;
}
.cid-sKOFFctaVK .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sHkmpk5pcL {
  z-index: 1000;
  width: 100%;
}
.cid-sHkmpk5pcL nav.navbar {
  position: fixed;
}
.cid-sHkmpk5pcL .navbar-nav {
  margin: auto;
}
.cid-sHkmpk5pcL .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHkmpk5pcL .dropdown-item:hover,
.cid-sHkmpk5pcL .dropdown-item:focus {
  background: #0559cb !important;
  color: white !important;
}
.cid-sHkmpk5pcL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHkmpk5pcL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHkmpk5pcL .navbar-short,
.cid-sHkmpk5pcL .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar-short .nav-link,
.cid-sHkmpk5pcL .opened .nav-link,
.cid-sHkmpk5pcL .navbar-short .navbar-caption,
.cid-sHkmpk5pcL .opened .navbar-caption,
.cid-sHkmpk5pcL .navbar-short .mbr-iconfont,
.cid-sHkmpk5pcL .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sHkmpk5pcL .navbar-short .hamburger span,
.cid-sHkmpk5pcL .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sHkmpk5pcL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sHkmpk5pcL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHkmpk5pcL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHkmpk5pcL .container {
  display: flex;
  margin: auto;
}
.cid-sHkmpk5pcL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown-menu,
.cid-sHkmpk5pcL .navbar.opened {
  background: #ffffff !important;
}
.cid-sHkmpk5pcL .nav-item:focus,
.cid-sHkmpk5pcL .nav-link:focus {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHkmpk5pcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHkmpk5pcL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sHkmpk5pcL .navbar.opened {
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHkmpk5pcL .navbar .navbar-logo img {
  width: auto;
}
.cid-sHkmpk5pcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar.collapsed {
  justify-content: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHkmpk5pcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHkmpk5pcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHkmpk5pcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHkmpk5pcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHkmpk5pcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHkmpk5pcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHkmpk5pcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHkmpk5pcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHkmpk5pcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHkmpk5pcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHkmpk5pcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHkmpk5pcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown-item.active,
.cid-sHkmpk5pcL .dropdown-item:active {
  background-color: transparent;
}
.cid-sHkmpk5pcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHkmpk5pcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHkmpk5pcL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHkmpk5pcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHkmpk5pcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHkmpk5pcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHkmpk5pcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHkmpk5pcL .navbar {
    height: 70px;
  }
  .cid-sHkmpk5pcL .navbar.opened {
    height: auto;
  }
  .cid-sHkmpk5pcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHTrlxxLox {
  background-image: url("../../../assets/images/img-1795-2000x1332.jpeg");
}
.cid-sHTrlxxLox .mbr-arrow {
  background: #1467bb !important;
  opacity: .7;
}
.cid-sHTrlxxLox .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHTrlxxLox .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHTrlxxLox .animated-element,
.cid-sHTrlxxLox .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHTrlxxLox .typed-text {
    text-align: center;
  }
}
.cid-sHTsVe9Ewm {
  padding-top: 0px;
  background: linear-gradient(180deg, #47c4e9, #3adcdc);
}
.cid-sHTsVe9Ewm .wave1 {
  opacity: 0.35;
  fill: #39aadc;
}
.cid-sHTsVe9Ewm .wave2 {
  fill: #39aadc;
}
.cid-sHTt1o2aN1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #39aadc);
}
.cid-sHTt1o2aN1 .item-wrapper {
  width: 100%;
}
.cid-sHTt1o2aN1 .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHTt1o2aN1 .row {
  align-items: center;
}
.cid-sHTt1o2aN1 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHTt1o2aN1 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHTt1o2aN1 .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHTt1o2aN1 .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHTt1o2aN1 .mbr-text,
.cid-sHTt1o2aN1 .right-side {
  color: #1b745e;
}
.cid-sHTt1o2aN1 .mbr-section-title,
.cid-sHTt1o2aN1 .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHTt1o2aN1 .text {
  text-align: center;
  color: #fafafa;
}
.cid-sQ4Y7qUi4U {
  padding-top: 420px;
  background-image: url("../../../assets/images/dji-441-2000x723.jpg");
}
.cid-sPZFpfjYIn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2689cc;
}
.cid-sPZFpfjYIn h2,
.cid-sPZFpfjYIn h4,
.cid-sPZFpfjYIn h3,
.cid-sPZFpfjYIn h6,
.cid-sPZFpfjYIn p,
.cid-sPZFpfjYIn ul {
  margin: 0;
}
.cid-sPZFpfjYIn ul {
  padding: 0;
  list-style-type: none;
}
.cid-sPZFpfjYIn .heading {
  margin-bottom: 37px;
}
.cid-sPZFpfjYIn .mbr-section-title {
  color: #fafafa;
}
.cid-sPZFpfjYIn .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sPZFpfjYIn .cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .cid-sPZFpfjYIn .cards {
    justify-content: center;
  }
}
.cid-sPZFpfjYIn .card {
  width: 25%;
  padding: 37px 50px 66px;
  justify-content: space-between;
}
.cid-sPZFpfjYIn .card:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .cid-sPZFpfjYIn .card {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-sPZFpfjYIn .card {
    width: 50%;
    padding: 37px 13% 66px;
  }
}
@media (max-width: 1024px) {
  .cid-sPZFpfjYIn .card {
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-sPZFpfjYIn .card {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sPZFpfjYIn .card {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-sPZFpfjYIn .mbr-card-title {
  color: #fafafa;
  text-align: center;
}
.cid-sPZFpfjYIn .mbr-card-subtitle {
  color: #fafafa;
  margin: 10px 0;
  text-align: center;
}
.cid-sPZFpfjYIn .list {
  margin-top: 22px;
  color: #fafafa;
  text-align: center;
}
.cid-sPZFpfjYIn .mbr-card-text {
  margin: 10px 0;
}
.cid-sPZFpfjYIn .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-sPZFpfjYIn .mbr-card-btn {
  margin-top: 25px;
}
.cid-sPZFpfjYIn .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sQ54IKIB3n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2689cc;
}
.cid-sQ54IKIB3n .mbr-section-subtitle {
  color: #767676;
}
.cid-sQ54IKIB3n .mbr-section-title {
  color: #fafafa;
}
.cid-sQ54EloiJV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2689cc;
}
.cid-sQ54EloiJV .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-sQ54EloiJV .mbr-subtitle {
  color: #fafafa;
  text-align: center;
}
.cid-sQ54EloiJV .mbr-title {
  color: #fafafa;
  text-align: center;
}
.cid-sHTunkgN6w {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0954b2;
  background: linear-gradient(0deg, #0954b2, #2689cc);
}
.cid-sHTunkgN6w img {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  object-fit: cover;
  margin: auto;
}
.cid-sHTunkgN6w .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHTunkgN6w h2 {
  padding: 0;
  margin: 0;
}
.cid-sHTunkgN6w .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHTunkgN6w .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sHTunkgN6w .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sHTunkgN6w .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sHTunkgN6w .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sHTunkgN6w .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sHTunkgN6w .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHTunkgN6w .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sHTunkgN6w .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHTunkgN6w H2 {
  color: #333333;
}
.cid-sHTunkgN6w .mbr-text {
  color: #fafafa;
}
.cid-sHTunkgN6w H1 {
  color: #fafafa;
}
.cid-sHTunkgN6w .mbr-list {
  color: #fafafa;
}
#custom-html-4w {
  /* Type valid CSS here */
}
.cid-sKOFLSvPW7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sKOFLSvPW7 p {
  text-align: center;
}
.cid-sKOFLSvPW7 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKOFLSvPW7 .btn-underline:hover {
  color: #505050;
}
.cid-sKOFLSvPW7 .btn-underline:before {
  background-color: #505050;
}
.cid-sKOFLSvPW7 .social-list a:focus {
  text-decoration: none;
}
.cid-sKOFLSvPW7 .text-copyright {
  width: 100%;
}
.cid-sKOFLSvPW7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sKOFLSvPW7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sKOFLSvPW7 .logo-footer {
  line-height: normal;
}
.cid-sKOFLSvPW7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKOFLSvPW7 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKOFLSvPW7 .mbr-section-btn {
  font-size: 16px;
}
.cid-sKOFLSvPW7 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sHkmpk5pcL {
  z-index: 1000;
  width: 100%;
}
.cid-sHkmpk5pcL nav.navbar {
  position: fixed;
}
.cid-sHkmpk5pcL .navbar-nav {
  margin: auto;
}
.cid-sHkmpk5pcL .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHkmpk5pcL .dropdown-item:hover,
.cid-sHkmpk5pcL .dropdown-item:focus {
  background: #0559cb !important;
  color: white !important;
}
.cid-sHkmpk5pcL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHkmpk5pcL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHkmpk5pcL .navbar-short,
.cid-sHkmpk5pcL .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar-short .nav-link,
.cid-sHkmpk5pcL .opened .nav-link,
.cid-sHkmpk5pcL .navbar-short .navbar-caption,
.cid-sHkmpk5pcL .opened .navbar-caption,
.cid-sHkmpk5pcL .navbar-short .mbr-iconfont,
.cid-sHkmpk5pcL .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sHkmpk5pcL .navbar-short .hamburger span,
.cid-sHkmpk5pcL .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sHkmpk5pcL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sHkmpk5pcL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHkmpk5pcL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHkmpk5pcL .container {
  display: flex;
  margin: auto;
}
.cid-sHkmpk5pcL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown-menu,
.cid-sHkmpk5pcL .navbar.opened {
  background: #ffffff !important;
}
.cid-sHkmpk5pcL .nav-item:focus,
.cid-sHkmpk5pcL .nav-link:focus {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHkmpk5pcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHkmpk5pcL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sHkmpk5pcL .navbar.opened {
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHkmpk5pcL .navbar .navbar-logo img {
  width: auto;
}
.cid-sHkmpk5pcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar.collapsed {
  justify-content: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHkmpk5pcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHkmpk5pcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHkmpk5pcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHkmpk5pcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHkmpk5pcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHkmpk5pcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHkmpk5pcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHkmpk5pcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHkmpk5pcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHkmpk5pcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHkmpk5pcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHkmpk5pcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown-item.active,
.cid-sHkmpk5pcL .dropdown-item:active {
  background-color: transparent;
}
.cid-sHkmpk5pcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHkmpk5pcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHkmpk5pcL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHkmpk5pcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHkmpk5pcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHkmpk5pcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHkmpk5pcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHkmpk5pcL .navbar {
    height: 70px;
  }
  .cid-sHkmpk5pcL .navbar.opened {
    height: auto;
  }
  .cid-sHkmpk5pcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHTCU1q3ml {
  background-image: url("../../../assets/images/1-2000x1500.jpg");
}
.cid-sHTCU1q3ml .mbr-arrow {
  background: #1467bb !important;
  opacity: .7;
}
.cid-sHTCU1q3ml .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHTCU1q3ml .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHTCU1q3ml .animated-element,
.cid-sHTCU1q3ml .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHTCU1q3ml .typed-text {
    text-align: center;
  }
}
.cid-sHTCZpmqAR {
  padding-top: 0px;
  background: linear-gradient(180deg, #47c4e9, #3adcdc);
}
.cid-sHTCZpmqAR .wave1 {
  opacity: 0.35;
  fill: #39aadc;
}
.cid-sHTCZpmqAR .wave2 {
  fill: #39aadc;
}
.cid-sHTELtwdmZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #39aadc);
}
.cid-sHTELtwdmZ .item-wrapper {
  width: 100%;
}
.cid-sHTELtwdmZ .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHTELtwdmZ .row {
  align-items: center;
}
.cid-sHTELtwdmZ .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHTELtwdmZ .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHTELtwdmZ .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHTELtwdmZ .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHTELtwdmZ .mbr-text,
.cid-sHTELtwdmZ .right-side {
  color: #1b745e;
}
.cid-sHTELtwdmZ .mbr-section-title,
.cid-sHTELtwdmZ .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHTELtwdmZ .text {
  text-align: center;
  color: #fafafa;
}
.cid-sHTDcnTsCR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0954b2;
  background: linear-gradient(0deg, #0954b2, #2689cc);
}
.cid-sHTDcnTsCR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHTDcnTsCR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHTDcnTsCR .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHTDcnTsCR .row .img-item img {
    height: 250px;
  }
}
.cid-sHTCYpYzOr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #0954b2);
}
.cid-sHTCYpYzOr img {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  object-fit: cover;
  margin: auto;
}
.cid-sHTCYpYzOr .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHTCYpYzOr h2 {
  padding: 0;
  margin: 0;
}
.cid-sHTCYpYzOr .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHTCYpYzOr .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sHTCYpYzOr .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sHTCYpYzOr .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sHTCYpYzOr .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sHTCYpYzOr .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sHTCYpYzOr .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHTCYpYzOr .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sHTCYpYzOr .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHTCYpYzOr H2 {
  color: #333333;
}
.cid-sHTCYpYzOr .mbr-text {
  color: #fafafa;
}
.cid-sHTCYpYzOr H1 {
  color: #fafafa;
}
.cid-sHTCYpYzOr .mbr-list {
  color: #fafafa;
}
.cid-sHTDdN6GtG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #2689cc);
}
.cid-sHTDdN6GtG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHTDdN6GtG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHTDdN6GtG .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHTDdN6GtG .row .img-item img {
    height: 250px;
  }
}
.cid-sHTHWhfLnO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #60f2ff;
  background: linear-gradient(0deg, #60f2ff, #2689cc);
}
.cid-sHTHWhfLnO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHTHWhfLnO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHTHWhfLnO .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHTHWhfLnO .row .img-item img {
    height: 250px;
  }
}
.cid-sKOFP5tM6X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sKOFP5tM6X p {
  text-align: center;
}
.cid-sKOFP5tM6X .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKOFP5tM6X .btn-underline:hover {
  color: #505050;
}
.cid-sKOFP5tM6X .btn-underline:before {
  background-color: #505050;
}
.cid-sKOFP5tM6X .social-list a:focus {
  text-decoration: none;
}
.cid-sKOFP5tM6X .text-copyright {
  width: 100%;
}
.cid-sKOFP5tM6X .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sKOFP5tM6X .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sKOFP5tM6X .logo-footer {
  line-height: normal;
}
.cid-sKOFP5tM6X .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKOFP5tM6X .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKOFP5tM6X .mbr-section-btn {
  font-size: 16px;
}
.cid-sKOFP5tM6X .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sHkmpk5pcL {
  z-index: 1000;
  width: 100%;
}
.cid-sHkmpk5pcL nav.navbar {
  position: fixed;
}
.cid-sHkmpk5pcL .navbar-nav {
  margin: auto;
}
.cid-sHkmpk5pcL .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHkmpk5pcL .dropdown-item:hover,
.cid-sHkmpk5pcL .dropdown-item:focus {
  background: #0559cb !important;
  color: white !important;
}
.cid-sHkmpk5pcL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHkmpk5pcL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHkmpk5pcL .navbar-short,
.cid-sHkmpk5pcL .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar-short .nav-link,
.cid-sHkmpk5pcL .opened .nav-link,
.cid-sHkmpk5pcL .navbar-short .navbar-caption,
.cid-sHkmpk5pcL .opened .navbar-caption,
.cid-sHkmpk5pcL .navbar-short .mbr-iconfont,
.cid-sHkmpk5pcL .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sHkmpk5pcL .navbar-short .hamburger span,
.cid-sHkmpk5pcL .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sHkmpk5pcL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sHkmpk5pcL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHkmpk5pcL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHkmpk5pcL .container {
  display: flex;
  margin: auto;
}
.cid-sHkmpk5pcL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown-menu,
.cid-sHkmpk5pcL .navbar.opened {
  background: #ffffff !important;
}
.cid-sHkmpk5pcL .nav-item:focus,
.cid-sHkmpk5pcL .nav-link:focus {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHkmpk5pcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHkmpk5pcL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sHkmpk5pcL .navbar.opened {
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHkmpk5pcL .navbar .navbar-logo img {
  width: auto;
}
.cid-sHkmpk5pcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar.collapsed {
  justify-content: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHkmpk5pcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHkmpk5pcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHkmpk5pcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHkmpk5pcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHkmpk5pcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHkmpk5pcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHkmpk5pcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHkmpk5pcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHkmpk5pcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHkmpk5pcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHkmpk5pcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHkmpk5pcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown-item.active,
.cid-sHkmpk5pcL .dropdown-item:active {
  background-color: transparent;
}
.cid-sHkmpk5pcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHkmpk5pcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHkmpk5pcL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHkmpk5pcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHkmpk5pcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHkmpk5pcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHkmpk5pcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHkmpk5pcL .navbar {
    height: 70px;
  }
  .cid-sHkmpk5pcL .navbar.opened {
    height: auto;
  }
  .cid-sHkmpk5pcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBQDLt76i {
  background-image: url("../../../assets/images/dji-445-2000x1500.jpg");
}
.cid-sHBQDLt76i .mbr-arrow {
  background: #1467bb !important;
  opacity: .7;
}
.cid-sHBQDLt76i .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHBQDLt76i .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHBQDLt76i .animated-element,
.cid-sHBQDLt76i .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHBQDLt76i .typed-text {
    text-align: center;
  }
}
.cid-sHBUIFlbvP {
  padding-top: 0px;
  background: linear-gradient(180deg, #47c4e9, #3adcdc);
}
.cid-sHBUIFlbvP .wave1 {
  opacity: 0.35;
  fill: #39aadc;
}
.cid-sHBUIFlbvP .wave2 {
  fill: #39aadc;
}
.cid-sHTSUJHH8h {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #39aadc);
}
.cid-sHTSUJHH8h .item-wrapper {
  width: 100%;
}
.cid-sHTSUJHH8h .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHTSUJHH8h .row {
  align-items: center;
}
.cid-sHTSUJHH8h .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHTSUJHH8h .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHTSUJHH8h .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHTSUJHH8h .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHTSUJHH8h .mbr-text,
.cid-sHTSUJHH8h .right-side {
  color: #1b745e;
}
.cid-sHTSUJHH8h .mbr-section-title,
.cid-sHTSUJHH8h .si {
  text-align: center;
  color: #fafafa;
}
.cid-sHTSUJHH8h .text {
  text-align: center;
  color: #fafafa;
}
.cid-sHC68qa0ck {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #39aadc);
}
.cid-sHC68qa0ck img {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  object-fit: cover;
  margin: auto;
}
.cid-sHC68qa0ck .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHC68qa0ck h2 {
  padding: 0;
  margin: 0;
}
.cid-sHC68qa0ck .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHC68qa0ck .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sHC68qa0ck .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sHC68qa0ck .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sHC68qa0ck .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sHC68qa0ck .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sHC68qa0ck .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHC68qa0ck .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sHC68qa0ck .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHC68qa0ck H2 {
  color: #333333;
}
.cid-sHC68qa0ck .mbr-text {
  color: #fafafa;
}
.cid-sHC68qa0ck H1 {
  color: #fafafa;
}
.cid-sHC68qa0ck .mbr-list {
  color: #fafafa;
}
.cid-sHNEVIOGXx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #2689cc);
}
.cid-sHNEVIOGXx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHNEVIOGXx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHNEVIOGXx .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  border-radius: 30px;
}
.cid-sHNxjcs7jV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1467bb;
  background: linear-gradient(0deg, #1467bb, #2689cc);
}
.cid-sHNxjcs7jV img {
  width: 100%;
  height: 100%;
  transition: 5s;
  border-radius: 3rem;
  object-fit: cover;
  margin: auto;
}
.cid-sHNxjcs7jV .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHNxjcs7jV h2 {
  padding: 0;
  margin: 0;
}
.cid-sHNxjcs7jV .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHNxjcs7jV .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sHNxjcs7jV .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sHNxjcs7jV .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sHNxjcs7jV .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sHNxjcs7jV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sHNxjcs7jV .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHNxjcs7jV .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sHNxjcs7jV .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHNxjcs7jV H2 {
  color: #333333;
}
.cid-sHNxjcs7jV .mbr-text {
  color: #fafafa;
}
.cid-sHNxjcs7jV H1 {
  color: #fafafa;
}
.cid-sHNxjcs7jV .mbr-list {
  color: #fafafa;
}
.cid-sHNxjcs7jV .mbr-section-title {
  color: #fafafa;
}
.cid-sHNTcyFiBa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2689cc;
  background: linear-gradient(0deg, #2689cc, #1467bb);
}
.cid-sHNTcyFiBa .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-sHNTcyFiBa .mbr-text {
  color: #6d819b;
}
.cid-sHNTcyFiBa .mbr-list {
  color: #fafafa;
}
.cid-sHNUCNGlgq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #2689cc);
}
.cid-sHNUCNGlgq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHNUCNGlgq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHNUCNGlgq .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHNUCNGlgq .row .img-item img {
    height: 250px;
  }
}
.cid-sHTpMKwlUF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #60f2ff;
  background: linear-gradient(0deg, #60f2ff, #39aadc);
}
.cid-sHTpMKwlUF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sHTpMKwlUF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sHTpMKwlUF .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sHTpMKwlUF .row .img-item img {
    height: 250px;
  }
}
.cid-sKOFIEch1G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sKOFIEch1G p {
  text-align: center;
}
.cid-sKOFIEch1G .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKOFIEch1G .btn-underline:hover {
  color: #505050;
}
.cid-sKOFIEch1G .btn-underline:before {
  background-color: #505050;
}
.cid-sKOFIEch1G .social-list a:focus {
  text-decoration: none;
}
.cid-sKOFIEch1G .text-copyright {
  width: 100%;
}
.cid-sKOFIEch1G .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sKOFIEch1G .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sKOFIEch1G .logo-footer {
  line-height: normal;
}
.cid-sKOFIEch1G .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKOFIEch1G .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKOFIEch1G .mbr-section-btn {
  font-size: 16px;
}
.cid-sKOFIEch1G .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sHkmpk5pcL {
  z-index: 1000;
  width: 100%;
}
.cid-sHkmpk5pcL nav.navbar {
  position: fixed;
}
.cid-sHkmpk5pcL .navbar-nav {
  margin: auto;
}
.cid-sHkmpk5pcL .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHkmpk5pcL .dropdown-item:hover,
.cid-sHkmpk5pcL .dropdown-item:focus {
  background: #0559cb !important;
  color: white !important;
}
.cid-sHkmpk5pcL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHkmpk5pcL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHkmpk5pcL .navbar-short,
.cid-sHkmpk5pcL .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar-short .nav-link,
.cid-sHkmpk5pcL .opened .nav-link,
.cid-sHkmpk5pcL .navbar-short .navbar-caption,
.cid-sHkmpk5pcL .opened .navbar-caption,
.cid-sHkmpk5pcL .navbar-short .mbr-iconfont,
.cid-sHkmpk5pcL .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sHkmpk5pcL .navbar-short .hamburger span,
.cid-sHkmpk5pcL .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sHkmpk5pcL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sHkmpk5pcL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHkmpk5pcL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHkmpk5pcL .container {
  display: flex;
  margin: auto;
}
.cid-sHkmpk5pcL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown-menu,
.cid-sHkmpk5pcL .navbar.opened {
  background: #ffffff !important;
}
.cid-sHkmpk5pcL .nav-item:focus,
.cid-sHkmpk5pcL .nav-link:focus {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHkmpk5pcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHkmpk5pcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHkmpk5pcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHkmpk5pcL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sHkmpk5pcL .navbar.opened {
  transition: all 0.3s;
}
.cid-sHkmpk5pcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHkmpk5pcL .navbar .navbar-logo img {
  width: auto;
}
.cid-sHkmpk5pcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar.collapsed {
  justify-content: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHkmpk5pcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHkmpk5pcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHkmpk5pcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHkmpk5pcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHkmpk5pcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHkmpk5pcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHkmpk5pcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHkmpk5pcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHkmpk5pcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHkmpk5pcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHkmpk5pcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHkmpk5pcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHkmpk5pcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHkmpk5pcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHkmpk5pcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHkmpk5pcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHkmpk5pcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHkmpk5pcL .dropdown-item.active,
.cid-sHkmpk5pcL .dropdown-item:active {
  background-color: transparent;
}
.cid-sHkmpk5pcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHkmpk5pcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHkmpk5pcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHkmpk5pcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHkmpk5pcL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHkmpk5pcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHkmpk5pcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHkmpk5pcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHkmpk5pcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHkmpk5pcL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHkmpk5pcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHkmpk5pcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHkmpk5pcL .navbar {
    height: 70px;
  }
  .cid-sHkmpk5pcL .navbar.opened {
    height: auto;
  }
  .cid-sHkmpk5pcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJt8PQTqVd {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #47c4e9;
  background: linear-gradient(0deg, #47c4e9, #60f2ff);
}
.cid-sJt8PQTqVd img {
  border-radius: 30px;
}
.cid-sJt8PQTqVd .my-auto {
  margin-bottom: 0!important;
}
.cid-sJt8PQTqVd .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sJt8PQTqVd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sJt8PQTqVd .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sJt8PQTqVd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJt8PQTqVd .mbr-section-title {
  color: #2299aa;
  text-align: center;
}
.cid-sJt8PQTqVd .mbr-text,
.cid-sJt8PQTqVd .mbr-section-btn {
  color: #263d5a;
}
.cid-sJt8PQTqVd .mbr-section-subtitle {
  color: #2299aa;
}
.cid-sJt8PQTqVd .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sJt8xOHWqI {
  padding-top: 0px;
  background: linear-gradient(180deg, #47c4e9, #3adcdc);
}
.cid-sJt8xOHWqI .wave1 {
  opacity: 0.35;
  fill: #39aadc;
}
.cid-sJt8xOHWqI .wave2 {
  fill: #39aadc;
}
.cid-sJt8aKXxjC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-441-2000x723.jpg");
}
.cid-sJt8aKXxjC .mbr-media {
  position: relative;
}
.cid-sJt8aKXxjC .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sJt8aKXxjC .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sJt8aKXxjC .box {
    min-height: 300px;
  }
}
.cid-sJt8aKXxjC .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJt8aKXxjC .icon-wrap a {
  height: 20px;
}
.cid-sJt8aKXxjC .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sJt8aKXxjC .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-sJt8aKXxjC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJt8aKXxjC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJt8aKXxjC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJt8aKXxjC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJt8aKXxjC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJt8aKXxjC .mbr-section-title {
  color: #ffffff;
}
.cid-sKOFBipQYX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #39aadc;
  background: linear-gradient(0deg, #39aadc, #60f2ff);
}
.cid-sKOFBipQYX p {
  text-align: center;
}
.cid-sKOFBipQYX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKOFBipQYX .btn-underline:hover {
  color: #505050;
}
.cid-sKOFBipQYX .btn-underline:before {
  background-color: #505050;
}
.cid-sKOFBipQYX .social-list a:focus {
  text-decoration: none;
}
.cid-sKOFBipQYX .text-copyright {
  width: 100%;
}
.cid-sKOFBipQYX .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sKOFBipQYX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sKOFBipQYX .logo-footer {
  line-height: normal;
}
.cid-sKOFBipQYX .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKOFBipQYX .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKOFBipQYX .mbr-section-btn {
  font-size: 16px;
}
.cid-sKOFBipQYX .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
