.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f0f2f4;
}
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: #7c9064 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary {
  background: linear-gradient(90deg, #7c9064, #7c9064 65%, #aebc9e) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7c9064 !important;
  border-color: #7c9064 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #95a780 !important;
  border-color: #95a780 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #95a780 !important;
  border-color: #95a780 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #4e4f50, #4e4f50 65%, #808284) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4e4f50 !important;
  border-color: #4e4f50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #67696a !important;
  border-color: #67696a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #67696a !important;
  border-color: #67696a !important;
}
.btn-info {
  background: linear-gradient(90deg, #0aa3c2, #0aa3c2 65%, #3dd6f5) !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success {
  background: linear-gradient(90deg, #20ac6b, #20ac6b 65%, #53df9e) !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning {
  background: linear-gradient(90deg, #cc9900, #cc9900 65%, #ffcc33) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #ae1e2c, #ae1e2c 65%, #e1515f) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #7c9064;
  color: #7c9064;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #505d40 !important;
  background-color: transparent !important;
  border-color: #505d40 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7c9064 !important;
  border-color: #7c9064 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4e4f50;
  color: #4e4f50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #232424 !important;
  background-color: transparent !important;
  border-color: #232424 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4e4f50 !important;
  border-color: #4e4f50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #7c9064 !important;
}
.text-secondary {
  color: #4e4f50 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #48543a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c1c1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #7c9064;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #7c9064;
  border-color: #7c9064;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7c9064;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bbc6ad;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* 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: #7c9064 !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: #7c9064;
}
/* 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: #7c9064;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7c9064;
}
.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: #7c9064;
  border-bottom-color: #7c9064;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7c9064 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4e4f50 !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='%237c9064' %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-uOvm9grffN {
  background-color: transparent;
}
.cid-uOvm9grffN .navbar-dropdown {
  background-color: #031324 !important;
  padding: 0;
}
.cid-uOvm9grffN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #031324 !important;
  background: #031324;
}
.cid-uOvm9grffN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOvm9grffN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOvm9grffN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOvm9grffN .menu_box .navbar.opened,
  .cid-uOvm9grffN .menu_box .navbar-collapse {
    background-color: #031324 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOvm9grffN .navbar-dropdown {
  position: relative !important;
}
.cid-uOvm9grffN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOvm9grffN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOvm9grffN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOvm9grffN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uOvm9grffN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOvm9grffN .btn:hover {
  box-shadow: none;
}
.cid-uOvm9grffN .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uOvm9grffN .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uOvm9grffN .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOvm9grffN .nav-item {
    margin: 0 !important;
  }
}
.cid-uOvm9grffN .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-uOvm9grffN .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uOvm9grffN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOvm9grffN .nav-item .nav-link:hover,
.cid-uOvm9grffN .nav-item .nav-link:focus {
  background-color: #7c9064;
  color: #ffffff !important;
}
.cid-uOvm9grffN .nav-item .nav-link:hover::before,
.cid-uOvm9grffN .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uOvm9grffN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOvm9grffN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOvm9grffN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvm9grffN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOvm9grffN .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-uOvm9grffN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOvm9grffN .offcanvas_box {
    display: none;
  }
}
.cid-uOvm9grffN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOvm9grffN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOvm9grffN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOvm9grffN .container {
  display: flex;
  margin: auto;
}
.cid-uOvm9grffN .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9grffN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOvm9grffN .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uOvm9grffN .navbar-nav {
    margin: 0;
  }
}
.cid-uOvm9grffN .dropdown-menu,
.cid-uOvm9grffN .navbar.opened {
  background-color: false !important;
}
.cid-uOvm9grffN .nav-item:focus,
.cid-uOvm9grffN .nav-link:focus {
  outline: none;
}
.cid-uOvm9grffN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOvm9grffN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOvm9grffN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOvm9grffN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOvm9grffN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOvm9grffN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOvm9grffN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9grffN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOvm9grffN .navbar.opened {
  transition: all 0.3s;
}
.cid-uOvm9grffN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOvm9grffN .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uOvm9grffN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOvm9grffN .navbar.collapsed {
  justify-content: center;
}
.cid-uOvm9grffN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOvm9grffN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOvm9grffN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOvm9grffN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOvm9grffN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOvm9grffN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOvm9grffN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOvm9grffN .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uOvm9grffN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOvm9grffN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOvm9grffN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOvm9grffN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOvm9grffN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOvm9grffN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOvm9grffN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOvm9grffN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOvm9grffN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOvm9grffN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOvm9grffN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOvm9grffN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOvm9grffN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOvm9grffN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOvm9grffN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOvm9grffN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOvm9grffN .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-uOvm9grffN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOvm9grffN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOvm9grffN .dropdown-item.active,
.cid-uOvm9grffN .dropdown-item:active {
  background-color: transparent;
}
.cid-uOvm9grffN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uOvm9grffN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOvm9grffN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOvm9grffN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOvm9grffN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOvm9grffN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOvm9grffN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #031324;
  background: #031324;
}
.cid-uOvm9grffN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOvm9grffN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOvm9grffN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOvm9grffN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOvm9grffN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOvm9grffN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOvm9grffN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOvm9grffN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOvm9grffN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOvm9grffN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOvm9grffN .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-uOvm9grffN .navbar {
    height: 70px;
  }
  .cid-uOvm9grffN .navbar.opened {
    height: auto;
  }
  .cid-uOvm9grffN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOvm9grffN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uOvm9grffN .navbar-caption:hover {
  color: #7c9064;
}
@media (min-width: 992px) {
  .cid-uOvm9grffN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOvm9grffN .text_widget {
  margin-bottom: 32px;
}
.cid-uOvm9grffN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOvm9grffN .text_widget a:hover,
.cid-uOvm9grffN .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uOvm9grffN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uOvm9grffN .navbar-caption {
  color: #FFFFFF;
}
.cid-uOvm9grffN .mbr-section-subtitle,
.cid-uOvm9grffN .text_widget,
.cid-uOvm9grffN .mbr-section-btn {
  text-align: center;
}
.cid-uOvm9grffN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOvm9grffN .nav-link,
.cid-uOvm9grffN .dropdown-item {
  color: #FFFFFF;
}
.cid-uOvm9gNI2N {
  background-image: url("../images/tQiayGT5NLIV.jpeg");
}
.cid-uOvm9gNI2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9gNI2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9gNI2N .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uOvm9gNI2N .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOvm9gNI2N .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uOvm9gNI2N .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uOvm9gNI2N .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9gNI2N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uOvm9gNI2N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9gNI2N .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9gNI2N .mbr-desc,
.cid-uOvm9gNI2N .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9gNI2N .mbr-text,
.cid-uOvm9gNI2N .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9gNI2N .mbr-section-title,
.cid-uOvm9gNI2N .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvm9gNI2N .mbr-desc,
.cid-uOvm9gNI2N .desc-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9hcT7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9hcT7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9hcT7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9hcT7h .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9hcT7h .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9hcT7h .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9hcT7h .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9hcT7h .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9hcT7h .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9hcT7h .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9hcT7h .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9hcT7h .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9hcT7h .item .item-wrapper:hover,
.cid-uOvm9hcT7h .item .item-wrapper:focus {
  border: 2px solid #7c9064;
  background-color: #7c9064;
  transform: rotateY(-6deg);
}
.cid-uOvm9hcT7h .item .item-wrapper:hover .item-wrap,
.cid-uOvm9hcT7h .item .item-wrapper:focus .item-wrap {
  border: 1px solid #7c9064;
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap {
  border: 1px solid #235d93;
  transition: all 0.3s ease-in-out;
  background-color: #072037;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvm9hcT7h .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-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #031324;
  margin-bottom: 0;
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9hcT7h .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOvm9hcT7h .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uOvm9hcT7h .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9hcT7h .mbr-text,
.cid-uOvm9hcT7h .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9hcT7h .item-title {
  color: #ffffff;
}
.cid-uOvm9hcT7h .item-text {
  color: #FFFFFF;
}
.cid-uOvm9hcT7h .item-number,
.cid-uOvm9hcT7h .number-wrap {
  color: #FFFFFF;
}
.cid-uOvm9hcT7h .icon-wrapper {
  text-align: right;
}
.cid-uOvm9hcT7h .item-title,
.cid-uOvm9hcT7h .icon-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9i02Gl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9i02Gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9i02Gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9i02Gl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9i02Gl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9i02Gl .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uOvm9i02Gl .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOvm9i02Gl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9i02Gl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9i02Gl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9i02Gl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9i02Gl .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9i02Gl .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9i02Gl .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9i02Gl .item .item-wrapper:hover,
.cid-uOvm9i02Gl .item .item-wrapper:focus {
  border: 2px solid #7c9064;
  background-color: #7c9064;
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap {
  border: 1px solid #235d93;
  background-color: #072037;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #235d93;
}
@media (max-width: 992px) {
  .cid-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uOvm9i02Gl .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-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9i02Gl .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOvm9i02Gl .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uOvm9i02Gl .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9i02Gl .mbr-text,
.cid-uOvm9i02Gl .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9i02Gl .mbr-desc,
.cid-uOvm9i02Gl .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9i02Gl .item-desc {
  color: #FFFFFF;
}
.cid-uOvm9i02Gl .item-title {
  color: #ffffff;
}
.cid-uOvm9i02Gl .item-text {
  color: #FFFFFF;
}
.cid-uOvm9i02Gl .icon-wrapper {
  text-align: right;
}
.cid-uOvm9i02Gl .item-title,
.cid-uOvm9i02Gl .icon-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9j5NQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9j5NQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9j5NQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9j5NQg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9j5NQg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9j5NQg .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uOvm9j5NQg .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOvm9j5NQg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9j5NQg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9j5NQg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9j5NQg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9j5NQg .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9j5NQg .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uOvm9j5NQg .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uOvm9j5NQg .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uOvm9j5NQg .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uOvm9j5NQg .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9j5NQg .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uOvm9j5NQg .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #7c9064;
  background-color: #7c9064;
}
.cid-uOvm9j5NQg .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uOvm9j5NQg .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvm9j5NQg .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOvm9j5NQg .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOvm9j5NQg .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-uOvm9j5NQg .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uOvm9j5NQg .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uOvm9j5NQg .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9j5NQg .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvm9j5NQg .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9j5NQg .mbr-text,
.cid-uOvm9j5NQg .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9j5NQg .mbr-desc,
.cid-uOvm9j5NQg .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9j5NQg .item-title {
  color: #FFFFFF;
}
.cid-uOvm9j5NQg .item-text {
  color: #FFFFFF;
}
.cid-uOvm9k1dwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9k1dwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9k1dwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9k1dwD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9k1dwD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9k1dwD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uOvm9k1dwD .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOvm9k1dwD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9k1dwD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9k1dwD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9k1dwD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9k1dwD .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9k1dwD .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9k1dwD .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9k1dwD .item .item-wrapper:hover,
.cid-uOvm9k1dwD .item .item-wrapper:focus {
  border: 2px solid #7c9064;
  background-color: #7c9064;
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #235d93;
  background-color: #072037;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uOvm9k1dwD .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOvm9k1dwD .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #235d93;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uOvm9k1dwD .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uOvm9k1dwD .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uOvm9k1dwD .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-uOvm9k1dwD .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOvm9k1dwD .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uOvm9k1dwD .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uOvm9k1dwD .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9k1dwD .mbr-text,
.cid-uOvm9k1dwD .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9k1dwD .mbr-desc,
.cid-uOvm9k1dwD .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9k1dwD .item-title {
  color: #ffffff;
}
.cid-uOvm9k1dwD .item-text {
  color: #FFFFFF;
}
.cid-uOvm9k1dwD .mbr-section-title,
.cid-uOvm9k1dwD .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvm9k1dwD .item-title,
.cid-uOvm9k1dwD .icon-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9l18i4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9l18i4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9l18i4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9l18i4 .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uOvm9l18i4 .content-wrapper {
    padding: 0;
  }
}
.cid-uOvm9l18i4 .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9l18i4 .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9l18i4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9l18i4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9l18i4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9l18i4 .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOvm9l18i4 .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uOvm9l18i4 .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOvm9l18i4 .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uOvm9l18i4 .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9l18i4 .mbr-text,
.cid-uOvm9l18i4 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9l18i4 .mbr-section-title,
.cid-uOvm9l18i4 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvm9laRXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9laRXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9laRXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9laRXn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9laRXn .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9laRXn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9laRXn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9laRXn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9laRXn .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9laRXn .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9laRXn .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9laRXn .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #235d93;
  background-color: #072037;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOvm9laRXn .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uOvm9laRXn .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-uOvm9laRXn .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uOvm9laRXn .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uOvm9laRXn .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9laRXn .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvm9laRXn .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9laRXn .mbr-text,
.cid-uOvm9laRXn .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9laRXn .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOvm9laRXn .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9laRXn .item-title,
.cid-uOvm9laRXn .icon-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9lFGcD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9lFGcD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9lFGcD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9lFGcD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9lFGcD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOvm9lFGcD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOvm9lFGcD .embla__slide .slide-content {
  width: 100%;
}
.cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uOvm9lFGcD .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, #031324 40%, transparent 98%);
}
.cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #7c9064;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uOvm9lFGcD .embla__button--next,
.cid-uOvm9lFGcD .embla__button--prev {
  display: flex;
}
.cid-uOvm9lFGcD .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #072037 !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-uOvm9lFGcD .embla__button {
    bottom: 0;
  }
}
.cid-uOvm9lFGcD .embla__button:hover {
  transform: scale(1.05);
}
.cid-uOvm9lFGcD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOvm9lFGcD .embla__button.embla__button--next {
  right: 0;
}
.cid-uOvm9lFGcD .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uOvm9lFGcD .embla {
    padding: 0;
  }
}
.cid-uOvm9lFGcD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOvm9lFGcD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOvm9lFGcD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOvm9lFGcD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOvm9lFGcD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOvm9lFGcD .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9lFGcD .mbr-text,
.cid-uOvm9lFGcD .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9lFGcD .item-title {
  color: #FFFFFF;
}
.cid-uOvm9lXu2E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9lXu2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9lXu2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9lXu2E .content-wrapper {
  justify-content: center;
}
.cid-uOvm9lXu2E .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9lXu2E .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9lXu2E .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9lXu2E .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9lXu2E .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9lXu2E .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uOvm9lXu2E .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uOvm9lXu2E .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOvm9lXu2E .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 24px;
}
.cid-uOvm9lXu2E .mbr-figure:hover,
.cid-uOvm9lXu2E .mbr-figure:focus {
  background-color: #7c9064;
  border: 2px solid #7c9064;
}
.cid-uOvm9lXu2E .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9lXu2E .mbr-text,
.cid-uOvm9lXu2E .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9lXu2E .mbr-desc,
.cid-uOvm9lXu2E .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9lXu2E .mbr-section-title,
.cid-uOvm9lXu2E .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvm9m7stw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9m7stw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/cQbqOOVG1Fsp.jpg");
}
.cid-uOvm9m7stw .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uOvm9m7stw .image-wrap {
    height: 350px;
  }
}
.cid-uOvm9mgPPb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9mgPPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9mgPPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9mgPPb .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOvm9mgPPb .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOvm9mgPPb .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9mgPPb .google-map {
    margin-bottom: 48px;
  }
}
.cid-uOvm9mgPPb .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOvm9mgPPb .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOvm9mgPPb .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uOvm9mgPPb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOvm9mgPPb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uOvm9mgPPb .list-wrapper .list .item-wrap:hover,
.cid-uOvm9mgPPb .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uOvm9mgPPb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOvm9mgPPb .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOvm9mgPPb .social-wrapper {
    text-align: left;
  }
}
.cid-uOvm9mgPPb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOvm9mgPPb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOvm9mgPPb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOvm9mgPPb .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #ff930a;
  color: #000000;
}
.cid-uOvm9mgPPb .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-uOvm9mgPPb .list {
  color: #9aa0a6;
}
.cid-uOvm9mgPPb .list,
.cid-uOvm9mgPPb .item-wrap,
.cid-uOvm9mgPPb .social-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9mgPPb .mbr-section-title,
.cid-uOvm9mgPPb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvm9mtBvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #031324;
}
.cid-uOvm9mtBvf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9mtBvf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9mtBvf .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uOvm9mtBvf .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOvm9mtBvf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9mtBvf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9mtBvf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9mtBvf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uOvm9mtBvf .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uOvm9mtBvf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOvm9mtBvf .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uOvm9mtBvf .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #7c9064;
}
.cid-uOvm9mtBvf .embla__slide .slide-content {
  width: 100%;
}
.cid-uOvm9mtBvf .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uOvm9mtBvf .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-uOvm9mtBvf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOvm9mtBvf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uOvm9mtBvf .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-uOvm9mtBvf .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uOvm9mtBvf .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-uOvm9mtBvf .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uOvm9mtBvf .embla__button--next,
.cid-uOvm9mtBvf .embla__button--prev {
  display: flex;
}
.cid-uOvm9mtBvf .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #072037 !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-uOvm9mtBvf .embla__button:hover {
  transform: scale(1.05);
}
.cid-uOvm9mtBvf .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOvm9mtBvf .embla__button.embla__button--next {
  right: 0;
}
.cid-uOvm9mtBvf .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uOvm9mtBvf .embla {
    margin-bottom: 38px;
  }
}
.cid-uOvm9mtBvf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOvm9mtBvf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOvm9mtBvf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOvm9mtBvf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOvm9mtBvf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOvm9mtBvf .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9mtBvf .mbr-text,
.cid-uOvm9mtBvf .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9mtBvf .mbr-desc,
.cid-uOvm9mtBvf .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9mtBvf .item-title,
.cid-uOvm9mtBvf .title-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9mtBvf .item-text,
.cid-uOvm9mtBvf .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9mtBvf .mbr-section-title,
.cid-uOvm9mtBvf .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvm9mVwCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9mVwCa .item:focus,
.cid-uOvm9mVwCa span:focus {
  outline: none;
}
.cid-uOvm9mVwCa .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOvm9mVwCa .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOvm9mVwCa .item {
  cursor: pointer;
}
.cid-uOvm9mVwCa .grid-container {
  grid-row-gap: 0;
}
.cid-uOvm9mVwCa .grid-container-1,
.cid-uOvm9mVwCa .grid-container-2,
.cid-uOvm9mVwCa .grid-container-3 {
  gap: 0;
}
.cid-uOvm9mVwCa .mbr-text,
.cid-uOvm9mVwCa .mbr-section-btn {
  color: #000000;
}
.cid-uOvm9mVwCa .content-head {
  max-width: 800px;
}
.cid-uOvm9mVwCa .container,
.cid-uOvm9mVwCa .container-fluid {
  overflow: hidden;
}
.cid-uOvm9mVwCa .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOvm9mVwCa .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOvm9mVwCa .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uOvm9mVwCa .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uOvm9mVwCa .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uOvm9mVwCa .grid-container-1,
.cid-uOvm9mVwCa .grid-container-2,
.cid-uOvm9mVwCa .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOvm9mVwCa .grid-container-1 {
  align-items: flex-end;
}
.cid-uOvm9mVwCa .grid-container-2 {
  align-items: flex-start;
}
.cid-uOvm9n3qTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9n3qTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9n3qTZ .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-uOvm9n3qTZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9n3qTZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9n3qTZ .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #072037;
  border: 1px solid #235d93;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOvm9n3qTZ .panel-group .card {
    padding: 16px;
  }
}
.cid-uOvm9n3qTZ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOvm9n3qTZ .panel-group .card:hover,
.cid-uOvm9n3qTZ .panel-group .card:focus {
  border: 1px solid #7c9064;
}
.cid-uOvm9n3qTZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOvm9n3qTZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOvm9n3qTZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOvm9n3qTZ .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: #235d93;
}
.cid-uOvm9n3qTZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uOvm9n3qTZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOvm9n3qTZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #7c9064;
}
.cid-uOvm9n3qTZ .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uOvm9n3qTZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOvm9n3qTZ .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9n3qTZ .panel-title-edit {
  color: #FFFFFF;
}
.cid-uOvm9n3qTZ .panel-text {
  color: #FFFFFF;
}
.cid-uOvm9n3qTZ .mbr-section-title,
.cid-uOvm9n3qTZ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvm9nu93g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9nu93g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9nu93g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9nu93g .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9nu93g .items-wrapper .card {
  padding: 0 32px;
}
.cid-uOvm9nu93g .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9nu93g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOvm9nu93g .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9nu93g .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-uOvm9nu93g .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uOvm9nu93g .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uOvm9nu93g .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #235d93;
  margin-bottom: 0;
  background-color: #072037;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9nu93g .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #7c9064;
}
.cid-uOvm9nu93g .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #7c9064;
}
.cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOvm9nu93g .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uOvm9nu93g .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9nu93g .item-text {
  color: #FFFFFF;
}
.cid-uOvm9nu93g .mbr-section-title,
.cid-uOvm9nu93g .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvm9nRo35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9nRo35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9nRo35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9nRo35 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9nRo35 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9nRo35 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9nRo35 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9nRo35 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9nRo35 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9nRo35 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9nRo35 .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9nRo35 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9nRo35 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uOvm9nRo35 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvm9nRo35 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOvm9nRo35 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOvm9nRo35 .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-uOvm9nRo35 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uOvm9nRo35 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9nRo35 .mbr-text,
.cid-uOvm9nRo35 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9nRo35 .item-title {
  color: #ffffff;
}
.cid-uOvm9nRo35 .item-title,
.cid-uOvm9nRo35 .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9obOHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9obOHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9obOHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9obOHy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9obOHy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9obOHy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9obOHy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9obOHy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9obOHy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9obOHy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9obOHy .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9obOHy .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9obOHy .item .item-wrapper:hover,
.cid-uOvm9obOHy .item .item-wrapper:focus {
  border: 2px solid #7c9064;
  background-color: #7c9064;
  transform: rotateY(-6deg);
}
.cid-uOvm9obOHy .item .item-wrapper:hover .item-wrap,
.cid-uOvm9obOHy .item .item-wrapper:focus .item-wrap {
  border: 1px solid #7c9064;
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap {
  border: 1px solid #235d93;
  transition: all 0.3s ease-in-out;
  background-color: #072037;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvm9obOHy .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-uOvm9obOHy .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #031324;
  margin-bottom: 0;
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9obOHy .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 8px;
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9obOHy .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOvm9obOHy .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uOvm9obOHy .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9obOHy .mbr-text,
.cid-uOvm9obOHy .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uOvm9obOHy .item-title {
  color: #ffffff;
}
.cid-uOvm9obOHy .item-text {
  color: #FFFFFF;
}
.cid-uOvm9obOHy .item-number,
.cid-uOvm9obOHy .number-wrap {
  color: #FFFFFF;
}
.cid-uOvm9obOHy .icon-wrapper {
  text-align: right;
}
.cid-uOvm9obOHy .item-title,
.cid-uOvm9obOHy .icon-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9olOCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9olOCu .item:focus,
.cid-uOvm9olOCu span:focus {
  outline: none;
}
.cid-uOvm9olOCu .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOvm9olOCu .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOvm9olOCu .item {
  cursor: pointer;
}
.cid-uOvm9olOCu .grid-container {
  grid-row-gap: 0;
}
.cid-uOvm9olOCu .grid-container-1,
.cid-uOvm9olOCu .grid-container-2,
.cid-uOvm9olOCu .grid-container-3 {
  gap: 0;
}
.cid-uOvm9olOCu .mbr-text,
.cid-uOvm9olOCu .mbr-section-btn {
  color: #000000;
}
.cid-uOvm9olOCu .content-head {
  max-width: 800px;
}
.cid-uOvm9olOCu .container,
.cid-uOvm9olOCu .container-fluid {
  overflow: hidden;
}
.cid-uOvm9olOCu .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOvm9olOCu .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOvm9olOCu .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uOvm9olOCu .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uOvm9olOCu .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uOvm9olOCu .grid-container-1,
.cid-uOvm9olOCu .grid-container-2,
.cid-uOvm9olOCu .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOvm9olOCu .grid-container-1 {
  align-items: flex-end;
}
.cid-uOvm9olOCu .grid-container-2 {
  align-items: flex-start;
}
.cid-uOvm9oqGmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9oqGmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9oqGmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9oqGmA .items-wrapper {
  justify-content: center;
}
.cid-uOvm9oqGmA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvm9oqGmA .mbr-text,
.cid-uOvm9oqGmA .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9ouYUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9ouYUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9ouYUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9ouYUB .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9ouYUB .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9ouYUB .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uOvm9ouYUB .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOvm9ouYUB .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9ouYUB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9ouYUB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9ouYUB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9ouYUB .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9ouYUB .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9ouYUB .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uOvm9ouYUB .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uOvm9ouYUB .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9ouYUB .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uOvm9ouYUB .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #7c9064;
  background-color: #7c9064;
}
.cid-uOvm9ouYUB .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uOvm9ouYUB .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvm9ouYUB .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOvm9ouYUB .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOvm9ouYUB .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-uOvm9ouYUB .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uOvm9ouYUB .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uOvm9ouYUB .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9ouYUB .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvm9ouYUB .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9ouYUB .mbr-text,
.cid-uOvm9ouYUB .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9ouYUB .mbr-desc,
.cid-uOvm9ouYUB .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9ouYUB .item-title {
  color: #FFFFFF;
}
.cid-uOvm9ouYUB .item-text {
  color: #FFFFFF;
}
.cid-uOvm9oGNwV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/3DLYhEHgBB2D.jpeg");
}
.cid-uOvm9oGNwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9oGNwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9oGNwV .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uOvm9oGNwV .image-wrap {
    height: 350px;
  }
}
.cid-uOvm9p1ARv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9p1ARv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9p1ARv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9p1ARv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9p1ARv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9p1ARv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9p1ARv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9p1ARv .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9p1ARv .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9p1ARv .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9p1ARv .item .item-wrapper:hover,
.cid-uOvm9p1ARv .item .item-wrapper:focus {
  border: 2px solid #7c9064;
  background-color: #7c9064;
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap {
  border: 1px solid #235d93;
  transition: all 0.3s ease-in-out;
  background-color: #072037;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9p1ARv .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvm9p1ARv .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-uOvm9p1ARv .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOvm9p1ARv .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uOvm9p1ARv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOvm9p1ARv .item-title {
  color: #9aa0a6;
}
.cid-uOvm9p1ARv .item-text {
  color: #FFFFFF;
}
.cid-uOvm9p1ARv .item-date {
  color: #FFFFFF;
}
.cid-uOvm9p1ARv .mbr-section-title,
.cid-uOvm9p1ARv .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvm9p1ARv .item-title,
.cid-uOvm9p1ARv .icon-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9pqUzT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9pqUzT .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uOvm9pqUzT .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOvm9pqUzT .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9pqUzT .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOvm9pqUzT .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uOvm9pqUzT .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uOvm9pqUzT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9pqUzT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9pqUzT .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uOvm9pqUzT .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uOvm9pqUzT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOvm9pqUzT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOvm9pqUzT .embla__slide:hover .slide-content,
.cid-uOvm9pqUzT .embla__slide:focus .slide-content {
  border: 2px solid #7c9064;
  background-color: #7c9064;
}
.cid-uOvm9pqUzT .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #072037;
  border: 1px solid #235d93;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uOvm9pqUzT .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-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uOvm9pqUzT .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-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOvm9pqUzT .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-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uOvm9pqUzT .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uOvm9pqUzT .embla__button--next,
.cid-uOvm9pqUzT .embla__button--prev {
  display: flex;
}
.cid-uOvm9pqUzT .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-uOvm9pqUzT .embla__button:hover {
  transform: scale(1.05);
}
.cid-uOvm9pqUzT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOvm9pqUzT .embla__button.embla__button--next {
  right: 0;
}
.cid-uOvm9pqUzT .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvm9pqUzT .embla {
    width: 100%;
  }
}
.cid-uOvm9pqUzT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOvm9pqUzT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOvm9pqUzT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOvm9pqUzT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOvm9pqUzT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOvm9pqUzT .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9pqUzT .mbr-text,
.cid-uOvm9pqUzT .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9pqUzT .item-title {
  color: #FFFFFF;
}
.cid-uOvm9pqUzT .item-text {
  color: #FFFFFF;
}
.cid-uOvm9pqUzT .mbr-section-title,
.cid-uOvm9pqUzT .mbr-section-btn,
.cid-uOvm9pqUzT .logo-wrapper {
  text-align: center;
}
.cid-uOvm9pqUzT .mbr-section-title,
.cid-uOvm9pqUzT .logo-wrapper,
.cid-uOvm9pqUzT .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvm9pHF7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9pHF7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9pHF7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9pHF7o .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9pHF7o .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9pHF7o .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9pHF7o .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9pHF7o .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9pHF7o .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9pHF7o .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOvm9pHF7o .item .item-wrapper:hover,
.cid-uOvm9pHF7o .item .item-wrapper:focus {
  border: 2px solid #7c9064;
  background-color: #7c9064;
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #235d93;
  background-color: #072037;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOvm9pHF7o .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px !important;
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uOvm9pHF7o .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-uOvm9pHF7o .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOvm9pHF7o .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-uOvm9pHF7o .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uOvm9pHF7o .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uOvm9pHF7o .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9pHF7o .item-date {
  color: #FFFFFF;
}
.cid-uOvm9pHF7o .item-text {
  color: #FFFFFF;
}
.cid-uOvm9q9Gck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9q9Gck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9q9Gck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9q9Gck .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9q9Gck .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOvm9q9Gck .item {
    margin-bottom: 28px;
  }
}
.cid-uOvm9q9Gck .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #072037;
  overflow: hidden;
  border: 1px solid #235d93;
}
.cid-uOvm9q9Gck .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOvm9q9Gck .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-uOvm9q9Gck .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOvm9q9Gck .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOvm9q9Gck .item .item-wrapper .item-img {
  position: relative;
}
.cid-uOvm9q9Gck .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-uOvm9q9Gck .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9q9Gck .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uOvm9q9Gck .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOvm9q9Gck .item-title {
  color: #ffffff;
}
.cid-uOvm9q9Gck .item-text {
  color: #FFFFFF;
}
.cid-uOvm9q9Gck .item-title,
.cid-uOvm9q9Gck .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvm9qhD4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9qhD4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9qhD4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9qhD4n .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9qhD4n .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOvm9qhD4n .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOvm9qhD4n .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9qhD4n .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOvm9qhD4n .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOvm9qhD4n .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOvm9qhD4n .image-wrapper img {
    height: 350px;
  }
}
.cid-uOvm9qhD4n .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9qhD4n .mbr-text,
.cid-uOvm9qhD4n .text-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9qhD4n .mbr-section-title,
.cid-uOvm9qhD4n .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvm9qlBGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9qlBGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9qlBGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9qlBGg .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #235d93;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOvm9qlBGg .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uOvm9qlBGg .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uOvm9qlBGg .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uOvm9qlBGg .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #072037;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOvm9qlBGg .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uOvm9qlBGg .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-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #7c9064 !important;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uOvm9qlBGg .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uOvm9qlBGg .mbr-section-title {
  color: #ffffff;
}
.cid-uOvm9qlBGg .mbr-text,
.cid-uOvm9qlBGg .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9qlBGg .mbr-section-title,
.cid-uOvm9qlBGg .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOvm9qt0ZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9qt0ZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9qt0ZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9qt0ZC .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOvm9qt0ZC .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOvm9qt0ZC .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOvm9qt0ZC .google-map {
    margin-bottom: 48px;
  }
}
.cid-uOvm9qt0ZC .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOvm9qt0ZC .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOvm9qt0ZC .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uOvm9qt0ZC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOvm9qt0ZC .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uOvm9qt0ZC .list-wrapper .list .item-wrap:hover,
.cid-uOvm9qt0ZC .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uOvm9qt0ZC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOvm9qt0ZC .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOvm9qt0ZC .social-wrapper {
    text-align: left;
  }
}
.cid-uOvm9qt0ZC .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOvm9qt0ZC .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOvm9qt0ZC .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOvm9qt0ZC .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #7c9064;
  color: #ffffff;
}
.cid-uOvm9qt0ZC .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-uOvm9qt0ZC .list {
  color: #9aa0a6;
}
.cid-uOvm9qt0ZC .list,
.cid-uOvm9qt0ZC .item-wrap,
.cid-uOvm9qt0ZC .social-wrapper {
  color: #FFFFFF;
}
.cid-uOvm9qt0ZC .mbr-section-title,
.cid-uOvm9qt0ZC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOvm9qEwp8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uOvm9qEwp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvm9qEwp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvm9qEwp8 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOvm9qEwp8 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uOvm9qEwp8 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOvm9qEwp8 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uOvm9qEwp8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOvm9qEwp8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOvm9qEwp8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOvm9qEwp8 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uOvm9qEwp8 .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-uOvm9qEwp8 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOvm9qEwp8 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uOvm9qEwp8 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOvm9qEwp8 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uOvm9qEwp8 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOvm9qEwp8 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOvm9qEwp8 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uOvm9qEwp8 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOvm9qEwp8 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOvm9qEwp8 .list-wrapper .list .item-wrap:hover,
.cid-uOvm9qEwp8 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOvm9qEwp8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOvm9qEwp8 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOvm9qEwp8 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOvm9qEwp8 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uOvm9qEwp8 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOvm9qEwp8 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uOvm9qEwp8 .mbr-desc {
  color: #ffffff;
}
.cid-uOvm9qEwp8 .mbr-text,
.cid-uOvm9qEwp8 .text-wrapper {
  color: #9aa0a6;
}
.cid-uOvm9qEwp8 .list {
  color: #9aa0a6;
}
