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: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.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.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((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: #ddfe31 !important;
}
.bg-danger {
  background-color: #e5fe63 !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: #ddfe31 !important;
  border-color: #ddfe31 !important;
  color: #283000 !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: #b5d701 !important;
  border-color: #b5d701 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #283000 !important;
  background-color: #b5d701 !important;
  border-color: #b5d701 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5fe63 !important;
  border-color: #e5fe63 !important;
  color: #526101 !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: #090b00 !important;
  background-color: #d7fd0d !important;
  border-color: #d7fd0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #526101 !important;
  background-color: #d7fd0d !important;
  border-color: #d7fd0d !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: #ddfe31;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b5d701 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #283000 !important;
  background-color: #ddfe31 !important;
  border-color: #ddfe31 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5fe63;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d7fd0d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #526101 !important;
  background-color: #e5fe63 !important;
  border-color: #e5fe63 !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: #ddfe31 !important;
}
.text-danger {
  color: #e5fe63 !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: #a8c801 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d1f902 !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: #ddfe31;
}
.alert-danger {
  background-color: #e5fe63;
}
.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: #fffffc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.875rem;
}
.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: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.875rem;
}
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 #ddfe31;
}
.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: #ddfe31 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #e5fe63;
}
.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: #e5fe63 !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-u2cGPN1vag .navbar-dropdown {
  background: #011f26 !important;
  padding: 0;
}
.cid-u2cGPN1vag .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011f26 !important;
  background: #011f26;
}
.cid-u2cGPN1vag .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u2cGPN1vag .menu_box .navbar.opened,
  .cid-u2cGPN1vag .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2cGPN1vag .navbar-dropdown {
  position: relative !important;
}
.cid-u2cGPN1vag .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u2cGPN1vag .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2cGPN1vag .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2cGPN1vag .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2cGPN1vag .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2cGPN1vag .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-u2cGPN1vag .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2cGPN1vag .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2cGPN1vag .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2cGPN1vag .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2cGPN1vag .offcanvas-body .mbr-text,
  .cid-u2cGPN1vag .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2cGPN1vag .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2cGPN1vag .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2cGPN1vag .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-u2cGPN1vag .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2cGPN1vag .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2cGPN1vag .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2cGPN1vag .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2cGPN1vag ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2cGPN1vag .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2cGPN1vag .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-u2cGPN1vag .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2cGPN1vag 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-u2cGPN1vag .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u2cGPN1vag .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2cGPN1vag .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u2cGPN1vag .nav-item {
    margin: 0 !important;
  }
}
.cid-u2cGPN1vag .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u2cGPN1vag .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-u2cGPN1vag .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2cGPN1vag .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2cGPN1vag .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2cGPN1vag .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2cGPN1vag .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-u2cGPN1vag .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2cGPN1vag .offcanvas_box {
    display: none;
  }
}
.cid-u2cGPN1vag .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2cGPN1vag .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2cGPN1vag .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2cGPN1vag .container {
  display: flex;
  margin: auto;
}
.cid-u2cGPN1vag .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-u2cGPN1vag .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2cGPN1vag .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2cGPN1vag .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2cGPN1vag .navbar-nav {
    margin: 0;
  }
}
.cid-u2cGPN1vag .dropdown-menu,
.cid-u2cGPN1vag .navbar.opened {
  background-color: true !important;
}
.cid-u2cGPN1vag .nav-item:focus,
.cid-u2cGPN1vag .nav-link:focus {
  outline: none;
}
.cid-u2cGPN1vag .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2cGPN1vag .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2cGPN1vag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2cGPN1vag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2cGPN1vag .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2cGPN1vag .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2cGPN1vag .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2cGPN1vag .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2cGPN1vag .navbar.opened {
  transition: all 0.3s;
}
.cid-u2cGPN1vag .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2cGPN1vag .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-u2cGPN1vag .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u2cGPN1vag .navbar.collapsed {
  justify-content: center;
}
.cid-u2cGPN1vag .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2cGPN1vag .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2cGPN1vag .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2cGPN1vag .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2cGPN1vag .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2cGPN1vag .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2cGPN1vag .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2cGPN1vag .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2cGPN1vag .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u2cGPN1vag .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2cGPN1vag .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2cGPN1vag .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2cGPN1vag .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2cGPN1vag .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2cGPN1vag .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2cGPN1vag .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2cGPN1vag .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2cGPN1vag .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2cGPN1vag .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2cGPN1vag .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2cGPN1vag .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2cGPN1vag .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2cGPN1vag .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2cGPN1vag .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2cGPN1vag .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-u2cGPN1vag .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u2cGPN1vag .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2cGPN1vag .dropdown-item.active,
.cid-u2cGPN1vag .dropdown-item:active {
  background-color: transparent;
}
.cid-u2cGPN1vag .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2cGPN1vag .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2cGPN1vag .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2cGPN1vag .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2cGPN1vag ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2cGPN1vag .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2cGPN1vag button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-u2cGPN1vag button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-u2cGPN1vag button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2cGPN1vag button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cGPN1vag button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cGPN1vag button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2cGPN1vag nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cGPN1vag nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2cGPN1vag nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2cGPN1vag nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cGPN1vag a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2cGPN1vag .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-u2cGPN1vag .navbar {
    height: 70px;
  }
  .cid-u2cGPN1vag .navbar.opened {
    height: auto;
  }
  .cid-u2cGPN1vag .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2cGPN1vag .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-u2cGPN1vag .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-u2cGPN1vag .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-u2cGPN1vag .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u2cGPN1vag .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u2cGPN1vag .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-u2cGPN1vag .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-u2cGPN1vag .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-u2cGPN1vag .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2cGPN1vag .text_widget {
  margin-bottom: 32px;
}
.cid-u2cGPN1vag .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2cGPN1vag .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-u2cGPN1vag .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2cGPN1vag .navbar-caption {
  color: #08323C;
}
.cid-u2cGPN1vag .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u2cGPN1vag .mbr-section-subtitle,
.cid-u2cGPN1vag .text_widget,
.cid-u2cGPN1vag .mbr-section-btn {
  text-align: left;
}
.cid-u2cGPN1vag a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2cHZTTBHn {
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-u2cHZTTBHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cHZTTBHn .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-u2cHZTTBHn .container {
    padding: 0 16px;
  }
}
.cid-u2cHZTTBHn .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2cHZTTBHn .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-u2cHZTTBHn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u2cHZTTBHn .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2cHZTTBHn .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u2cHZTTBHn .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u2cHZTTBHn .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-u2cHZTTBHn .image-wrapper {
    min-height: 300px;
  }
}
.cid-u2cHZTTBHn .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-u2cHZTTBHn .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-u2cHZTTBHn .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-u2cHZTTBHn .image-wrapper .sec-image {
  transition: transform 0.1s ease;
  z-index: 2;
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 573px;
  width: 300px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-u2cHZTTBHn .image-wrapper .sec-image {
    display: none;
  }
}
.cid-u2cHZTTBHn #textoCircular {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transform-origin: center center;
}
.cid-u2cHZTTBHn .mbr-section-title {
  color: #08323C;
}
.cid-u2cHZTTBHn .mbr-text {
  color: #08323C;
}
.cid-u2cHZTTBHn .typing-animation {
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  position: relative;
}
.cid-u2cHZTTBHn .typing-animation::after {
  content: '';
  position: absolute;
  top: 25%;
  right: -2px;
  border-right: 4px solid #08323C;
  height: 50%;
  opacity: 1;
  animation: blinkCursor 1s step-end infinite;
}
@keyframes blinkCursor {
  50% {
    opacity: 0;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.cid-u2cHZTTBHn .mbr-section-title,
.cid-u2cHZTTBHn .mbr-section-btn {
  color: #0a2a3e;
}
.cid-u2oR6aUPz4 {
  background-color: #d4fe00;
}
.cid-u2oR6aUPz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oR6aUPz4 .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-u2oR6aUPz4 .container {
    padding: 0 16px;
  }
}
.cid-u2oR6aUPz4 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper {
    padding: 0;
  }
}
.cid-u2oR6aUPz4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u2oR6aUPz4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2oR6aUPz4 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u2oR6aUPz4 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u2oR6aUPz4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u2oR6aUPz4 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper img {
    display: none;
  }
}
.cid-u2oR6aUPz4 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u2oR6aUPz4 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u2oR6aUPz4 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u2oR6aUPz4 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u2oR6aUPz4 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u2oR6aUPz4 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u2oR6aUPz4 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u2oR6aUPz4 .mbr-section-title {
  color: #08323C;
}
.cid-u2oR6aUPz4 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-u2oR6aUPz4 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u2oR6aUPz4 .mbr-section-title,
.cid-u2oR6aUPz4 .mbr-section-btn {
  text-align: center;
}
.cid-u2oT38b6PA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-u2oT38b6PA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oT38b6PA .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-u2oT38b6PA .container {
    padding: 0 16px;
  }
}
.cid-u2oT38b6PA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2oT38b6PA .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u2oT38b6PA .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-u2oT38b6PA .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #d4fe00;
}
.cid-u2oT38b6PA .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2oT38b6PA .mbr-number {
  color: #ffffff;
}
.cid-u2oT38b6PA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2oT38b6PA .card-number {
  text-align: center;
}
.cid-u2oUbdK465 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2oUbdK465 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oUbdK465 .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-u2oUbdK465 .container {
    padding: 0 16px;
  }
}
.cid-u2oUbdK465 .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-u2oUbdK465 .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u2oUbdK465 .row {
    padding: 20px 16px;
  }
}
.cid-u2oUbdK465 .row .google-map iframe {
  height: 480px;
  filter: grayscale(100%);
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-u2oUbdK465 .row .google-map iframe {
    height: 300px;
  }
}
.cid-u2oUd1HwQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-u2oUd1HwQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oUd1HwQg .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-u2oUd1HwQg .container {
    padding: 0 16px;
  }
}
.cid-u2oUd1HwQg .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2oUd1HwQg .card {
    margin-bottom: 40px;
  }
}
.cid-u2oUd1HwQg .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2oUd1HwQg .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2oUd1HwQg .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2oUd1HwQg .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2oUd1HwQg .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2oUd1HwQg .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2oUd1HwQg .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2oUd1HwQg .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2oUd1HwQg .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2oUd1HwQg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2oUd1HwQg .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2oUd1HwQg .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2oUd1HwQg .mbr-section-title {
  color: #ffffff;
}
.cid-u2oUd1HwQg .copyright {
  color: #ffffff;
}
.cid-u2oUd1HwQg .mbr-card-title {
  color: #D4FE00;
}
.cid-u2oUd1HwQg .list {
  color: #ffffff;
}
