body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 25rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 25rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 25rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 25rem) / (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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #aafc75 !important;
}
.bg-success {
  background-color: #0282fe !important;
}
.bg-info {
  background-color: #01478b !important;
}
.bg-warning {
  background-color: #f773e7 !important;
}
.bg-danger {
  background-color: #ff702b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #aafc75 !important;
  border-color: #aafc75 !important;
  color: #2d7002 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0b1b01 !important;
  background-color: #76fa20 !important;
  border-color: #76fa20 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2d7002 !important;
  background-color: #76fa20 !important;
  border-color: #76fa20 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #79f429 !important;
  border-color: #79f429 !important;
  color: #0c1d01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #50bd0a !important;
  border-color: #50bd0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0c1d01 !important;
  background-color: #50bd0a !important;
  border-color: #50bd0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #01478b !important;
  border-color: #01478b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #001b35 !important;
  border-color: #001b35 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #001b35 !important;
  border-color: #001b35 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0282fe !important;
  border-color: #0282fe !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0156a9 !important;
  border-color: #0156a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0156a9 !important;
  border-color: #0156a9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f773e7 !important;
  border-color: #f773e7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f221d9 !important;
  border-color: #f221d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f221d9 !important;
  border-color: #f221d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff702b !important;
  border-color: #ff702b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d34500 !important;
  border-color: #d34500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d34500 !important;
  border-color: #d34500 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aafc75;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #76fa20 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2d7002 !important;
  background-color: #aafc75 !important;
  border-color: #aafc75 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79f429;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #50bd0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0c1d01 !important;
  background-color: #79f429 !important;
  border-color: #79f429 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #01478b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #001b35 !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: #01478b !important;
  border-color: #01478b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0282fe;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0156a9 !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: #0282fe !important;
  border-color: #0282fe !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f773e7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f221d9 !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: #f773e7 !important;
  border-color: #f773e7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff702b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d34500 !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: #ff702b !important;
  border-color: #ff702b !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: #aafc75 !important;
}
.text-secondary {
  color: #79f429 !important;
}
.text-success {
  color: #0282fe !important;
}
.text-info {
  color: #01478b !important;
}
.text-warning {
  color: #f773e7 !important;
}
.text-danger {
  color: #ff702b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6dfa11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4aae09 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #014e99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #001326 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c44000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #aafc75;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01478b;
}
.alert-warning {
  background-color: #f773e7;
}
.alert-danger {
  background-color: #ff702b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #aafc75;
  border-color: #aafc75;
  color: #378903;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #aafc75;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cde6ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0e87fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffaf7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', 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: #aafc75 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', 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: #aafc75;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #aafc75;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #aafc75;
}
.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: #aafc75;
  border-bottom-color: #aafc75;
}
.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: #000000 !important;
  background-color: #aafc75 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #79f429 !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='%23aafc75' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding: 0 5.2vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 6.5vw;
  }
}
.container {
  max-width: 2400px;
  margin: 0 auto;
  padding: 0 10.4vw;
}
@media (max-width: 767px) {
  .container {
    padding: 0 6.5vw;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 60px;
  padding: 24px 44px;
  border-radius: 10em !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .4s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn-transform {
  position: relative;
  width: 100%;
  overflow: hidden;
  animation: btn-move-out 0.4s ease-in-out;
  will-change: transform;
}
.custom-section-btn .btn-primary {
  color: #173D33 !important;
  background: linear-gradient(to bottom, #aafc75, #aafc75 50%, #173d33 50%, #173d33 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: none !important;
}
.custom-section-btn .btn-primary:hover {
  background: linear-gradient(to bottom, #aafc75, #aafc75 50%, #173d33 50%, #173d33 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #FFFFFF !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: none !important;
}
.custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
}
.custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.cid-tklfoSny3e {
  z-index: 1000;
  width: 100%;
}
.cid-tklfoSny3e nav.navbar {
  position: fixed;
}
.cid-tklfoSny3e .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-tklfoSny3e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tklfoSny3e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tklfoSny3e .dropdown-item:hover,
.cid-tklfoSny3e .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-tklfoSny3e .dropdown-item:hover span {
  color: white;
}
.cid-tklfoSny3e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tklfoSny3e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tklfoSny3e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tklfoSny3e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tklfoSny3e .nav-link {
  position: relative;
}
.cid-tklfoSny3e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tklfoSny3e .container {
    flex-wrap: nowrap;
  }
}
.cid-tklfoSny3e .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-tklfoSny3e .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-tklfoSny3e .iconfont-wrapper:hover .mbr-iconfont {
  color: #aafc75;
}
.cid-tklfoSny3e .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-tklfoSny3e .navbar-nav .nav-item:hover {
  color: #aafc75 !important;
}
.cid-tklfoSny3e .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-tklfoSny3e .navbar-nav .nav-link:hover {
  color: #aafc75 !important;
}
.cid-tklfoSny3e .dropdown-menu,
.cid-tklfoSny3e .navbar.opened {
  background: #173d33 !important;
}
.cid-tklfoSny3e .nav-item:focus,
.cid-tklfoSny3e .nav-link:focus {
  outline: none;
}
.cid-tklfoSny3e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tklfoSny3e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tklfoSny3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tklfoSny3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tklfoSny3e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tklfoSny3e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tklfoSny3e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-tklfoSny3e .navbar.opened {
  transition: all 0.3s;
}
.cid-tklfoSny3e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tklfoSny3e .navbar .navbar-logo img {
  width: auto;
}
.cid-tklfoSny3e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tklfoSny3e .navbar.collapsed {
  justify-content: center;
}
.cid-tklfoSny3e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tklfoSny3e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tklfoSny3e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tklfoSny3e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tklfoSny3e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tklfoSny3e .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-tklfoSny3e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tklfoSny3e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tklfoSny3e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tklfoSny3e .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-tklfoSny3e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tklfoSny3e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tklfoSny3e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tklfoSny3e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tklfoSny3e .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-tklfoSny3e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tklfoSny3e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tklfoSny3e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tklfoSny3e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tklfoSny3e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tklfoSny3e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tklfoSny3e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tklfoSny3e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tklfoSny3e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tklfoSny3e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tklfoSny3e .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-tklfoSny3e .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-tklfoSny3e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tklfoSny3e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tklfoSny3e .dropdown-item.active,
.cid-tklfoSny3e .dropdown-item:active {
  background-color: transparent;
}
.cid-tklfoSny3e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tklfoSny3e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tklfoSny3e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tklfoSny3e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-tklfoSny3e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tklfoSny3e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tklfoSny3e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tklfoSny3e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tklfoSny3e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tklfoSny3e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tklfoSny3e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tklfoSny3e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tklfoSny3e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tklfoSny3e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tklfoSny3e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tklfoSny3e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tklfoSny3e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tklfoSny3e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tklfoSny3e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tklfoSny3e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tklfoSny3e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tklfoSny3e .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tklfoSny3e .navbar {
    height: 70px;
  }
  .cid-tklfoSny3e .navbar.opened {
    height: auto;
  }
  .cid-tklfoSny3e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-tklfoSny3e .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tklfoSny3e .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-tklfoSny3e .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-tklfoSny3e .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tklfoSny3e .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-tklfoSny3e .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-tklfoSny3e .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-tklfoSny3e .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-tklfoSny3e .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-tklfoSny3e .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-tklfpzO0tT {
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tklfpzO0tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tklfpzO0tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tklfpzO0tT .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tklfpzO0tT .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-tklfpzO0tT.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-tklfpzO0tT .row {
  position: relative;
  z-index: 3;
}
.cid-tklfpzO0tT .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tklfpzO0tT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tklfpzO0tT .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tklfpzO0tT .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tklfpzO0tT .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tklfpzO0tT .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-tklfpzO0tT .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-tklfpzO0tT .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tklfpzO0tT .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uS7OYIAowG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #173d33;
}
.cid-uS7OYIAowG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uS7OYIAowG .panel-group {
  border: none;
}
.cid-uS7OYIAowG .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uS7OYIAowG .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uS7OYIAowG .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uS7OYIAowG .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uS7OYIAowG .img-col {
  padding: 0;
}
.cid-uS7OYIAowG span {
  margin-right: 1rem;
}
.cid-uS7OYIAowG .img-item {
  height: 100%;
}
.cid-uS7OYIAowG img {
  height: 100%;
  object-fit: cover;
}
.cid-uS7OYIAowG .collapsed span {
  transform: rotate(0deg);
}
.cid-uS7OYIAowG .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uS7OYIAowG p {
  margin-bottom: 0.3rem;
}
.cid-uS7OYIAowG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uS7OYIAowG .card {
  padding: 0;
}
.cid-uS7OYIAowG .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uS7OYIAowG .panel-text {
    padding-left: 0;
  }
}
.cid-uS7OYIAowG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uS7OYIAowG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uS7OYIAowG .panel-title-edit,
.cid-uS7OYIAowG .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-tkliaTPES3 {
  background-color: #173d33;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-tkliaTPES3 .container,
.cid-tkliaTPES3 .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tkliaTPES3 .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tkliaTPES3 .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tkliaTPES3 .bg-frame {
  position: absolute;
  bottom: -12%;
  right: 0;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tkliaTPES3 .bg-frame {
    width: 80vw;
  }
}
.cid-tkliaTPES3 .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tkliaTPES3 .img-bg-container {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tkliaTPES3 .img-bg-container {
    padding: 80px 30px;
    align-items: flex-end;
  }
}
.cid-tkliaTPES3 .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/refinance-a-home-loan-after-purchase.jpg-626x426.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-tkliaTPES3 .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0.5;
}
.cid-tkliaTPES3 .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-tkliaTPES3 .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tkliaTPES3 .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: auto;
    left: 10%;
  }
}
.cid-tkliaTPES3 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(312deg);
}
.cid-tkliaTPES3 .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tkliaTPES3 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-tkliaTPES3 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-tkliaTPES3 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-uS7GUy8U1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7GUy8U1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7GUy8U1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7GUy8U1N .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7GUy8U1N .bg-frame {
    width: 60vw;
  }
}
.cid-uS7GUy8U1N .row {
  position: relative;
  z-index: 3;
}
.cid-uS7GUy8U1N .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7GUy8U1N .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GUy8U1N .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7GUy8U1N .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7GUy8U1N .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7GUy8U1N .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7GUy8U1N .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7GUy8U1N .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7GUy8U1N .content-container {
    padding: 60px 0;
  }
}
.cid-uS7GUy8U1N .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7GUy8U1N .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7GUy8U1N .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7GUy8U1N .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7GUy8U1N .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7GUy8U1N .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7GUy8U1N .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7GUy8U1N .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7GUy8U1N .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7GUy8U1N .title-box {
    width: 100%;
  }
}
.cid-uS7GUy8U1N .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7GUy8U1N .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GUy8U1N .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7GUy8U1N .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7GUy8U1N .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7GUy8U1N .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GUy8U1N .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-tkliUHRNY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-tkliUHRNY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkliUHRNY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkliUHRNY7 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-tkliUHRNY7 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-tkliUHRNY7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tkliUHRNY7 .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tkliUHRNY7 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tkliUHRNY7 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tkliUHRNY7 .card-row {
  margin-bottom: 40px;
}
.cid-tkliUHRNY7 .card {
  margin-bottom: -40px;
}
.cid-tkliUHRNY7 .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #021c15;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-tkliUHRNY7 .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tkliUHRNY7 .card-wrapper:after {
    width: 150%;
  }
}
.cid-tkliUHRNY7 .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tkliUHRNY7 .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-tkliUHRNY7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-tkliUHRNY7 .card-title {
  color: #AAFC75;
}
.cid-tkliUHRNY7 .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-uS7Kpi2Vuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #173d33;
}
.cid-uS7Kpi2Vuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7Kpi2Vuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7Kpi2Vuf .img-container {
  position: relative;
}
.cid-uS7Kpi2Vuf .bg-frame {
  position: absolute;
  bottom: -12%;
  left: -5%;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7Kpi2Vuf .bg-frame {
    width: 80vw;
  }
}
.cid-uS7Kpi2Vuf .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uS7Kpi2Vuf .image-wrapper img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-uS7Kpi2Vuf .image-wrapper img {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .cid-uS7Kpi2Vuf .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uS7Kpi2Vuf .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cid-uS7Kpi2Vuf .image-wrapper img {
    height: auto;
  }
}
.cid-uS7GFhjUhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7GFhjUhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7GFhjUhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7GFhjUhB .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7GFhjUhB .bg-frame {
    width: 60vw;
  }
}
.cid-uS7GFhjUhB .row {
  position: relative;
  z-index: 3;
}
.cid-uS7GFhjUhB .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7GFhjUhB .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GFhjUhB .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7GFhjUhB .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7GFhjUhB .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7GFhjUhB .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7GFhjUhB .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7GFhjUhB .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7GFhjUhB .content-container {
    padding: 60px 0;
  }
}
.cid-uS7GFhjUhB .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7GFhjUhB .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7GFhjUhB .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7GFhjUhB .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7GFhjUhB .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7GFhjUhB .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7GFhjUhB .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7GFhjUhB .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7GFhjUhB .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7GFhjUhB .title-box {
    width: 100%;
  }
}
.cid-uS7GFhjUhB .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7GFhjUhB .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GFhjUhB .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7GFhjUhB .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7GFhjUhB .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7GFhjUhB .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GFhjUhB .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7LcVgkyr {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173d33;
}
.cid-uS7LcVgkyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7LcVgkyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7LcVgkyr .container {
    padding: 0 20px;
  }
}
.cid-uS7LcVgkyr .row {
  margin: 0;
}
.cid-uS7LcVgkyr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7LcVgkyr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS7LcVgkyr .video-block .video-wrapper .app-video-wrapper::before {
  color: #aafc75;
  text-shadow: none;
}
.cid-uS7LcVgkyr .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS7LcVgkyr .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS7LcVgkyr .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS7LcVgkyr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS7GQlEtTe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7GQlEtTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7GQlEtTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7GQlEtTe .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7GQlEtTe .bg-frame {
    width: 60vw;
  }
}
.cid-uS7GQlEtTe .row {
  position: relative;
  z-index: 3;
}
.cid-uS7GQlEtTe .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7GQlEtTe .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GQlEtTe .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7GQlEtTe .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7GQlEtTe .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7GQlEtTe .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7GQlEtTe .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7GQlEtTe .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7GQlEtTe .content-container {
    padding: 60px 0;
  }
}
.cid-uS7GQlEtTe .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7GQlEtTe .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7GQlEtTe .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7GQlEtTe .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7GQlEtTe .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7GQlEtTe .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7GQlEtTe .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7GQlEtTe .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7GQlEtTe .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7GQlEtTe .title-box {
    width: 100%;
  }
}
.cid-uS7GQlEtTe .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7GQlEtTe .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GQlEtTe .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7GQlEtTe .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7GQlEtTe .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7GQlEtTe .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GQlEtTe .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-tkljcBcAik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-tkljcBcAik .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkljcBcAik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkljcBcAik .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  opacity: 0.8;
  width: 15vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tkljcBcAik .bg-frame {
    width: 30vw;
  }
}
.cid-tkljcBcAik .bg-frame-2 {
  top: 70%;
  left: auto;
  right: -5%;
  width: 30vw;
}
.cid-tkljcBcAik .row {
  position: relative;
  z-index: 3;
}
.cid-tkljcBcAik .mbr-section-head {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tkljcBcAik .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tkljcBcAik .mbr-section-title {
  color: #FFFFFF;
}
.cid-tkljcBcAik .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tkljcBcAik .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tkljcBcAik .card-row {
  align-items: stretch;
}
.cid-tkljcBcAik .item {
  margin-bottom: 2rem;
}
.cid-tkljcBcAik .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  will-change: transform;
}
.cid-tkljcBcAik .item-wrapper:hover {
  transform: translateY(-12.5%);
}
@media (max-width: 991px) {
  .cid-tkljcBcAik .item-wrapper:hover {
    transform: translateY(-2rem);
  }
}
.cid-tkljcBcAik .item-wrapper:hover .item-img img {
  transform: scale(1);
}
.cid-tkljcBcAik .item-wrapper:hover .card-title {
  color: #aafc75;
}
.cid-tkljcBcAik .item-wrapper:hover .card-subtitle {
  color: #aafc75;
}
.cid-tkljcBcAik .item-img {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1.49885057;
  transition: 0.5s all;
}
.cid-tkljcBcAik .item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s all;
  will-change: transform;
}
.cid-tkljcBcAik .img-bg-color {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: 80%;
  aspect-ratio: 1;
  opacity: 0.3;
  filter: blur(100px);
}
.cid-tkljcBcAik .img-bg-color-1 {
  left: 0;
  background: #79F429;
  transform: translate(-50%, 50%);
  opacity: 0.2;
}
.cid-tkljcBcAik .img-bg-color-2 {
  right: 0;
  background: #0E0E0E;
  transform: translate(50%, 50%);
}
.cid-tkljcBcAik .card-box {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  opacity: 1;
}
.cid-tkljcBcAik .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.5s all;
}
.cid-tkljcBcAik .card-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 1rem;
  transition: 0.5s all;
}
.cid-tkljcBcAik .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uS4SxVOO1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS4SxVOO1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4SxVOO1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4SxVOO1y .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 54vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS4SxVOO1y .bg-frame {
    width: 108vw;
  }
}
.cid-uS4SxVOO1y .row {
  position: relative;
  z-index: 3;
}
.cid-uS4SxVOO1y .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS4SxVOO1y .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS4SxVOO1y .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS4SxVOO1y .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS4SxVOO1y .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS4SxVOO1y .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS4SxVOO1y .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS4SxVOO1y .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS4SxVOO1y .content-container {
    padding: 60px 0;
  }
}
.cid-uS4SxVOO1y .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS4SxVOO1y .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS4SxVOO1y .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS4SxVOO1y .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS4SxVOO1y .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS4SxVOO1y .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS4SxVOO1y .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS4SxVOO1y .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS4SxVOO1y .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS4SxVOO1y .title-box {
    width: 100%;
  }
}
.cid-uS4SxVOO1y .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS4SxVOO1y .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS4SxVOO1y .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS4SxVOO1y .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS4SxVOO1y .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS4SxVOO1y .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS4SxVOO1y .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7H31I8C1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7H31I8C1 .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uS7H31I8C1 .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uS7H31I8C1 .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.9;
  width: 25vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7H31I8C1 .bg-frame {
    width: 50vw;
  }
}
.cid-uS7H31I8C1 .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #102a23;
}
@media (max-width: 991px) {
  .cid-uS7H31I8C1 .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-uS7H31I8C1 .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-uS7H31I8C1 .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-uS7H31I8C1 .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uS7H31I8C1 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uS7H31I8C1 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7H31I8C1 .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-uS7H31I8C1 .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uS7H31I8C1 .img-wrap {
    width: 100%;
  }
}
.cid-uS7H31I8C1 .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(120px);
}
.cid-uS7H31I8C1 .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uS7H31I8C1 .item-img {
    width: 100%;
  }
}
.cid-uS7H31I8C1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-uS7H31I8C1 .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0d211c 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-uS4TNzrwMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uS4TNzrwMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4TNzrwMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4TNzrwMd .content-wrapper {
  padding: 80px 90px;
  background-color: #aafc75;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uS4TNzrwMd .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uS4TNzrwMd .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uS4TNzrwMd .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uS4TNzrwMd .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uS4TNzrwMd .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uS4TNzrwMd .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uS4TNzrwMd .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uS4TNzrwMd .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uS4TNzrwMd .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4TNzrwMd .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uS4TNzrwMd .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uS4TNzrwMd .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #27473f;
}
@media (max-width: 992px) {
  .cid-uS4TNzrwMd .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uS4TNzrwMd .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uS4TNzrwMd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS4TNzrwMd .mbr-section-title {
  color: #050f0f;
}
.cid-uS4TNzrwMd .mbr-text {
  color: #050f0f;
}
.cid-uS4TNzrwMd .panel-title-edit {
  color: #050f0f;
}
.cid-uS4TNzrwMd .panel-text {
  color: #ffffff;
}
.cid-uS4TNzrwMd .panel-title-edit,
.cid-uS4TNzrwMd .icon-wrapper {
  color: #ffffff;
}
.cid-uS7GRITD2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7GRITD2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7GRITD2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7GRITD2f .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7GRITD2f .bg-frame {
    width: 60vw;
  }
}
.cid-uS7GRITD2f .row {
  position: relative;
  z-index: 3;
}
.cid-uS7GRITD2f .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7GRITD2f .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GRITD2f .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7GRITD2f .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7GRITD2f .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7GRITD2f .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7GRITD2f .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7GRITD2f .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7GRITD2f .content-container {
    padding: 60px 0;
  }
}
.cid-uS7GRITD2f .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7GRITD2f .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7GRITD2f .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7GRITD2f .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7GRITD2f .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7GRITD2f .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7GRITD2f .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7GRITD2f .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7GRITD2f .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7GRITD2f .title-box {
    width: 100%;
  }
}
.cid-uS7GRITD2f .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7GRITD2f .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GRITD2f .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7GRITD2f .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7GRITD2f .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7GRITD2f .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7GRITD2f .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7LDa260q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #173d33;
}
.cid-uS7LDa260q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7LDa260q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7LDa260q .google-map {
  height: 30rem;
  position: relative;
}
.cid-uS7LDa260q .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #aafc75;
  padding: 4px;
}
.cid-uS7LDa260q .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS7LDa260q .google-map[data-state] {
  background: #fffff5;
}
.cid-uS7LDa260q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS7LDa260q .mbr-section-title {
  color: #ffffff;
}
.cid-uS7LyHZugo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  overflow: hidden;
}
.cid-uS7LyHZugo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7LyHZugo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7LyHZugo .container {
    padding: 0 30px;
  }
}
.cid-uS7LyHZugo .row {
  justify-content: center;
}
.cid-uS7LyHZugo .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7LyHZugo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7LyHZugo .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7LyHZugo .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7LyHZugo .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uS7LyHZugo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS7LyHZugo .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7LyHZugo .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7LyHZugo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7LyHZugo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uS7LyHZugo .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7LyHZugo .nav-wrapper .list .item-wrap:hover,
.cid-uS7LyHZugo .nav-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7LyHZugo .nav-wrapper .list .item-wrap:hover::before,
.cid-uS7LyHZugo .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uS7LyHZugo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #aafc75;
  transition: all 0.3s ease-in-out;
}
.cid-uS7LyHZugo .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7LyHZugo .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7LyHZugo .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7LyHZugo .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #aafc75;
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7LyHZugo .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7LyHZugo .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #aafc75;
}
@media (max-width: 992px) {
  .cid-uS7LyHZugo .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7LyHZugo .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #aafc75;
}
.cid-uS7LyHZugo .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uS7LyHZugo .mbr-section-title {
  color: #bee0d6;
}
.cid-uS7LyHZugo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uS7LyHZugo .list {
  color: #bee0d6;
}
.cid-uS7LyHZugo .mbr-address {
  color: #bee0d6;
}
.cid-uS7LyHZugo .mbr-copy {
  color: #bee0d6;
}
.cid-uS7LyHZugo .list,
.cid-uS7LyHZugo .item-wrap,
.cid-uS7LyHZugo .nav-wrapper {
  color: #ffffff;
}
.cid-uS812rpjUp {
  z-index: 1000;
  width: 100%;
}
.cid-uS812rpjUp nav.navbar {
  position: fixed;
}
.cid-uS812rpjUp .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-uS812rpjUp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS812rpjUp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS812rpjUp .dropdown-item:hover,
.cid-uS812rpjUp .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uS812rpjUp .dropdown-item:hover span {
  color: white;
}
.cid-uS812rpjUp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS812rpjUp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS812rpjUp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS812rpjUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS812rpjUp .nav-link {
  position: relative;
}
.cid-uS812rpjUp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uS812rpjUp .container {
    flex-wrap: nowrap;
  }
}
.cid-uS812rpjUp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uS812rpjUp .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uS812rpjUp .iconfont-wrapper:hover .mbr-iconfont {
  color: #aafc75;
}
.cid-uS812rpjUp .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uS812rpjUp .navbar-nav .nav-item:hover {
  color: #aafc75 !important;
}
.cid-uS812rpjUp .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uS812rpjUp .navbar-nav .nav-link:hover {
  color: #aafc75 !important;
}
.cid-uS812rpjUp .dropdown-menu,
.cid-uS812rpjUp .navbar.opened {
  background: #173d33 !important;
}
.cid-uS812rpjUp .nav-item:focus,
.cid-uS812rpjUp .nav-link:focus {
  outline: none;
}
.cid-uS812rpjUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS812rpjUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS812rpjUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS812rpjUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS812rpjUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS812rpjUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS812rpjUp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uS812rpjUp .navbar.opened {
  transition: all 0.3s;
}
.cid-uS812rpjUp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS812rpjUp .navbar .navbar-logo img {
  width: auto;
}
.cid-uS812rpjUp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS812rpjUp .navbar.collapsed {
  justify-content: center;
}
.cid-uS812rpjUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS812rpjUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS812rpjUp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uS812rpjUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS812rpjUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS812rpjUp .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-uS812rpjUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS812rpjUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS812rpjUp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS812rpjUp .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uS812rpjUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS812rpjUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS812rpjUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS812rpjUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS812rpjUp .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-uS812rpjUp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS812rpjUp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS812rpjUp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS812rpjUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS812rpjUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS812rpjUp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uS812rpjUp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uS812rpjUp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS812rpjUp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS812rpjUp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uS812rpjUp .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uS812rpjUp .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-uS812rpjUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS812rpjUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS812rpjUp .dropdown-item.active,
.cid-uS812rpjUp .dropdown-item:active {
  background-color: transparent;
}
.cid-uS812rpjUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS812rpjUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS812rpjUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS812rpjUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uS812rpjUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS812rpjUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS812rpjUp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS812rpjUp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS812rpjUp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS812rpjUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS812rpjUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS812rpjUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS812rpjUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS812rpjUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS812rpjUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS812rpjUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS812rpjUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS812rpjUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS812rpjUp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS812rpjUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS812rpjUp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uS812rpjUp .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS812rpjUp .navbar {
    height: 70px;
  }
  .cid-uS812rpjUp .navbar.opened {
    height: auto;
  }
  .cid-uS812rpjUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uS812rpjUp .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uS812rpjUp .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uS812rpjUp .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uS812rpjUp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uS812rpjUp .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uS812rpjUp .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS812rpjUp .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS812rpjUp .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uS812rpjUp .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS812rpjUp .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS812sG5cv {
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uS812sG5cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS812sG5cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS812sG5cv .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS812sG5cv .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uS812sG5cv.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uS812sG5cv .row {
  position: relative;
  z-index: 3;
}
.cid-uS812sG5cv .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uS812sG5cv .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS812sG5cv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS812sG5cv .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS812sG5cv .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS812sG5cv .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uS812sG5cv .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uS812sG5cv .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uS812sG5cv .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uS812zXKXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS812zXKXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS812zXKXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS812zXKXF .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS812zXKXF .bg-frame {
    width: 60vw;
  }
}
.cid-uS812zXKXF .row {
  position: relative;
  z-index: 3;
}
.cid-uS812zXKXF .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS812zXKXF .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS812zXKXF .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS812zXKXF .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS812zXKXF .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS812zXKXF .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS812zXKXF .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS812zXKXF .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS812zXKXF .content-container {
    padding: 60px 0;
  }
}
.cid-uS812zXKXF .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS812zXKXF .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS812zXKXF .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS812zXKXF .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS812zXKXF .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS812zXKXF .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS812zXKXF .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS812zXKXF .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS812zXKXF .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS812zXKXF .title-box {
    width: 100%;
  }
}
.cid-uS812zXKXF .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS812zXKXF .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS812zXKXF .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS812zXKXF .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS812zXKXF .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS812zXKXF .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS812zXKXF .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS812I9eza {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #173d33;
}
.cid-uS812I9eza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS812I9eza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS812I9eza .google-map {
  height: 30rem;
  position: relative;
}
.cid-uS812I9eza .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #aafc75;
  padding: 4px;
}
.cid-uS812I9eza .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS812I9eza .google-map[data-state] {
  background: #fffff5;
}
.cid-uS812I9eza .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS812I9eza .mbr-section-title {
  color: #ffffff;
}
.cid-uS812J5bgh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  overflow: hidden;
}
.cid-uS812J5bgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS812J5bgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS812J5bgh .container {
    padding: 0 30px;
  }
}
.cid-uS812J5bgh .row {
  justify-content: center;
}
.cid-uS812J5bgh .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS812J5bgh .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS812J5bgh .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS812J5bgh .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS812J5bgh .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uS812J5bgh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS812J5bgh .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS812J5bgh .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS812J5bgh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS812J5bgh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uS812J5bgh .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS812J5bgh .nav-wrapper .list .item-wrap:hover,
.cid-uS812J5bgh .nav-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS812J5bgh .nav-wrapper .list .item-wrap:hover::before,
.cid-uS812J5bgh .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uS812J5bgh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #aafc75;
  transition: all 0.3s ease-in-out;
}
.cid-uS812J5bgh .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS812J5bgh .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS812J5bgh .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS812J5bgh .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #aafc75;
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS812J5bgh .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS812J5bgh .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #aafc75;
}
@media (max-width: 992px) {
  .cid-uS812J5bgh .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS812J5bgh .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #aafc75;
}
.cid-uS812J5bgh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uS812J5bgh .mbr-section-title {
  color: #bee0d6;
}
.cid-uS812J5bgh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uS812J5bgh .list {
  color: #bee0d6;
}
.cid-uS812J5bgh .mbr-address {
  color: #bee0d6;
}
.cid-uS812J5bgh .mbr-copy {
  color: #bee0d6;
}
.cid-uS812J5bgh .list,
.cid-uS812J5bgh .item-wrap,
.cid-uS812J5bgh .nav-wrapper {
  color: #ffffff;
}
.cid-uS83tMgO5E {
  z-index: 1000;
  width: 100%;
}
.cid-uS83tMgO5E nav.navbar {
  position: fixed;
}
.cid-uS83tMgO5E .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-uS83tMgO5E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS83tMgO5E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS83tMgO5E .dropdown-item:hover,
.cid-uS83tMgO5E .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uS83tMgO5E .dropdown-item:hover span {
  color: white;
}
.cid-uS83tMgO5E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS83tMgO5E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS83tMgO5E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS83tMgO5E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS83tMgO5E .nav-link {
  position: relative;
}
.cid-uS83tMgO5E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uS83tMgO5E .container {
    flex-wrap: nowrap;
  }
}
.cid-uS83tMgO5E .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uS83tMgO5E .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uS83tMgO5E .iconfont-wrapper:hover .mbr-iconfont {
  color: #aafc75;
}
.cid-uS83tMgO5E .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uS83tMgO5E .navbar-nav .nav-item:hover {
  color: #aafc75 !important;
}
.cid-uS83tMgO5E .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uS83tMgO5E .navbar-nav .nav-link:hover {
  color: #aafc75 !important;
}
.cid-uS83tMgO5E .dropdown-menu,
.cid-uS83tMgO5E .navbar.opened {
  background: #173d33 !important;
}
.cid-uS83tMgO5E .nav-item:focus,
.cid-uS83tMgO5E .nav-link:focus {
  outline: none;
}
.cid-uS83tMgO5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS83tMgO5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS83tMgO5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS83tMgO5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS83tMgO5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS83tMgO5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS83tMgO5E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uS83tMgO5E .navbar.opened {
  transition: all 0.3s;
}
.cid-uS83tMgO5E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS83tMgO5E .navbar .navbar-logo img {
  width: auto;
}
.cid-uS83tMgO5E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS83tMgO5E .navbar.collapsed {
  justify-content: center;
}
.cid-uS83tMgO5E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS83tMgO5E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS83tMgO5E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uS83tMgO5E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS83tMgO5E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS83tMgO5E .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-uS83tMgO5E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS83tMgO5E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS83tMgO5E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS83tMgO5E .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uS83tMgO5E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS83tMgO5E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS83tMgO5E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS83tMgO5E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS83tMgO5E .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-uS83tMgO5E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS83tMgO5E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS83tMgO5E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS83tMgO5E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS83tMgO5E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS83tMgO5E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uS83tMgO5E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uS83tMgO5E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS83tMgO5E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS83tMgO5E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uS83tMgO5E .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uS83tMgO5E .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-uS83tMgO5E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS83tMgO5E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS83tMgO5E .dropdown-item.active,
.cid-uS83tMgO5E .dropdown-item:active {
  background-color: transparent;
}
.cid-uS83tMgO5E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS83tMgO5E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS83tMgO5E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS83tMgO5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uS83tMgO5E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS83tMgO5E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS83tMgO5E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS83tMgO5E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS83tMgO5E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS83tMgO5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS83tMgO5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS83tMgO5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS83tMgO5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS83tMgO5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS83tMgO5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS83tMgO5E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS83tMgO5E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS83tMgO5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS83tMgO5E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS83tMgO5E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS83tMgO5E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uS83tMgO5E .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS83tMgO5E .navbar {
    height: 70px;
  }
  .cid-uS83tMgO5E .navbar.opened {
    height: auto;
  }
  .cid-uS83tMgO5E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uS83tMgO5E .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uS83tMgO5E .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uS83tMgO5E .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uS83tMgO5E .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uS83tMgO5E .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uS83tMgO5E .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS83tMgO5E .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS83tMgO5E .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uS83tMgO5E .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS83tMgO5E .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS83tOAUw7 {
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uS83tOAUw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS83tOAUw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS83tOAUw7 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS83tOAUw7 .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uS83tOAUw7.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uS83tOAUw7 .row {
  position: relative;
  z-index: 3;
}
.cid-uS83tOAUw7 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uS83tOAUw7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS83tOAUw7 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS83tOAUw7 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS83tOAUw7 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS83tOAUw7 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uS83tOAUw7 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uS83tOAUw7 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uS83tOAUw7 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uS83tR1cN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS83tR1cN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS83tR1cN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS83tR1cN1 .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS83tR1cN1 .bg-frame {
    width: 60vw;
  }
}
.cid-uS83tR1cN1 .row {
  position: relative;
  z-index: 3;
}
.cid-uS83tR1cN1 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS83tR1cN1 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS83tR1cN1 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS83tR1cN1 .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS83tR1cN1 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS83tR1cN1 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS83tR1cN1 .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS83tR1cN1 .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS83tR1cN1 .content-container {
    padding: 60px 0;
  }
}
.cid-uS83tR1cN1 .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS83tR1cN1 .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS83tR1cN1 .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS83tR1cN1 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS83tR1cN1 .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS83tR1cN1 .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS83tR1cN1 .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS83tR1cN1 .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS83tR1cN1 .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS83tR1cN1 .title-box {
    width: 100%;
  }
}
.cid-uS83tR1cN1 .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS83tR1cN1 .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS83tR1cN1 .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS83tR1cN1 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS83tR1cN1 .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS83tR1cN1 .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS83tR1cN1 .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS83tROQ0x {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #173d33;
}
.cid-uS83tROQ0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS83tROQ0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS83tROQ0x .google-map {
  height: 30rem;
  position: relative;
}
.cid-uS83tROQ0x .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #aafc75;
  padding: 4px;
}
.cid-uS83tROQ0x .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS83tROQ0x .google-map[data-state] {
  background: #fffff5;
}
.cid-uS83tROQ0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS83tROQ0x .mbr-section-title {
  color: #ffffff;
}
.cid-uS83tSt1NX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  overflow: hidden;
}
.cid-uS83tSt1NX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS83tSt1NX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS83tSt1NX .container {
    padding: 0 30px;
  }
}
.cid-uS83tSt1NX .row {
  justify-content: center;
}
.cid-uS83tSt1NX .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS83tSt1NX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS83tSt1NX .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS83tSt1NX .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS83tSt1NX .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uS83tSt1NX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS83tSt1NX .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS83tSt1NX .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS83tSt1NX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS83tSt1NX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uS83tSt1NX .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS83tSt1NX .nav-wrapper .list .item-wrap:hover,
.cid-uS83tSt1NX .nav-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS83tSt1NX .nav-wrapper .list .item-wrap:hover::before,
.cid-uS83tSt1NX .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uS83tSt1NX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #aafc75;
  transition: all 0.3s ease-in-out;
}
.cid-uS83tSt1NX .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS83tSt1NX .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS83tSt1NX .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS83tSt1NX .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #aafc75;
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS83tSt1NX .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS83tSt1NX .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #aafc75;
}
@media (max-width: 992px) {
  .cid-uS83tSt1NX .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS83tSt1NX .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #aafc75;
}
.cid-uS83tSt1NX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uS83tSt1NX .mbr-section-title {
  color: #bee0d6;
}
.cid-uS83tSt1NX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uS83tSt1NX .list {
  color: #bee0d6;
}
.cid-uS83tSt1NX .mbr-address {
  color: #bee0d6;
}
.cid-uS83tSt1NX .mbr-copy {
  color: #bee0d6;
}
.cid-uS83tSt1NX .list,
.cid-uS83tSt1NX .item-wrap,
.cid-uS83tSt1NX .nav-wrapper {
  color: #ffffff;
}
.cid-uS7StJ2wlI {
  z-index: 1000;
  width: 100%;
}
.cid-uS7StJ2wlI nav.navbar {
  position: fixed;
}
.cid-uS7StJ2wlI .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-uS7StJ2wlI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS7StJ2wlI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS7StJ2wlI .dropdown-item:hover,
.cid-uS7StJ2wlI .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uS7StJ2wlI .dropdown-item:hover span {
  color: white;
}
.cid-uS7StJ2wlI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS7StJ2wlI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS7StJ2wlI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS7StJ2wlI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS7StJ2wlI .nav-link {
  position: relative;
}
.cid-uS7StJ2wlI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uS7StJ2wlI .container {
    flex-wrap: nowrap;
  }
}
.cid-uS7StJ2wlI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uS7StJ2wlI .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uS7StJ2wlI .iconfont-wrapper:hover .mbr-iconfont {
  color: #aafc75;
}
.cid-uS7StJ2wlI .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uS7StJ2wlI .navbar-nav .nav-item:hover {
  color: #aafc75 !important;
}
.cid-uS7StJ2wlI .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uS7StJ2wlI .navbar-nav .nav-link:hover {
  color: #aafc75 !important;
}
.cid-uS7StJ2wlI .dropdown-menu,
.cid-uS7StJ2wlI .navbar.opened {
  background: #173d33 !important;
}
.cid-uS7StJ2wlI .nav-item:focus,
.cid-uS7StJ2wlI .nav-link:focus {
  outline: none;
}
.cid-uS7StJ2wlI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS7StJ2wlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS7StJ2wlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS7StJ2wlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS7StJ2wlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS7StJ2wlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS7StJ2wlI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uS7StJ2wlI .navbar.opened {
  transition: all 0.3s;
}
.cid-uS7StJ2wlI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS7StJ2wlI .navbar .navbar-logo img {
  width: auto;
}
.cid-uS7StJ2wlI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS7StJ2wlI .navbar.collapsed {
  justify-content: center;
}
.cid-uS7StJ2wlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS7StJ2wlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS7StJ2wlI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uS7StJ2wlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS7StJ2wlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS7StJ2wlI .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-uS7StJ2wlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS7StJ2wlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS7StJ2wlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS7StJ2wlI .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uS7StJ2wlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS7StJ2wlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS7StJ2wlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS7StJ2wlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS7StJ2wlI .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-uS7StJ2wlI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS7StJ2wlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS7StJ2wlI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS7StJ2wlI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS7StJ2wlI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS7StJ2wlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uS7StJ2wlI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uS7StJ2wlI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS7StJ2wlI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS7StJ2wlI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uS7StJ2wlI .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uS7StJ2wlI .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-uS7StJ2wlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS7StJ2wlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS7StJ2wlI .dropdown-item.active,
.cid-uS7StJ2wlI .dropdown-item:active {
  background-color: transparent;
}
.cid-uS7StJ2wlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS7StJ2wlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS7StJ2wlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS7StJ2wlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uS7StJ2wlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS7StJ2wlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS7StJ2wlI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS7StJ2wlI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS7StJ2wlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS7StJ2wlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS7StJ2wlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS7StJ2wlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS7StJ2wlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS7StJ2wlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS7StJ2wlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7StJ2wlI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS7StJ2wlI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS7StJ2wlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7StJ2wlI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS7StJ2wlI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS7StJ2wlI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uS7StJ2wlI .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS7StJ2wlI .navbar {
    height: 70px;
  }
  .cid-uS7StJ2wlI .navbar.opened {
    height: auto;
  }
  .cid-uS7StJ2wlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uS7StJ2wlI .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uS7StJ2wlI .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uS7StJ2wlI .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uS7StJ2wlI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uS7StJ2wlI .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uS7StJ2wlI .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS7StJ2wlI .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS7StJ2wlI .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uS7StJ2wlI .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS7StJ2wlI .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS7StK98h4 {
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uS7StK98h4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StK98h4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StK98h4 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StK98h4 .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uS7StK98h4.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uS7StK98h4 .row {
  position: relative;
  z-index: 3;
}
.cid-uS7StK98h4 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uS7StK98h4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS7StK98h4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7StK98h4 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StK98h4 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7StK98h4 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uS7StK98h4 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uS7StK98h4 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StK98h4 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uS7StL1TvX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #173d33;
}
.cid-uS7StL1TvX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uS7StL1TvX .panel-group {
  border: none;
}
.cid-uS7StL1TvX .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uS7StL1TvX .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uS7StL1TvX .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uS7StL1TvX .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uS7StL1TvX .img-col {
  padding: 0;
}
.cid-uS7StL1TvX span {
  margin-right: 1rem;
}
.cid-uS7StL1TvX .img-item {
  height: 100%;
}
.cid-uS7StL1TvX img {
  height: 100%;
  object-fit: cover;
}
.cid-uS7StL1TvX .collapsed span {
  transform: rotate(0deg);
}
.cid-uS7StL1TvX .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uS7StL1TvX p {
  margin-bottom: 0.3rem;
}
.cid-uS7StL1TvX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uS7StL1TvX .card {
  padding: 0;
}
.cid-uS7StL1TvX .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uS7StL1TvX .panel-text {
    padding-left: 0;
  }
}
.cid-uS7StL1TvX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uS7StL1TvX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uS7StL1TvX .panel-title-edit,
.cid-uS7StL1TvX .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-uS7StM49nE {
  background-color: #173d33;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-uS7StM49nE .container,
.cid-uS7StM49nE .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uS7StM49nE .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uS7StM49nE .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uS7StM49nE .bg-frame {
  position: absolute;
  bottom: -12%;
  right: 0;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StM49nE .bg-frame {
    width: 80vw;
  }
}
.cid-uS7StM49nE .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uS7StM49nE .img-bg-container {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uS7StM49nE .img-bg-container {
    padding: 80px 30px;
    align-items: flex-end;
  }
}
.cid-uS7StM49nE .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/1ef402eff71a4142bc1dc8c39cf0c5e7.jpg-1160x500.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-uS7StM49nE .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0.5;
}
.cid-uS7StM49nE .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-uS7StM49nE .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uS7StM49nE .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: auto;
    left: 10%;
  }
}
.cid-uS7StM49nE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(312deg);
}
.cid-uS7StM49nE .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uS7StM49nE .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uS7StM49nE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uS7StM49nE .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-uS7StNbZZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7StNbZZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StNbZZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StNbZZe .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StNbZZe .bg-frame {
    width: 60vw;
  }
}
.cid-uS7StNbZZe .row {
  position: relative;
  z-index: 3;
}
.cid-uS7StNbZZe .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7StNbZZe .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StNbZZe .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7StNbZZe .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7StNbZZe .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StNbZZe .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7StNbZZe .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7StNbZZe .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7StNbZZe .content-container {
    padding: 60px 0;
  }
}
.cid-uS7StNbZZe .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7StNbZZe .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7StNbZZe .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7StNbZZe .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7StNbZZe .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7StNbZZe .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7StNbZZe .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7StNbZZe .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7StNbZZe .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7StNbZZe .title-box {
    width: 100%;
  }
}
.cid-uS7StNbZZe .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7StNbZZe .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StNbZZe .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7StNbZZe .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7StNbZZe .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7StNbZZe .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StNbZZe .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7StO6es9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uS7StO6es9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StO6es9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StO6es9 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7StO6es9 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StO6es9 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7StO6es9 .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7StO6es9 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StO6es9 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7StO6es9 .card-row {
  margin-bottom: 40px;
}
.cid-uS7StO6es9 .card {
  margin-bottom: -40px;
}
.cid-uS7StO6es9 .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #021c15;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-uS7StO6es9 .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uS7StO6es9 .card-wrapper:after {
    width: 150%;
  }
}
.cid-uS7StO6es9 .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uS7StO6es9 .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-uS7StO6es9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-uS7StO6es9 .card-title {
  color: #AAFC75;
}
.cid-uS7StO6es9 .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-uS7StPQ1mR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #173d33;
}
.cid-uS7StPQ1mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StPQ1mR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StPQ1mR .img-container {
  position: relative;
}
.cid-uS7StPQ1mR .bg-frame {
  position: absolute;
  bottom: -12%;
  left: -5%;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StPQ1mR .bg-frame {
    width: 80vw;
  }
}
.cid-uS7StPQ1mR .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uS7StPQ1mR .image-wrapper img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-uS7StPQ1mR .image-wrapper img {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .cid-uS7StPQ1mR .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uS7StPQ1mR .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StPQ1mR .image-wrapper img {
    height: auto;
  }
}
.cid-uS7StQRokb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7StQRokb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StQRokb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StQRokb .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StQRokb .bg-frame {
    width: 60vw;
  }
}
.cid-uS7StQRokb .row {
  position: relative;
  z-index: 3;
}
.cid-uS7StQRokb .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7StQRokb .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StQRokb .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7StQRokb .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7StQRokb .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StQRokb .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7StQRokb .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7StQRokb .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7StQRokb .content-container {
    padding: 60px 0;
  }
}
.cid-uS7StQRokb .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7StQRokb .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7StQRokb .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7StQRokb .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7StQRokb .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7StQRokb .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7StQRokb .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7StQRokb .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7StQRokb .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7StQRokb .title-box {
    width: 100%;
  }
}
.cid-uS7StQRokb .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7StQRokb .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StQRokb .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7StQRokb .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7StQRokb .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7StQRokb .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StQRokb .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7StRZvHP {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173d33;
}
.cid-uS7StRZvHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StRZvHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7StRZvHP .container {
    padding: 0 20px;
  }
}
.cid-uS7StRZvHP .row {
  margin: 0;
}
.cid-uS7StRZvHP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7StRZvHP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS7StRZvHP .video-block .video-wrapper .app-video-wrapper::before {
  color: #aafc75;
  text-shadow: none;
}
.cid-uS7StRZvHP .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS7StRZvHP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS7StRZvHP .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS7StRZvHP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS7StT5g0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7StT5g0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StT5g0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StT5g0y .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StT5g0y .bg-frame {
    width: 60vw;
  }
}
.cid-uS7StT5g0y .row {
  position: relative;
  z-index: 3;
}
.cid-uS7StT5g0y .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7StT5g0y .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StT5g0y .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7StT5g0y .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7StT5g0y .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StT5g0y .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7StT5g0y .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7StT5g0y .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7StT5g0y .content-container {
    padding: 60px 0;
  }
}
.cid-uS7StT5g0y .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7StT5g0y .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7StT5g0y .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7StT5g0y .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7StT5g0y .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7StT5g0y .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7StT5g0y .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7StT5g0y .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7StT5g0y .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7StT5g0y .title-box {
    width: 100%;
  }
}
.cid-uS7StT5g0y .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7StT5g0y .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StT5g0y .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7StT5g0y .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7StT5g0y .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7StT5g0y .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StT5g0y .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7StU7Xem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7StU7Xem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StU7Xem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StU7Xem .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  opacity: 0.8;
  width: 15vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StU7Xem .bg-frame {
    width: 30vw;
  }
}
.cid-uS7StU7Xem .bg-frame-2 {
  top: 70%;
  left: auto;
  right: -5%;
  width: 30vw;
}
.cid-uS7StU7Xem .row {
  position: relative;
  z-index: 3;
}
.cid-uS7StU7Xem .mbr-section-head {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uS7StU7Xem .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uS7StU7Xem .mbr-section-title {
  color: #FFFFFF;
}
.cid-uS7StU7Xem .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StU7Xem .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uS7StU7Xem .card-row {
  align-items: stretch;
}
.cid-uS7StU7Xem .item {
  margin-bottom: 2rem;
}
.cid-uS7StU7Xem .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  will-change: transform;
}
.cid-uS7StU7Xem .item-wrapper:hover {
  transform: translateY(-12.5%);
}
@media (max-width: 991px) {
  .cid-uS7StU7Xem .item-wrapper:hover {
    transform: translateY(-2rem);
  }
}
.cid-uS7StU7Xem .item-wrapper:hover .item-img img {
  transform: scale(1);
}
.cid-uS7StU7Xem .item-wrapper:hover .card-title {
  color: #aafc75;
}
.cid-uS7StU7Xem .item-wrapper:hover .card-subtitle {
  color: #aafc75;
}
.cid-uS7StU7Xem .item-img {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1.49885057;
  transition: 0.5s all;
}
.cid-uS7StU7Xem .item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s all;
  will-change: transform;
}
.cid-uS7StU7Xem .img-bg-color {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: 80%;
  aspect-ratio: 1;
  opacity: 0.3;
  filter: blur(100px);
}
.cid-uS7StU7Xem .img-bg-color-1 {
  left: 0;
  background: #79F429;
  transform: translate(-50%, 50%);
  opacity: 0.2;
}
.cid-uS7StU7Xem .img-bg-color-2 {
  right: 0;
  background: #0E0E0E;
  transform: translate(50%, 50%);
}
.cid-uS7StU7Xem .card-box {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  opacity: 1;
}
.cid-uS7StU7Xem .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.5s all;
}
.cid-uS7StU7Xem .card-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 1rem;
  transition: 0.5s all;
}
.cid-uS7StU7Xem .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uS7StVqofL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7StVqofL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StVqofL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StVqofL .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 54vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StVqofL .bg-frame {
    width: 108vw;
  }
}
.cid-uS7StVqofL .row {
  position: relative;
  z-index: 3;
}
.cid-uS7StVqofL .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7StVqofL .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StVqofL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7StVqofL .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7StVqofL .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StVqofL .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7StVqofL .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7StVqofL .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7StVqofL .content-container {
    padding: 60px 0;
  }
}
.cid-uS7StVqofL .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7StVqofL .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7StVqofL .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7StVqofL .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7StVqofL .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7StVqofL .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7StVqofL .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7StVqofL .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7StVqofL .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7StVqofL .title-box {
    width: 100%;
  }
}
.cid-uS7StVqofL .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7StVqofL .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StVqofL .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7StVqofL .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7StVqofL .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7StVqofL .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StVqofL .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7StWwEoE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7StWwEoE .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uS7StWwEoE .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uS7StWwEoE .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.9;
  width: 25vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StWwEoE .bg-frame {
    width: 50vw;
  }
}
.cid-uS7StWwEoE .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #102a23;
}
@media (max-width: 991px) {
  .cid-uS7StWwEoE .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-uS7StWwEoE .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-uS7StWwEoE .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-uS7StWwEoE .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uS7StWwEoE .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uS7StWwEoE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7StWwEoE .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-uS7StWwEoE .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uS7StWwEoE .img-wrap {
    width: 100%;
  }
}
.cid-uS7StWwEoE .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(120px);
}
.cid-uS7StWwEoE .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uS7StWwEoE .item-img {
    width: 100%;
  }
}
.cid-uS7StWwEoE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-uS7StWwEoE .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0d211c 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-uS7StXBVSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uS7StXBVSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StXBVSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StXBVSZ .content-wrapper {
  padding: 80px 90px;
  background-color: #aafc75;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uS7StXBVSZ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uS7StXBVSZ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uS7StXBVSZ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uS7StXBVSZ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uS7StXBVSZ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uS7StXBVSZ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uS7StXBVSZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uS7StXBVSZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uS7StXBVSZ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS7StXBVSZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uS7StXBVSZ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uS7StXBVSZ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #27473f;
}
@media (max-width: 992px) {
  .cid-uS7StXBVSZ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uS7StXBVSZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uS7StXBVSZ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS7StXBVSZ .mbr-section-title {
  color: #050f0f;
}
.cid-uS7StXBVSZ .mbr-text {
  color: #050f0f;
}
.cid-uS7StXBVSZ .panel-title-edit {
  color: #050f0f;
}
.cid-uS7StXBVSZ .panel-text {
  color: #ffffff;
}
.cid-uS7StXBVSZ .panel-title-edit,
.cid-uS7StXBVSZ .icon-wrapper {
  color: #ffffff;
}
.cid-uS7StZ5ZgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7StZ5ZgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7StZ5ZgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7StZ5ZgF .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7StZ5ZgF .bg-frame {
    width: 60vw;
  }
}
.cid-uS7StZ5ZgF .row {
  position: relative;
  z-index: 3;
}
.cid-uS7StZ5ZgF .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7StZ5ZgF .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StZ5ZgF .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7StZ5ZgF .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7StZ5ZgF .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7StZ5ZgF .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7StZ5ZgF .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7StZ5ZgF .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7StZ5ZgF .content-container {
    padding: 60px 0;
  }
}
.cid-uS7StZ5ZgF .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7StZ5ZgF .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7StZ5ZgF .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7StZ5ZgF .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7StZ5ZgF .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7StZ5ZgF .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7StZ5ZgF .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7StZ5ZgF .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7StZ5ZgF .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7StZ5ZgF .title-box {
    width: 100%;
  }
}
.cid-uS7StZ5ZgF .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7StZ5ZgF .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StZ5ZgF .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7StZ5ZgF .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7StZ5ZgF .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7StZ5ZgF .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7StZ5ZgF .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7VQqdk5I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #aafc75;
}
.cid-uS7VQqdk5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7VQqdk5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7VQqdk5I .card-wrapper {
  position: relative;
  background-color: #173d33;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uS7VQqdk5I .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS7VQqdk5I .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uS7VQqdk5I .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uS7VQqdk5I .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #aafc75;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #173d33;
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS7VQqdk5I .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uS7VQqdk5I .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uS7VQqdk5I .panel-title-edit {
  color: #f5f8ff;
}
.cid-uS7VQqdk5I .panel-text {
  color: #f5f8ff;
}
.cid-uS7Su0gL6s {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #173d33;
}
.cid-uS7Su0gL6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7Su0gL6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7Su0gL6s .google-map {
  height: 30rem;
  position: relative;
}
.cid-uS7Su0gL6s .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #aafc75;
  padding: 4px;
}
.cid-uS7Su0gL6s .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS7Su0gL6s .google-map[data-state] {
  background: #fffff5;
}
.cid-uS7Su0gL6s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS7Su0gL6s .mbr-section-title {
  color: #ffffff;
}
.cid-uS7Su1mfmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  overflow: hidden;
}
.cid-uS7Su1mfmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7Su1mfmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7Su1mfmH .container {
    padding: 0 30px;
  }
}
.cid-uS7Su1mfmH .row {
  justify-content: center;
}
.cid-uS7Su1mfmH .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7Su1mfmH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7Su1mfmH .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7Su1mfmH .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7Su1mfmH .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uS7Su1mfmH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS7Su1mfmH .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7Su1mfmH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7Su1mfmH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7Su1mfmH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uS7Su1mfmH .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7Su1mfmH .nav-wrapper .list .item-wrap:hover,
.cid-uS7Su1mfmH .nav-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7Su1mfmH .nav-wrapper .list .item-wrap:hover::before,
.cid-uS7Su1mfmH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uS7Su1mfmH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #aafc75;
  transition: all 0.3s ease-in-out;
}
.cid-uS7Su1mfmH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7Su1mfmH .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7Su1mfmH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7Su1mfmH .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #aafc75;
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7Su1mfmH .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7Su1mfmH .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #aafc75;
}
@media (max-width: 992px) {
  .cid-uS7Su1mfmH .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7Su1mfmH .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #aafc75;
}
.cid-uS7Su1mfmH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uS7Su1mfmH .mbr-section-title {
  color: #bee0d6;
}
.cid-uS7Su1mfmH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uS7Su1mfmH .list {
  color: #bee0d6;
}
.cid-uS7Su1mfmH .mbr-address {
  color: #bee0d6;
}
.cid-uS7Su1mfmH .mbr-copy {
  color: #bee0d6;
}
.cid-uS7Su1mfmH .list,
.cid-uS7Su1mfmH .item-wrap,
.cid-uS7Su1mfmH .nav-wrapper {
  color: #ffffff;
}
.cid-uS7WstBF6o {
  z-index: 1000;
  width: 100%;
}
.cid-uS7WstBF6o nav.navbar {
  position: fixed;
}
.cid-uS7WstBF6o .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-uS7WstBF6o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS7WstBF6o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS7WstBF6o .dropdown-item:hover,
.cid-uS7WstBF6o .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uS7WstBF6o .dropdown-item:hover span {
  color: white;
}
.cid-uS7WstBF6o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS7WstBF6o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS7WstBF6o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS7WstBF6o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS7WstBF6o .nav-link {
  position: relative;
}
.cid-uS7WstBF6o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uS7WstBF6o .container {
    flex-wrap: nowrap;
  }
}
.cid-uS7WstBF6o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uS7WstBF6o .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uS7WstBF6o .iconfont-wrapper:hover .mbr-iconfont {
  color: #aafc75;
}
.cid-uS7WstBF6o .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uS7WstBF6o .navbar-nav .nav-item:hover {
  color: #aafc75 !important;
}
.cid-uS7WstBF6o .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uS7WstBF6o .navbar-nav .nav-link:hover {
  color: #aafc75 !important;
}
.cid-uS7WstBF6o .dropdown-menu,
.cid-uS7WstBF6o .navbar.opened {
  background: #173d33 !important;
}
.cid-uS7WstBF6o .nav-item:focus,
.cid-uS7WstBF6o .nav-link:focus {
  outline: none;
}
.cid-uS7WstBF6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS7WstBF6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS7WstBF6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS7WstBF6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS7WstBF6o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS7WstBF6o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS7WstBF6o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uS7WstBF6o .navbar.opened {
  transition: all 0.3s;
}
.cid-uS7WstBF6o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS7WstBF6o .navbar .navbar-logo img {
  width: auto;
}
.cid-uS7WstBF6o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS7WstBF6o .navbar.collapsed {
  justify-content: center;
}
.cid-uS7WstBF6o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS7WstBF6o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS7WstBF6o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uS7WstBF6o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS7WstBF6o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS7WstBF6o .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-uS7WstBF6o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS7WstBF6o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS7WstBF6o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS7WstBF6o .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uS7WstBF6o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS7WstBF6o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS7WstBF6o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS7WstBF6o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS7WstBF6o .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-uS7WstBF6o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS7WstBF6o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS7WstBF6o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS7WstBF6o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS7WstBF6o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS7WstBF6o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uS7WstBF6o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uS7WstBF6o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS7WstBF6o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS7WstBF6o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uS7WstBF6o .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uS7WstBF6o .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-uS7WstBF6o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS7WstBF6o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS7WstBF6o .dropdown-item.active,
.cid-uS7WstBF6o .dropdown-item:active {
  background-color: transparent;
}
.cid-uS7WstBF6o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS7WstBF6o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS7WstBF6o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS7WstBF6o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uS7WstBF6o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS7WstBF6o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS7WstBF6o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS7WstBF6o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS7WstBF6o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS7WstBF6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS7WstBF6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS7WstBF6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS7WstBF6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS7WstBF6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS7WstBF6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7WstBF6o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS7WstBF6o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS7WstBF6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7WstBF6o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS7WstBF6o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS7WstBF6o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uS7WstBF6o .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS7WstBF6o .navbar {
    height: 70px;
  }
  .cid-uS7WstBF6o .navbar.opened {
    height: auto;
  }
  .cid-uS7WstBF6o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uS7WstBF6o .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uS7WstBF6o .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uS7WstBF6o .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uS7WstBF6o .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uS7WstBF6o .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uS7WstBF6o .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS7WstBF6o .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS7WstBF6o .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uS7WstBF6o .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS7WstBF6o .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS7Wsuvi63 {
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uS7Wsuvi63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7Wsuvi63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7Wsuvi63 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7Wsuvi63 .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uS7Wsuvi63.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uS7Wsuvi63 .row {
  position: relative;
  z-index: 3;
}
.cid-uS7Wsuvi63 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uS7Wsuvi63 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS7Wsuvi63 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7Wsuvi63 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7Wsuvi63 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7Wsuvi63 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uS7Wsuvi63 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uS7Wsuvi63 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uS7Wsuvi63 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uS7WsvjyEt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #173d33;
}
.cid-uS7WsvjyEt .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uS7WsvjyEt .panel-group {
  border: none;
}
.cid-uS7WsvjyEt .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uS7WsvjyEt .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uS7WsvjyEt .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uS7WsvjyEt .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uS7WsvjyEt .img-col {
  padding: 0;
}
.cid-uS7WsvjyEt span {
  margin-right: 1rem;
}
.cid-uS7WsvjyEt .img-item {
  height: 100%;
}
.cid-uS7WsvjyEt img {
  height: 100%;
  object-fit: cover;
}
.cid-uS7WsvjyEt .collapsed span {
  transform: rotate(0deg);
}
.cid-uS7WsvjyEt .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uS7WsvjyEt p {
  margin-bottom: 0.3rem;
}
.cid-uS7WsvjyEt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uS7WsvjyEt .card {
  padding: 0;
}
.cid-uS7WsvjyEt .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uS7WsvjyEt .panel-text {
    padding-left: 0;
  }
}
.cid-uS7WsvjyEt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uS7WsvjyEt .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uS7WsvjyEt .panel-title-edit,
.cid-uS7WsvjyEt .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-uS7WswiQGE {
  background-color: #173d33;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-uS7WswiQGE .container,
.cid-uS7WswiQGE .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uS7WswiQGE .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uS7WswiQGE .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uS7WswiQGE .bg-frame {
  position: absolute;
  bottom: -12%;
  right: 0;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7WswiQGE .bg-frame {
    width: 80vw;
  }
}
.cid-uS7WswiQGE .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uS7WswiQGE .img-bg-container {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uS7WswiQGE .img-bg-container {
    padding: 80px 30px;
    align-items: flex-end;
  }
}
.cid-uS7WswiQGE .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/understandingdifferentmortgagerateshowtogetthebestone-a6eb7af6c49c45d5b1994b3616d1d122.jpg-1500x1000.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-uS7WswiQGE .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0.5;
}
.cid-uS7WswiQGE .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-uS7WswiQGE .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uS7WswiQGE .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: auto;
    left: 10%;
  }
}
.cid-uS7WswiQGE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(312deg);
}
.cid-uS7WswiQGE .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uS7WswiQGE .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uS7WswiQGE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uS7WswiQGE .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-uS7Wsx8geQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7Wsx8geQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7Wsx8geQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7Wsx8geQ .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7Wsx8geQ .bg-frame {
    width: 60vw;
  }
}
.cid-uS7Wsx8geQ .row {
  position: relative;
  z-index: 3;
}
.cid-uS7Wsx8geQ .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7Wsx8geQ .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7Wsx8geQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7Wsx8geQ .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7Wsx8geQ .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7Wsx8geQ .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7Wsx8geQ .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7Wsx8geQ .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7Wsx8geQ .content-container {
    padding: 60px 0;
  }
}
.cid-uS7Wsx8geQ .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7Wsx8geQ .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7Wsx8geQ .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7Wsx8geQ .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7Wsx8geQ .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7Wsx8geQ .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7Wsx8geQ .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7Wsx8geQ .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7Wsx8geQ .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7Wsx8geQ .title-box {
    width: 100%;
  }
}
.cid-uS7Wsx8geQ .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7Wsx8geQ .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7Wsx8geQ .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7Wsx8geQ .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7Wsx8geQ .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7Wsx8geQ .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7Wsx8geQ .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7WsxYFov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uS7WsxYFov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsxYFov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsxYFov .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7WsxYFov .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsxYFov .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7WsxYFov .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7WsxYFov .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7WsxYFov .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7WsxYFov .card-row {
  margin-bottom: 40px;
}
.cid-uS7WsxYFov .card {
  margin-bottom: -40px;
}
.cid-uS7WsxYFov .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #021c15;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-uS7WsxYFov .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uS7WsxYFov .card-wrapper:after {
    width: 150%;
  }
}
.cid-uS7WsxYFov .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uS7WsxYFov .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-uS7WsxYFov .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-uS7WsxYFov .card-title {
  color: #AAFC75;
}
.cid-uS7WsxYFov .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-uS7Wszbpiy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #173d33;
}
.cid-uS7Wszbpiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7Wszbpiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7Wszbpiy .img-container {
  position: relative;
}
.cid-uS7Wszbpiy .bg-frame {
  position: absolute;
  bottom: -12%;
  left: -5%;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7Wszbpiy .bg-frame {
    width: 80vw;
  }
}
.cid-uS7Wszbpiy .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uS7Wszbpiy .image-wrapper img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-uS7Wszbpiy .image-wrapper img {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .cid-uS7Wszbpiy .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uS7Wszbpiy .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cid-uS7Wszbpiy .image-wrapper img {
    height: auto;
  }
}
.cid-uS7WsA0BS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7WsA0BS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsA0BS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsA0BS3 .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7WsA0BS3 .bg-frame {
    width: 60vw;
  }
}
.cid-uS7WsA0BS3 .row {
  position: relative;
  z-index: 3;
}
.cid-uS7WsA0BS3 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7WsA0BS3 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsA0BS3 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7WsA0BS3 .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7WsA0BS3 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7WsA0BS3 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7WsA0BS3 .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7WsA0BS3 .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsA0BS3 .content-container {
    padding: 60px 0;
  }
}
.cid-uS7WsA0BS3 .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7WsA0BS3 .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7WsA0BS3 .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7WsA0BS3 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7WsA0BS3 .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7WsA0BS3 .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7WsA0BS3 .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7WsA0BS3 .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7WsA0BS3 .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsA0BS3 .title-box {
    width: 100%;
  }
}
.cid-uS7WsA0BS3 .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7WsA0BS3 .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsA0BS3 .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7WsA0BS3 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7WsA0BS3 .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7WsA0BS3 .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsA0BS3 .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7WsAOQ1G {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173d33;
}
.cid-uS7WsAOQ1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsAOQ1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7WsAOQ1G .container {
    padding: 0 20px;
  }
}
.cid-uS7WsAOQ1G .row {
  margin: 0;
}
.cid-uS7WsAOQ1G .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7WsAOQ1G .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS7WsAOQ1G .video-block .video-wrapper .app-video-wrapper::before {
  color: #aafc75;
  text-shadow: none;
}
.cid-uS7WsAOQ1G .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS7WsAOQ1G .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS7WsAOQ1G .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS7WsAOQ1G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS7WsBz6hX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7WsBz6hX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsBz6hX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsBz6hX .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7WsBz6hX .bg-frame {
    width: 60vw;
  }
}
.cid-uS7WsBz6hX .row {
  position: relative;
  z-index: 3;
}
.cid-uS7WsBz6hX .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7WsBz6hX .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsBz6hX .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7WsBz6hX .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7WsBz6hX .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7WsBz6hX .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7WsBz6hX .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7WsBz6hX .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsBz6hX .content-container {
    padding: 60px 0;
  }
}
.cid-uS7WsBz6hX .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7WsBz6hX .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7WsBz6hX .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7WsBz6hX .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7WsBz6hX .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7WsBz6hX .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7WsBz6hX .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7WsBz6hX .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7WsBz6hX .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsBz6hX .title-box {
    width: 100%;
  }
}
.cid-uS7WsBz6hX .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7WsBz6hX .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsBz6hX .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7WsBz6hX .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7WsBz6hX .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7WsBz6hX .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsBz6hX .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7WsCxFvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7WsCxFvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsCxFvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsCxFvw .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  opacity: 0.8;
  width: 15vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7WsCxFvw .bg-frame {
    width: 30vw;
  }
}
.cid-uS7WsCxFvw .bg-frame-2 {
  top: 70%;
  left: auto;
  right: -5%;
  width: 30vw;
}
.cid-uS7WsCxFvw .row {
  position: relative;
  z-index: 3;
}
.cid-uS7WsCxFvw .mbr-section-head {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uS7WsCxFvw .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uS7WsCxFvw .mbr-section-title {
  color: #FFFFFF;
}
.cid-uS7WsCxFvw .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7WsCxFvw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uS7WsCxFvw .card-row {
  align-items: stretch;
}
.cid-uS7WsCxFvw .item {
  margin-bottom: 2rem;
}
.cid-uS7WsCxFvw .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  will-change: transform;
}
.cid-uS7WsCxFvw .item-wrapper:hover {
  transform: translateY(-12.5%);
}
@media (max-width: 991px) {
  .cid-uS7WsCxFvw .item-wrapper:hover {
    transform: translateY(-2rem);
  }
}
.cid-uS7WsCxFvw .item-wrapper:hover .item-img img {
  transform: scale(1);
}
.cid-uS7WsCxFvw .item-wrapper:hover .card-title {
  color: #aafc75;
}
.cid-uS7WsCxFvw .item-wrapper:hover .card-subtitle {
  color: #aafc75;
}
.cid-uS7WsCxFvw .item-img {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1.49885057;
  transition: 0.5s all;
}
.cid-uS7WsCxFvw .item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s all;
  will-change: transform;
}
.cid-uS7WsCxFvw .img-bg-color {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: 80%;
  aspect-ratio: 1;
  opacity: 0.3;
  filter: blur(100px);
}
.cid-uS7WsCxFvw .img-bg-color-1 {
  left: 0;
  background: #79F429;
  transform: translate(-50%, 50%);
  opacity: 0.2;
}
.cid-uS7WsCxFvw .img-bg-color-2 {
  right: 0;
  background: #0E0E0E;
  transform: translate(50%, 50%);
}
.cid-uS7WsCxFvw .card-box {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  opacity: 1;
}
.cid-uS7WsCxFvw .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.5s all;
}
.cid-uS7WsCxFvw .card-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 1rem;
  transition: 0.5s all;
}
.cid-uS7WsCxFvw .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uS7WsDEM8g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7WsDEM8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsDEM8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsDEM8g .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 54vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7WsDEM8g .bg-frame {
    width: 108vw;
  }
}
.cid-uS7WsDEM8g .row {
  position: relative;
  z-index: 3;
}
.cid-uS7WsDEM8g .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7WsDEM8g .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsDEM8g .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7WsDEM8g .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7WsDEM8g .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7WsDEM8g .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7WsDEM8g .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7WsDEM8g .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsDEM8g .content-container {
    padding: 60px 0;
  }
}
.cid-uS7WsDEM8g .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7WsDEM8g .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7WsDEM8g .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7WsDEM8g .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7WsDEM8g .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7WsDEM8g .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7WsDEM8g .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7WsDEM8g .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7WsDEM8g .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsDEM8g .title-box {
    width: 100%;
  }
}
.cid-uS7WsDEM8g .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7WsDEM8g .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsDEM8g .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7WsDEM8g .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7WsDEM8g .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7WsDEM8g .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsDEM8g .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7WsEBUx3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7WsEBUx3 .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uS7WsEBUx3 .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uS7WsEBUx3 .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.9;
  width: 25vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7WsEBUx3 .bg-frame {
    width: 50vw;
  }
}
.cid-uS7WsEBUx3 .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #102a23;
}
@media (max-width: 991px) {
  .cid-uS7WsEBUx3 .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-uS7WsEBUx3 .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-uS7WsEBUx3 .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-uS7WsEBUx3 .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uS7WsEBUx3 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uS7WsEBUx3 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7WsEBUx3 .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-uS7WsEBUx3 .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uS7WsEBUx3 .img-wrap {
    width: 100%;
  }
}
.cid-uS7WsEBUx3 .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(120px);
}
.cid-uS7WsEBUx3 .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uS7WsEBUx3 .item-img {
    width: 100%;
  }
}
.cid-uS7WsEBUx3 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-uS7WsEBUx3 .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0d211c 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-uS7WsFuL6p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uS7WsFuL6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsFuL6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsFuL6p .content-wrapper {
  padding: 80px 90px;
  background-color: #aafc75;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uS7WsFuL6p .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uS7WsFuL6p .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uS7WsFuL6p .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uS7WsFuL6p .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uS7WsFuL6p .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uS7WsFuL6p .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uS7WsFuL6p .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uS7WsFuL6p .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uS7WsFuL6p .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS7WsFuL6p .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uS7WsFuL6p .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uS7WsFuL6p .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #27473f;
}
@media (max-width: 992px) {
  .cid-uS7WsFuL6p .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uS7WsFuL6p .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uS7WsFuL6p .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS7WsFuL6p .mbr-section-title {
  color: #050f0f;
}
.cid-uS7WsFuL6p .mbr-text {
  color: #050f0f;
}
.cid-uS7WsFuL6p .panel-title-edit {
  color: #050f0f;
}
.cid-uS7WsFuL6p .panel-text {
  color: #ffffff;
}
.cid-uS7WsFuL6p .panel-title-edit,
.cid-uS7WsFuL6p .icon-wrapper {
  color: #ffffff;
}
.cid-uS7WsHgOk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7WsHgOk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsHgOk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsHgOk0 .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7WsHgOk0 .bg-frame {
    width: 60vw;
  }
}
.cid-uS7WsHgOk0 .row {
  position: relative;
  z-index: 3;
}
.cid-uS7WsHgOk0 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7WsHgOk0 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsHgOk0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7WsHgOk0 .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7WsHgOk0 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7WsHgOk0 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7WsHgOk0 .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7WsHgOk0 .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsHgOk0 .content-container {
    padding: 60px 0;
  }
}
.cid-uS7WsHgOk0 .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7WsHgOk0 .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7WsHgOk0 .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7WsHgOk0 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7WsHgOk0 .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7WsHgOk0 .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7WsHgOk0 .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7WsHgOk0 .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7WsHgOk0 .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsHgOk0 .title-box {
    width: 100%;
  }
}
.cid-uS7WsHgOk0 .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7WsHgOk0 .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsHgOk0 .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7WsHgOk0 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7WsHgOk0 .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7WsHgOk0 .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7WsHgOk0 .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7WsJ2Txl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #aafc75;
}
.cid-uS7WsJ2Txl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsJ2Txl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsJ2Txl .card-wrapper {
  position: relative;
  background-color: #173d33;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uS7WsJ2Txl .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS7WsJ2Txl .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uS7WsJ2Txl .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uS7WsJ2Txl .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #aafc75;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #173d33;
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS7WsJ2Txl .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uS7WsJ2Txl .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uS7WsJ2Txl .panel-title-edit {
  color: #f5f8ff;
}
.cid-uS7WsJ2Txl .panel-text {
  color: #f5f8ff;
}
.cid-uS7WsK8Tfz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #173d33;
}
.cid-uS7WsK8Tfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsK8Tfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7WsK8Tfz .google-map {
  height: 30rem;
  position: relative;
}
.cid-uS7WsK8Tfz .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #aafc75;
  padding: 4px;
}
.cid-uS7WsK8Tfz .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS7WsK8Tfz .google-map[data-state] {
  background: #fffff5;
}
.cid-uS7WsK8Tfz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS7WsK8Tfz .mbr-section-title {
  color: #ffffff;
}
.cid-uS7WsLieu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  overflow: hidden;
}
.cid-uS7WsLieu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7WsLieu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7WsLieu5 .container {
    padding: 0 30px;
  }
}
.cid-uS7WsLieu5 .row {
  justify-content: center;
}
.cid-uS7WsLieu5 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7WsLieu5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7WsLieu5 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7WsLieu5 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7WsLieu5 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uS7WsLieu5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS7WsLieu5 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7WsLieu5 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7WsLieu5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7WsLieu5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uS7WsLieu5 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7WsLieu5 .nav-wrapper .list .item-wrap:hover,
.cid-uS7WsLieu5 .nav-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7WsLieu5 .nav-wrapper .list .item-wrap:hover::before,
.cid-uS7WsLieu5 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uS7WsLieu5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #aafc75;
  transition: all 0.3s ease-in-out;
}
.cid-uS7WsLieu5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7WsLieu5 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7WsLieu5 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7WsLieu5 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #aafc75;
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7WsLieu5 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7WsLieu5 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #aafc75;
}
@media (max-width: 992px) {
  .cid-uS7WsLieu5 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7WsLieu5 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #aafc75;
}
.cid-uS7WsLieu5 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uS7WsLieu5 .mbr-section-title {
  color: #bee0d6;
}
.cid-uS7WsLieu5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uS7WsLieu5 .list {
  color: #bee0d6;
}
.cid-uS7WsLieu5 .mbr-address {
  color: #bee0d6;
}
.cid-uS7WsLieu5 .mbr-copy {
  color: #bee0d6;
}
.cid-uS7WsLieu5 .list,
.cid-uS7WsLieu5 .item-wrap,
.cid-uS7WsLieu5 .nav-wrapper {
  color: #ffffff;
}
.cid-uS7YWAiW3h {
  z-index: 1000;
  width: 100%;
}
.cid-uS7YWAiW3h nav.navbar {
  position: fixed;
}
.cid-uS7YWAiW3h .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-uS7YWAiW3h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uS7YWAiW3h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uS7YWAiW3h .dropdown-item:hover,
.cid-uS7YWAiW3h .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uS7YWAiW3h .dropdown-item:hover span {
  color: white;
}
.cid-uS7YWAiW3h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS7YWAiW3h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS7YWAiW3h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS7YWAiW3h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS7YWAiW3h .nav-link {
  position: relative;
}
.cid-uS7YWAiW3h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uS7YWAiW3h .container {
    flex-wrap: nowrap;
  }
}
.cid-uS7YWAiW3h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uS7YWAiW3h .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uS7YWAiW3h .iconfont-wrapper:hover .mbr-iconfont {
  color: #aafc75;
}
.cid-uS7YWAiW3h .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uS7YWAiW3h .navbar-nav .nav-item:hover {
  color: #aafc75 !important;
}
.cid-uS7YWAiW3h .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uS7YWAiW3h .navbar-nav .nav-link:hover {
  color: #aafc75 !important;
}
.cid-uS7YWAiW3h .dropdown-menu,
.cid-uS7YWAiW3h .navbar.opened {
  background: #173d33 !important;
}
.cid-uS7YWAiW3h .nav-item:focus,
.cid-uS7YWAiW3h .nav-link:focus {
  outline: none;
}
.cid-uS7YWAiW3h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS7YWAiW3h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS7YWAiW3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS7YWAiW3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS7YWAiW3h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS7YWAiW3h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS7YWAiW3h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uS7YWAiW3h .navbar.opened {
  transition: all 0.3s;
}
.cid-uS7YWAiW3h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS7YWAiW3h .navbar .navbar-logo img {
  width: auto;
}
.cid-uS7YWAiW3h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS7YWAiW3h .navbar.collapsed {
  justify-content: center;
}
.cid-uS7YWAiW3h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS7YWAiW3h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS7YWAiW3h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uS7YWAiW3h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS7YWAiW3h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS7YWAiW3h .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-uS7YWAiW3h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS7YWAiW3h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS7YWAiW3h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS7YWAiW3h .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uS7YWAiW3h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS7YWAiW3h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS7YWAiW3h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS7YWAiW3h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS7YWAiW3h .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-uS7YWAiW3h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS7YWAiW3h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS7YWAiW3h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS7YWAiW3h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uS7YWAiW3h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS7YWAiW3h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uS7YWAiW3h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uS7YWAiW3h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS7YWAiW3h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS7YWAiW3h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uS7YWAiW3h .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uS7YWAiW3h .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-uS7YWAiW3h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS7YWAiW3h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS7YWAiW3h .dropdown-item.active,
.cid-uS7YWAiW3h .dropdown-item:active {
  background-color: transparent;
}
.cid-uS7YWAiW3h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS7YWAiW3h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS7YWAiW3h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS7YWAiW3h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uS7YWAiW3h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS7YWAiW3h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS7YWAiW3h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS7YWAiW3h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS7YWAiW3h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS7YWAiW3h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uS7YWAiW3h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS7YWAiW3h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS7YWAiW3h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS7YWAiW3h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS7YWAiW3h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7YWAiW3h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS7YWAiW3h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS7YWAiW3h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7YWAiW3h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uS7YWAiW3h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS7YWAiW3h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uS7YWAiW3h .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS7YWAiW3h .navbar {
    height: 70px;
  }
  .cid-uS7YWAiW3h .navbar.opened {
    height: auto;
  }
  .cid-uS7YWAiW3h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWAiW3h .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uS7YWAiW3h .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uS7YWAiW3h .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uS7YWAiW3h .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uS7YWAiW3h .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uS7YWAiW3h .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS7YWAiW3h .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS7YWAiW3h .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uS7YWAiW3h .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #aafc75 50%, #aafc75 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uS7YWAiW3h .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uS7YWBbdbK {
  background-image: url("../../../assets/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uS7YWBbdbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWBbdbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWBbdbK .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWBbdbK .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-uS7YWBbdbK.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-uS7YWBbdbK .row {
  position: relative;
  z-index: 3;
}
.cid-uS7YWBbdbK .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uS7YWBbdbK .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS7YWBbdbK .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7YWBbdbK .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWBbdbK .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7YWBbdbK .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uS7YWBbdbK .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWBbdbK .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWBbdbK .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uS7YWCiWBw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #173d33;
}
.cid-uS7YWCiWBw .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uS7YWCiWBw .panel-group {
  border: none;
}
.cid-uS7YWCiWBw .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uS7YWCiWBw .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uS7YWCiWBw .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uS7YWCiWBw .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uS7YWCiWBw .img-col {
  padding: 0;
}
.cid-uS7YWCiWBw span {
  margin-right: 1rem;
}
.cid-uS7YWCiWBw .img-item {
  height: 100%;
}
.cid-uS7YWCiWBw img {
  height: 100%;
  object-fit: cover;
}
.cid-uS7YWCiWBw .collapsed span {
  transform: rotate(0deg);
}
.cid-uS7YWCiWBw .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uS7YWCiWBw p {
  margin-bottom: 0.3rem;
}
.cid-uS7YWCiWBw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uS7YWCiWBw .card {
  padding: 0;
}
.cid-uS7YWCiWBw .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uS7YWCiWBw .panel-text {
    padding-left: 0;
  }
}
.cid-uS7YWCiWBw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uS7YWCiWBw .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uS7YWCiWBw .panel-title-edit,
.cid-uS7YWCiWBw .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-uS7YWDmzJ8 {
  background-color: #173d33;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-uS7YWDmzJ8 .container,
.cid-uS7YWDmzJ8 .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uS7YWDmzJ8 .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uS7YWDmzJ8 .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uS7YWDmzJ8 .bg-frame {
  position: absolute;
  bottom: -12%;
  right: 0;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWDmzJ8 .bg-frame {
    width: 80vw;
  }
}
.cid-uS7YWDmzJ8 .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uS7YWDmzJ8 .img-bg-container {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWDmzJ8 .img-bg-container {
    padding: 80px 30px;
    align-items: flex-end;
  }
}
.cid-uS7YWDmzJ8 .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/de-rose-lawyers-1024x682.jpg-1024x682.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-uS7YWDmzJ8 .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0.5;
}
.cid-uS7YWDmzJ8 .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-uS7YWDmzJ8 .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWDmzJ8 .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: auto;
    left: 10%;
  }
}
.cid-uS7YWDmzJ8 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(312deg);
}
.cid-uS7YWDmzJ8 .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uS7YWDmzJ8 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uS7YWDmzJ8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uS7YWDmzJ8 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-uS7YWEej4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7YWEej4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWEej4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWEej4a .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWEej4a .bg-frame {
    width: 60vw;
  }
}
.cid-uS7YWEej4a .row {
  position: relative;
  z-index: 3;
}
.cid-uS7YWEej4a .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7YWEej4a .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWEej4a .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7YWEej4a .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7YWEej4a .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWEej4a .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7YWEej4a .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7YWEej4a .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWEej4a .content-container {
    padding: 60px 0;
  }
}
.cid-uS7YWEej4a .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7YWEej4a .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7YWEej4a .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7YWEej4a .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7YWEej4a .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7YWEej4a .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7YWEej4a .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7YWEej4a .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWEej4a .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWEej4a .title-box {
    width: 100%;
  }
}
.cid-uS7YWEej4a .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7YWEej4a .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWEej4a .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7YWEej4a .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7YWEej4a .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7YWEej4a .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWEej4a .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7YWF75HO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uS7YWF75HO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWF75HO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWF75HO .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7YWF75HO .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWF75HO .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7YWF75HO .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7YWF75HO .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWF75HO .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7YWF75HO .card-row {
  margin-bottom: 40px;
}
.cid-uS7YWF75HO .card {
  margin-bottom: -40px;
}
.cid-uS7YWF75HO .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #021c15;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-uS7YWF75HO .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uS7YWF75HO .card-wrapper:after {
    width: 150%;
  }
}
.cid-uS7YWF75HO .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uS7YWF75HO .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-uS7YWF75HO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-uS7YWF75HO .card-title {
  color: #AAFC75;
}
.cid-uS7YWF75HO .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-uS7YWGhK0g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #173d33;
}
.cid-uS7YWGhK0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWGhK0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWGhK0g .img-container {
  position: relative;
}
.cid-uS7YWGhK0g .bg-frame {
  position: absolute;
  bottom: -12%;
  left: -5%;
  opacity: 0.9;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWGhK0g .bg-frame {
    width: 80vw;
  }
}
.cid-uS7YWGhK0g .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uS7YWGhK0g .image-wrapper img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-uS7YWGhK0g .image-wrapper img {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .cid-uS7YWGhK0g .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWGhK0g .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWGhK0g .image-wrapper img {
    height: auto;
  }
}
.cid-uS7YWH9aZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7YWH9aZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWH9aZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWH9aZs .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWH9aZs .bg-frame {
    width: 60vw;
  }
}
.cid-uS7YWH9aZs .row {
  position: relative;
  z-index: 3;
}
.cid-uS7YWH9aZs .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7YWH9aZs .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWH9aZs .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7YWH9aZs .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7YWH9aZs .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWH9aZs .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7YWH9aZs .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7YWH9aZs .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWH9aZs .content-container {
    padding: 60px 0;
  }
}
.cid-uS7YWH9aZs .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7YWH9aZs .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7YWH9aZs .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7YWH9aZs .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7YWH9aZs .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7YWH9aZs .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7YWH9aZs .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7YWH9aZs .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWH9aZs .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWH9aZs .title-box {
    width: 100%;
  }
}
.cid-uS7YWH9aZs .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7YWH9aZs .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWH9aZs .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7YWH9aZs .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7YWH9aZs .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7YWH9aZs .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWH9aZs .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7YWI4rwz {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173d33;
}
.cid-uS7YWI4rwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWI4rwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7YWI4rwz .container {
    padding: 0 20px;
  }
}
.cid-uS7YWI4rwz .row {
  margin: 0;
}
.cid-uS7YWI4rwz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7YWI4rwz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS7YWI4rwz .video-block .video-wrapper .app-video-wrapper::before {
  color: #aafc75;
  text-shadow: none;
}
.cid-uS7YWI4rwz .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS7YWI4rwz .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS7YWI4rwz .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS7YWI4rwz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS7YWIRzTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7YWIRzTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWIRzTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWIRzTD .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWIRzTD .bg-frame {
    width: 60vw;
  }
}
.cid-uS7YWIRzTD .row {
  position: relative;
  z-index: 3;
}
.cid-uS7YWIRzTD .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7YWIRzTD .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWIRzTD .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7YWIRzTD .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7YWIRzTD .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWIRzTD .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7YWIRzTD .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7YWIRzTD .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWIRzTD .content-container {
    padding: 60px 0;
  }
}
.cid-uS7YWIRzTD .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7YWIRzTD .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7YWIRzTD .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7YWIRzTD .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7YWIRzTD .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7YWIRzTD .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7YWIRzTD .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7YWIRzTD .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWIRzTD .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWIRzTD .title-box {
    width: 100%;
  }
}
.cid-uS7YWIRzTD .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7YWIRzTD .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWIRzTD .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7YWIRzTD .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7YWIRzTD .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7YWIRzTD .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWIRzTD .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7YWJIW8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7YWJIW8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWJIW8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWJIW8G .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  opacity: 0.8;
  width: 15vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWJIW8G .bg-frame {
    width: 30vw;
  }
}
.cid-uS7YWJIW8G .bg-frame-2 {
  top: 70%;
  left: auto;
  right: -5%;
  width: 30vw;
}
.cid-uS7YWJIW8G .row {
  position: relative;
  z-index: 3;
}
.cid-uS7YWJIW8G .mbr-section-head {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uS7YWJIW8G .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uS7YWJIW8G .mbr-section-title {
  color: #FFFFFF;
}
.cid-uS7YWJIW8G .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWJIW8G .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uS7YWJIW8G .card-row {
  align-items: stretch;
}
.cid-uS7YWJIW8G .item {
  margin-bottom: 2rem;
}
.cid-uS7YWJIW8G .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  will-change: transform;
}
.cid-uS7YWJIW8G .item-wrapper:hover {
  transform: translateY(-12.5%);
}
@media (max-width: 991px) {
  .cid-uS7YWJIW8G .item-wrapper:hover {
    transform: translateY(-2rem);
  }
}
.cid-uS7YWJIW8G .item-wrapper:hover .item-img img {
  transform: scale(1);
}
.cid-uS7YWJIW8G .item-wrapper:hover .card-title {
  color: #aafc75;
}
.cid-uS7YWJIW8G .item-wrapper:hover .card-subtitle {
  color: #aafc75;
}
.cid-uS7YWJIW8G .item-img {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1.49885057;
  transition: 0.5s all;
}
.cid-uS7YWJIW8G .item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s all;
  will-change: transform;
}
.cid-uS7YWJIW8G .img-bg-color {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: 80%;
  aspect-ratio: 1;
  opacity: 0.3;
  filter: blur(100px);
}
.cid-uS7YWJIW8G .img-bg-color-1 {
  left: 0;
  background: #79F429;
  transform: translate(-50%, 50%);
  opacity: 0.2;
}
.cid-uS7YWJIW8G .img-bg-color-2 {
  right: 0;
  background: #0E0E0E;
  transform: translate(50%, 50%);
}
.cid-uS7YWJIW8G .card-box {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  opacity: 1;
}
.cid-uS7YWJIW8G .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.5s all;
}
.cid-uS7YWJIW8G .card-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 1rem;
  transition: 0.5s all;
}
.cid-uS7YWJIW8G .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uS7YWKQjbX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7YWKQjbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWKQjbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWKQjbX .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 54vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWKQjbX .bg-frame {
    width: 108vw;
  }
}
.cid-uS7YWKQjbX .row {
  position: relative;
  z-index: 3;
}
.cid-uS7YWKQjbX .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7YWKQjbX .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWKQjbX .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7YWKQjbX .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7YWKQjbX .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWKQjbX .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7YWKQjbX .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7YWKQjbX .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWKQjbX .content-container {
    padding: 60px 0;
  }
}
.cid-uS7YWKQjbX .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7YWKQjbX .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7YWKQjbX .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7YWKQjbX .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7YWKQjbX .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7YWKQjbX .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7YWKQjbX .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7YWKQjbX .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWKQjbX .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWKQjbX .title-box {
    width: 100%;
  }
}
.cid-uS7YWKQjbX .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7YWKQjbX .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWKQjbX .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7YWKQjbX .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7YWKQjbX .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7YWKQjbX .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWKQjbX .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7YWLRTTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7YWLRTTr .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uS7YWLRTTr .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uS7YWLRTTr .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.9;
  width: 25vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWLRTTr .bg-frame {
    width: 50vw;
  }
}
.cid-uS7YWLRTTr .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #102a23;
}
@media (max-width: 991px) {
  .cid-uS7YWLRTTr .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWLRTTr .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-uS7YWLRTTr .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-uS7YWLRTTr .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uS7YWLRTTr .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uS7YWLRTTr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7YWLRTTr .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-uS7YWLRTTr .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uS7YWLRTTr .img-wrap {
    width: 100%;
  }
}
.cid-uS7YWLRTTr .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(120px);
}
.cid-uS7YWLRTTr .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uS7YWLRTTr .item-img {
    width: 100%;
  }
}
.cid-uS7YWLRTTr .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-uS7YWLRTTr .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0d211c 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-uS7YWMJnq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uS7YWMJnq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWMJnq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWMJnq4 .content-wrapper {
  padding: 80px 90px;
  background-color: #aafc75;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uS7YWMJnq4 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uS7YWMJnq4 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uS7YWMJnq4 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uS7YWMJnq4 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uS7YWMJnq4 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uS7YWMJnq4 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uS7YWMJnq4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uS7YWMJnq4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uS7YWMJnq4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS7YWMJnq4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uS7YWMJnq4 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #27473f;
}
@media (max-width: 992px) {
  .cid-uS7YWMJnq4 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uS7YWMJnq4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uS7YWMJnq4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS7YWMJnq4 .mbr-section-title {
  color: #050f0f;
}
.cid-uS7YWMJnq4 .mbr-text {
  color: #050f0f;
}
.cid-uS7YWMJnq4 .panel-title-edit {
  color: #050f0f;
}
.cid-uS7YWMJnq4 .panel-text {
  color: #ffffff;
}
.cid-uS7YWMJnq4 .panel-title-edit,
.cid-uS7YWMJnq4 .icon-wrapper {
  color: #ffffff;
}
.cid-uS7YWO13VB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-uS7YWO13VB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWO13VB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWO13VB .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS7YWO13VB .bg-frame {
    width: 60vw;
  }
}
.cid-uS7YWO13VB .row {
  position: relative;
  z-index: 3;
}
.cid-uS7YWO13VB .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS7YWO13VB .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWO13VB .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS7YWO13VB .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uS7YWO13VB .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS7YWO13VB .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS7YWO13VB .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .cid-uS7YWO13VB .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWO13VB .content-container {
    padding: 60px 0;
  }
}
.cid-uS7YWO13VB .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS7YWO13VB .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS7YWO13VB .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS7YWO13VB .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS7YWO13VB .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS7YWO13VB .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS7YWO13VB .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS7YWO13VB .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS7YWO13VB .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWO13VB .title-box {
    width: 100%;
  }
}
.cid-uS7YWO13VB .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS7YWO13VB .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWO13VB .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS7YWO13VB .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS7YWO13VB .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS7YWO13VB .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS7YWO13VB .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS7YWPdzJo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #aafc75;
}
.cid-uS7YWPdzJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWPdzJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWPdzJo .card-wrapper {
  position: relative;
  background-color: #173d33;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uS7YWPdzJo .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS7YWPdzJo .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uS7YWPdzJo .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uS7YWPdzJo .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #aafc75;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #173d33;
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS7YWPdzJo .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uS7YWPdzJo .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uS7YWPdzJo .panel-title-edit {
  color: #f5f8ff;
}
.cid-uS7YWPdzJo .panel-text {
  color: #f5f8ff;
}
.cid-uS7YWQg7Ch {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #173d33;
}
.cid-uS7YWQg7Ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWQg7Ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YWQg7Ch .google-map {
  height: 30rem;
  position: relative;
}
.cid-uS7YWQg7Ch .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #aafc75;
  padding: 4px;
}
.cid-uS7YWQg7Ch .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS7YWQg7Ch .google-map[data-state] {
  background: #fffff5;
}
.cid-uS7YWQg7Ch .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS7YWQg7Ch .mbr-section-title {
  color: #ffffff;
}
.cid-uS7YWRhCuC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
  overflow: hidden;
}
.cid-uS7YWRhCuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YWRhCuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7YWRhCuC .container {
    padding: 0 30px;
  }
}
.cid-uS7YWRhCuC .row {
  justify-content: center;
}
.cid-uS7YWRhCuC .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7YWRhCuC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7YWRhCuC .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7YWRhCuC .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7YWRhCuC .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uS7YWRhCuC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS7YWRhCuC .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7YWRhCuC .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7YWRhCuC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7YWRhCuC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uS7YWRhCuC .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7YWRhCuC .nav-wrapper .list .item-wrap:hover,
.cid-uS7YWRhCuC .nav-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7YWRhCuC .nav-wrapper .list .item-wrap:hover::before,
.cid-uS7YWRhCuC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uS7YWRhCuC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #aafc75;
  transition: all 0.3s ease-in-out;
}
.cid-uS7YWRhCuC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7YWRhCuC .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uS7YWRhCuC .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7YWRhCuC .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #aafc75;
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #aafc75;
}
.cid-uS7YWRhCuC .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7YWRhCuC .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #aafc75;
}
@media (max-width: 992px) {
  .cid-uS7YWRhCuC .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uS7YWRhCuC .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #aafc75;
}
.cid-uS7YWRhCuC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uS7YWRhCuC .mbr-section-title {
  color: #bee0d6;
}
.cid-uS7YWRhCuC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uS7YWRhCuC .list {
  color: #bee0d6;
}
.cid-uS7YWRhCuC .mbr-address {
  color: #bee0d6;
}
.cid-uS7YWRhCuC .mbr-copy {
  color: #bee0d6;
}
.cid-uS7YWRhCuC .list,
.cid-uS7YWRhCuC .item-wrap,
.cid-uS7YWRhCuC .nav-wrapper {
  color: #ffffff;
}
