body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 60px;
}
.bg-primary {
  background-color: #08323c !important;
}
.bg-success {
  background-color: #0a2a3e !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd263 !important;
}
.bg-danger {
  background-color: #fcb300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #08323c !important;
  border-color: #08323c !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4fe00 !important;
  border-color: #d4fe00 !important;
  color: #000000 !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: #8ca700 !important;
  border-color: #8ca700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #8ca700 !important;
  border-color: #8ca700 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0a2a3e !important;
  border-color: #0a2a3e !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd263 !important;
  border-color: #ffd263 !important;
  color: #634600 !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: #ffb90c !important;
  border-color: #ffb90c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #634600 !important;
  background-color: #ffb90c !important;
  border-color: #ffb90c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcb300 !important;
  border-color: #fcb300 !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: #a57500 !important;
  border-color: #a57500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a57500 !important;
  border-color: #a57500 !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: #08323c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #08323c !important;
  border-color: #08323c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4fe00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8ca700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #d4fe00 !important;
  border-color: #d4fe00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a2a3e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #0a2a3e !important;
  border-color: #0a2a3e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd263;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffb90c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #634600 !important;
  background-color: #ffd263 !important;
  border-color: #ffd263 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcb300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a57500 !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: #fcb300 !important;
  border-color: #fcb300 !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: #08323c !important;
}
.text-secondary {
  color: #d4fe00 !important;
}
.text-success {
  color: #0a2a3e !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd263 !important;
}
.text-danger {
  color: #fcb300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9800 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fcb300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #966b00 !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: #08323c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffd263;
}
.alert-danger {
  background-color: #fcb300;
}
.mbr-gallery-filter li.active .btn {
  background-color: #08323c;
  border-color: #08323c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #08323c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #43c7e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4ba8e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffefc9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #08323c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #08323c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #08323c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #08323c;
}
.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: #08323c;
  border-bottom-color: #08323c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #08323c !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: #d4fe00 !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='%2308323c' %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: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  line-height: 165%;
  letter-spacing: 1px;
  padding: 20px 40px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #08323c;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  background-color: #08323c !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #d4fe00;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #08323c !important;
  background-color: #d4fe00 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #0a2a3e;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  background-color: #0a2a3e !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #08323c !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ffd263;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #08323c !important;
  background-color: #ffd263 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #fcb300;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  background-color: #fcb300 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #ffffff !important;
  background-color: #000000!important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  color: #08323c !important;
  background-color: #ffffff !important;
}
.cid-tyFwHNKP0f .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .menu_box .navbar.opened,
  .cid-tyFwHNKP0f .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown {
  position: relative !important;
}
.cid-tyFwHNKP0f .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tyFwHNKP0f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tyFwHNKP0f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tyFwHNKP0f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tyFwHNKP0f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-body .mbr-text,
  .cid-tyFwHNKP0f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tyFwHNKP0f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tyFwHNKP0f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tyFwHNKP0f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tyFwHNKP0f li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tyFwHNKP0f .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tyFwHNKP0f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 0 !important;
  }
}
.cid-tyFwHNKP0f .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tyFwHNKP0f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tyFwHNKP0f .offcanvas_box {
    display: none;
  }
}
.cid-tyFwHNKP0f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tyFwHNKP0f .container {
  display: flex;
  margin: auto;
}
.cid-tyFwHNKP0f .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tyFwHNKP0f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tyFwHNKP0f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .navbar-nav {
    margin: 0;
  }
}
.cid-tyFwHNKP0f .dropdown-menu,
.cid-tyFwHNKP0f .navbar.opened {
  background-color: false !important;
}
.cid-tyFwHNKP0f .nav-item:focus,
.cid-tyFwHNKP0f .nav-link:focus {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFwHNKP0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tyFwHNKP0f .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFwHNKP0f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tyFwHNKP0f .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tyFwHNKP0f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tyFwHNKP0f .navbar.collapsed {
  justify-content: center;
}
.cid-tyFwHNKP0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFwHNKP0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tyFwHNKP0f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tyFwHNKP0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFwHNKP0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tyFwHNKP0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFwHNKP0f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tyFwHNKP0f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tyFwHNKP0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown-item.active,
.cid-tyFwHNKP0f .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFwHNKP0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFwHNKP0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFwHNKP0f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFwHNKP0f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tyFwHNKP0f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyFwHNKP0f .navbar {
    height: 70px;
  }
  .cid-tyFwHNKP0f .navbar.opened {
    height: auto;
  }
  .cid-tyFwHNKP0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tyFwHNKP0f .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tyFwHNKP0f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tyFwHNKP0f .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tyFwHNKP0f .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-tyFwHNKP0f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tyFwHNKP0f .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-caption {
  color: #08323C;
}
.cid-tyFwHNKP0f .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-tyFwHNKP0f .mbr-section-subtitle,
.cid-tyFwHNKP0f .text_widget,
.cid-tyFwHNKP0f .mbr-section-btn {
  text-align: left;
}
.cid-tyFwHNKP0f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tyFwHXoM8c {
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-tyFwHXoM8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwHXoM8c .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-tyFwHXoM8c .container {
    padding: 0 16px;
  }
}
.cid-tyFwHXoM8c .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tyFwHXoM8c .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper {
    min-height: 300px;
  }
}
.cid-tyFwHXoM8c .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #08323c;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-tyFwHXoM8c .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tyFwHXoM8c .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper .sec-image {
    display: none;
  }
}
.cid-tyFwHXoM8c .mbr-section-title {
  color: #08323C;
}
.cid-tyFwHXoM8c .mbr-text {
  color: #08323C;
}
.cid-tyFwIhOGGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tyFwIhOGGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwIhOGGE .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-tyFwIhOGGE .container {
    padding: 0 16px;
  }
}
.cid-tyFwIhOGGE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tyFwIhOGGE .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tyFwIhOGGE .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-tyFwIhOGGE .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #d4fe00;
}
.cid-tyFwIhOGGE .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyFwIhOGGE .mbr-number {
  color: #ffffff;
}
.cid-tyFwIhOGGE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tyFwIhOGGE .card-number {
  text-align: center;
}
.cid-tyFwJqxE01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyFwJqxE01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwJqxE01 .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-tyFwJqxE01 .container {
    padding: 0 16px;
  }
}
.cid-tyFwJqxE01 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tyFwJqxE01 .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tyFwJqxE01 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwJqxE01 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyFwJqxE01 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwJqxE01 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tyFwJqxE01 .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .title-wrapper .line {
    display: none;
  }
}
.cid-tyFwJqxE01 .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tyFwJqxE01 .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tyFwJqxE01 .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyFwJqxE01 .mbr-section-title {
  color: #08323C;
}
.cid-tyFwJqxE01 .mbr-text {
  color: #08323C;
}
.cid-tyFwMwJPf8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyFwMwJPf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwMwJPf8 .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-tyFwMwJPf8 .container {
    padding: 0 16px;
  }
}
.cid-tyFwMwJPf8 .title-wrapper {
  position: relative;
}
.cid-tyFwMwJPf8 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwMwJPf8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tyFwMwJPf8 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwMwJPf8 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tyFwMwJPf8 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tyFwMwJPf8 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwMwJPf8 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tyFwMwJPf8 .mbr-section-title {
  color: #08323C;
}
.cid-tyFwMwJPf8 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tyFwMwJPf8 .mbr-section-title,
.cid-tyFwMwJPf8 .mbr-section-btn {
  text-align: center;
}
.cid-tFGfzWFNe5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tFGfzWFNe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGfzWFNe5 .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-tFGfzWFNe5 .container {
    padding: 0 16px;
  }
}
.cid-tFGfzWFNe5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tFGfzWFNe5 .card {
    margin-bottom: 40px;
  }
}
.cid-tFGfzWFNe5 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tFGfzWFNe5 .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-tFGfzWFNe5 .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFGfzWFNe5 .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-tFGfzWFNe5 .mbr-section-title {
  color: #08323C;
}
.cid-tFGfzWFNe5 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tFGfzWFNe5 .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-tFGfzWFNe5 .mbr-section-title,
.cid-tFGfzWFNe5 .mbr-section-btn {
  text-align: center;
}
.cid-tyFwYSGIgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tyFwYSGIgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwYSGIgc .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-tyFwYSGIgc .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tyFwYSGIgc .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .image-wrapper img {
    height: 300px;
  }
}
.cid-tyFwYSGIgc .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tyFwYSGIgc .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tyFwYSGIgc .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwYSGIgc .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tyFwYSGIgc .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tyFwYSGIgc .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tyFwYSGIgc .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tyFwYSGIgc .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #d4fe00;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tyFwYSGIgc .mbr-section-title {
  color: #ffffff;
}
.cid-tyFwYSGIgc .mbr-text {
  color: #ffffff;
}
.cid-tyFwYSGIgc .icon-wrapper {
  text-align: right;
}
.cid-tFGiZySf2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tFGiZySf2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGiZySf2b .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-tFGiZySf2b .container {
    padding: 0 16px;
  }
}
.cid-tFGiZySf2b .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFGiZySf2b .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tFGiZySf2b .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tFGiZySf2b .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tFGiZySf2b .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tFGiZySf2b .mbr-section-title {
  color: #ffffff;
}
.cid-tFGiZySf2b .mbr-text {
  color: #ffffff;
}
.cid-tFGkozlCmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tFGkozlCmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGkozlCmM .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-tFGkozlCmM .container {
    padding: 0 16px;
  }
}
.cid-tFGkozlCmM .row {
  justify-content: center;
}
.cid-tFGkozlCmM .title-wrapper {
  position: relative;
}
.cid-tFGkozlCmM .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFGkozlCmM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tFGkozlCmM .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tFGkozlCmM .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tFGkozlCmM .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-tFGkozlCmM .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFGkozlCmM .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tFGkozlCmM .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFGkozlCmM .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-tFGkozlCmM .mbr-section-title {
  color: #ffffff;
}
.cid-tFGkozlCmM .mbr-section-title,
.cid-tFGkozlCmM .mbr-section-btn {
  text-align: center;
}
.cid-tyFwSB0OUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tyFwSB0OUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwSB0OUa .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-tyFwSB0OUa .container {
    padding: 0 16px;
  }
}
.cid-tyFwSB0OUa .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tyFwSB0OUa .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tyFwSB0OUa .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tyFwSB0OUa .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tyFwSB0OUa .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tyFwSB0OUa .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tyFwSB0OUa .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control:hover,
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-tyFwSB0OUa .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tyFwSB0OUa .mbr-title {
  color: #08323C;
}
.cid-tyFwSB0OUa .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tyFwSB0OUa .mbr-section-subtitle {
  color: #08323C;
}
.cid-tyFwSB0OUa .mbr-text {
  color: #08323C;
}
.cid-tyFwSB0OUa .list {
  color: #08323C;
}
.cid-tyFwSB0OUa label {
  color: #08323C;
}
.cid-tyFwQCvdxU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-tyFwQCvdxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwQCvdxU .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-tyFwQCvdxU .container {
    padding: 0 16px;
  }
}
.cid-tyFwQCvdxU .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .card {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tyFwQCvdxU .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tyFwQCvdxU .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tyFwQCvdxU .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tyFwQCvdxU .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tyFwQCvdxU .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .mbr-section-title {
  color: #ffffff;
}
.cid-tyFwQCvdxU .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwQCvdxU .mbr-card-title {
  color: #D4FE00;
}
.cid-tyFwQCvdxU .list {
  color: #ffffff;
}
.cid-tyFwQCvdxU .mbr-section-title,
.cid-tyFwQCvdxU .title-wrapper,
.cid-tyFwQCvdxU .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-tFGmtsbFiM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
.cid-tOOe2bMk5B .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tOOe2bMk5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tOOe2bMk5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tOOe2bMk5B .menu_box .navbar.opened,
  .cid-tOOe2bMk5B .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOOe2bMk5B .navbar-dropdown {
  position: relative !important;
}
.cid-tOOe2bMk5B .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOOe2bMk5B .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOOe2bMk5B .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOOe2bMk5B .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOOe2bMk5B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOOe2bMk5B .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOOe2bMk5B .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tOOe2bMk5B .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOOe2bMk5B .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOOe2bMk5B .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOOe2bMk5B .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOOe2bMk5B .offcanvas-body .mbr-text,
  .cid-tOOe2bMk5B .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOOe2bMk5B .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOOe2bMk5B .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOOe2bMk5B .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tOOe2bMk5B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOOe2bMk5B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOOe2bMk5B .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOOe2bMk5B .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOOe2bMk5B ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOOe2bMk5B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOOe2bMk5B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tOOe2bMk5B .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOOe2bMk5B li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOOe2bMk5B .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tOOe2bMk5B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOOe2bMk5B .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOOe2bMk5B .nav-item {
    margin: 0 !important;
  }
}
.cid-tOOe2bMk5B .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tOOe2bMk5B .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tOOe2bMk5B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOOe2bMk5B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOOe2bMk5B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOOe2bMk5B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOOe2bMk5B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tOOe2bMk5B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOOe2bMk5B .offcanvas_box {
    display: none;
  }
}
.cid-tOOe2bMk5B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOOe2bMk5B .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOOe2bMk5B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOOe2bMk5B .container {
  display: flex;
  margin: auto;
}
.cid-tOOe2bMk5B .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOOe2bMk5B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOOe2bMk5B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOOe2bMk5B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOOe2bMk5B .navbar-nav {
    margin: 0;
  }
}
.cid-tOOe2bMk5B .dropdown-menu,
.cid-tOOe2bMk5B .navbar.opened {
  background-color: false !important;
}
.cid-tOOe2bMk5B .nav-item:focus,
.cid-tOOe2bMk5B .nav-link:focus {
  outline: none;
}
.cid-tOOe2bMk5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOOe2bMk5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOOe2bMk5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOOe2bMk5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOOe2bMk5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOOe2bMk5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOOe2bMk5B .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOOe2bMk5B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOOe2bMk5B .navbar.opened {
  transition: all 0.3s;
}
.cid-tOOe2bMk5B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOOe2bMk5B .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tOOe2bMk5B .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tOOe2bMk5B .navbar.collapsed {
  justify-content: center;
}
.cid-tOOe2bMk5B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOOe2bMk5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOOe2bMk5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOOe2bMk5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOOe2bMk5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOOe2bMk5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOOe2bMk5B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOOe2bMk5B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOOe2bMk5B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOOe2bMk5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOOe2bMk5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOOe2bMk5B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOOe2bMk5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOOe2bMk5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOOe2bMk5B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOOe2bMk5B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOOe2bMk5B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOOe2bMk5B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOOe2bMk5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOOe2bMk5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOOe2bMk5B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOOe2bMk5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOOe2bMk5B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOOe2bMk5B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOOe2bMk5B .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-tOOe2bMk5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tOOe2bMk5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOOe2bMk5B .dropdown-item.active,
.cid-tOOe2bMk5B .dropdown-item:active {
  background-color: transparent;
}
.cid-tOOe2bMk5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOOe2bMk5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOOe2bMk5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOOe2bMk5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOOe2bMk5B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOOe2bMk5B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOOe2bMk5B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-tOOe2bMk5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tOOe2bMk5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOOe2bMk5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOOe2bMk5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOOe2bMk5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOOe2bMk5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOOe2bMk5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOOe2bMk5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOOe2bMk5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOOe2bMk5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOOe2bMk5B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOOe2bMk5B .navbar {
    height: 70px;
  }
  .cid-tOOe2bMk5B .navbar.opened {
    height: auto;
  }
  .cid-tOOe2bMk5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOOe2bMk5B .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tOOe2bMk5B .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tOOe2bMk5B .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tOOe2bMk5B .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tOOe2bMk5B .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tOOe2bMk5B .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tOOe2bMk5B .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tOOe2bMk5B .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tOOe2bMk5B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOOe2bMk5B .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-tOOe2bMk5B .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOOe2bMk5B .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tOOe2bMk5B .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tOOe2bMk5B .navbar-caption {
  color: #08323C;
}
.cid-tOOe2bMk5B .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-tOOe2bMk5B .mbr-section-subtitle,
.cid-tOOe2bMk5B .text_widget,
.cid-tOOe2bMk5B .mbr-section-btn {
  text-align: left;
}
.cid-tOOe2bMk5B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOOelmqrj4 {
  background-color: #d4fe00;
}
.cid-tOOelmqrj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOelmqrj4 .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-tOOelmqrj4 .container {
    padding: 0 16px;
  }
}
.cid-tOOelmqrj4 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper {
    padding: 0;
  }
}
.cid-tOOelmqrj4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tOOelmqrj4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOOelmqrj4 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tOOelmqrj4 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tOOelmqrj4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tOOelmqrj4 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper img {
    display: none;
  }
}
.cid-tOOelmqrj4 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tOOelmqrj4 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tOOelmqrj4 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tOOelmqrj4 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tOOelmqrj4 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tOOelmqrj4 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tOOelmqrj4 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tOOelmqrj4 .mbr-section-title {
  color: #08323C;
}
.cid-tOOelmqrj4 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOOelmqrj4 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tOOelmqrj4 .mbr-section-title,
.cid-tOOelmqrj4 .mbr-section-btn {
  text-align: center;
}
.cid-tOOf80ATFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOOf80ATFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOf80ATFk .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-tOOf80ATFk .container {
    padding: 0 16px;
  }
}
.cid-tOOf80ATFk .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tOOf80ATFk .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tOOf80ATFk .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOOf80ATFk .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tOOf80ATFk .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .image-wrapper {
    margin: 0;
  }
}
.cid-tOOf80ATFk .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tOOf80ATFk .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tOOf80ATFk .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tOOf80ATFk .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOf80ATFk .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tOOf80ATFk .mbr-section-title {
  color: #ffffff;
}
.cid-tOOf80ATFk .mbr-text {
  color: #ffffff;
}
.cid-tOOfSEFyeK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOOfSEFyeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOfSEFyeK .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-tOOfSEFyeK .container {
    padding: 0 16px;
  }
}
.cid-tOOfSEFyeK .title-wrapper {
  position: relative;
}
.cid-tOOfSEFyeK .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOfSEFyeK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOOfSEFyeK .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOfSEFyeK .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tOOfSEFyeK .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tOOfSEFyeK .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOfSEFyeK .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tOOfSEFyeK .mbr-section-title {
  color: #08323C;
}
.cid-tOOfSEFyeK .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOOfSEFyeK .mbr-section-title,
.cid-tOOfSEFyeK .mbr-section-btn {
  text-align: center;
}
.cid-tOOghs5lh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOOghs5lh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOghs5lh2 .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-tOOghs5lh2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tOOghs5lh2 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOOghs5lh2 .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOghs5lh2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tOOghs5lh2 .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tOOghs5lh2 .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOOghs5lh2 .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tOOghs5lh2 .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOOghs5lh2 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tOOghs5lh2 .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tOOghs5lh2 .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tOOghs5lh2 .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tOOghs5lh2 .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tOOghs5lh2 .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tOOghs5lh2 .mbr-section-title {
  color: #ffffff;
}
.cid-tOOghs5lh2 .mbr-text {
  color: #ffffff;
}
.cid-tOOghs5lh2 .icon-wrapper {
  text-align: right;
}
.cid-tOOhdXTbYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOOhdXTbYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOhdXTbYA .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-tOOhdXTbYA .container {
    padding: 0 16px;
  }
}
.cid-tOOhdXTbYA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOhdXTbYA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOOhdXTbYA .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tOOhdXTbYA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOOhdXTbYA .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOOhdXTbYA .mbr-section-title {
  color: #ffffff;
}
.cid-tOOhdXTbYA .mbr-text {
  color: #e5fe63;
}
.cid-tOOe2dOtMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOOe2dOtMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2dOtMB .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-tOOe2dOtMB .container {
    padding: 0 16px;
  }
}
.cid-tOOe2dOtMB .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tOOe2dOtMB .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tOOe2dOtMB .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tOOe2dOtMB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOOe2dOtMB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOOe2dOtMB .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOOe2dOtMB .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOOe2dOtMB .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2dOtMB .title-wrapper .line {
    display: none;
  }
}
.cid-tOOe2dOtMB .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2dOtMB .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOOe2dOtMB .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tOOe2dOtMB .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOOe2dOtMB .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tOOe2dOtMB .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tOOe2dOtMB .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tOOe2dOtMB .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tOOe2dOtMB .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOOe2dOtMB .mbr-section-title {
  color: #08323C;
}
.cid-tOOe2dOtMB .mbr-text {
  color: #08323C;
}
.cid-tOOinkhVva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOOinkhVva .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOinkhVva .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-tOOinkhVva .container {
    padding: 0 16px;
  }
}
.cid-tOOinkhVva .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tOOinkhVva .title-wrapper {
    padding-right: 0;
  }
}
.cid-tOOinkhVva .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOOinkhVva .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOOinkhVva .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOOinkhVva .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOOinkhVva .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOOinkhVva .title-wrapper .line {
    display: none;
  }
}
.cid-tOOinkhVva .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOinkhVva .card {
    margin-bottom: 40px;
  }
}
.cid-tOOinkhVva .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tOOinkhVva .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOOinkhVva .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tOOinkhVva .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tOOinkhVva .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tOOinkhVva .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tOOinkhVva .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOOinkhVva .mbr-section-title {
  color: #08323C;
}
.cid-tOOinkhVva .mbr-text {
  color: #e5fe63;
}
.cid-tOOe2erNra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOOe2erNra .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2erNra .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-tOOe2erNra .container {
    padding: 0 16px;
  }
}
.cid-tOOe2erNra .title-wrapper {
  position: relative;
}
.cid-tOOe2erNra .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOe2erNra .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOOe2erNra .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOe2erNra .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tOOe2erNra .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tOOe2erNra .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2erNra .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tOOe2erNra .mbr-section-title {
  color: #08323C;
}
.cid-tOOe2erNra .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOOe2erNra .mbr-section-title,
.cid-tOOe2erNra .mbr-section-btn {
  text-align: center;
}
.cid-tOOe2fBxvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tOOe2fBxvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2fBxvl .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-tOOe2fBxvl .container {
    padding: 0 16px;
  }
}
.cid-tOOe2fBxvl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOOe2fBxvl .card {
    margin-bottom: 40px;
  }
}
.cid-tOOe2fBxvl .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tOOe2fBxvl .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-tOOe2fBxvl .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOOe2fBxvl .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-tOOe2fBxvl .mbr-section-title {
  color: #08323C;
}
.cid-tOOe2fBxvl .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOOe2fBxvl .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-tOOe2fBxvl .mbr-section-title,
.cid-tOOe2fBxvl .mbr-section-btn {
  text-align: center;
}
.cid-tOOe2gtcDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOOe2gtcDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2gtcDs .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-tOOe2gtcDs .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tOOe2gtcDs .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOOe2gtcDs .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2gtcDs .image-wrapper img {
    height: 300px;
  }
}
.cid-tOOe2gtcDs .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tOOe2gtcDs .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOOe2gtcDs .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tOOe2gtcDs .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOOe2gtcDs .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tOOe2gtcDs .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tOOe2gtcDs .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tOOe2gtcDs .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tOOe2gtcDs .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #d4fe00;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tOOe2gtcDs .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tOOe2gtcDs .mbr-section-title {
  color: #ffffff;
}
.cid-tOOe2gtcDs .mbr-text {
  color: #ffffff;
}
.cid-tOOe2gtcDs .icon-wrapper {
  text-align: right;
}
.cid-tOOe2h7KrR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOOe2h7KrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2h7KrR .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-tOOe2h7KrR .container {
    padding: 0 16px;
  }
}
.cid-tOOe2h7KrR .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOe2h7KrR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOOe2h7KrR .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tOOe2h7KrR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOOe2h7KrR .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOOe2h7KrR .mbr-section-title {
  color: #ffffff;
}
.cid-tOOe2h7KrR .mbr-text {
  color: #ffffff;
}
.cid-tOOe2hvxVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOOe2hvxVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2hvxVw .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-tOOe2hvxVw .container {
    padding: 0 16px;
  }
}
.cid-tOOe2hvxVw .row {
  justify-content: center;
}
.cid-tOOe2hvxVw .title-wrapper {
  position: relative;
}
.cid-tOOe2hvxVw .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOOe2hvxVw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOOe2hvxVw .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tOOe2hvxVw .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOOe2hvxVw .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-tOOe2hvxVw .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2hvxVw .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tOOe2hvxVw .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOOe2hvxVw .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-tOOe2hvxVw .mbr-section-title {
  color: #ffffff;
}
.cid-tOOe2hvxVw .mbr-section-title,
.cid-tOOe2hvxVw .mbr-section-btn {
  text-align: center;
}
.cid-tOOe2hUKUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tOOe2hUKUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2hUKUO .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-tOOe2hUKUO .container {
    padding: 0 16px;
  }
}
.cid-tOOe2hUKUO .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tOOe2hUKUO .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tOOe2hUKUO .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tOOe2hUKUO .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tOOe2hUKUO .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOOe2hUKUO .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tOOe2hUKUO .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tOOe2hUKUO .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tOOe2hUKUO .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tOOe2hUKUO .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tOOe2hUKUO .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2hUKUO .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tOOe2hUKUO .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOOe2hUKUO .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tOOe2hUKUO .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tOOe2hUKUO .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tOOe2hUKUO .dragArea.row .form-group .form-control:hover,
.cid-tOOe2hUKUO .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tOOe2hUKUO .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tOOe2hUKUO .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-tOOe2hUKUO .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tOOe2hUKUO .mbr-title {
  color: #08323C;
}
.cid-tOOe2hUKUO .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tOOe2hUKUO .mbr-section-subtitle {
  color: #08323C;
}
.cid-tOOe2hUKUO .mbr-text {
  color: #08323C;
}
.cid-tOOe2hUKUO .list {
  color: #08323C;
}
.cid-tOOe2hUKUO label {
  color: #08323C;
}
.cid-tOOe2isfdx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-tOOe2isfdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOOe2isfdx .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-tOOe2isfdx .container {
    padding: 0 16px;
  }
}
.cid-tOOe2isfdx .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tOOe2isfdx .card {
    margin-bottom: 40px;
  }
}
.cid-tOOe2isfdx .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2isfdx .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tOOe2isfdx .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tOOe2isfdx .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOOe2isfdx .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tOOe2isfdx .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tOOe2isfdx .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tOOe2isfdx .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tOOe2isfdx .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tOOe2isfdx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tOOe2isfdx .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tOOe2isfdx .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tOOe2isfdx .mbr-section-title {
  color: #ffffff;
}
.cid-tOOe2isfdx .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tOOe2isfdx .mbr-card-title {
  color: #D4FE00;
}
.cid-tOOe2isfdx .list {
  color: #ffffff;
}
.cid-tOOe2isfdx .mbr-section-title,
.cid-tOOe2isfdx .title-wrapper,
.cid-tOOe2isfdx .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-tOOe2j7quR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
.cid-tUFKyAZ3ep .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tUFKyAZ3ep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tUFKyAZ3ep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tUFKyAZ3ep .menu_box .navbar.opened,
  .cid-tUFKyAZ3ep .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tUFKyAZ3ep .navbar-dropdown {
  position: relative !important;
}
.cid-tUFKyAZ3ep .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUFKyAZ3ep .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tUFKyAZ3ep .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUFKyAZ3ep .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tUFKyAZ3ep .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tUFKyAZ3ep .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tUFKyAZ3ep .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tUFKyAZ3ep .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tUFKyAZ3ep .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tUFKyAZ3ep .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tUFKyAZ3ep .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tUFKyAZ3ep .offcanvas-body .mbr-text,
  .cid-tUFKyAZ3ep .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tUFKyAZ3ep .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tUFKyAZ3ep .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tUFKyAZ3ep .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tUFKyAZ3ep .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tUFKyAZ3ep .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tUFKyAZ3ep .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tUFKyAZ3ep .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tUFKyAZ3ep ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tUFKyAZ3ep .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tUFKyAZ3ep .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tUFKyAZ3ep .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tUFKyAZ3ep li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tUFKyAZ3ep .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tUFKyAZ3ep .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tUFKyAZ3ep .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tUFKyAZ3ep .nav-item {
    margin: 0 !important;
  }
}
.cid-tUFKyAZ3ep .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tUFKyAZ3ep .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tUFKyAZ3ep .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tUFKyAZ3ep .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tUFKyAZ3ep .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tUFKyAZ3ep .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tUFKyAZ3ep .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tUFKyAZ3ep .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tUFKyAZ3ep .offcanvas_box {
    display: none;
  }
}
.cid-tUFKyAZ3ep .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tUFKyAZ3ep .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tUFKyAZ3ep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tUFKyAZ3ep .container {
  display: flex;
  margin: auto;
}
.cid-tUFKyAZ3ep .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tUFKyAZ3ep .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tUFKyAZ3ep .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tUFKyAZ3ep .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tUFKyAZ3ep .navbar-nav {
    margin: 0;
  }
}
.cid-tUFKyAZ3ep .dropdown-menu,
.cid-tUFKyAZ3ep .navbar.opened {
  background-color: false !important;
}
.cid-tUFKyAZ3ep .nav-item:focus,
.cid-tUFKyAZ3ep .nav-link:focus {
  outline: none;
}
.cid-tUFKyAZ3ep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUFKyAZ3ep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUFKyAZ3ep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUFKyAZ3ep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUFKyAZ3ep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUFKyAZ3ep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUFKyAZ3ep .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tUFKyAZ3ep .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tUFKyAZ3ep .navbar.opened {
  transition: all 0.3s;
}
.cid-tUFKyAZ3ep .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tUFKyAZ3ep .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tUFKyAZ3ep .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tUFKyAZ3ep .navbar.collapsed {
  justify-content: center;
}
.cid-tUFKyAZ3ep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUFKyAZ3ep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUFKyAZ3ep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUFKyAZ3ep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUFKyAZ3ep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUFKyAZ3ep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tUFKyAZ3ep .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUFKyAZ3ep .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tUFKyAZ3ep .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tUFKyAZ3ep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUFKyAZ3ep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUFKyAZ3ep .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tUFKyAZ3ep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUFKyAZ3ep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tUFKyAZ3ep .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUFKyAZ3ep .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tUFKyAZ3ep .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tUFKyAZ3ep .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tUFKyAZ3ep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUFKyAZ3ep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUFKyAZ3ep .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tUFKyAZ3ep .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUFKyAZ3ep .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUFKyAZ3ep .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUFKyAZ3ep .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-tUFKyAZ3ep .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tUFKyAZ3ep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUFKyAZ3ep .dropdown-item.active,
.cid-tUFKyAZ3ep .dropdown-item:active {
  background-color: transparent;
}
.cid-tUFKyAZ3ep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUFKyAZ3ep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUFKyAZ3ep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUFKyAZ3ep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUFKyAZ3ep ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tUFKyAZ3ep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUFKyAZ3ep button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-tUFKyAZ3ep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tUFKyAZ3ep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUFKyAZ3ep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUFKyAZ3ep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUFKyAZ3ep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUFKyAZ3ep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUFKyAZ3ep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUFKyAZ3ep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUFKyAZ3ep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUFKyAZ3ep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tUFKyAZ3ep .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUFKyAZ3ep .navbar {
    height: 70px;
  }
  .cid-tUFKyAZ3ep .navbar.opened {
    height: auto;
  }
  .cid-tUFKyAZ3ep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUFKyAZ3ep .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tUFKyAZ3ep .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tUFKyAZ3ep .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tUFKyAZ3ep .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tUFKyAZ3ep .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tUFKyAZ3ep .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tUFKyAZ3ep .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tUFKyAZ3ep .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tUFKyAZ3ep .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tUFKyAZ3ep .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-tUFKyAZ3ep .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tUFKyAZ3ep .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tUFKyAZ3ep .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tUFKyAZ3ep .navbar-caption {
  color: #08323C;
}
.cid-tUFKyAZ3ep .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-tUFKyAZ3ep .mbr-section-subtitle,
.cid-tUFKyAZ3ep .text_widget,
.cid-tUFKyAZ3ep .mbr-section-btn {
  text-align: left;
}
.cid-tUFKyAZ3ep a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tUFKyCaVxi {
  background-color: #d4fe00;
}
.cid-tUFKyCaVxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyCaVxi .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-tUFKyCaVxi .container {
    padding: 0 16px;
  }
}
.cid-tUFKyCaVxi .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper {
    padding: 0;
  }
}
.cid-tUFKyCaVxi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tUFKyCaVxi .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFKyCaVxi .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tUFKyCaVxi .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tUFKyCaVxi .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tUFKyCaVxi .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper img {
    display: none;
  }
}
.cid-tUFKyCaVxi .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tUFKyCaVxi .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tUFKyCaVxi .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tUFKyCaVxi .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tUFKyCaVxi .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tUFKyCaVxi .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tUFKyCaVxi .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tUFKyCaVxi .mbr-section-title {
  color: #08323C;
}
.cid-tUFKyCaVxi .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFKyCaVxi .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tUFKyCaVxi .mbr-section-title,
.cid-tUFKyCaVxi .mbr-section-btn {
  text-align: center;
}
.cid-tUFKyCH9XW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFKyCH9XW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyCH9XW .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-tUFKyCH9XW .container {
    padding: 0 16px;
  }
}
.cid-tUFKyCH9XW .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tUFKyCH9XW .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tUFKyCH9XW .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFKyCH9XW .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tUFKyCH9XW .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .image-wrapper {
    margin: 0;
  }
}
.cid-tUFKyCH9XW .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUFKyCH9XW .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUFKyCH9XW .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tUFKyCH9XW .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyCH9XW .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tUFKyCH9XW .mbr-section-title {
  color: #ffffff;
}
.cid-tUFKyCH9XW .mbr-text {
  color: #ffffff;
}
.cid-tUFKyD6QR4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFKyD6QR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyD6QR4 .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-tUFKyD6QR4 .container {
    padding: 0 16px;
  }
}
.cid-tUFKyD6QR4 .title-wrapper {
  position: relative;
}
.cid-tUFKyD6QR4 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyD6QR4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFKyD6QR4 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyD6QR4 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tUFKyD6QR4 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tUFKyD6QR4 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyD6QR4 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFKyD6QR4 .mbr-section-title {
  color: #08323C;
}
.cid-tUFKyD6QR4 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFKyD6QR4 .mbr-section-title,
.cid-tUFKyD6QR4 .mbr-section-btn {
  text-align: center;
}
.cid-tUFKyDwQ5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFKyDwQ5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyDwQ5i .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-tUFKyDwQ5i .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tUFKyDwQ5i .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tUFKyDwQ5i .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyDwQ5i .image-wrapper img {
    height: 300px;
  }
}
.cid-tUFKyDwQ5i .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tUFKyDwQ5i .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tUFKyDwQ5i .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tUFKyDwQ5i .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFKyDwQ5i .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tUFKyDwQ5i .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tUFKyDwQ5i .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tUFKyDwQ5i .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tUFKyDwQ5i .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUFKyDwQ5i .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tUFKyDwQ5i .mbr-section-title {
  color: #ffffff;
}
.cid-tUFKyDwQ5i .mbr-text {
  color: #ffffff;
}
.cid-tUFKyDwQ5i .icon-wrapper {
  text-align: right;
}
.cid-tUFKyDTxJr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFKyDTxJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyDTxJr .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-tUFKyDTxJr .container {
    padding: 0 16px;
  }
}
.cid-tUFKyDTxJr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyDTxJr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFKyDTxJr .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFKyDTxJr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUFKyDTxJr .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tUFKyDTxJr .mbr-section-title {
  color: #ffffff;
}
.cid-tUFKyDTxJr .mbr-text {
  color: #e5fe63;
}
.cid-tUFKyEfmzS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUFKyEfmzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyEfmzS .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-tUFKyEfmzS .container {
    padding: 0 16px;
  }
}
.cid-tUFKyEfmzS .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tUFKyEfmzS .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyEfmzS .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tUFKyEfmzS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFKyEfmzS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFKyEfmzS .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFKyEfmzS .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFKyEfmzS .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyEfmzS .title-wrapper .line {
    display: none;
  }
}
.cid-tUFKyEfmzS .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyEfmzS .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tUFKyEfmzS .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tUFKyEfmzS .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tUFKyEfmzS .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUFKyEfmzS .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tUFKyEfmzS .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUFKyEfmzS .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFKyEfmzS .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFKyEfmzS .mbr-section-title {
  color: #08323C;
}
.cid-tUFKyEfmzS .mbr-text {
  color: #08323C;
}
.cid-tUFKyEMAl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUFKyEMAl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyEMAl9 .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-tUFKyEMAl9 .container {
    padding: 0 16px;
  }
}
.cid-tUFKyEMAl9 .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyEMAl9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-tUFKyEMAl9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFKyEMAl9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFKyEMAl9 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFKyEMAl9 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFKyEMAl9 .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tUFKyEMAl9 .title-wrapper .line {
    display: none;
  }
}
.cid-tUFKyEMAl9 .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyEMAl9 .card {
    margin-bottom: 40px;
  }
}
.cid-tUFKyEMAl9 .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tUFKyEMAl9 .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tUFKyEMAl9 .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUFKyEMAl9 .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tUFKyEMAl9 .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUFKyEMAl9 .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFKyEMAl9 .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFKyEMAl9 .mbr-section-title {
  color: #08323C;
}
.cid-tUFKyEMAl9 .mbr-text {
  color: #e5fe63;
}
.cid-tUFKyFkPPF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFKyFkPPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyFkPPF .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-tUFKyFkPPF .container {
    padding: 0 16px;
  }
}
.cid-tUFKyFkPPF .title-wrapper {
  position: relative;
}
.cid-tUFKyFkPPF .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyFkPPF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFKyFkPPF .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyFkPPF .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tUFKyFkPPF .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tUFKyFkPPF .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyFkPPF .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFKyFkPPF .mbr-section-title {
  color: #08323C;
}
.cid-tUFKyFkPPF .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFKyFkPPF .mbr-section-title,
.cid-tUFKyFkPPF .mbr-section-btn {
  text-align: center;
}
.cid-tUFKyFMHAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tUFKyFMHAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyFMHAh .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-tUFKyFMHAh .container {
    padding: 0 16px;
  }
}
.cid-tUFKyFMHAh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUFKyFMHAh .card {
    margin-bottom: 40px;
  }
}
.cid-tUFKyFMHAh .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tUFKyFMHAh .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-tUFKyFMHAh .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tUFKyFMHAh .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-tUFKyFMHAh .mbr-section-title {
  color: #08323C;
}
.cid-tUFKyFMHAh .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFKyFMHAh .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-tUFKyFMHAh .mbr-section-title,
.cid-tUFKyFMHAh .mbr-section-btn {
  text-align: center;
}
.cid-tUFKyGzfCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFKyGzfCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyGzfCm .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-tUFKyGzfCm .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tUFKyGzfCm .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tUFKyGzfCm .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyGzfCm .image-wrapper img {
    height: 300px;
  }
}
.cid-tUFKyGzfCm .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tUFKyGzfCm .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tUFKyGzfCm .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tUFKyGzfCm .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFKyGzfCm .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tUFKyGzfCm .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tUFKyGzfCm .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tUFKyGzfCm .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tUFKyGzfCm .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #d4fe00;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUFKyGzfCm .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tUFKyGzfCm .mbr-section-title {
  color: #ffffff;
}
.cid-tUFKyGzfCm .mbr-text {
  color: #ffffff;
}
.cid-tUFKyGzfCm .icon-wrapper {
  text-align: right;
}
.cid-tUFKyI05gt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFKyI05gt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyI05gt .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-tUFKyI05gt .container {
    padding: 0 16px;
  }
}
.cid-tUFKyI05gt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyI05gt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFKyI05gt .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFKyI05gt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUFKyI05gt .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tUFKyI05gt .mbr-section-title {
  color: #ffffff;
}
.cid-tUFKyI05gt .mbr-text {
  color: #ffffff;
}
.cid-tUFKyIsavJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFKyIsavJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyIsavJ .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-tUFKyIsavJ .container {
    padding: 0 16px;
  }
}
.cid-tUFKyIsavJ .row {
  justify-content: center;
}
.cid-tUFKyIsavJ .title-wrapper {
  position: relative;
}
.cid-tUFKyIsavJ .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFKyIsavJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFKyIsavJ .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFKyIsavJ .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFKyIsavJ .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-tUFKyIsavJ .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyIsavJ .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFKyIsavJ .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUFKyIsavJ .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-tUFKyIsavJ .mbr-section-title {
  color: #ffffff;
}
.cid-tUFKyIsavJ .mbr-section-title,
.cid-tUFKyIsavJ .mbr-section-btn {
  text-align: center;
}
.cid-tUFKyITgim {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tUFKyITgim .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyITgim .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-tUFKyITgim .container {
    padding: 0 16px;
  }
}
.cid-tUFKyITgim .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tUFKyITgim .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUFKyITgim .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tUFKyITgim .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUFKyITgim .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUFKyITgim .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tUFKyITgim .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tUFKyITgim .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tUFKyITgim .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tUFKyITgim .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tUFKyITgim .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyITgim .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tUFKyITgim .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tUFKyITgim .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tUFKyITgim .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tUFKyITgim .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tUFKyITgim .dragArea.row .form-group .form-control:hover,
.cid-tUFKyITgim .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tUFKyITgim .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tUFKyITgim .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-tUFKyITgim .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tUFKyITgim .mbr-title {
  color: #08323C;
}
.cid-tUFKyITgim .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tUFKyITgim .mbr-section-subtitle {
  color: #08323C;
}
.cid-tUFKyITgim .mbr-text {
  color: #08323C;
}
.cid-tUFKyITgim .list {
  color: #08323C;
}
.cid-tUFKyITgim label {
  color: #08323C;
}
.cid-tUFKyK4uH8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-tUFKyK4uH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFKyK4uH8 .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-tUFKyK4uH8 .container {
    padding: 0 16px;
  }
}
.cid-tUFKyK4uH8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tUFKyK4uH8 .card {
    margin-bottom: 40px;
  }
}
.cid-tUFKyK4uH8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyK4uH8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tUFKyK4uH8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tUFKyK4uH8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUFKyK4uH8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tUFKyK4uH8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tUFKyK4uH8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tUFKyK4uH8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tUFKyK4uH8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tUFKyK4uH8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tUFKyK4uH8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUFKyK4uH8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tUFKyK4uH8 .mbr-section-title {
  color: #ffffff;
}
.cid-tUFKyK4uH8 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tUFKyK4uH8 .mbr-card-title {
  color: #D4FE00;
}
.cid-tUFKyK4uH8 .list {
  color: #ffffff;
}
.cid-tUFKyK4uH8 .mbr-section-title,
.cid-tUFKyK4uH8 .title-wrapper,
.cid-tUFKyK4uH8 .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-tUFKyKVqgn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
.cid-tOZXtALM7D .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tOZXtALM7D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tOZXtALM7D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tOZXtALM7D .menu_box .navbar.opened,
  .cid-tOZXtALM7D .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOZXtALM7D .navbar-dropdown {
  position: relative !important;
}
.cid-tOZXtALM7D .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOZXtALM7D .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOZXtALM7D .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOZXtALM7D .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOZXtALM7D .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOZXtALM7D .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOZXtALM7D .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tOZXtALM7D .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOZXtALM7D .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOZXtALM7D .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOZXtALM7D .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOZXtALM7D .offcanvas-body .mbr-text,
  .cid-tOZXtALM7D .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOZXtALM7D .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOZXtALM7D .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOZXtALM7D .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tOZXtALM7D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOZXtALM7D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOZXtALM7D .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOZXtALM7D .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOZXtALM7D ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOZXtALM7D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOZXtALM7D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tOZXtALM7D .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOZXtALM7D li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOZXtALM7D .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tOZXtALM7D .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOZXtALM7D .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOZXtALM7D .nav-item {
    margin: 0 !important;
  }
}
.cid-tOZXtALM7D .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tOZXtALM7D .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tOZXtALM7D .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOZXtALM7D .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOZXtALM7D .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOZXtALM7D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOZXtALM7D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tOZXtALM7D .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOZXtALM7D .offcanvas_box {
    display: none;
  }
}
.cid-tOZXtALM7D .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOZXtALM7D .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOZXtALM7D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOZXtALM7D .container {
  display: flex;
  margin: auto;
}
.cid-tOZXtALM7D .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOZXtALM7D .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOZXtALM7D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOZXtALM7D .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOZXtALM7D .navbar-nav {
    margin: 0;
  }
}
.cid-tOZXtALM7D .dropdown-menu,
.cid-tOZXtALM7D .navbar.opened {
  background-color: false !important;
}
.cid-tOZXtALM7D .nav-item:focus,
.cid-tOZXtALM7D .nav-link:focus {
  outline: none;
}
.cid-tOZXtALM7D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOZXtALM7D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOZXtALM7D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOZXtALM7D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOZXtALM7D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOZXtALM7D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOZXtALM7D .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOZXtALM7D .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOZXtALM7D .navbar.opened {
  transition: all 0.3s;
}
.cid-tOZXtALM7D .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOZXtALM7D .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tOZXtALM7D .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tOZXtALM7D .navbar.collapsed {
  justify-content: center;
}
.cid-tOZXtALM7D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOZXtALM7D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOZXtALM7D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOZXtALM7D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOZXtALM7D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOZXtALM7D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOZXtALM7D .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOZXtALM7D .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOZXtALM7D .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOZXtALM7D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOZXtALM7D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOZXtALM7D .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOZXtALM7D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOZXtALM7D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOZXtALM7D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOZXtALM7D .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOZXtALM7D .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOZXtALM7D .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOZXtALM7D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOZXtALM7D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOZXtALM7D .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOZXtALM7D .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOZXtALM7D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOZXtALM7D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOZXtALM7D .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-tOZXtALM7D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tOZXtALM7D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOZXtALM7D .dropdown-item.active,
.cid-tOZXtALM7D .dropdown-item:active {
  background-color: transparent;
}
.cid-tOZXtALM7D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOZXtALM7D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOZXtALM7D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOZXtALM7D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOZXtALM7D ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOZXtALM7D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOZXtALM7D button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-tOZXtALM7D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tOZXtALM7D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOZXtALM7D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOZXtALM7D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOZXtALM7D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOZXtALM7D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOZXtALM7D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOZXtALM7D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOZXtALM7D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOZXtALM7D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOZXtALM7D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOZXtALM7D .navbar {
    height: 70px;
  }
  .cid-tOZXtALM7D .navbar.opened {
    height: auto;
  }
  .cid-tOZXtALM7D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOZXtALM7D .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tOZXtALM7D .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tOZXtALM7D .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tOZXtALM7D .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tOZXtALM7D .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tOZXtALM7D .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tOZXtALM7D .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tOZXtALM7D .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tOZXtALM7D .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOZXtALM7D .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-tOZXtALM7D .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOZXtALM7D .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tOZXtALM7D .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tOZXtALM7D .navbar-caption {
  color: #08323C;
}
.cid-tOZXtALM7D .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-tOZXtALM7D .mbr-section-subtitle,
.cid-tOZXtALM7D .text_widget,
.cid-tOZXtALM7D .mbr-section-btn {
  text-align: left;
}
.cid-tOZXtALM7D a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOZXtBGASz {
  background-color: #d4fe00;
}
.cid-tOZXtBGASz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtBGASz .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-tOZXtBGASz .container {
    padding: 0 16px;
  }
}
.cid-tOZXtBGASz .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper {
    padding: 0;
  }
}
.cid-tOZXtBGASz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tOZXtBGASz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOZXtBGASz .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tOZXtBGASz .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tOZXtBGASz .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tOZXtBGASz .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper img {
    display: none;
  }
}
.cid-tOZXtBGASz .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tOZXtBGASz .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tOZXtBGASz .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tOZXtBGASz .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tOZXtBGASz .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tOZXtBGASz .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tOZXtBGASz .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tOZXtBGASz .mbr-section-title {
  color: #08323C;
}
.cid-tOZXtBGASz .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOZXtBGASz .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tOZXtBGASz .mbr-section-title,
.cid-tOZXtBGASz .mbr-section-btn {
  text-align: center;
}
.cid-tOZXtC6Ttv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOZXtC6Ttv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtC6Ttv .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-tOZXtC6Ttv .container {
    padding: 0 16px;
  }
}
.cid-tOZXtC6Ttv .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tOZXtC6Ttv .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tOZXtC6Ttv .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOZXtC6Ttv .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tOZXtC6Ttv .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .image-wrapper {
    margin: 0;
  }
}
.cid-tOZXtC6Ttv .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tOZXtC6Ttv .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tOZXtC6Ttv .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tOZXtC6Ttv .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtC6Ttv .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tOZXtC6Ttv .mbr-section-title {
  color: #ffffff;
}
.cid-tOZXtC6Ttv .mbr-text {
  color: #ffffff;
}
.cid-tOZXtCw9k5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOZXtCw9k5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtCw9k5 .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-tOZXtCw9k5 .container {
    padding: 0 16px;
  }
}
.cid-tOZXtCw9k5 .title-wrapper {
  position: relative;
}
.cid-tOZXtCw9k5 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtCw9k5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOZXtCw9k5 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtCw9k5 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tOZXtCw9k5 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tOZXtCw9k5 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtCw9k5 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tOZXtCw9k5 .mbr-section-title {
  color: #08323C;
}
.cid-tOZXtCw9k5 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOZXtCw9k5 .mbr-section-title,
.cid-tOZXtCw9k5 .mbr-section-btn {
  text-align: center;
}
.cid-tOZXtCUdTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOZXtCUdTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtCUdTJ .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-tOZXtCUdTJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tOZXtCUdTJ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOZXtCUdTJ .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtCUdTJ .image-wrapper img {
    height: 300px;
  }
}
.cid-tOZXtCUdTJ .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tOZXtCUdTJ .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOZXtCUdTJ .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tOZXtCUdTJ .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZXtCUdTJ .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tOZXtCUdTJ .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tOZXtCUdTJ .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tOZXtCUdTJ .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tOZXtCUdTJ .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tOZXtCUdTJ .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tOZXtCUdTJ .mbr-section-title {
  color: #ffffff;
}
.cid-tOZXtCUdTJ .mbr-text {
  color: #ffffff;
}
.cid-tOZXtCUdTJ .icon-wrapper {
  text-align: right;
}
.cid-tOZXtDfb9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOZXtDfb9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtDfb9l .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-tOZXtDfb9l .container {
    padding: 0 16px;
  }
}
.cid-tOZXtDfb9l .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtDfb9l .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOZXtDfb9l .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tOZXtDfb9l .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOZXtDfb9l .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOZXtDfb9l .mbr-section-title {
  color: #ffffff;
}
.cid-tOZXtDfb9l .mbr-text {
  color: #e5fe63;
}
.cid-tOZXtDEfgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOZXtDEfgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtDEfgU .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-tOZXtDEfgU .container {
    padding: 0 16px;
  }
}
.cid-tOZXtDEfgU .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tOZXtDEfgU .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtDEfgU .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tOZXtDEfgU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZXtDEfgU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOZXtDEfgU .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZXtDEfgU .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOZXtDEfgU .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtDEfgU .title-wrapper .line {
    display: none;
  }
}
.cid-tOZXtDEfgU .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtDEfgU .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOZXtDEfgU .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tOZXtDEfgU .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOZXtDEfgU .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tOZXtDEfgU .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tOZXtDEfgU .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tOZXtDEfgU .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tOZXtDEfgU .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOZXtDEfgU .mbr-section-title {
  color: #08323C;
}
.cid-tOZXtDEfgU .mbr-text {
  color: #08323C;
}
.cid-tOZYX0gH7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOZYX0gH7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZYX0gH7E .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-tOZYX0gH7E .container {
    padding: 0 16px;
  }
}
.cid-tOZYX0gH7E .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tOZYX0gH7E .title-wrapper {
    padding-right: 0;
  }
}
.cid-tOZYX0gH7E .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZYX0gH7E .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOZYX0gH7E .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZYX0gH7E .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOZYX0gH7E .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOZYX0gH7E .title-wrapper .line {
    display: none;
  }
}
.cid-tOZYX0gH7E .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZYX0gH7E .card {
    margin-bottom: 40px;
  }
}
.cid-tOZYX0gH7E .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tOZYX0gH7E .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOZYX0gH7E .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tOZYX0gH7E .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tOZYX0gH7E .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tOZYX0gH7E .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tOZYX0gH7E .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOZYX0gH7E .mbr-section-title {
  color: #08323C;
}
.cid-tOZYX0gH7E .mbr-text {
  color: #e5fe63;
}
.cid-tP04whM2Gp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-tP04whM2Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP04whM2Gp .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-tP04whM2Gp .container {
    padding: 0 16px;
  }
}
.cid-tP04whM2Gp .row {
  justify-content: center;
}
.cid-tP04whM2Gp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tP04whM2Gp .image-wrapper {
  margin-bottom: 40px;
}
.cid-tP04whM2Gp .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tP04whM2Gp .image-wrapper img {
    height: 280px;
  }
}
.cid-tP04whM2Gp .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tP04whM2Gp .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tP04whM2Gp .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tP03DLUiRP {
  background-image: url("../../../assets/images/csm-so-funktioniert-ecommerce-bei-steueragenten-31b4dad5d4-866x650.png");
}
.cid-tP03DLUiRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP03DLUiRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP03DLUiRP .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tP03DLUiRP .container-fluid {
    padding: 0 16px;
  }
}
.cid-tP03DLUiRP .container-fluid .row {
  padding: 0;
}
.cid-tP03DLUiRP .container {
  overflow: hidden;
}
.cid-tP03DLUiRP .row {
  justify-content: center;
}
.cid-tP03DLUiRP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tP03DLUiRP .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tOZXtE5jbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOZXtE5jbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtE5jbZ .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-tOZXtE5jbZ .container {
    padding: 0 16px;
  }
}
.cid-tOZXtE5jbZ .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtE5jbZ .title-wrapper {
    padding-right: 0;
  }
}
.cid-tOZXtE5jbZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZXtE5jbZ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOZXtE5jbZ .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZXtE5jbZ .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOZXtE5jbZ .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOZXtE5jbZ .title-wrapper .line {
    display: none;
  }
}
.cid-tOZXtE5jbZ .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtE5jbZ .card {
    margin-bottom: 40px;
  }
}
.cid-tOZXtE5jbZ .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tOZXtE5jbZ .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOZXtE5jbZ .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tOZXtE5jbZ .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tOZXtE5jbZ .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tOZXtE5jbZ .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tOZXtE5jbZ .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOZXtE5jbZ .mbr-section-title {
  color: #08323C;
}
.cid-tOZXtE5jbZ .mbr-text {
  color: #e5fe63;
}
.cid-tOZXtEDIEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOZXtEDIEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtEDIEP .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-tOZXtEDIEP .container {
    padding: 0 16px;
  }
}
.cid-tOZXtEDIEP .title-wrapper {
  position: relative;
}
.cid-tOZXtEDIEP .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtEDIEP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOZXtEDIEP .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtEDIEP .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tOZXtEDIEP .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tOZXtEDIEP .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtEDIEP .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tOZXtEDIEP .mbr-section-title {
  color: #08323C;
}
.cid-tOZXtEDIEP .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOZXtEDIEP .mbr-section-title,
.cid-tOZXtEDIEP .mbr-section-btn {
  text-align: center;
}
.cid-tOZXtF3pk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tOZXtF3pk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtF3pk0 .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-tOZXtF3pk0 .container {
    padding: 0 16px;
  }
}
.cid-tOZXtF3pk0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOZXtF3pk0 .card {
    margin-bottom: 40px;
  }
}
.cid-tOZXtF3pk0 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tOZXtF3pk0 .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-tOZXtF3pk0 .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOZXtF3pk0 .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-tOZXtF3pk0 .mbr-section-title {
  color: #08323C;
}
.cid-tOZXtF3pk0 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tOZXtF3pk0 .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-tOZXtF3pk0 .mbr-section-title,
.cid-tOZXtF3pk0 .mbr-section-btn {
  text-align: center;
}
.cid-tOZXtFKRrn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOZXtFKRrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtFKRrn .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-tOZXtFKRrn .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tOZXtFKRrn .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tOZXtFKRrn .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtFKRrn .image-wrapper img {
    height: 300px;
  }
}
.cid-tOZXtFKRrn .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tOZXtFKRrn .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOZXtFKRrn .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tOZXtFKRrn .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOZXtFKRrn .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tOZXtFKRrn .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tOZXtFKRrn .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tOZXtFKRrn .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tOZXtFKRrn .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #d4fe00;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tOZXtFKRrn .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tOZXtFKRrn .mbr-section-title {
  color: #ffffff;
}
.cid-tOZXtFKRrn .mbr-text {
  color: #ffffff;
}
.cid-tOZXtFKRrn .icon-wrapper {
  text-align: right;
}
.cid-tOZXtGfeds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOZXtGfeds .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtGfeds .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-tOZXtGfeds .container {
    padding: 0 16px;
  }
}
.cid-tOZXtGfeds .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtGfeds .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOZXtGfeds .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tOZXtGfeds .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOZXtGfeds .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tOZXtGfeds .mbr-section-title {
  color: #ffffff;
}
.cid-tOZXtGfeds .mbr-text {
  color: #ffffff;
}
.cid-tOZXtGDsLG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tOZXtGDsLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtGDsLG .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-tOZXtGDsLG .container {
    padding: 0 16px;
  }
}
.cid-tOZXtGDsLG .row {
  justify-content: center;
}
.cid-tOZXtGDsLG .title-wrapper {
  position: relative;
}
.cid-tOZXtGDsLG .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOZXtGDsLG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOZXtGDsLG .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tOZXtGDsLG .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOZXtGDsLG .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-tOZXtGDsLG .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtGDsLG .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tOZXtGDsLG .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOZXtGDsLG .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-tOZXtGDsLG .mbr-section-title {
  color: #ffffff;
}
.cid-tOZXtGDsLG .mbr-section-title,
.cid-tOZXtGDsLG .mbr-section-btn {
  text-align: center;
}
.cid-tOZXtH1zyA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tOZXtH1zyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtH1zyA .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-tOZXtH1zyA .container {
    padding: 0 16px;
  }
}
.cid-tOZXtH1zyA .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tOZXtH1zyA .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tOZXtH1zyA .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tOZXtH1zyA .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tOZXtH1zyA .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOZXtH1zyA .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tOZXtH1zyA .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tOZXtH1zyA .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tOZXtH1zyA .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tOZXtH1zyA .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tOZXtH1zyA .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtH1zyA .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tOZXtH1zyA .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOZXtH1zyA .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tOZXtH1zyA .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tOZXtH1zyA .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tOZXtH1zyA .dragArea.row .form-group .form-control:hover,
.cid-tOZXtH1zyA .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tOZXtH1zyA .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tOZXtH1zyA .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-tOZXtH1zyA .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tOZXtH1zyA .mbr-title {
  color: #08323C;
}
.cid-tOZXtH1zyA .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tOZXtH1zyA .mbr-section-subtitle {
  color: #08323C;
}
.cid-tOZXtH1zyA .mbr-text {
  color: #08323C;
}
.cid-tOZXtH1zyA .list {
  color: #08323C;
}
.cid-tOZXtH1zyA label {
  color: #08323C;
}
.cid-tOZXtHwBJp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-tOZXtHwBJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZXtHwBJp .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-tOZXtHwBJp .container {
    padding: 0 16px;
  }
}
.cid-tOZXtHwBJp .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tOZXtHwBJp .card {
    margin-bottom: 40px;
  }
}
.cid-tOZXtHwBJp .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtHwBJp .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tOZXtHwBJp .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tOZXtHwBJp .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOZXtHwBJp .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tOZXtHwBJp .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tOZXtHwBJp .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tOZXtHwBJp .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tOZXtHwBJp .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tOZXtHwBJp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tOZXtHwBJp .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tOZXtHwBJp .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tOZXtHwBJp .mbr-section-title {
  color: #ffffff;
}
.cid-tOZXtHwBJp .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tOZXtHwBJp .mbr-card-title {
  color: #D4FE00;
}
.cid-tOZXtHwBJp .list {
  color: #ffffff;
}
.cid-tOZXtHwBJp .mbr-section-title,
.cid-tOZXtHwBJp .title-wrapper,
.cid-tOZXtHwBJp .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-tOZXtIanFH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
.cid-tFGqpHlbWP .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tFGqpHlbWP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tFGqpHlbWP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tFGqpHlbWP .menu_box .navbar.opened,
  .cid-tFGqpHlbWP .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tFGqpHlbWP .navbar-dropdown {
  position: relative !important;
}
.cid-tFGqpHlbWP .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tFGqpHlbWP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tFGqpHlbWP .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tFGqpHlbWP .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tFGqpHlbWP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tFGqpHlbWP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tFGqpHlbWP .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tFGqpHlbWP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tFGqpHlbWP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tFGqpHlbWP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tFGqpHlbWP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tFGqpHlbWP .offcanvas-body .mbr-text,
  .cid-tFGqpHlbWP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tFGqpHlbWP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tFGqpHlbWP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tFGqpHlbWP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tFGqpHlbWP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tFGqpHlbWP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tFGqpHlbWP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tFGqpHlbWP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tFGqpHlbWP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tFGqpHlbWP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFGqpHlbWP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tFGqpHlbWP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tFGqpHlbWP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tFGqpHlbWP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tFGqpHlbWP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tFGqpHlbWP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tFGqpHlbWP .nav-item {
    margin: 0 !important;
  }
}
.cid-tFGqpHlbWP .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tFGqpHlbWP .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tFGqpHlbWP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tFGqpHlbWP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tFGqpHlbWP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tFGqpHlbWP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFGqpHlbWP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tFGqpHlbWP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tFGqpHlbWP .offcanvas_box {
    display: none;
  }
}
.cid-tFGqpHlbWP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tFGqpHlbWP .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tFGqpHlbWP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tFGqpHlbWP .container {
  display: flex;
  margin: auto;
}
.cid-tFGqpHlbWP .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tFGqpHlbWP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tFGqpHlbWP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tFGqpHlbWP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tFGqpHlbWP .navbar-nav {
    margin: 0;
  }
}
.cid-tFGqpHlbWP .dropdown-menu,
.cid-tFGqpHlbWP .navbar.opened {
  background-color: false !important;
}
.cid-tFGqpHlbWP .nav-item:focus,
.cid-tFGqpHlbWP .nav-link:focus {
  outline: none;
}
.cid-tFGqpHlbWP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFGqpHlbWP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFGqpHlbWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFGqpHlbWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFGqpHlbWP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFGqpHlbWP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFGqpHlbWP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tFGqpHlbWP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tFGqpHlbWP .navbar.opened {
  transition: all 0.3s;
}
.cid-tFGqpHlbWP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tFGqpHlbWP .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tFGqpHlbWP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tFGqpHlbWP .navbar.collapsed {
  justify-content: center;
}
.cid-tFGqpHlbWP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFGqpHlbWP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFGqpHlbWP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFGqpHlbWP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFGqpHlbWP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFGqpHlbWP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tFGqpHlbWP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tFGqpHlbWP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tFGqpHlbWP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tFGqpHlbWP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFGqpHlbWP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFGqpHlbWP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tFGqpHlbWP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFGqpHlbWP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tFGqpHlbWP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFGqpHlbWP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tFGqpHlbWP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tFGqpHlbWP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tFGqpHlbWP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFGqpHlbWP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFGqpHlbWP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tFGqpHlbWP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFGqpHlbWP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFGqpHlbWP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFGqpHlbWP .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-tFGqpHlbWP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tFGqpHlbWP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFGqpHlbWP .dropdown-item.active,
.cid-tFGqpHlbWP .dropdown-item:active {
  background-color: transparent;
}
.cid-tFGqpHlbWP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFGqpHlbWP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFGqpHlbWP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFGqpHlbWP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFGqpHlbWP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tFGqpHlbWP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFGqpHlbWP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-tFGqpHlbWP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tFGqpHlbWP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFGqpHlbWP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFGqpHlbWP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFGqpHlbWP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFGqpHlbWP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFGqpHlbWP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFGqpHlbWP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFGqpHlbWP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFGqpHlbWP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tFGqpHlbWP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFGqpHlbWP .navbar {
    height: 70px;
  }
  .cid-tFGqpHlbWP .navbar.opened {
    height: auto;
  }
  .cid-tFGqpHlbWP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFGqpHlbWP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tFGqpHlbWP .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tFGqpHlbWP .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tFGqpHlbWP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tFGqpHlbWP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tFGqpHlbWP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tFGqpHlbWP .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tFGqpHlbWP .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tFGqpHlbWP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tFGqpHlbWP .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-tFGqpHlbWP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tFGqpHlbWP .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tFGqpHlbWP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tFGqpHlbWP .navbar-caption {
  color: #08323C;
}
.cid-tFGqpHlbWP .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-tFGqpHlbWP .mbr-section-subtitle,
.cid-tFGqpHlbWP .text_widget,
.cid-tFGqpHlbWP .mbr-section-btn {
  text-align: left;
}
.cid-tFGqpHlbWP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tFGLPqOyyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tFGLPqOyyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGLPqOyyS .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-tFGLPqOyyS .container {
    padding: 0 16px;
  }
}
.cid-tFGLPqOyyS .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFGLPqOyyS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tFGLPqOyyS .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tFGLPqOyyS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tFGLPqOyyS .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tFGLPqOyyS .mbr-section-title {
  color: #ffffff;
}
.cid-tFGLPqOyyS .mbr-text {
  color: #ffffff;
}
.cid-tFGqpNQWzj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tFGqpNQWzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGqpNQWzj .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-tFGqpNQWzj .container {
    padding: 0 16px;
  }
}
.cid-tFGqpNQWzj .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFGqpNQWzj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tFGqpNQWzj .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tFGqpNQWzj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tFGqpNQWzj .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tFGqpNQWzj .mbr-section-title {
  color: #ffffff;
}
.cid-tFGqpNQWzj .mbr-text {
  color: #ffffff;
}
.cid-tFGqpOggED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tFGqpOggED .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGqpOggED .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-tFGqpOggED .container {
    padding: 0 16px;
  }
}
.cid-tFGqpOggED .row {
  justify-content: center;
}
.cid-tFGqpOggED .title-wrapper {
  position: relative;
}
.cid-tFGqpOggED .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFGqpOggED .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tFGqpOggED .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tFGqpOggED .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tFGqpOggED .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-tFGqpOggED .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFGqpOggED .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tFGqpOggED .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFGqpOggED .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-tFGqpOggED .mbr-section-title {
  color: #ffffff;
}
.cid-tFGqpOggED .mbr-section-title,
.cid-tFGqpOggED .mbr-section-btn {
  text-align: center;
}
.cid-tFGqpOG5IY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tFGqpOG5IY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGqpOG5IY .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-tFGqpOG5IY .container {
    padding: 0 16px;
  }
}
.cid-tFGqpOG5IY .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tFGqpOG5IY .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tFGqpOG5IY .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tFGqpOG5IY .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tFGqpOG5IY .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tFGqpOG5IY .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tFGqpOG5IY .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tFGqpOG5IY .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tFGqpOG5IY .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tFGqpOG5IY .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tFGqpOG5IY .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFGqpOG5IY .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tFGqpOG5IY .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tFGqpOG5IY .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tFGqpOG5IY .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tFGqpOG5IY .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tFGqpOG5IY .dragArea.row .form-group .form-control:hover,
.cid-tFGqpOG5IY .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tFGqpOG5IY .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tFGqpOG5IY .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-tFGqpOG5IY .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tFGqpOG5IY .mbr-title {
  color: #08323C;
}
.cid-tFGqpOG5IY .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tFGqpOG5IY .mbr-section-subtitle {
  color: #08323C;
}
.cid-tFGqpOG5IY .mbr-text {
  color: #08323C;
}
.cid-tFGqpOG5IY .list {
  color: #08323C;
}
.cid-tFGqpOG5IY label {
  color: #08323C;
}
.cid-tFGqpPfebF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-tFGqpPfebF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFGqpPfebF .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-tFGqpPfebF .container {
    padding: 0 16px;
  }
}
.cid-tFGqpPfebF .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tFGqpPfebF .card {
    margin-bottom: 40px;
  }
}
.cid-tFGqpPfebF .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tFGqpPfebF .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tFGqpPfebF .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tFGqpPfebF .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tFGqpPfebF .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tFGqpPfebF .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tFGqpPfebF .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tFGqpPfebF .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tFGqpPfebF .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tFGqpPfebF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tFGqpPfebF .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tFGqpPfebF .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tFGqpPfebF .mbr-section-title {
  color: #ffffff;
}
.cid-tFGqpPfebF .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tFGqpPfebF .mbr-card-title {
  color: #D4FE00;
}
.cid-tFGqpPfebF .list {
  color: #ffffff;
}
.cid-tFGqpPfebF .mbr-section-title,
.cid-tFGqpPfebF .title-wrapper,
.cid-tFGqpPfebF .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-tFGqpQ2oiE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
.cid-tUFMWiBNIy .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tUFMWiBNIy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tUFMWiBNIy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tUFMWiBNIy .menu_box .navbar.opened,
  .cid-tUFMWiBNIy .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tUFMWiBNIy .navbar-dropdown {
  position: relative !important;
}
.cid-tUFMWiBNIy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUFMWiBNIy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tUFMWiBNIy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUFMWiBNIy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tUFMWiBNIy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tUFMWiBNIy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tUFMWiBNIy .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tUFMWiBNIy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tUFMWiBNIy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tUFMWiBNIy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tUFMWiBNIy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tUFMWiBNIy .offcanvas-body .mbr-text,
  .cid-tUFMWiBNIy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tUFMWiBNIy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tUFMWiBNIy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tUFMWiBNIy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tUFMWiBNIy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tUFMWiBNIy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tUFMWiBNIy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tUFMWiBNIy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tUFMWiBNIy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tUFMWiBNIy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tUFMWiBNIy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tUFMWiBNIy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tUFMWiBNIy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tUFMWiBNIy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tUFMWiBNIy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tUFMWiBNIy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tUFMWiBNIy .nav-item {
    margin: 0 !important;
  }
}
.cid-tUFMWiBNIy .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tUFMWiBNIy .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tUFMWiBNIy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tUFMWiBNIy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tUFMWiBNIy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tUFMWiBNIy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tUFMWiBNIy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tUFMWiBNIy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tUFMWiBNIy .offcanvas_box {
    display: none;
  }
}
.cid-tUFMWiBNIy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tUFMWiBNIy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tUFMWiBNIy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tUFMWiBNIy .container {
  display: flex;
  margin: auto;
}
.cid-tUFMWiBNIy .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tUFMWiBNIy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tUFMWiBNIy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tUFMWiBNIy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tUFMWiBNIy .navbar-nav {
    margin: 0;
  }
}
.cid-tUFMWiBNIy .dropdown-menu,
.cid-tUFMWiBNIy .navbar.opened {
  background-color: false !important;
}
.cid-tUFMWiBNIy .nav-item:focus,
.cid-tUFMWiBNIy .nav-link:focus {
  outline: none;
}
.cid-tUFMWiBNIy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUFMWiBNIy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUFMWiBNIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUFMWiBNIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUFMWiBNIy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUFMWiBNIy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUFMWiBNIy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tUFMWiBNIy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tUFMWiBNIy .navbar.opened {
  transition: all 0.3s;
}
.cid-tUFMWiBNIy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tUFMWiBNIy .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tUFMWiBNIy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tUFMWiBNIy .navbar.collapsed {
  justify-content: center;
}
.cid-tUFMWiBNIy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUFMWiBNIy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUFMWiBNIy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUFMWiBNIy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUFMWiBNIy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUFMWiBNIy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tUFMWiBNIy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUFMWiBNIy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tUFMWiBNIy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tUFMWiBNIy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUFMWiBNIy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUFMWiBNIy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tUFMWiBNIy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUFMWiBNIy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tUFMWiBNIy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUFMWiBNIy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tUFMWiBNIy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tUFMWiBNIy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tUFMWiBNIy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUFMWiBNIy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUFMWiBNIy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tUFMWiBNIy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUFMWiBNIy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUFMWiBNIy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUFMWiBNIy .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-tUFMWiBNIy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tUFMWiBNIy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUFMWiBNIy .dropdown-item.active,
.cid-tUFMWiBNIy .dropdown-item:active {
  background-color: transparent;
}
.cid-tUFMWiBNIy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUFMWiBNIy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUFMWiBNIy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUFMWiBNIy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUFMWiBNIy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tUFMWiBNIy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUFMWiBNIy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-tUFMWiBNIy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tUFMWiBNIy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUFMWiBNIy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUFMWiBNIy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUFMWiBNIy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUFMWiBNIy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUFMWiBNIy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUFMWiBNIy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUFMWiBNIy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUFMWiBNIy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tUFMWiBNIy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUFMWiBNIy .navbar {
    height: 70px;
  }
  .cid-tUFMWiBNIy .navbar.opened {
    height: auto;
  }
  .cid-tUFMWiBNIy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUFMWiBNIy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tUFMWiBNIy .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tUFMWiBNIy .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tUFMWiBNIy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tUFMWiBNIy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tUFMWiBNIy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tUFMWiBNIy .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tUFMWiBNIy .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tUFMWiBNIy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tUFMWiBNIy .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-tUFMWiBNIy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tUFMWiBNIy .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tUFMWiBNIy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tUFMWiBNIy .navbar-caption {
  color: #08323C;
}
.cid-tUFMWiBNIy .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-tUFMWiBNIy .mbr-section-subtitle,
.cid-tUFMWiBNIy .text_widget,
.cid-tUFMWiBNIy .mbr-section-btn {
  text-align: left;
}
.cid-tUFMWiBNIy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tUFMWjqprE {
  background-color: #d4fe00;
}
.cid-tUFMWjqprE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWjqprE .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-tUFMWjqprE .container {
    padding: 0 16px;
  }
}
.cid-tUFMWjqprE .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper {
    padding: 0;
  }
}
.cid-tUFMWjqprE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tUFMWjqprE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFMWjqprE .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tUFMWjqprE .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tUFMWjqprE .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tUFMWjqprE .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper img {
    display: none;
  }
}
.cid-tUFMWjqprE .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tUFMWjqprE .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tUFMWjqprE .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tUFMWjqprE .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tUFMWjqprE .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tUFMWjqprE .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tUFMWjqprE .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tUFMWjqprE .mbr-section-title {
  color: #08323C;
}
.cid-tUFMWjqprE .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFMWjqprE .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tUFMWjqprE .mbr-section-title,
.cid-tUFMWjqprE .mbr-section-btn {
  text-align: center;
}
.cid-tUFMWjSjM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFMWjSjM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWjSjM8 .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-tUFMWjSjM8 .container {
    padding: 0 16px;
  }
}
.cid-tUFMWjSjM8 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tUFMWjSjM8 .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tUFMWjSjM8 .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFMWjSjM8 .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tUFMWjSjM8 .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .image-wrapper {
    margin: 0;
  }
}
.cid-tUFMWjSjM8 .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUFMWjSjM8 .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUFMWjSjM8 .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tUFMWjSjM8 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWjSjM8 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tUFMWjSjM8 .mbr-section-title {
  color: #ffffff;
}
.cid-tUFMWjSjM8 .mbr-text {
  color: #ffffff;
}
.cid-tUFMWkdc71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFMWkdc71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWkdc71 .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-tUFMWkdc71 .container {
    padding: 0 16px;
  }
}
.cid-tUFMWkdc71 .title-wrapper {
  position: relative;
}
.cid-tUFMWkdc71 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWkdc71 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFMWkdc71 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWkdc71 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tUFMWkdc71 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tUFMWkdc71 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWkdc71 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFMWkdc71 .mbr-section-title {
  color: #08323C;
}
.cid-tUFMWkdc71 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFMWkdc71 .mbr-section-title,
.cid-tUFMWkdc71 .mbr-section-btn {
  text-align: center;
}
.cid-tUFOkFcJwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUFOkFcJwn .container {
    padding: 0 24px;
  }
}
.cid-tUFOkFcJwn .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUFOkFcJwn .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tUFOkFcJwn .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFOkFcJwn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFOkFcJwn .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tUFOkFcJwn .mbr-section-btn {
    text-align: left;
  }
}
.cid-tUFOkFcJwn .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUFOkFcJwn .mbr-text {
  color: #F9F6E0;
}
.cid-tUFOTqPnHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUFOTqPnHi .container {
    padding: 0 24px;
  }
}
.cid-tUFOTqPnHi .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUFOTqPnHi .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tUFOTqPnHi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFOTqPnHi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFOTqPnHi .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tUFOTqPnHi .mbr-section-btn {
    text-align: left;
  }
}
.cid-tUFOTqPnHi .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUFOTqPnHi .mbr-text {
  color: #F9F6E0;
  text-align: left;
}
.cid-tUFMWkvbEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFMWkvbEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWkvbEM .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-tUFMWkvbEM .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tUFMWkvbEM .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tUFMWkvbEM .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWkvbEM .image-wrapper img {
    height: 300px;
  }
}
.cid-tUFMWkvbEM .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tUFMWkvbEM .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tUFMWkvbEM .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tUFMWkvbEM .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFMWkvbEM .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tUFMWkvbEM .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tUFMWkvbEM .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tUFMWkvbEM .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tUFMWkvbEM .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUFMWkvbEM .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tUFMWkvbEM .mbr-section-title {
  color: #ffffff;
}
.cid-tUFMWkvbEM .mbr-text {
  color: #ffffff;
}
.cid-tUFMWkvbEM .icon-wrapper {
  text-align: right;
}
.cid-tUFMWkPBvs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFMWkPBvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWkPBvs .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-tUFMWkPBvs .container {
    padding: 0 16px;
  }
}
.cid-tUFMWkPBvs .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWkPBvs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFMWkPBvs .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFMWkPBvs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUFMWkPBvs .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tUFMWkPBvs .mbr-section-title {
  color: #ffffff;
}
.cid-tUFMWkPBvs .mbr-text {
  color: #e5fe63;
}
.cid-tUFMWlaH2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUFMWlaH2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWlaH2U .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-tUFMWlaH2U .container {
    padding: 0 16px;
  }
}
.cid-tUFMWlaH2U .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tUFMWlaH2U .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWlaH2U .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tUFMWlaH2U .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFMWlaH2U .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFMWlaH2U .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFMWlaH2U .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFMWlaH2U .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWlaH2U .title-wrapper .line {
    display: none;
  }
}
.cid-tUFMWlaH2U .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWlaH2U .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tUFMWlaH2U .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tUFMWlaH2U .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tUFMWlaH2U .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUFMWlaH2U .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tUFMWlaH2U .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUFMWlaH2U .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFMWlaH2U .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFMWlaH2U .mbr-section-title {
  color: #08323C;
}
.cid-tUFMWlaH2U .mbr-text {
  color: #08323C;
}
.cid-tUFMWlFmvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUFMWlFmvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWlFmvc .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-tUFMWlFmvc .container {
    padding: 0 16px;
  }
}
.cid-tUFMWlFmvc .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWlFmvc .title-wrapper {
    padding-right: 0;
  }
}
.cid-tUFMWlFmvc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFMWlFmvc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFMWlFmvc .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFMWlFmvc .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFMWlFmvc .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tUFMWlFmvc .title-wrapper .line {
    display: none;
  }
}
.cid-tUFMWlFmvc .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWlFmvc .card {
    margin-bottom: 40px;
  }
}
.cid-tUFMWlFmvc .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tUFMWlFmvc .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tUFMWlFmvc .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUFMWlFmvc .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tUFMWlFmvc .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUFMWlFmvc .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFMWlFmvc .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFMWlFmvc .mbr-section-title {
  color: #08323C;
}
.cid-tUFMWlFmvc .mbr-text {
  color: #e5fe63;
}
.cid-tUFMWmg2rQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFMWmg2rQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWmg2rQ .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-tUFMWmg2rQ .container {
    padding: 0 16px;
  }
}
.cid-tUFMWmg2rQ .title-wrapper {
  position: relative;
}
.cid-tUFMWmg2rQ .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWmg2rQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFMWmg2rQ .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWmg2rQ .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tUFMWmg2rQ .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tUFMWmg2rQ .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWmg2rQ .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFMWmg2rQ .mbr-section-title {
  color: #08323C;
}
.cid-tUFMWmg2rQ .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFMWmg2rQ .mbr-section-title,
.cid-tUFMWmg2rQ .mbr-section-btn {
  text-align: center;
}
.cid-tUFMWmEpd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tUFMWmEpd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWmEpd8 .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-tUFMWmEpd8 .container {
    padding: 0 16px;
  }
}
.cid-tUFMWmEpd8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUFMWmEpd8 .card {
    margin-bottom: 40px;
  }
}
.cid-tUFMWmEpd8 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tUFMWmEpd8 .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-tUFMWmEpd8 .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tUFMWmEpd8 .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-tUFMWmEpd8 .mbr-section-title {
  color: #08323C;
}
.cid-tUFMWmEpd8 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFMWmEpd8 .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-tUFMWmEpd8 .mbr-section-title,
.cid-tUFMWmEpd8 .mbr-section-btn {
  text-align: center;
}
.cid-tUFMWn4lrH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFMWn4lrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWn4lrH .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-tUFMWn4lrH .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tUFMWn4lrH .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tUFMWn4lrH .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWn4lrH .image-wrapper img {
    height: 300px;
  }
}
.cid-tUFMWn4lrH .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tUFMWn4lrH .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tUFMWn4lrH .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tUFMWn4lrH .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFMWn4lrH .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tUFMWn4lrH .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tUFMWn4lrH .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tUFMWn4lrH .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tUFMWn4lrH .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #d4fe00;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUFMWn4lrH .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tUFMWn4lrH .mbr-section-title {
  color: #ffffff;
}
.cid-tUFMWn4lrH .mbr-text {
  color: #ffffff;
}
.cid-tUFMWn4lrH .icon-wrapper {
  text-align: right;
}
.cid-tUFMWnsNIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFMWnsNIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWnsNIi .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-tUFMWnsNIi .container {
    padding: 0 16px;
  }
}
.cid-tUFMWnsNIi .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWnsNIi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFMWnsNIi .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFMWnsNIi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUFMWnsNIi .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tUFMWnsNIi .mbr-section-title {
  color: #ffffff;
}
.cid-tUFMWnsNIi .mbr-text {
  color: #ffffff;
}
.cid-tUFMWnSD14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFMWnSD14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWnSD14 .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-tUFMWnSD14 .container {
    padding: 0 16px;
  }
}
.cid-tUFMWnSD14 .row {
  justify-content: center;
}
.cid-tUFMWnSD14 .title-wrapper {
  position: relative;
}
.cid-tUFMWnSD14 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFMWnSD14 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFMWnSD14 .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFMWnSD14 .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFMWnSD14 .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-tUFMWnSD14 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWnSD14 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFMWnSD14 .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUFMWnSD14 .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-tUFMWnSD14 .mbr-section-title {
  color: #ffffff;
}
.cid-tUFMWnSD14 .mbr-section-title,
.cid-tUFMWnSD14 .mbr-section-btn {
  text-align: center;
}
.cid-tUFMWoj0it {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tUFMWoj0it .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWoj0it .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-tUFMWoj0it .container {
    padding: 0 16px;
  }
}
.cid-tUFMWoj0it .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tUFMWoj0it .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUFMWoj0it .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tUFMWoj0it .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUFMWoj0it .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUFMWoj0it .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tUFMWoj0it .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tUFMWoj0it .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tUFMWoj0it .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tUFMWoj0it .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tUFMWoj0it .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWoj0it .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tUFMWoj0it .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tUFMWoj0it .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tUFMWoj0it .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tUFMWoj0it .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tUFMWoj0it .dragArea.row .form-group .form-control:hover,
.cid-tUFMWoj0it .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tUFMWoj0it .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tUFMWoj0it .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-tUFMWoj0it .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tUFMWoj0it .mbr-title {
  color: #08323C;
}
.cid-tUFMWoj0it .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tUFMWoj0it .mbr-section-subtitle {
  color: #08323C;
}
.cid-tUFMWoj0it .mbr-text {
  color: #08323C;
}
.cid-tUFMWoj0it .list {
  color: #08323C;
}
.cid-tUFMWoj0it label {
  color: #08323C;
}
.cid-tUFMWoQfqK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-tUFMWoQfqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFMWoQfqK .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-tUFMWoQfqK .container {
    padding: 0 16px;
  }
}
.cid-tUFMWoQfqK .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tUFMWoQfqK .card {
    margin-bottom: 40px;
  }
}
.cid-tUFMWoQfqK .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWoQfqK .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tUFMWoQfqK .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tUFMWoQfqK .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUFMWoQfqK .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tUFMWoQfqK .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tUFMWoQfqK .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tUFMWoQfqK .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tUFMWoQfqK .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tUFMWoQfqK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tUFMWoQfqK .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUFMWoQfqK .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tUFMWoQfqK .mbr-section-title {
  color: #ffffff;
}
.cid-tUFMWoQfqK .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tUFMWoQfqK .mbr-card-title {
  color: #D4FE00;
}
.cid-tUFMWoQfqK .list {
  color: #ffffff;
}
.cid-tUFMWoQfqK .mbr-section-title,
.cid-tUFMWoQfqK .title-wrapper,
.cid-tUFMWoQfqK .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-tUFMWpsMl5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
.cid-tUFPDEnzFW .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tUFPDEnzFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tUFPDEnzFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tUFPDEnzFW .menu_box .navbar.opened,
  .cid-tUFPDEnzFW .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tUFPDEnzFW .navbar-dropdown {
  position: relative !important;
}
.cid-tUFPDEnzFW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUFPDEnzFW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tUFPDEnzFW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tUFPDEnzFW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tUFPDEnzFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tUFPDEnzFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tUFPDEnzFW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tUFPDEnzFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tUFPDEnzFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tUFPDEnzFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tUFPDEnzFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tUFPDEnzFW .offcanvas-body .mbr-text,
  .cid-tUFPDEnzFW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tUFPDEnzFW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tUFPDEnzFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tUFPDEnzFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tUFPDEnzFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tUFPDEnzFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tUFPDEnzFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tUFPDEnzFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tUFPDEnzFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tUFPDEnzFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tUFPDEnzFW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tUFPDEnzFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tUFPDEnzFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tUFPDEnzFW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tUFPDEnzFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tUFPDEnzFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tUFPDEnzFW .nav-item {
    margin: 0 !important;
  }
}
.cid-tUFPDEnzFW .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tUFPDEnzFW .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tUFPDEnzFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tUFPDEnzFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tUFPDEnzFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tUFPDEnzFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tUFPDEnzFW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tUFPDEnzFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tUFPDEnzFW .offcanvas_box {
    display: none;
  }
}
.cid-tUFPDEnzFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tUFPDEnzFW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tUFPDEnzFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tUFPDEnzFW .container {
  display: flex;
  margin: auto;
}
.cid-tUFPDEnzFW .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tUFPDEnzFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tUFPDEnzFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tUFPDEnzFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tUFPDEnzFW .navbar-nav {
    margin: 0;
  }
}
.cid-tUFPDEnzFW .dropdown-menu,
.cid-tUFPDEnzFW .navbar.opened {
  background-color: false !important;
}
.cid-tUFPDEnzFW .nav-item:focus,
.cid-tUFPDEnzFW .nav-link:focus {
  outline: none;
}
.cid-tUFPDEnzFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUFPDEnzFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUFPDEnzFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUFPDEnzFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUFPDEnzFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUFPDEnzFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUFPDEnzFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tUFPDEnzFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tUFPDEnzFW .navbar.opened {
  transition: all 0.3s;
}
.cid-tUFPDEnzFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tUFPDEnzFW .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tUFPDEnzFW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tUFPDEnzFW .navbar.collapsed {
  justify-content: center;
}
.cid-tUFPDEnzFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUFPDEnzFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUFPDEnzFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUFPDEnzFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUFPDEnzFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUFPDEnzFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tUFPDEnzFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUFPDEnzFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tUFPDEnzFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tUFPDEnzFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUFPDEnzFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUFPDEnzFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tUFPDEnzFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUFPDEnzFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tUFPDEnzFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUFPDEnzFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tUFPDEnzFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tUFPDEnzFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tUFPDEnzFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUFPDEnzFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUFPDEnzFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tUFPDEnzFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUFPDEnzFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUFPDEnzFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUFPDEnzFW .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-tUFPDEnzFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tUFPDEnzFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUFPDEnzFW .dropdown-item.active,
.cid-tUFPDEnzFW .dropdown-item:active {
  background-color: transparent;
}
.cid-tUFPDEnzFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUFPDEnzFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUFPDEnzFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUFPDEnzFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUFPDEnzFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tUFPDEnzFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUFPDEnzFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-tUFPDEnzFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tUFPDEnzFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUFPDEnzFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUFPDEnzFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUFPDEnzFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUFPDEnzFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUFPDEnzFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUFPDEnzFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUFPDEnzFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUFPDEnzFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tUFPDEnzFW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUFPDEnzFW .navbar {
    height: 70px;
  }
  .cid-tUFPDEnzFW .navbar.opened {
    height: auto;
  }
  .cid-tUFPDEnzFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUFPDEnzFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tUFPDEnzFW .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tUFPDEnzFW .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tUFPDEnzFW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tUFPDEnzFW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tUFPDEnzFW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tUFPDEnzFW .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tUFPDEnzFW .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tUFPDEnzFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tUFPDEnzFW .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-tUFPDEnzFW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tUFPDEnzFW .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tUFPDEnzFW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tUFPDEnzFW .navbar-caption {
  color: #08323C;
}
.cid-tUFPDEnzFW .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-tUFPDEnzFW .mbr-section-subtitle,
.cid-tUFPDEnzFW .text_widget,
.cid-tUFPDEnzFW .mbr-section-btn {
  text-align: left;
}
.cid-tUFPDEnzFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tUFPDFDoT1 {
  background-color: #d4fe00;
}
.cid-tUFPDFDoT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDFDoT1 .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-tUFPDFDoT1 .container {
    padding: 0 16px;
  }
}
.cid-tUFPDFDoT1 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper {
    padding: 0;
  }
}
.cid-tUFPDFDoT1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tUFPDFDoT1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFPDFDoT1 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tUFPDFDoT1 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tUFPDFDoT1 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tUFPDFDoT1 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper img {
    display: none;
  }
}
.cid-tUFPDFDoT1 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tUFPDFDoT1 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tUFPDFDoT1 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tUFPDFDoT1 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tUFPDFDoT1 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tUFPDFDoT1 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tUFPDFDoT1 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tUFPDFDoT1 .mbr-section-title {
  color: #08323C;
}
.cid-tUFPDFDoT1 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDFDoT1 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDFDoT1 .mbr-section-title,
.cid-tUFPDFDoT1 .mbr-section-btn {
  text-align: center;
}
.cid-tUFQQF5YSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #08323c;
}
.cid-tUFQQF5YSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFQQF5YSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUFQQF5YSZ .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-tUFQQF5YSZ .container {
    padding: 0 16px;
  }
}
.cid-tUFQQF5YSZ .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-tUFQQF5YSZ .slider-wrap {
    padding-right: 12px;
  }
}
.cid-tUFQQF5YSZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-tUFQQF5YSZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUFQQF5YSZ .embla__slide .card-wrap {
  width: 100%;
}
.cid-tUFQQF5YSZ .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-tUFQQF5YSZ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tUFQQF5YSZ .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-tUFQQF5YSZ .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-tUFQQF5YSZ .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-tUFQQF5YSZ .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-tUFQQF5YSZ .embla__button--next,
.cid-tUFQQF5YSZ .embla__button--prev {
  display: flex;
}
.cid-tUFQQF5YSZ .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUFQQF5YSZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUFQQF5YSZ .embla__button:hover {
  background: transparent;
  color: #d4fe00;
}
.cid-tUFQQF5YSZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-tUFQQF5YSZ .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-tUFQQF5YSZ .embla__button {
    bottom: -4.5rem;
  }
}
.cid-tUFQQF5YSZ .embla {
  position: relative;
  width: 100%;
}
.cid-tUFQQF5YSZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUFQQF5YSZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUFQQF5YSZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUFQQF5YSZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUFQQF5YSZ .mbr-desc {
  color: #ffffff;
}
.cid-tUFQQF5YSZ .card-title {
  color: #ffffff;
}
.cid-tUFQQF5YSZ .card-text {
  color: #ffffff;
}
.cid-tUFPDGA11K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFPDGA11K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDGA11K .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-tUFPDGA11K .container {
    padding: 0 16px;
  }
}
.cid-tUFPDGA11K .title-wrapper {
  position: relative;
}
.cid-tUFPDGA11K .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDGA11K .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFPDGA11K .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDGA11K .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tUFPDGA11K .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tUFPDGA11K .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDGA11K .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFPDGA11K .mbr-section-title {
  color: #08323C;
}
.cid-tUFPDGA11K .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDGA11K .mbr-section-title,
.cid-tUFPDGA11K .mbr-section-btn {
  text-align: center;
}
.cid-tUFPDH1MLc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFPDH1MLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDH1MLc .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-tUFPDH1MLc .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tUFPDH1MLc .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tUFPDH1MLc .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDH1MLc .image-wrapper img {
    height: 300px;
  }
}
.cid-tUFPDH1MLc .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tUFPDH1MLc .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tUFPDH1MLc .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tUFPDH1MLc .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDH1MLc .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tUFPDH1MLc .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tUFPDH1MLc .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tUFPDH1MLc .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tUFPDH1MLc .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUFPDH1MLc .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tUFPDH1MLc .mbr-section-title {
  color: #ffffff;
}
.cid-tUFPDH1MLc .mbr-text {
  color: #ffffff;
}
.cid-tUFPDH1MLc .icon-wrapper {
  text-align: right;
}
.cid-tUFPDHruNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFPDHruNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDHruNm .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-tUFPDHruNm .container {
    padding: 0 16px;
  }
}
.cid-tUFPDHruNm .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDHruNm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFPDHruNm .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFPDHruNm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUFPDHruNm .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tUFPDHruNm .mbr-section-title {
  color: #ffffff;
}
.cid-tUFPDHruNm .mbr-text {
  color: #e5fe63;
}
.cid-tUFPDHQuNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUFPDHQuNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDHQuNQ .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-tUFPDHQuNQ .container {
    padding: 0 16px;
  }
}
.cid-tUFPDHQuNQ .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tUFPDHQuNQ .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDHQuNQ .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tUFPDHQuNQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDHQuNQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFPDHQuNQ .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDHQuNQ .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFPDHQuNQ .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDHQuNQ .title-wrapper .line {
    display: none;
  }
}
.cid-tUFPDHQuNQ .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDHQuNQ .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tUFPDHQuNQ .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tUFPDHQuNQ .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tUFPDHQuNQ .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUFPDHQuNQ .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tUFPDHQuNQ .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUFPDHQuNQ .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFPDHQuNQ .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFPDHQuNQ .mbr-section-title {
  color: #08323C;
}
.cid-tUFPDHQuNQ .mbr-text {
  color: #08323C;
}
.cid-tUFPDInAtp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUFPDInAtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDInAtp .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-tUFPDInAtp .container {
    padding: 0 16px;
  }
}
.cid-tUFPDInAtp .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDInAtp .title-wrapper {
    padding-right: 0;
  }
}
.cid-tUFPDInAtp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDInAtp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFPDInAtp .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDInAtp .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFPDInAtp .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tUFPDInAtp .title-wrapper .line {
    display: none;
  }
}
.cid-tUFPDInAtp .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDInAtp .card {
    margin-bottom: 40px;
  }
}
.cid-tUFPDInAtp .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tUFPDInAtp .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tUFPDInAtp .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUFPDInAtp .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tUFPDInAtp .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUFPDInAtp .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFPDInAtp .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFPDInAtp .mbr-section-title {
  color: #08323C;
}
.cid-tUFPDInAtp .mbr-text {
  color: #e5fe63;
}
.cid-tUFPDJcJN9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-tUFPDJcJN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDJcJN9 .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-tUFPDJcJN9 .container {
    padding: 0 16px;
  }
}
.cid-tUFPDJcJN9 .row {
  justify-content: center;
}
.cid-tUFPDJcJN9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tUFPDJcJN9 .image-wrapper {
  margin-bottom: 40px;
}
.cid-tUFPDJcJN9 .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDJcJN9 .image-wrapper img {
    height: 280px;
  }
}
.cid-tUFPDJcJN9 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tUFPDJcJN9 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDJcJN9 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDJHaXo {
  background-image: url("../../../assets/images/csm-so-funktioniert-ecommerce-bei-steueragenten-31b4dad5d4-866x650.png");
}
.cid-tUFPDJHaXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDJHaXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUFPDJHaXo .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tUFPDJHaXo .container-fluid {
    padding: 0 16px;
  }
}
.cid-tUFPDJHaXo .container-fluid .row {
  padding: 0;
}
.cid-tUFPDJHaXo .container {
  overflow: hidden;
}
.cid-tUFPDJHaXo .row {
  justify-content: center;
}
.cid-tUFPDJHaXo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUFPDJHaXo .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tUFPDK62gu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUFPDK62gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDK62gu .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-tUFPDK62gu .container {
    padding: 0 16px;
  }
}
.cid-tUFPDK62gu .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDK62gu .title-wrapper {
    padding-right: 0;
  }
}
.cid-tUFPDK62gu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDK62gu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUFPDK62gu .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDK62gu .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUFPDK62gu .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tUFPDK62gu .title-wrapper .line {
    display: none;
  }
}
.cid-tUFPDK62gu .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDK62gu .card {
    margin-bottom: 40px;
  }
}
.cid-tUFPDK62gu .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tUFPDK62gu .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tUFPDK62gu .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUFPDK62gu .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tUFPDK62gu .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUFPDK62gu .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUFPDK62gu .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUFPDK62gu .mbr-section-title {
  color: #08323C;
}
.cid-tUFPDK62gu .mbr-text {
  color: #e5fe63;
}
.cid-tUFPDKJDXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUFPDKJDXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDKJDXR .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-tUFPDKJDXR .container {
    padding: 0 16px;
  }
}
.cid-tUFPDKJDXR .title-wrapper {
  position: relative;
}
.cid-tUFPDKJDXR .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDKJDXR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFPDKJDXR .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDKJDXR .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tUFPDKJDXR .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tUFPDKJDXR .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDKJDXR .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFPDKJDXR .mbr-section-title {
  color: #08323C;
}
.cid-tUFPDKJDXR .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDKJDXR .mbr-section-title,
.cid-tUFPDKJDXR .mbr-section-btn {
  text-align: center;
}
.cid-tUFPDLgz1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tUFPDLgz1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDLgz1L .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-tUFPDLgz1L .container {
    padding: 0 16px;
  }
}
.cid-tUFPDLgz1L .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUFPDLgz1L .card {
    margin-bottom: 40px;
  }
}
.cid-tUFPDLgz1L .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tUFPDLgz1L .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-tUFPDLgz1L .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tUFPDLgz1L .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-tUFPDLgz1L .mbr-section-title {
  color: #08323C;
}
.cid-tUFPDLgz1L .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDLgz1L .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDLgz1L .mbr-section-title,
.cid-tUFPDLgz1L .mbr-section-btn {
  text-align: center;
}
.cid-tUFPDLP9PD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFPDLP9PD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDLP9PD .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-tUFPDLP9PD .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tUFPDLP9PD .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tUFPDLP9PD .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDLP9PD .image-wrapper img {
    height: 300px;
  }
}
.cid-tUFPDLP9PD .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tUFPDLP9PD .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tUFPDLP9PD .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tUFPDLP9PD .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUFPDLP9PD .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tUFPDLP9PD .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tUFPDLP9PD .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tUFPDLP9PD .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tUFPDLP9PD .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #d4fe00;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUFPDLP9PD .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tUFPDLP9PD .mbr-section-title {
  color: #ffffff;
}
.cid-tUFPDLP9PD .mbr-text {
  color: #ffffff;
}
.cid-tUFPDLP9PD .icon-wrapper {
  text-align: right;
}
.cid-tUFPDMm5RO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFPDMm5RO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDMm5RO .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-tUFPDMm5RO .container {
    padding: 0 16px;
  }
}
.cid-tUFPDMm5RO .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDMm5RO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFPDMm5RO .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFPDMm5RO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUFPDMm5RO .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tUFPDMm5RO .mbr-section-title {
  color: #ffffff;
}
.cid-tUFPDMm5RO .mbr-text {
  color: #ffffff;
}
.cid-tUFPDMWCG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-tUFPDMWCG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDMWCG4 .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-tUFPDMWCG4 .container {
    padding: 0 16px;
  }
}
.cid-tUFPDMWCG4 .row {
  justify-content: center;
}
.cid-tUFPDMWCG4 .title-wrapper {
  position: relative;
}
.cid-tUFPDMWCG4 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tUFPDMWCG4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUFPDMWCG4 .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUFPDMWCG4 .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUFPDMWCG4 .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-tUFPDMWCG4 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDMWCG4 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tUFPDMWCG4 .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUFPDMWCG4 .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-tUFPDMWCG4 .mbr-section-title {
  color: #ffffff;
}
.cid-tUFPDMWCG4 .mbr-section-title,
.cid-tUFPDMWCG4 .mbr-section-btn {
  text-align: center;
}
.cid-tUFPDNt0br {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-tUFPDNt0br .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDNt0br .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-tUFPDNt0br .container {
    padding: 0 16px;
  }
}
.cid-tUFPDNt0br .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tUFPDNt0br .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUFPDNt0br .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tUFPDNt0br .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUFPDNt0br .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUFPDNt0br .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tUFPDNt0br .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tUFPDNt0br .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tUFPDNt0br .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tUFPDNt0br .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tUFPDNt0br .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDNt0br .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tUFPDNt0br .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tUFPDNt0br .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tUFPDNt0br .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tUFPDNt0br .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tUFPDNt0br .dragArea.row .form-group .form-control:hover,
.cid-tUFPDNt0br .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tUFPDNt0br .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tUFPDNt0br .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-tUFPDNt0br .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tUFPDNt0br .mbr-title {
  color: #08323C;
}
.cid-tUFPDNt0br .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tUFPDNt0br .mbr-section-subtitle {
  color: #08323C;
}
.cid-tUFPDNt0br .mbr-text {
  color: #08323C;
}
.cid-tUFPDNt0br .list {
  color: #08323C;
}
.cid-tUFPDNt0br label {
  color: #08323C;
}
.cid-tUFPDO4GSR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-tUFPDO4GSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFPDO4GSR .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-tUFPDO4GSR .container {
    padding: 0 16px;
  }
}
.cid-tUFPDO4GSR .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tUFPDO4GSR .card {
    margin-bottom: 40px;
  }
}
.cid-tUFPDO4GSR .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDO4GSR .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tUFPDO4GSR .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tUFPDO4GSR .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUFPDO4GSR .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tUFPDO4GSR .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tUFPDO4GSR .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tUFPDO4GSR .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tUFPDO4GSR .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tUFPDO4GSR .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tUFPDO4GSR .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUFPDO4GSR .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tUFPDO4GSR .mbr-section-title {
  color: #ffffff;
}
.cid-tUFPDO4GSR .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tUFPDO4GSR .mbr-card-title {
  color: #D4FE00;
}
.cid-tUFPDO4GSR .list {
  color: #ffffff;
}
.cid-tUFPDO4GSR .mbr-section-title,
.cid-tUFPDO4GSR .title-wrapper,
.cid-tUFPDO4GSR .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-tUFPDOLsnU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
.cid-um6UGPJaX5 .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-um6UGPJaX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-um6UGPJaX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-um6UGPJaX5 .menu_box .navbar.opened,
  .cid-um6UGPJaX5 .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-um6UGPJaX5 .navbar-dropdown {
  position: relative !important;
}
.cid-um6UGPJaX5 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-um6UGPJaX5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-um6UGPJaX5 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-um6UGPJaX5 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-um6UGPJaX5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-um6UGPJaX5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-um6UGPJaX5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-um6UGPJaX5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-um6UGPJaX5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-um6UGPJaX5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-um6UGPJaX5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-um6UGPJaX5 .offcanvas-body .mbr-text,
  .cid-um6UGPJaX5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-um6UGPJaX5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-um6UGPJaX5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-um6UGPJaX5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-um6UGPJaX5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-um6UGPJaX5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-um6UGPJaX5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-um6UGPJaX5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-um6UGPJaX5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-um6UGPJaX5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-um6UGPJaX5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-um6UGPJaX5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-um6UGPJaX5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-um6UGPJaX5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-um6UGPJaX5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-um6UGPJaX5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-um6UGPJaX5 .nav-item {
    margin: 0 !important;
  }
}
.cid-um6UGPJaX5 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-um6UGPJaX5 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-um6UGPJaX5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-um6UGPJaX5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-um6UGPJaX5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-um6UGPJaX5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-um6UGPJaX5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-um6UGPJaX5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-um6UGPJaX5 .offcanvas_box {
    display: none;
  }
}
.cid-um6UGPJaX5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-um6UGPJaX5 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-um6UGPJaX5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-um6UGPJaX5 .container {
  display: flex;
  margin: auto;
}
.cid-um6UGPJaX5 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-um6UGPJaX5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-um6UGPJaX5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-um6UGPJaX5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-um6UGPJaX5 .navbar-nav {
    margin: 0;
  }
}
.cid-um6UGPJaX5 .dropdown-menu,
.cid-um6UGPJaX5 .navbar.opened {
  background-color: false !important;
}
.cid-um6UGPJaX5 .nav-item:focus,
.cid-um6UGPJaX5 .nav-link:focus {
  outline: none;
}
.cid-um6UGPJaX5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um6UGPJaX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um6UGPJaX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um6UGPJaX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um6UGPJaX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um6UGPJaX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um6UGPJaX5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-um6UGPJaX5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-um6UGPJaX5 .navbar.opened {
  transition: all 0.3s;
}
.cid-um6UGPJaX5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-um6UGPJaX5 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-um6UGPJaX5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-um6UGPJaX5 .navbar.collapsed {
  justify-content: center;
}
.cid-um6UGPJaX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um6UGPJaX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um6UGPJaX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um6UGPJaX5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um6UGPJaX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um6UGPJaX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-um6UGPJaX5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-um6UGPJaX5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-um6UGPJaX5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-um6UGPJaX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um6UGPJaX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um6UGPJaX5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-um6UGPJaX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um6UGPJaX5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-um6UGPJaX5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um6UGPJaX5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-um6UGPJaX5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-um6UGPJaX5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-um6UGPJaX5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um6UGPJaX5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um6UGPJaX5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-um6UGPJaX5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-um6UGPJaX5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-um6UGPJaX5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-um6UGPJaX5 .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-um6UGPJaX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-um6UGPJaX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um6UGPJaX5 .dropdown-item.active,
.cid-um6UGPJaX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-um6UGPJaX5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um6UGPJaX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um6UGPJaX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um6UGPJaX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um6UGPJaX5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-um6UGPJaX5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um6UGPJaX5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: #ffffff;
}
.cid-um6UGPJaX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-um6UGPJaX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um6UGPJaX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um6UGPJaX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um6UGPJaX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um6UGPJaX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um6UGPJaX5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um6UGPJaX5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um6UGPJaX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um6UGPJaX5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-um6UGPJaX5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um6UGPJaX5 .navbar {
    height: 70px;
  }
  .cid-um6UGPJaX5 .navbar.opened {
    height: auto;
  }
  .cid-um6UGPJaX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um6UGPJaX5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-um6UGPJaX5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-um6UGPJaX5 .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-um6UGPJaX5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-um6UGPJaX5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-um6UGPJaX5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-um6UGPJaX5 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-um6UGPJaX5 .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-um6UGPJaX5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-um6UGPJaX5 .text_widget {
  margin-bottom: 32px;
  color: #cdf400;
  text-align: center;
}
.cid-um6UGPJaX5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-um6UGPJaX5 .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-um6UGPJaX5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-um6UGPJaX5 .navbar-caption {
  color: #08323C;
}
.cid-um6UGPJaX5 .mbr-text {
  color: #cdf400;
  text-align: left;
}
.cid-um6UGPJaX5 .mbr-section-subtitle,
.cid-um6UGPJaX5 .text_widget,
.cid-um6UGPJaX5 .mbr-section-btn {
  text-align: left;
}
.cid-um6UGPJaX5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-um6UGQs0C6 {
  background-color: #d4fe00;
}
.cid-um6UGQs0C6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGQs0C6 .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-um6UGQs0C6 .container {
    padding: 0 16px;
  }
}
.cid-um6UGQs0C6 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper {
    padding: 0;
  }
}
.cid-um6UGQs0C6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-um6UGQs0C6 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-um6UGQs0C6 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-um6UGQs0C6 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-um6UGQs0C6 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-um6UGQs0C6 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper img {
    display: none;
  }
}
.cid-um6UGQs0C6 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-um6UGQs0C6 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-um6UGQs0C6 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-um6UGQs0C6 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-um6UGQs0C6 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-um6UGQs0C6 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-um6UGQs0C6 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-um6UGQs0C6 .mbr-section-title {
  color: #08323C;
}
.cid-um6UGQs0C6 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-um6UGQs0C6 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-um6UGQs0C6 .mbr-section-title,
.cid-um6UGQs0C6 .mbr-section-btn {
  text-align: center;
}
.cid-um6UGQLhEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-um6UGQLhEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGQLhEd .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-um6UGQLhEd .container {
    padding: 0 16px;
  }
}
.cid-um6UGQLhEd .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-um6UGQLhEd .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-um6UGQLhEd .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-um6UGQLhEd .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-um6UGQLhEd .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .image-wrapper {
    margin: 0;
  }
}
.cid-um6UGQLhEd .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-um6UGQLhEd .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-um6UGQLhEd .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-um6UGQLhEd .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGQLhEd .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-um6UGQLhEd .mbr-section-title {
  color: #ffffff;
}
.cid-um6UGQLhEd .mbr-text {
  color: #ffffff;
}
.cid-um6UGR024R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um6UGR024R .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGR024R .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-um6UGR024R .container {
    padding: 0 16px;
  }
}
.cid-um6UGR024R .title-wrapper {
  position: relative;
}
.cid-um6UGR024R .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGR024R .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-um6UGR024R .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGR024R .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-um6UGR024R .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-um6UGR024R .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGR024R .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-um6UGR024R .mbr-section-title {
  color: #08323C;
}
.cid-um6UGR024R .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-um6UGR024R .mbr-section-title,
.cid-um6UGR024R .mbr-section-btn {
  text-align: center;
}
.cid-um6UGRkBY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um6UGRkBY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGRkBY4 .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-um6UGRkBY4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um6UGRkBY4 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-um6UGRkBY4 .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGRkBY4 .image-wrapper img {
    height: 300px;
  }
}
.cid-um6UGRkBY4 .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-um6UGRkBY4 .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-um6UGRkBY4 .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-um6UGRkBY4 .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGRkBY4 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-um6UGRkBY4 .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-um6UGRkBY4 .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-um6UGRkBY4 .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-um6UGRkBY4 .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-um6UGRkBY4 .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-um6UGRkBY4 .mbr-section-title {
  color: #ffffff;
}
.cid-um6UGRkBY4 .mbr-text {
  color: #ffffff;
}
.cid-um6UGRkBY4 .icon-wrapper {
  text-align: right;
}
.cid-um6UGRAhGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-um6UGRAhGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGRAhGZ .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-um6UGRAhGZ .container {
    padding: 0 16px;
  }
}
.cid-um6UGRAhGZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGRAhGZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-um6UGRAhGZ .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-um6UGRAhGZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um6UGRAhGZ .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-um6UGRAhGZ .mbr-section-title {
  color: #ffffff;
}
.cid-um6UGRAhGZ .mbr-text {
  color: #e5fe63;
}
.cid-um6UGRQfjU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-um6UGRQfjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGRQfjU .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-um6UGRQfjU .container {
    padding: 0 16px;
  }
}
.cid-um6UGRQfjU .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-um6UGRQfjU .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGRQfjU .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-um6UGRQfjU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGRQfjU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-um6UGRQfjU .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGRQfjU .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-um6UGRQfjU .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGRQfjU .title-wrapper .line {
    display: none;
  }
}
.cid-um6UGRQfjU .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGRQfjU .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-um6UGRQfjU .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-um6UGRQfjU .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-um6UGRQfjU .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-um6UGRQfjU .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-um6UGRQfjU .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-um6UGRQfjU .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um6UGRQfjU .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6UGRQfjU .mbr-section-title {
  color: #08323C;
}
.cid-um6UGRQfjU .mbr-text {
  color: #08323C;
}
.cid-um6UGScGau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-um6UGScGau .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGScGau .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-um6UGScGau .container {
    padding: 0 16px;
  }
}
.cid-um6UGScGau .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGScGau .title-wrapper {
    padding-right: 0;
  }
}
.cid-um6UGScGau .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGScGau .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-um6UGScGau .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGScGau .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-um6UGScGau .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-um6UGScGau .title-wrapper .line {
    display: none;
  }
}
.cid-um6UGScGau .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGScGau .card {
    margin-bottom: 40px;
  }
}
.cid-um6UGScGau .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-um6UGScGau .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-um6UGScGau .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-um6UGScGau .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-um6UGScGau .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-um6UGScGau .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um6UGScGau .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6UGScGau .mbr-section-title {
  color: #08323C;
}
.cid-um6UGScGau .mbr-text {
  color: #e5fe63;
}
.cid-um6UGSAzjc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-um6UGSAzjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGSAzjc .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-um6UGSAzjc .container {
    padding: 0 16px;
  }
}
.cid-um6UGSAzjc .row {
  justify-content: center;
}
.cid-um6UGSAzjc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-um6UGSAzjc .image-wrapper {
  margin-bottom: 40px;
}
.cid-um6UGSAzjc .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGSAzjc .image-wrapper img {
    height: 280px;
  }
}
.cid-um6UGSAzjc .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-um6UGSAzjc .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-um6UGSAzjc .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-um6UGSUxjV {
  background-image: url("../../../assets/images/csm-so-funktioniert-ecommerce-bei-steueragenten-31b4dad5d4-866x650.png");
}
.cid-um6UGSUxjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGSUxjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6UGSUxjV .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-um6UGSUxjV .container-fluid {
    padding: 0 16px;
  }
}
.cid-um6UGSUxjV .container-fluid .row {
  padding: 0;
}
.cid-um6UGSUxjV .container {
  overflow: hidden;
}
.cid-um6UGSUxjV .row {
  justify-content: center;
}
.cid-um6UGSUxjV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um6UGSUxjV .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-um6UGT93p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-um6UGT93p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGT93p9 .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-um6UGT93p9 .container {
    padding: 0 16px;
  }
}
.cid-um6UGT93p9 .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGT93p9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-um6UGT93p9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGT93p9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-um6UGT93p9 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGT93p9 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-um6UGT93p9 .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-um6UGT93p9 .title-wrapper .line {
    display: none;
  }
}
.cid-um6UGT93p9 .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGT93p9 .card {
    margin-bottom: 40px;
  }
}
.cid-um6UGT93p9 .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-um6UGT93p9 .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-um6UGT93p9 .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-um6UGT93p9 .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-um6UGT93p9 .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-um6UGT93p9 .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um6UGT93p9 .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6UGT93p9 .mbr-section-title {
  color: #08323C;
}
.cid-um6UGT93p9 .mbr-text {
  color: #e5fe63;
}
.cid-um6UGTuUrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um6UGTuUrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGTuUrW .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-um6UGTuUrW .container {
    padding: 0 16px;
  }
}
.cid-um6UGTuUrW .title-wrapper {
  position: relative;
}
.cid-um6UGTuUrW .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGTuUrW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-um6UGTuUrW .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGTuUrW .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-um6UGTuUrW .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-um6UGTuUrW .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGTuUrW .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-um6UGTuUrW .mbr-section-title {
  color: #08323C;
}
.cid-um6UGTuUrW .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-um6UGTuUrW .mbr-section-title,
.cid-um6UGTuUrW .mbr-section-btn {
  text-align: center;
}
.cid-um6UGTKYJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-um6UGTKYJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGTKYJA .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-um6UGTKYJA .container {
    padding: 0 16px;
  }
}
.cid-um6UGTKYJA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um6UGTKYJA .card {
    margin-bottom: 40px;
  }
}
.cid-um6UGTKYJA .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-um6UGTKYJA .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-um6UGTKYJA .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-um6UGTKYJA .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-um6UGTKYJA .mbr-section-title {
  color: #08323C;
}
.cid-um6UGTKYJA .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-um6UGTKYJA .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-um6UGTKYJA .mbr-section-title,
.cid-um6UGTKYJA .mbr-section-btn {
  text-align: center;
}
.cid-um6UGU5kgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-um6UGU5kgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGU5kgY .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-um6UGU5kgY .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um6UGU5kgY .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-um6UGU5kgY .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGU5kgY .image-wrapper img {
    height: 300px;
  }
}
.cid-um6UGU5kgY .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-um6UGU5kgY .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-um6UGU5kgY .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-um6UGU5kgY .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-um6UGU5kgY .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-um6UGU5kgY .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-um6UGU5kgY .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-um6UGU5kgY .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-um6UGU5kgY .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #d4fe00;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-um6UGU5kgY .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-um6UGU5kgY .mbr-section-title {
  color: #ffffff;
}
.cid-um6UGU5kgY .mbr-text {
  color: #ffffff;
}
.cid-um6UGU5kgY .icon-wrapper {
  text-align: right;
}
.cid-um6UGUqGai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-um6UGUqGai .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGUqGai .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-um6UGUqGai .container {
    padding: 0 16px;
  }
}
.cid-um6UGUqGai .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGUqGai .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-um6UGUqGai .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-um6UGUqGai .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-um6UGUqGai .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-um6UGUqGai .mbr-section-title {
  color: #ffffff;
}
.cid-um6UGUqGai .mbr-text {
  color: #ffffff;
}
.cid-um6UGUHKaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-um6UGUHKaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGUHKaP .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-um6UGUHKaP .container {
    padding: 0 16px;
  }
}
.cid-um6UGUHKaP .row {
  justify-content: center;
}
.cid-um6UGUHKaP .title-wrapper {
  position: relative;
}
.cid-um6UGUHKaP .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um6UGUHKaP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-um6UGUHKaP .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-um6UGUHKaP .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-um6UGUHKaP .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-um6UGUHKaP .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGUHKaP .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-um6UGUHKaP .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um6UGUHKaP .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-um6UGUHKaP .mbr-section-title {
  color: #ffffff;
}
.cid-um6UGUHKaP .mbr-section-title,
.cid-um6UGUHKaP .mbr-section-btn {
  text-align: center;
}
.cid-um6UGUYEGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-um6UGUYEGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGUYEGM .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-um6UGUYEGM .container {
    padding: 0 16px;
  }
}
.cid-um6UGUYEGM .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-um6UGUYEGM .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-um6UGUYEGM .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-um6UGUYEGM .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-um6UGUYEGM .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-um6UGUYEGM .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-um6UGUYEGM .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-um6UGUYEGM .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-um6UGUYEGM .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-um6UGUYEGM .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-um6UGUYEGM .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGUYEGM .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-um6UGUYEGM .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-um6UGUYEGM .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-um6UGUYEGM .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-um6UGUYEGM .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-um6UGUYEGM .dragArea.row .form-group .form-control:hover,
.cid-um6UGUYEGM .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-um6UGUYEGM .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-um6UGUYEGM .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-um6UGUYEGM .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-um6UGUYEGM .mbr-title {
  color: #08323C;
}
.cid-um6UGUYEGM .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-um6UGUYEGM .mbr-section-subtitle {
  color: #08323C;
}
.cid-um6UGUYEGM .mbr-text {
  color: #08323C;
}
.cid-um6UGUYEGM .list {
  color: #08323C;
}
.cid-um6UGUYEGM label {
  color: #08323C;
}
.cid-um6UGVmZIH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #08323c;
}
.cid-um6UGVmZIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6UGVmZIH .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-um6UGVmZIH .container {
    padding: 0 16px;
  }
}
.cid-um6UGVmZIH .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-um6UGVmZIH .card {
    margin-bottom: 40px;
  }
}
.cid-um6UGVmZIH .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGVmZIH .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-um6UGVmZIH .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-um6UGVmZIH .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-um6UGVmZIH .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-um6UGVmZIH .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-um6UGVmZIH .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-um6UGVmZIH .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-um6UGVmZIH .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-um6UGVmZIH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-um6UGVmZIH .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-um6UGVmZIH .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-um6UGVmZIH .mbr-section-title {
  color: #ffffff;
}
.cid-um6UGVmZIH .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-um6UGVmZIH .mbr-card-title {
  color: #D4FE00;
}
.cid-um6UGVmZIH .list {
  color: #ffffff;
}
.cid-um6UGVmZIH .mbr-section-title,
.cid-um6UGVmZIH .title-wrapper,
.cid-um6UGVmZIH .social-wrapper {
  text-align: left;
  color: #cdf400;
}
.cid-um6UGW19YS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #151515;
  overflow: hidden;
}
