.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f4fefd;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffef9f !important;
}
.bg-success {
  background-color: #83e8b9 !important;
}
.bg-info {
  background-color: #74e1f7 !important;
}
.bg-warning {
  background-color: #ffda6c !important;
}
.bg-danger {
  background-color: #e9828c !important;
}
.btn-primary {
  background: linear-gradient(90deg, #ffef9f, #ffef9f 65%, #ffffff) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffef9f !important;
  border-color: #ffef9f !important;
  color: #9f8400 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff7d2 !important;
  border-color: #fff7d2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9f8400 !important;
  background-color: #fff7d2 !important;
  border-color: #fff7d2 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #7bf1a8, #7bf1a8 65%, #d7fbe5) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7bf1a8 !important;
  border-color: #7bf1a8 !important;
  color: #0a632c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a9f6c6 !important;
  border-color: #a9f6c6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0a632c !important;
  background-color: #a9f6c6 !important;
  border-color: #a9f6c6 !important;
}
.btn-info {
  background: linear-gradient(90deg, #74e1f7, #74e1f7 65%, #d4f6fd) !important;
}
.btn-info,
.btn-info:active {
  background-color: #74e1f7 !important;
  border-color: #74e1f7 !important;
  color: #065666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a4ebfa !important;
  border-color: #a4ebfa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065666 !important;
  background-color: #a4ebfa !important;
  border-color: #a4ebfa !important;
}
.btn-success {
  background: linear-gradient(90deg, #83e8b9, #83e8b9 65%, #d9f8ea) !important;
}
.btn-success,
.btn-success:active {
  background-color: #83e8b9 !important;
  border-color: #83e8b9 !important;
  color: #115b39 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #aef0d1 !important;
  border-color: #aef0d1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #115b39 !important;
  background-color: #aef0d1 !important;
  border-color: #aef0d1 !important;
}
.btn-warning {
  background: linear-gradient(90deg, #ffda6c, #ffda6c 65%, #fff4d2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffda6c !important;
  border-color: #ffda6c !important;
  color: #6c5100 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe79f !important;
  border-color: #ffe79f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6c5100 !important;
  background-color: #ffe79f !important;
  border-color: #ffe79f !important;
}
.btn-danger {
  background: linear-gradient(90deg, #e9828c, #e9828c 65%, #f8d9dc) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9828c !important;
  border-color: #e9828c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f1adb4 !important;
  border-color: #f1adb4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f1adb4 !important;
  border-color: #f1adb4 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffef9f;
  color: #ffef9f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe148 !important;
  background-color: transparent !important;
  border-color: #ffe148 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9f8400 !important;
  background-color: #ffef9f !important;
  border-color: #ffef9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7bf1a8;
  color: #7bf1a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2de974 !important;
  background-color: transparent !important;
  border-color: #2de974 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0a632c !important;
  background-color: #7bf1a8 !important;
  border-color: #7bf1a8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #74e1f7;
  color: #74e1f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #22cff2 !important;
  background-color: transparent !important;
  border-color: #22cff2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065666 !important;
  background-color: #74e1f7 !important;
  border-color: #74e1f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #83e8b9;
  color: #83e8b9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3ada90 !important;
  background-color: transparent !important;
  border-color: #3ada90 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #115b39 !important;
  background-color: #83e8b9 !important;
  border-color: #83e8b9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffda6c;
  color: #ffda6c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc415 !important;
  background-color: transparent !important;
  border-color: #ffc415 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6c5100 !important;
  background-color: #ffda6c !important;
  border-color: #ffda6c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e9828c;
  color: #e9828c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc3848 !important;
  background-color: transparent !important;
  border-color: #dc3848 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9828c !important;
  border-color: #e9828c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #ffef9f !important;
}
.text-secondary {
  color: #7bf1a8 !important;
}
.text-success {
  color: #83e8b9 !important;
}
.text-info {
  color: #74e1f7 !important;
}
.text-warning {
  color: #ffda6c !important;
}
.text-danger {
  color: #e9828c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffde39 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1fe76b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2dd888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #14ccf1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da2b3c !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: #ffef9f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #74e1f7;
}
.alert-warning {
  background-color: #ffda6c;
}
.alert-danger {
  background-color: #e9828c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffef9f;
  border-color: #ffef9f;
  color: #b99a00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffef9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #ffef9f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #ffef9f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffef9f;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffef9f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffef9f;
  border-bottom-color: #ffef9f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffef9f !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: #7bf1a8 !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='%23ffef9f' %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 {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 24px !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-uVnP2YjR5T {
  background-color: transparent;
}
.cid-uVnP2YjR5T .navbar-dropdown {
  background-color: #001816 !important;
  padding: 0;
}
.cid-uVnP2YjR5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #001816 !important;
  background: #001816;
}
.cid-uVnP2YjR5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVnP2YjR5T .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVnP2YjR5T .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVnP2YjR5T .menu_box .navbar.opened,
  .cid-uVnP2YjR5T .menu_box .navbar-collapse {
    background-color: #001816 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVnP2YjR5T .navbar-dropdown {
  position: relative !important;
}
.cid-uVnP2YjR5T .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uVnP2YjR5T .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVnP2YjR5T .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVnP2YjR5T .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uVnP2YjR5T .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVnP2YjR5T .btn:hover {
  box-shadow: none;
}
.cid-uVnP2YjR5T .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uVnP2YjR5T .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uVnP2YjR5T .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uVnP2YjR5T .nav-item {
    margin: 0 !important;
  }
}
.cid-uVnP2YjR5T .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uVnP2YjR5T .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uVnP2YjR5T .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uVnP2YjR5T .nav-item .nav-link:hover,
.cid-uVnP2YjR5T .nav-item .nav-link:focus {
  background-color: #ffef9f;
  color: #000000 !important;
}
.cid-uVnP2YjR5T .nav-item .nav-link:hover::before,
.cid-uVnP2YjR5T .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uVnP2YjR5T .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVnP2YjR5T .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVnP2YjR5T .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVnP2YjR5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVnP2YjR5T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uVnP2YjR5T .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVnP2YjR5T .offcanvas_box {
    display: none;
  }
}
.cid-uVnP2YjR5T .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVnP2YjR5T .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVnP2YjR5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVnP2YjR5T .container {
  display: flex;
  margin: auto;
}
.cid-uVnP2YjR5T .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YjR5T .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVnP2YjR5T .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uVnP2YjR5T .navbar-nav {
    margin: 0;
  }
}
.cid-uVnP2YjR5T .dropdown-menu,
.cid-uVnP2YjR5T .navbar.opened {
  background-color: false !important;
}
.cid-uVnP2YjR5T .nav-item:focus,
.cid-uVnP2YjR5T .nav-link:focus {
  outline: none;
}
.cid-uVnP2YjR5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVnP2YjR5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVnP2YjR5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVnP2YjR5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVnP2YjR5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVnP2YjR5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVnP2YjR5T .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YjR5T .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVnP2YjR5T .navbar.opened {
  transition: all 0.3s;
}
.cid-uVnP2YjR5T .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVnP2YjR5T .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uVnP2YjR5T .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVnP2YjR5T .navbar.collapsed {
  justify-content: center;
}
.cid-uVnP2YjR5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVnP2YjR5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVnP2YjR5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVnP2YjR5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVnP2YjR5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVnP2YjR5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVnP2YjR5T .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVnP2YjR5T .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVnP2YjR5T .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uVnP2YjR5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVnP2YjR5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVnP2YjR5T .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVnP2YjR5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVnP2YjR5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVnP2YjR5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVnP2YjR5T .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVnP2YjR5T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVnP2YjR5T .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVnP2YjR5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVnP2YjR5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVnP2YjR5T .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVnP2YjR5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVnP2YjR5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVnP2YjR5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVnP2YjR5T .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-uVnP2YjR5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVnP2YjR5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVnP2YjR5T .dropdown-item.active,
.cid-uVnP2YjR5T .dropdown-item:active {
  background-color: transparent;
}
.cid-uVnP2YjR5T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uVnP2YjR5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVnP2YjR5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVnP2YjR5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVnP2YjR5T ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVnP2YjR5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVnP2YjR5T button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #001816;
  background: #001816;
}
.cid-uVnP2YjR5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVnP2YjR5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVnP2YjR5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVnP2YjR5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVnP2YjR5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVnP2YjR5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVnP2YjR5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVnP2YjR5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVnP2YjR5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVnP2YjR5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVnP2YjR5T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVnP2YjR5T .navbar {
    height: 70px;
  }
  .cid-uVnP2YjR5T .navbar.opened {
    height: auto;
  }
  .cid-uVnP2YjR5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVnP2YjR5T .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uVnP2YjR5T .navbar-caption:hover {
  color: #ffef9f;
}
@media (min-width: 992px) {
  .cid-uVnP2YjR5T .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVnP2YjR5T .text_widget {
  margin-bottom: 32px;
}
.cid-uVnP2YjR5T .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVnP2YjR5T .text_widget a:hover,
.cid-uVnP2YjR5T .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uVnP2YjR5T .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uVnP2YjR5T .navbar-caption {
  color: #FFFFFF;
}
.cid-uVnP2YjR5T .mbr-section-subtitle,
.cid-uVnP2YjR5T .text_widget,
.cid-uVnP2YjR5T .mbr-section-btn {
  text-align: center;
}
.cid-uVnP2YjR5T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVnP2YjR5T .nav-link,
.cid-uVnP2YjR5T .dropdown-item {
  color: #FFFFFF;
}
.cid-uVnP2YlMHq {
  background-image: url("../../../assets/images/photo-1534973098198-6b2de48816b7.jpeg");
}
.cid-uVnP2YlMHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YlMHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YlMHq .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uVnP2YlMHq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uVnP2YlMHq .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uVnP2YlMHq .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uVnP2YlMHq .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YlMHq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uVnP2YlMHq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YlMHq .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YlMHq .mbr-desc,
.cid-uVnP2YlMHq .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YlMHq .mbr-text,
.cid-uVnP2YlMHq .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YlMHq .mbr-section-title,
.cid-uVnP2YlMHq .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uVnP2YlMHq .mbr-desc,
.cid-uVnP2YlMHq .desc-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2Ymv42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2Ymv42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2Ymv42 .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-uVnP2Ymv42 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2Ymv42 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2Ymv42 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #002623;
  border: 1px solid #006d65;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVnP2Ymv42 .panel-group .card {
    padding: 16px;
  }
}
.cid-uVnP2Ymv42 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVnP2Ymv42 .panel-group .card:hover,
.cid-uVnP2Ymv42 .panel-group .card:focus {
  border: 1px solid #ffef9f;
}
.cid-uVnP2Ymv42 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVnP2Ymv42 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVnP2Ymv42 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVnP2Ymv42 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #006d65;
}
.cid-uVnP2Ymv42 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVnP2Ymv42 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVnP2Ymv42 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffef9f;
}
.cid-uVnP2Ymv42 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uVnP2Ymv42 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVnP2Ymv42 .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2Ymv42 .panel-title-edit {
  color: #FFFFFF;
}
.cid-uVnP2Ymv42 .panel-text {
  color: #FFFFFF;
}
.cid-uVnP2Ymv42 .mbr-section-title,
.cid-uVnP2Ymv42 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVnP2YnAG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YnAG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YnAG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YnAG7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YnAG7 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YnAG7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uVnP2YnAG7 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YnAG7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YnAG7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YnAG7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YnAG7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YnAG7 .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YnAG7 .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uVnP2YnAG7 .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uVnP2YnAG7 .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uVnP2YnAG7 .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uVnP2YnAG7 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YnAG7 .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uVnP2YnAG7 .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
}
.cid-uVnP2YnAG7 .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YnAG7 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YnAG7 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YnAG7 .mbr-text,
.cid-uVnP2YnAG7 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YnAG7 .mbr-desc,
.cid-uVnP2YnAG7 .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YnAG7 .item-title {
  color: #FFFFFF;
}
.cid-uVnP2YnAG7 .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YomBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YomBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YomBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YomBW .items-wrapper {
  justify-content: center;
}
.cid-uVnP2YomBW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVnP2YomBW .mbr-text,
.cid-uVnP2YomBW .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YorQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YorQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YorQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YorQ3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YorQ3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YorQ3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YorQ3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YorQ3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YorQ3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YorQ3 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YorQ3 .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YorQ3 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YorQ3 .item .item-wrapper:hover,
.cid-uVnP2YorQ3 .item .item-wrapper:focus {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
  transform: rotateY(-6deg);
}
.cid-uVnP2YorQ3 .item .item-wrapper:hover .item-wrap,
.cid-uVnP2YorQ3 .item .item-wrapper:focus .item-wrap {
  border: 1px solid #ffef9f;
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap {
  border: 1px solid #006d65;
  transition: all 0.3s ease-in-out;
  background-color: #002623;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #001816;
  margin-bottom: 0;
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 8px;
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVnP2YorQ3 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uVnP2YorQ3 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YorQ3 .mbr-text,
.cid-uVnP2YorQ3 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVnP2YorQ3 .item-title {
  color: #ffffff;
}
.cid-uVnP2YorQ3 .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YorQ3 .item-number,
.cid-uVnP2YorQ3 .number-wrap {
  color: #FFFFFF;
}
.cid-uVnP2YorQ3 .icon-wrapper {
  text-align: right;
}
.cid-uVnP2YorQ3 .item-title,
.cid-uVnP2YorQ3 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YpXuD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YpXuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YpXuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YpXuD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YpXuD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YpXuD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YpXuD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YpXuD .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YpXuD .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YpXuD .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YpXuD .item .item-wrapper:hover,
.cid-uVnP2YpXuD .item .item-wrapper:focus {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap {
  border: 1px solid #006d65;
  transition: all 0.3s ease-in-out;
  background-color: #002623;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YpXuD .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YpXuD .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uVnP2YpXuD .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uVnP2YpXuD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVnP2YpXuD .item-title {
  color: #9aa0a6;
}
.cid-uVnP2YpXuD .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YpXuD .item-date {
  color: #FFFFFF;
}
.cid-uVnP2YpXuD .mbr-section-title,
.cid-uVnP2YpXuD .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uVnP2YpXuD .item-title,
.cid-uVnP2YpXuD .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YqtcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YqtcF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YqtcF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YqtcF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YqtcF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVnP2YqtcF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVnP2YqtcF .embla__slide .slide-content {
  width: 100%;
}
.cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #001816 40%, transparent 98%);
}
.cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #ffef9f;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uVnP2YqtcF .embla__button--next,
.cid-uVnP2YqtcF .embla__button--prev {
  display: flex;
}
.cid-uVnP2YqtcF .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #002623 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla__button {
    bottom: 0;
  }
}
.cid-uVnP2YqtcF .embla__button:hover {
  transform: scale(1.05);
}
.cid-uVnP2YqtcF .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVnP2YqtcF .embla__button.embla__button--next {
  right: 0;
}
.cid-uVnP2YqtcF .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uVnP2YqtcF .embla {
    padding: 0;
  }
}
.cid-uVnP2YqtcF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVnP2YqtcF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVnP2YqtcF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVnP2YqtcF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVnP2YqtcF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVnP2YqtcF .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YqtcF .mbr-text,
.cid-uVnP2YqtcF .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YqtcF .item-title {
  color: #FFFFFF;
}
.cid-uVnP2YrcnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YrcnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YrcnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YrcnF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YrcnF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YrcnF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YrcnF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YrcnF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YrcnF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YrcnF .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YrcnF .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YrcnF .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YrcnF .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVnP2YrcnF .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVnP2YrcnF .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVnP2YrcnF .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uVnP2YrcnF .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YrcnF .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVnP2YrcnF .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YrcnF .mbr-text,
.cid-uVnP2YrcnF .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YrcnF .item-title {
  color: #ffffff;
}
.cid-uVnP2YrcnF .item-title,
.cid-uVnP2YrcnF .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YsGNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YsGNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YsGNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YsGNH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YsGNH .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVnP2YsGNH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YsGNH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVnP2YsGNH .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YsGNH .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uVnP2YsGNH .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uVnP2YsGNH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #006d65;
  margin-bottom: 0;
  background-color: #002623;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YsGNH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #ffef9f;
}
.cid-uVnP2YsGNH .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ffef9f;
}
.cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVnP2YsGNH .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVnP2YsGNH .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YsGNH .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YsGNH .mbr-section-title,
.cid-uVnP2YsGNH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVnP2YtuLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YtuLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YtuLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YtuLi .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YtuLi .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YtuLi .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uVnP2YtuLi .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YtuLi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YtuLi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YtuLi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YtuLi .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YtuLi .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YtuLi .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YtuLi .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uVnP2YtuLi .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uVnP2YtuLi .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YtuLi .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uVnP2YtuLi .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
}
.cid-uVnP2YtuLi .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YtuLi .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YtuLi .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YtuLi .mbr-text,
.cid-uVnP2YtuLi .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YtuLi .mbr-desc,
.cid-uVnP2YtuLi .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YtuLi .item-title {
  color: #FFFFFF;
}
.cid-uVnP2YtuLi .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YuLuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YuLuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YuLuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YuLuo .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YuLuo .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YuLuo .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uVnP2YuLuo .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YuLuo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YuLuo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YuLuo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YuLuo .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YuLuo .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YuLuo .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YuLuo .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YuLuo .item .item-wrapper:hover,
.cid-uVnP2YuLuo .item .item-wrapper:focus {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #006d65;
  background-color: #002623;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uVnP2YuLuo .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVnP2YuLuo .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006d65;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uVnP2YuLuo .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uVnP2YuLuo .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uVnP2YuLuo .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVnP2YuLuo .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uVnP2YuLuo .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uVnP2YuLuo .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YuLuo .mbr-text,
.cid-uVnP2YuLuo .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YuLuo .mbr-desc,
.cid-uVnP2YuLuo .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YuLuo .item-title {
  color: #ffffff;
}
.cid-uVnP2YuLuo .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YuLuo .mbr-section-title,
.cid-uVnP2YuLuo .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uVnP2YuLuo .item-title,
.cid-uVnP2YuLuo .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YDrQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #001816;
}
.cid-uVnP2YDrQg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YDrQg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YDrQg .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uVnP2YDrQg .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YDrQg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YDrQg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YDrQg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YDrQg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uVnP2YDrQg .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uVnP2YDrQg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVnP2YDrQg .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uVnP2YDrQg .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #ffef9f;
}
.cid-uVnP2YDrQg .embla__slide .slide-content {
  width: 100%;
}
.cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YDrQg .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uVnP2YDrQg .embla__button--next,
.cid-uVnP2YDrQg .embla__button--prev {
  display: flex;
}
.cid-uVnP2YDrQg .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #002623 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVnP2YDrQg .embla__button:hover {
  transform: scale(1.05);
}
.cid-uVnP2YDrQg .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVnP2YDrQg .embla__button.embla__button--next {
  right: 0;
}
.cid-uVnP2YDrQg .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uVnP2YDrQg .embla {
    margin-bottom: 38px;
  }
}
.cid-uVnP2YDrQg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uVnP2YDrQg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVnP2YDrQg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVnP2YDrQg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVnP2YDrQg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVnP2YDrQg .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YDrQg .mbr-text,
.cid-uVnP2YDrQg .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YDrQg .mbr-desc,
.cid-uVnP2YDrQg .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YDrQg .item-title,
.cid-uVnP2YDrQg .title-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YDrQg .item-text,
.cid-uVnP2YDrQg .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YDrQg .mbr-section-title,
.cid-uVnP2YDrQg .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uVnP2YFXda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YFXda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YFXda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YFXda .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YFXda .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YFXda .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YFXda .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YFXda .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YFXda .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YFXda .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YFXda .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YFXda .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YFXda .item .item-wrapper:hover,
.cid-uVnP2YFXda .item .item-wrapper:focus {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
  transform: rotateY(-6deg);
}
.cid-uVnP2YFXda .item .item-wrapper:hover .item-wrap,
.cid-uVnP2YFXda .item .item-wrapper:focus .item-wrap {
  border: 1px solid #ffef9f;
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap {
  border: 1px solid #006d65;
  transition: all 0.3s ease-in-out;
  background-color: #002623;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #001816;
  margin-bottom: 0;
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YFXda .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVnP2YFXda .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uVnP2YFXda .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YFXda .mbr-text,
.cid-uVnP2YFXda .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YFXda .item-title {
  color: #ffffff;
}
.cid-uVnP2YFXda .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YFXda .item-number,
.cid-uVnP2YFXda .number-wrap {
  color: #FFFFFF;
}
.cid-uVnP2YFXda .icon-wrapper {
  text-align: right;
}
.cid-uVnP2YFXda .item-title,
.cid-uVnP2YFXda .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YF9ln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YF9ln .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uVnP2YF9ln .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVnP2YF9ln .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YF9ln .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uVnP2YF9ln .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YF9ln .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uVnP2YF9ln .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVnP2YF9ln .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVnP2YF9ln .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVnP2YF9ln .embla__slide:hover .slide-content,
.cid-uVnP2YF9ln .embla__slide:focus .slide-content {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
}
.cid-uVnP2YF9ln .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #002623;
  border: 1px solid #006d65;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uVnP2YF9ln .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uVnP2YF9ln .embla__button--next,
.cid-uVnP2YF9ln .embla__button--prev {
  display: flex;
}
.cid-uVnP2YF9ln .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVnP2YF9ln .embla__button:hover {
  transform: scale(1.05);
}
.cid-uVnP2YF9ln .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVnP2YF9ln .embla__button.embla__button--next {
  right: 0;
}
.cid-uVnP2YF9ln .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVnP2YF9ln .embla {
    width: 100%;
  }
}
.cid-uVnP2YF9ln .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVnP2YF9ln .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVnP2YF9ln .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVnP2YF9ln .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVnP2YF9ln .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVnP2YF9ln .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YF9ln .mbr-text,
.cid-uVnP2YF9ln .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YF9ln .item-title {
  color: #FFFFFF;
}
.cid-uVnP2YF9ln .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YF9ln .mbr-section-title,
.cid-uVnP2YF9ln .mbr-section-btn,
.cid-uVnP2YF9ln .logo-wrapper {
  text-align: center;
}
.cid-uVnP2YF9ln .mbr-section-title,
.cid-uVnP2YF9ln .logo-wrapper,
.cid-uVnP2YF9ln .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVnP2YGWbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YGWbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YGWbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YGWbd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YGWbd .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YGWbd .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YGWbd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #002623;
  overflow: hidden;
  border: 1px solid #006d65;
}
.cid-uVnP2YGWbd .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVnP2YGWbd .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-uVnP2YGWbd .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YGWbd .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YGWbd .item .item-wrapper .item-img {
  position: relative;
}
.cid-uVnP2YGWbd .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uVnP2YGWbd .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YGWbd .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uVnP2YGWbd .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVnP2YGWbd .item-title {
  color: #ffffff;
}
.cid-uVnP2YGWbd .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YGWbd .item-title,
.cid-uVnP2YGWbd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVnP2YHPJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YHPJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YHPJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YHPJl .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uVnP2YHPJl .content-wrapper {
    padding: 0;
  }
}
.cid-uVnP2YHPJl .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YHPJl .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YHPJl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YHPJl .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YHPJl .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YHPJl .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVnP2YHPJl .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uVnP2YHPJl .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVnP2YHPJl .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uVnP2YHPJl .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YHPJl .mbr-text,
.cid-uVnP2YHPJl .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YHPJl .mbr-section-title,
.cid-uVnP2YHPJl .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uVnP2YHKQW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YHKQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YHKQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YHKQW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YHKQW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YHKQW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YHKQW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YHKQW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YHKQW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YHKQW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YHKQW .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YHKQW .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #006d65;
  background-color: #002623;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVnP2YHKQW .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uVnP2YHKQW .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YHKQW .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVnP2YHKQW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uVnP2YHKQW .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YHKQW .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YHKQW .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YHKQW .mbr-text,
.cid-uVnP2YHKQW .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YHKQW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVnP2YHKQW .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YHKQW .item-title,
.cid-uVnP2YHKQW .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YIMtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YIMtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YIMtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YIMtv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YIMtv .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YIMtv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YIMtv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YIMtv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YIMtv .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YIMtv .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YIMtv .item .item-wrapper:hover,
.cid-uVnP2YIMtv .item .item-wrapper:focus {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap {
  border: 1px solid #006d65;
  background-color: #002623;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006d65;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YIMtv .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVnP2YIMtv .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uVnP2YIMtv .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YIMtv .mbr-text,
.cid-uVnP2YIMtv .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YIMtv .mbr-desc,
.cid-uVnP2YIMtv .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YIMtv .item-desc {
  color: #FFFFFF;
}
.cid-uVnP2YIMtv .item-title {
  color: #ffffff;
}
.cid-uVnP2YIMtv .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YIMtv .icon-wrapper {
  text-align: right;
}
.cid-uVnP2YIMtv .item-title,
.cid-uVnP2YIMtv .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YJYd1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YJYd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YJYd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YJYd1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YJYd1 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVnP2YJYd1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YJYd1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YJYd1 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVnP2YJYd1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVnP2YJYd1 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVnP2YJYd1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVnP2YJYd1 .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YJYd1 .mbr-text,
.cid-uVnP2YJYd1 .text-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YJYd1 .mbr-section-title,
.cid-uVnP2YJYd1 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVnP2YKh9m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YKh9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YKh9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YKh9m .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YKh9m .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YKh9m .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YKh9m .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YKh9m .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVnP2YKh9m .item {
    margin-bottom: 28px;
  }
}
.cid-uVnP2YKh9m .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVnP2YKh9m .item .item-wrapper:hover,
.cid-uVnP2YKh9m .item .item-wrapper:focus {
  border: 2px solid #ffef9f;
  background-color: #ffef9f;
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #006d65;
  background-color: #002623;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVnP2YKh9m .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px !important;
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uVnP2YKh9m .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uVnP2YKh9m .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YKh9m .item-date {
  color: #FFFFFF;
}
.cid-uVnP2YKh9m .item-text {
  color: #FFFFFF;
}
.cid-uVnP2YKybK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YKybK .item:focus,
.cid-uVnP2YKybK span:focus {
  outline: none;
}
.cid-uVnP2YKybK .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVnP2YKybK .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YKybK .item {
  cursor: pointer;
}
.cid-uVnP2YKybK .grid-container {
  grid-row-gap: 0;
}
.cid-uVnP2YKybK .grid-container-1,
.cid-uVnP2YKybK .grid-container-2,
.cid-uVnP2YKybK .grid-container-3 {
  gap: 0;
}
.cid-uVnP2YKybK .mbr-text,
.cid-uVnP2YKybK .mbr-section-btn {
  color: #000000;
}
.cid-uVnP2YKybK .content-head {
  max-width: 800px;
}
.cid-uVnP2YKybK .container,
.cid-uVnP2YKybK .container-fluid {
  overflow: hidden;
}
.cid-uVnP2YKybK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVnP2YKybK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVnP2YKybK .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVnP2YKybK .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVnP2YKybK .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uVnP2YKybK .grid-container-1,
.cid-uVnP2YKybK .grid-container-2,
.cid-uVnP2YKybK .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVnP2YKybK .grid-container-1 {
  align-items: flex-end;
}
.cid-uVnP2YKybK .grid-container-2 {
  align-items: flex-start;
}
.cid-uVnP2YLM3K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YLM3K .item:focus,
.cid-uVnP2YLM3K span:focus {
  outline: none;
}
.cid-uVnP2YLM3K .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVnP2YLM3K .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YLM3K .item {
  cursor: pointer;
}
.cid-uVnP2YLM3K .grid-container {
  grid-row-gap: 0;
}
.cid-uVnP2YLM3K .grid-container-1,
.cid-uVnP2YLM3K .grid-container-2,
.cid-uVnP2YLM3K .grid-container-3 {
  gap: 0;
}
.cid-uVnP2YLM3K .mbr-text,
.cid-uVnP2YLM3K .mbr-section-btn {
  color: #000000;
}
.cid-uVnP2YLM3K .content-head {
  max-width: 800px;
}
.cid-uVnP2YLM3K .container,
.cid-uVnP2YLM3K .container-fluid {
  overflow: hidden;
}
.cid-uVnP2YLM3K .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVnP2YLM3K .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVnP2YLM3K .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVnP2YLM3K .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVnP2YLM3K .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uVnP2YLM3K .grid-container-1,
.cid-uVnP2YLM3K .grid-container-2,
.cid-uVnP2YLM3K .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVnP2YLM3K .grid-container-1 {
  align-items: flex-end;
}
.cid-uVnP2YLM3K .grid-container-2 {
  align-items: flex-start;
}
.cid-uVnP2YLTtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YLTtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YLTtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YLTtE .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #006d65;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVnP2YLTtE .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uVnP2YLTtE .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uVnP2YLTtE .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uVnP2YLTtE .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002623;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVnP2YLTtE .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffef9f !important;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uVnP2YLTtE .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uVnP2YLTtE .mbr-section-title {
  color: #ffffff;
}
.cid-uVnP2YLTtE .mbr-text,
.cid-uVnP2YLTtE .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YLTtE .mbr-section-title,
.cid-uVnP2YLTtE .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uVnP2YM2VD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YM2VD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YM2VD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YM2VD .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVnP2YM2VD .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YM2VD .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVnP2YM2VD .google-map {
    margin-bottom: 48px;
  }
}
.cid-uVnP2YM2VD .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVnP2YM2VD .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVnP2YM2VD .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uVnP2YM2VD .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVnP2YM2VD .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uVnP2YM2VD .list-wrapper .list .item-wrap:hover,
.cid-uVnP2YM2VD .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uVnP2YM2VD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVnP2YM2VD .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVnP2YM2VD .social-wrapper {
    text-align: left;
  }
}
.cid-uVnP2YM2VD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVnP2YM2VD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVnP2YM2VD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVnP2YM2VD .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #ffef9f;
  color: #000000;
}
.cid-uVnP2YM2VD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVnP2YM2VD .list {
  color: #9aa0a6;
}
.cid-uVnP2YM2VD .list,
.cid-uVnP2YM2VD .item-wrap,
.cid-uVnP2YM2VD .social-wrapper {
  color: #FFFFFF;
}
.cid-uVnP2YM2VD .mbr-section-title,
.cid-uVnP2YM2VD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVnP2YMXzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uVnP2YMXzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnP2YMXzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnP2YMXzN .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVnP2YMXzN .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVnP2YMXzN .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVnP2YMXzN .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVnP2YMXzN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVnP2YMXzN .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVnP2YMXzN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVnP2YMXzN .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVnP2YMXzN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVnP2YMXzN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVnP2YMXzN .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVnP2YMXzN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVnP2YMXzN .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVnP2YMXzN .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVnP2YMXzN .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVnP2YMXzN .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVnP2YMXzN .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVnP2YMXzN .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVnP2YMXzN .list-wrapper .list .item-wrap:hover,
.cid-uVnP2YMXzN .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVnP2YMXzN .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVnP2YMXzN .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVnP2YMXzN .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVnP2YMXzN .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVnP2YMXzN .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVnP2YMXzN .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uVnP2YMXzN .mbr-desc {
  color: #ffffff;
}
.cid-uVnP2YMXzN .mbr-text,
.cid-uVnP2YMXzN .text-wrapper {
  color: #9aa0a6;
}
.cid-uVnP2YMXzN .list {
  color: #9aa0a6;
}
