.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #50b80d !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #50b80d !important;
  border-color: #50b80d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #65e810 !important;
  border-color: #65e810 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #65e810 !important;
  border-color: #65e810 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #50b80d;
  color: #50b80d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d6707 !important;
  background-color: transparent !important;
  border-color: #2d6707 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #50b80d !important;
  border-color: #50b80d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #50b80d !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #275906 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #50b80d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #50b80d;
  border-color: #50b80d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #50b80d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #91f352;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #50b80d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #50b80d;
}
/* 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: #50b80d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #50b80d;
}
.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: #50b80d;
  border-bottom-color: #50b80d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #50b80d !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: #0c2c68 !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='%2350b80d' %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;
}
.cid-u0iSLyrKXx {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0iSLyrKXx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0iSLyrKXx .menu_box .navbar.opened,
  .cid-u0iSLyrKXx .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown {
  position: relative !important;
}
.cid-u0iSLyrKXx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0iSLyrKXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0iSLyrKXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u0iSLyrKXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0iSLyrKXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0iSLyrKXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-body .mbr-text,
  .cid-u0iSLyrKXx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0iSLyrKXx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0iSLyrKXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0iSLyrKXx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0iSLyrKXx .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0iSLyrKXx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u0iSLyrKXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 0 !important;
  }
}
.cid-u0iSLyrKXx .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .nav-item .nav-link:hover,
.cid-u0iSLyrKXx .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u0iSLyrKXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0iSLyrKXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0iSLyrKXx .offcanvas_box {
    display: none;
  }
}
.cid-u0iSLyrKXx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0iSLyrKXx .container {
  display: flex;
  margin: auto;
}
.cid-u0iSLyrKXx .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u0iSLyrKXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0iSLyrKXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0iSLyrKXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .navbar-nav {
    margin: 0;
  }
}
.cid-u0iSLyrKXx .dropdown-menu,
.cid-u0iSLyrKXx .navbar.opened {
  background-color: false !important;
}
.cid-u0iSLyrKXx .nav-item:focus,
.cid-u0iSLyrKXx .nav-link:focus {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0iSLyrKXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0iSLyrKXx .navbar.opened {
  transition: all 0.3s;
}
.cid-u0iSLyrKXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0iSLyrKXx .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u0iSLyrKXx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0iSLyrKXx .navbar.collapsed {
  justify-content: center;
}
.cid-u0iSLyrKXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0iSLyrKXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0iSLyrKXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0iSLyrKXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u0iSLyrKXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0iSLyrKXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0iSLyrKXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0iSLyrKXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0iSLyrKXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0iSLyrKXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0iSLyrKXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u0iSLyrKXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown-item.active,
.cid-u0iSLyrKXx .dropdown-item:active {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0iSLyrKXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0iSLyrKXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0iSLyrKXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar {
    height: 70px;
  }
  .cid-u0iSLyrKXx .navbar.opened {
    height: auto;
  }
  .cid-u0iSLyrKXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0iSLyrKXx .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u0iSLyrKXx .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0iSLyrKXx .text_widget {
  margin-bottom: 32px;
}
.cid-u0iSLyrKXx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .text_widget a:hover,
.cid-u0iSLyrKXx .text_widget a:focus {
  opacity: .6;
}
.cid-u0iSLyrKXx .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0iSLyrKXx .navbar-caption {
  color: #f2ac2b;
}
.cid-u0iSLyrKXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0iSLyrKXx .mbr-section-subtitle,
.cid-u0iSLyrKXx .text_widget,
.cid-u0iSLyrKXx .mbr-section-btn {
  text-align: center;
}
.cid-u0iSLyrKXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0iSQ8ehmq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0iSQ8ehmq .item-img {
  position: relative;
}
.cid-u0iSQ8ehmq .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  min-height: 800px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0iSQ8ehmq .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u0iSQ8ehmq .image-wrapper {
    min-height: 500px;
  }
}
.cid-u0iSQ8ehmq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u0iSQ8ehmq .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u0iSQ8ehmq .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u0iSQ8ehmq .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u0iSQ8ehmq .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-u0iSQ8ehmq .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u0iSQ8ehmq .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u0iSQ8ehmq .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u0iSQ8ehmq .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u0iSQ8ehmq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u0iSQ8ehmq .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u0iSQ8ehmq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u0iSQ8ehmq .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u0iSQ8ehmq img,
.cid-u0iSQ8ehmq .item-img {
  width: 100%;
}
.cid-u0iTdmm0Lg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-u0iTdmm0Lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0iTdmm0Lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0iTdmm0Lg .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .container {
    padding: 0 6px;
  }
}
.cid-u0iTdmm0Lg .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-u0iTdmm0Lg .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u0iTdmm0Lg .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u0iTdmm0Lg .row {
    padding: 70px 30px;
  }
}
.cid-u0iTdmm0Lg .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u0iTdmm0Lg .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .desc-wrapper {
    padding: 0;
  }
}
.cid-u0iTdmm0Lg .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-u0iTdmm0Lg .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-u0iTdmm0Lg .title-wrapper span {
  color: #009472;
}
.cid-u0iTdmm0Lg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0iTdmm0Lg .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .cards-wrapper {
    display: block;
  }
}
.cid-u0iTdmm0Lg .cards-wrapper .item {
  position: relative;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e6e6e6;
  color: #009472;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #009472;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u0iTdmm0Lg .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-u0iTdmm0Lg .mbr-desc {
  color: #262626;
}
.cid-u0iTdmm0Lg .mbr-section-title {
  color: #f92c50;
}
.cid-u0iTdmm0Lg .card-number {
  color: #cfcfcf;
}
.cid-u0iTdmm0Lg .card-title {
  color: #f92c50;
}
.cid-u0iTdmm0Lg .card-text {
  color: #131313;
}
.cid-u0iTdmm0Lg .icon-wrap {
  text-align: right;
}
.cid-u0iTdmm0Lg .mbr-desc,
.cid-u0iTdmm0Lg .desc-wrapper {
  text-align: left;
}
.cid-u0j6t2UWgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0j6t2UWgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0j6t2UWgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0j6t2UWgt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0j6t2UWgt .container {
    padding: 0 15px;
  }
}
.cid-u0j6t2UWgt .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0j6t2UWgt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u0j6t2UWgt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0j6t2UWgt .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-u0j6t2UWgt .item {
    margin-bottom: 20px;
  }
}
.cid-u0j6t2UWgt .item:hover::before,
.cid-u0j6t2UWgt .item:focus::before {
  opacity: 1;
}
.cid-u0j6t2UWgt .item:hover .item-wrapper,
.cid-u0j6t2UWgt .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-u0j6t2UWgt .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-u0j6t2UWgt .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-u0j6t2UWgt .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-u0j6t2UWgt .item::before {
    display: none;
  }
}
.cid-u0j6t2UWgt .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u0j6t2UWgt .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-u0j6t2UWgt .item .item-wrapper {
    height: auto;
  }
}
.cid-u0j6t2UWgt .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-u0j6t2UWgt .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-u0j6t2UWgt .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-u0j6t2UWgt .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-u0j6t2UWgt .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-u0j6t2UWgt .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-u0j6t2UWgt .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-u0j6t2UWgt .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-u0j6t2UWgt .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u0j6t2UWgt .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-u0j6t2UWgt .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-u0j6t2UWgt .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-u0j6t2UWgt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u0j6t2UWgt .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u0j6t2UWgt .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u0j6t2UWgt .item-price {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0j6t2UWgt .list {
  color: #d2d2df;
}
.cid-u0iSLyrKXx {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0iSLyrKXx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0iSLyrKXx .menu_box .navbar.opened,
  .cid-u0iSLyrKXx .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown {
  position: relative !important;
}
.cid-u0iSLyrKXx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0iSLyrKXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0iSLyrKXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u0iSLyrKXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0iSLyrKXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0iSLyrKXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-body .mbr-text,
  .cid-u0iSLyrKXx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0iSLyrKXx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0iSLyrKXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0iSLyrKXx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0iSLyrKXx .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0iSLyrKXx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u0iSLyrKXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 0 !important;
  }
}
.cid-u0iSLyrKXx .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .nav-item .nav-link:hover,
.cid-u0iSLyrKXx .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u0iSLyrKXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0iSLyrKXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0iSLyrKXx .offcanvas_box {
    display: none;
  }
}
.cid-u0iSLyrKXx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0iSLyrKXx .container {
  display: flex;
  margin: auto;
}
.cid-u0iSLyrKXx .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u0iSLyrKXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0iSLyrKXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0iSLyrKXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .navbar-nav {
    margin: 0;
  }
}
.cid-u0iSLyrKXx .dropdown-menu,
.cid-u0iSLyrKXx .navbar.opened {
  background-color: false !important;
}
.cid-u0iSLyrKXx .nav-item:focus,
.cid-u0iSLyrKXx .nav-link:focus {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0iSLyrKXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0iSLyrKXx .navbar.opened {
  transition: all 0.3s;
}
.cid-u0iSLyrKXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0iSLyrKXx .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u0iSLyrKXx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0iSLyrKXx .navbar.collapsed {
  justify-content: center;
}
.cid-u0iSLyrKXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0iSLyrKXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0iSLyrKXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0iSLyrKXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u0iSLyrKXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0iSLyrKXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0iSLyrKXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0iSLyrKXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0iSLyrKXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0iSLyrKXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0iSLyrKXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u0iSLyrKXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown-item.active,
.cid-u0iSLyrKXx .dropdown-item:active {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0iSLyrKXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0iSLyrKXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0iSLyrKXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar {
    height: 70px;
  }
  .cid-u0iSLyrKXx .navbar.opened {
    height: auto;
  }
  .cid-u0iSLyrKXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0iSLyrKXx .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u0iSLyrKXx .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0iSLyrKXx .text_widget {
  margin-bottom: 32px;
}
.cid-u0iSLyrKXx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .text_widget a:hover,
.cid-u0iSLyrKXx .text_widget a:focus {
  opacity: .6;
}
.cid-u0iSLyrKXx .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0iSLyrKXx .navbar-caption {
  color: #f2ac2b;
}
.cid-u0iSLyrKXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0iSLyrKXx .mbr-section-subtitle,
.cid-u0iSLyrKXx .text_widget,
.cid-u0iSLyrKXx .mbr-section-btn {
  text-align: center;
}
.cid-u0iSLyrKXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0tLkFSSDU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0tLkFSSDU .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0tLkFSSDU .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0tLkFSSDU .row {
  align-items: center;
}
.cid-u0tLkFSSDU .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0tLkFSSDU .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0tLkFSSDU .img-wrap {
    right: 0;
  }
}
.cid-u0tLkFSSDU .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0tLkFSSDU .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0tLkFSSDU .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0tLkFSSDU .col-text {
    padding-right: 4rem;
  }
}
.cid-u0tLkFSSDU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tLkFSSDU .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u0tLkFSSDU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0tLkFSSDU .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0tLkFSSDU .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0tLkFSSDU .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0tLkFSSDU .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0tLkFSSDU .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tLkFSSDU .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0tLkFSSDU .icon-box {
  margin-top: 1rem;
}
.cid-u0tLkFSSDU .icon-box span {
  color: #50b80d;
}
.cid-u0tLkFSSDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0tLkFSSDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0tLkFSSDU .mbr-section-title,
.cid-u0tLkFSSDU .mbr-section-btn {
  text-align: center;
}
.cid-u0tNt6c4IU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0tNt6c4IU .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0tNt6c4IU .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0tNt6c4IU .row {
  align-items: center;
}
.cid-u0tNt6c4IU .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0tNt6c4IU .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0tNt6c4IU .img-wrap {
    right: 0;
  }
}
.cid-u0tNt6c4IU .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0tNt6c4IU .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0tNt6c4IU .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0tNt6c4IU .col-text {
    padding-right: 4rem;
  }
}
.cid-u0tNt6c4IU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tNt6c4IU .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tNt6c4IU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0tNt6c4IU .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0tNt6c4IU .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0tNt6c4IU .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0tNt6c4IU .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0tNt6c4IU .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tNt6c4IU .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0tNt6c4IU .icon-box {
  margin-top: 1rem;
}
.cid-u0tNt6c4IU .icon-box span {
  color: #50b80d;
}
.cid-u0tNt6c4IU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0tNt6c4IU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0tNtg8gvP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0tNtg8gvP .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0tNtg8gvP .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0tNtg8gvP .row {
  align-items: center;
}
.cid-u0tNtg8gvP .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0tNtg8gvP .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0tNtg8gvP .img-wrap {
    right: 0;
  }
}
.cid-u0tNtg8gvP .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0tNtg8gvP .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0tNtg8gvP .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0tNtg8gvP .col-text {
    padding-right: 4rem;
  }
}
.cid-u0tNtg8gvP .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tNtg8gvP .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tNtg8gvP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0tNtg8gvP .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0tNtg8gvP .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0tNtg8gvP .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0tNtg8gvP .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0tNtg8gvP .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0tNtg8gvP .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0tNtg8gvP .icon-box {
  margin-top: 1rem;
}
.cid-u0tNtg8gvP .icon-box span {
  color: #50b80d;
}
.cid-u0tNtg8gvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0tNtg8gvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0JGDfYdNK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0JGDfYdNK .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0JGDfYdNK .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0JGDfYdNK .row {
  align-items: center;
}
.cid-u0JGDfYdNK .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0JGDfYdNK .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGDfYdNK .img-wrap {
    right: 0;
  }
}
.cid-u0JGDfYdNK .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0JGDfYdNK .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0JGDfYdNK .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGDfYdNK .col-text {
    padding-right: 4rem;
  }
}
.cid-u0JGDfYdNK .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGDfYdNK .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGDfYdNK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0JGDfYdNK .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0JGDfYdNK .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0JGDfYdNK .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0JGDfYdNK .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0JGDfYdNK .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGDfYdNK .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0JGDfYdNK .icon-box {
  margin-top: 1rem;
}
.cid-u0JGDfYdNK .icon-box span {
  color: #50b80d;
}
.cid-u0JGDfYdNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0JGDfYdNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0LrHTglaN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0LrHTglaN .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0LrHTglaN .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0LrHTglaN .row {
  align-items: center;
}
.cid-u0LrHTglaN .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0LrHTglaN .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0LrHTglaN .img-wrap {
    right: 0;
  }
}
.cid-u0LrHTglaN .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0LrHTglaN .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0LrHTglaN .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0LrHTglaN .col-text {
    padding-right: 4rem;
  }
}
.cid-u0LrHTglaN .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0LrHTglaN .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0LrHTglaN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0LrHTglaN .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0LrHTglaN .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0LrHTglaN .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0LrHTglaN .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0LrHTglaN .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0LrHTglaN .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0LrHTglaN .icon-box {
  margin-top: 1rem;
}
.cid-u0LrHTglaN .icon-box span {
  color: #50b80d;
}
.cid-u0LrHTglaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0LrHTglaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0JGFw9aJU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0JGFw9aJU .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0JGFw9aJU .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0JGFw9aJU .row {
  align-items: center;
}
.cid-u0JGFw9aJU .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0JGFw9aJU .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGFw9aJU .img-wrap {
    right: 0;
  }
}
.cid-u0JGFw9aJU .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0JGFw9aJU .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0JGFw9aJU .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGFw9aJU .col-text {
    padding-right: 4rem;
  }
}
.cid-u0JGFw9aJU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGFw9aJU .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGFw9aJU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0JGFw9aJU .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0JGFw9aJU .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0JGFw9aJU .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0JGFw9aJU .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0JGFw9aJU .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGFw9aJU .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0JGFw9aJU .icon-box {
  margin-top: 1rem;
}
.cid-u0JGFw9aJU .icon-box span {
  color: #50b80d;
}
.cid-u0JGFw9aJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0JGFw9aJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PyXVnXIe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PyXVnXIe .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PyXVnXIe .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PyXVnXIe .row {
  align-items: center;
}
.cid-u0PyXVnXIe .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PyXVnXIe .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PyXVnXIe .img-wrap {
    right: 0;
  }
}
.cid-u0PyXVnXIe .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PyXVnXIe .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PyXVnXIe .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PyXVnXIe .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PyXVnXIe .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PyXVnXIe .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PyXVnXIe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PyXVnXIe .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PyXVnXIe .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PyXVnXIe .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PyXVnXIe .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PyXVnXIe .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PyXVnXIe .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PyXVnXIe .icon-box {
  margin-top: 1rem;
}
.cid-u0PyXVnXIe .icon-box span {
  color: #50b80d;
}
.cid-u0PyXVnXIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PyXVnXIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0JGGuVCcD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0JGGuVCcD .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0JGGuVCcD .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0JGGuVCcD .row {
  align-items: center;
}
.cid-u0JGGuVCcD .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0JGGuVCcD .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGGuVCcD .img-wrap {
    right: 0;
  }
}
.cid-u0JGGuVCcD .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0JGGuVCcD .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0JGGuVCcD .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGGuVCcD .col-text {
    padding-right: 4rem;
  }
}
.cid-u0JGGuVCcD .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGGuVCcD .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGGuVCcD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0JGGuVCcD .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0JGGuVCcD .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0JGGuVCcD .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0JGGuVCcD .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0JGGuVCcD .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGGuVCcD .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0JGGuVCcD .icon-box {
  margin-top: 1rem;
}
.cid-u0JGGuVCcD .icon-box span {
  color: #50b80d;
}
.cid-u0JGGuVCcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0JGGuVCcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0JGG9iBIP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0JGG9iBIP .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0JGG9iBIP .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0JGG9iBIP .row {
  align-items: center;
}
.cid-u0JGG9iBIP .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0JGG9iBIP .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGG9iBIP .img-wrap {
    right: 0;
  }
}
.cid-u0JGG9iBIP .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0JGG9iBIP .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0JGG9iBIP .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGG9iBIP .col-text {
    padding-right: 4rem;
  }
}
.cid-u0JGG9iBIP .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGG9iBIP .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGG9iBIP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0JGG9iBIP .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0JGG9iBIP .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0JGG9iBIP .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0JGG9iBIP .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0JGG9iBIP .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGG9iBIP .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0JGG9iBIP .icon-box {
  margin-top: 1rem;
}
.cid-u0JGG9iBIP .icon-box span {
  color: #50b80d;
}
.cid-u0JGG9iBIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0JGG9iBIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0L2Z4NuvV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0L2Z4NuvV .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0L2Z4NuvV .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0L2Z4NuvV .row {
  align-items: center;
}
.cid-u0L2Z4NuvV .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0L2Z4NuvV .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0L2Z4NuvV .img-wrap {
    right: 0;
  }
}
.cid-u0L2Z4NuvV .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0L2Z4NuvV .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0L2Z4NuvV .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0L2Z4NuvV .col-text {
    padding-right: 4rem;
  }
}
.cid-u0L2Z4NuvV .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0L2Z4NuvV .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0L2Z4NuvV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0L2Z4NuvV .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0L2Z4NuvV .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0L2Z4NuvV .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0L2Z4NuvV .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0L2Z4NuvV .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0L2Z4NuvV .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0L2Z4NuvV .icon-box {
  margin-top: 1rem;
}
.cid-u0L2Z4NuvV .icon-box span {
  color: #50b80d;
}
.cid-u0L2Z4NuvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0L2Z4NuvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0JGFQi3tM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0JGFQi3tM .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0JGFQi3tM .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0JGFQi3tM .row {
  align-items: center;
}
.cid-u0JGFQi3tM .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0JGFQi3tM .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGFQi3tM .img-wrap {
    right: 0;
  }
}
.cid-u0JGFQi3tM .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0JGFQi3tM .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0JGFQi3tM .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGFQi3tM .col-text {
    padding-right: 4rem;
  }
}
.cid-u0JGFQi3tM .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGFQi3tM .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGFQi3tM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0JGFQi3tM .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0JGFQi3tM .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0JGFQi3tM .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0JGFQi3tM .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0JGFQi3tM .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGFQi3tM .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0JGFQi3tM .icon-box {
  margin-top: 1rem;
}
.cid-u0JGFQi3tM .icon-box span {
  color: #50b80d;
}
.cid-u0JGFQi3tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0JGFQi3tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0JGF99Ntk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0JGF99Ntk .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0JGF99Ntk .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0JGF99Ntk .row {
  align-items: center;
}
.cid-u0JGF99Ntk .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0JGF99Ntk .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGF99Ntk .img-wrap {
    right: 0;
  }
}
.cid-u0JGF99Ntk .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0JGF99Ntk .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0JGF99Ntk .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0JGF99Ntk .col-text {
    padding-right: 4rem;
  }
}
.cid-u0JGF99Ntk .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGF99Ntk .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGF99Ntk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0JGF99Ntk .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0JGF99Ntk .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0JGF99Ntk .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0JGF99Ntk .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0JGF99Ntk .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0JGF99Ntk .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0JGF99Ntk .icon-box {
  margin-top: 1rem;
}
.cid-u0JGF99Ntk .icon-box span {
  color: #50b80d;
}
.cid-u0JGF99Ntk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0JGF99Ntk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKqiH0SW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKqiH0SW .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKqiH0SW .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKqiH0SW .row {
  align-items: center;
}
.cid-u0KKqiH0SW .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKqiH0SW .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKqiH0SW .img-wrap {
    right: 0;
  }
}
.cid-u0KKqiH0SW .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKqiH0SW .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKqiH0SW .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKqiH0SW .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKqiH0SW .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKqiH0SW .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKqiH0SW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKqiH0SW .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKqiH0SW .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKqiH0SW .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKqiH0SW .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKqiH0SW .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKqiH0SW .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKqiH0SW .icon-box {
  margin-top: 1rem;
}
.cid-u0KKqiH0SW .icon-box span {
  color: #50b80d;
}
.cid-u0KKqiH0SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKqiH0SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKQErGlK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKQErGlK .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKQErGlK .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKQErGlK .row {
  align-items: center;
}
.cid-u0KKQErGlK .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKQErGlK .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKQErGlK .img-wrap {
    right: 0;
  }
}
.cid-u0KKQErGlK .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKQErGlK .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKQErGlK .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKQErGlK .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKQErGlK .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQErGlK .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQErGlK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKQErGlK .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKQErGlK .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKQErGlK .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKQErGlK .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKQErGlK .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQErGlK .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKQErGlK .icon-box {
  margin-top: 1rem;
}
.cid-u0KKQErGlK .icon-box span {
  color: #50b80d;
}
.cid-u0KKQErGlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKQErGlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKQUvgZA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKQUvgZA .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKQUvgZA .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKQUvgZA .row {
  align-items: center;
}
.cid-u0KKQUvgZA .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKQUvgZA .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKQUvgZA .img-wrap {
    right: 0;
  }
}
.cid-u0KKQUvgZA .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKQUvgZA .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKQUvgZA .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKQUvgZA .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKQUvgZA .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQUvgZA .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQUvgZA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKQUvgZA .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKQUvgZA .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKQUvgZA .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKQUvgZA .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKQUvgZA .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQUvgZA .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKQUvgZA .icon-box {
  margin-top: 1rem;
}
.cid-u0KKQUvgZA .icon-box span {
  color: #50b80d;
}
.cid-u0KKQUvgZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKQUvgZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKQYWUI2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKQYWUI2 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKQYWUI2 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKQYWUI2 .row {
  align-items: center;
}
.cid-u0KKQYWUI2 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKQYWUI2 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKQYWUI2 .img-wrap {
    right: 0;
  }
}
.cid-u0KKQYWUI2 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKQYWUI2 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKQYWUI2 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKQYWUI2 .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKQYWUI2 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQYWUI2 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQYWUI2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKQYWUI2 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKQYWUI2 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKQYWUI2 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKQYWUI2 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKQYWUI2 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKQYWUI2 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKQYWUI2 .icon-box {
  margin-top: 1rem;
}
.cid-u0KKQYWUI2 .icon-box span {
  color: #50b80d;
}
.cid-u0KKQYWUI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKQYWUI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKR2uMg3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKR2uMg3 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKR2uMg3 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKR2uMg3 .row {
  align-items: center;
}
.cid-u0KKR2uMg3 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKR2uMg3 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKR2uMg3 .img-wrap {
    right: 0;
  }
}
.cid-u0KKR2uMg3 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKR2uMg3 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKR2uMg3 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKR2uMg3 .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKR2uMg3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKR2uMg3 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKR2uMg3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKR2uMg3 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKR2uMg3 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKR2uMg3 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKR2uMg3 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKR2uMg3 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKR2uMg3 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKR2uMg3 .icon-box {
  margin-top: 1rem;
}
.cid-u0KKR2uMg3 .icon-box span {
  color: #50b80d;
}
.cid-u0KKR2uMg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKR2uMg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKR7BB0k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKR7BB0k .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKR7BB0k .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKR7BB0k .row {
  align-items: center;
}
.cid-u0KKR7BB0k .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKR7BB0k .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKR7BB0k .img-wrap {
    right: 0;
  }
}
.cid-u0KKR7BB0k .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKR7BB0k .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKR7BB0k .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKR7BB0k .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKR7BB0k .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKR7BB0k .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKR7BB0k .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKR7BB0k .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKR7BB0k .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKR7BB0k .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKR7BB0k .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKR7BB0k .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKR7BB0k .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKR7BB0k .icon-box {
  margin-top: 1rem;
}
.cid-u0KKR7BB0k .icon-box span {
  color: #50b80d;
}
.cid-u0KKR7BB0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKR7BB0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKRbJwHl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKRbJwHl .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKRbJwHl .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKRbJwHl .row {
  align-items: center;
}
.cid-u0KKRbJwHl .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKRbJwHl .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKRbJwHl .img-wrap {
    right: 0;
  }
}
.cid-u0KKRbJwHl .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKRbJwHl .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKRbJwHl .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKRbJwHl .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKRbJwHl .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRbJwHl .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRbJwHl .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKRbJwHl .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKRbJwHl .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKRbJwHl .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKRbJwHl .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKRbJwHl .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRbJwHl .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKRbJwHl .icon-box {
  margin-top: 1rem;
}
.cid-u0KKRbJwHl .icon-box span {
  color: #50b80d;
}
.cid-u0KKRbJwHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKRbJwHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKRfWv3r {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKRfWv3r .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKRfWv3r .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKRfWv3r .row {
  align-items: center;
}
.cid-u0KKRfWv3r .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKRfWv3r .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKRfWv3r .img-wrap {
    right: 0;
  }
}
.cid-u0KKRfWv3r .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKRfWv3r .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKRfWv3r .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKRfWv3r .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKRfWv3r .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRfWv3r .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRfWv3r .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKRfWv3r .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKRfWv3r .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKRfWv3r .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKRfWv3r .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKRfWv3r .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRfWv3r .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKRfWv3r .icon-box {
  margin-top: 1rem;
}
.cid-u0KKRfWv3r .icon-box span {
  color: #50b80d;
}
.cid-u0KKRfWv3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKRfWv3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0KKRjvHEu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0KKRjvHEu .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0KKRjvHEu .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0KKRjvHEu .row {
  align-items: center;
}
.cid-u0KKRjvHEu .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0KKRjvHEu .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKRjvHEu .img-wrap {
    right: 0;
  }
}
.cid-u0KKRjvHEu .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0KKRjvHEu .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0KKRjvHEu .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0KKRjvHEu .col-text {
    padding-right: 4rem;
  }
}
.cid-u0KKRjvHEu .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRjvHEu .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRjvHEu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0KKRjvHEu .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0KKRjvHEu .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0KKRjvHEu .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0KKRjvHEu .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0KKRjvHEu .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0KKRjvHEu .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0KKRjvHEu .icon-box {
  margin-top: 1rem;
}
.cid-u0KKRjvHEu .icon-box span {
  color: #50b80d;
}
.cid-u0KKRjvHEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0KKRjvHEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgHwSZw {
  background-color: transparent;
}
.cid-u0PEgHwSZw .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u0PEgHwSZw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u0PEgHwSZw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0PEgHwSZw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0PEgHwSZw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0PEgHwSZw .menu_box .navbar.opened,
  .cid-u0PEgHwSZw .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0PEgHwSZw .navbar-dropdown {
  position: relative !important;
}
.cid-u0PEgHwSZw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0PEgHwSZw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgHwSZw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0PEgHwSZw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0PEgHwSZw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0PEgHwSZw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u0PEgHwSZw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0PEgHwSZw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0PEgHwSZw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0PEgHwSZw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0PEgHwSZw .offcanvas-body .mbr-text,
  .cid-u0PEgHwSZw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0PEgHwSZw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0PEgHwSZw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0PEgHwSZw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u0PEgHwSZw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0PEgHwSZw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0PEgHwSZw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0PEgHwSZw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0PEgHwSZw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0PEgHwSZw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0PEgHwSZw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u0PEgHwSZw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0PEgHwSZw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0PEgHwSZw .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0PEgHwSZw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u0PEgHwSZw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0PEgHwSZw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgHwSZw .nav-item {
    margin: 0 !important;
  }
}
.cid-u0PEgHwSZw .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u0PEgHwSZw .nav-item .nav-link:hover,
.cid-u0PEgHwSZw .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u0PEgHwSZw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0PEgHwSZw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0PEgHwSZw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgHwSZw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0PEgHwSZw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0PEgHwSZw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0PEgHwSZw .offcanvas_box {
    display: none;
  }
}
.cid-u0PEgHwSZw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0PEgHwSZw .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0PEgHwSZw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0PEgHwSZw .container {
  display: flex;
  margin: auto;
}
.cid-u0PEgHwSZw .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u0PEgHwSZw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0PEgHwSZw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0PEgHwSZw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0PEgHwSZw .navbar-nav {
    margin: 0;
  }
}
.cid-u0PEgHwSZw .dropdown-menu,
.cid-u0PEgHwSZw .navbar.opened {
  background-color: false !important;
}
.cid-u0PEgHwSZw .nav-item:focus,
.cid-u0PEgHwSZw .nav-link:focus {
  outline: none;
}
.cid-u0PEgHwSZw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0PEgHwSZw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0PEgHwSZw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0PEgHwSZw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0PEgHwSZw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0PEgHwSZw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0PEgHwSZw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0PEgHwSZw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0PEgHwSZw .navbar.opened {
  transition: all 0.3s;
}
.cid-u0PEgHwSZw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0PEgHwSZw .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u0PEgHwSZw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0PEgHwSZw .navbar.collapsed {
  justify-content: center;
}
.cid-u0PEgHwSZw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0PEgHwSZw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0PEgHwSZw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0PEgHwSZw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0PEgHwSZw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0PEgHwSZw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0PEgHwSZw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0PEgHwSZw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0PEgHwSZw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u0PEgHwSZw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0PEgHwSZw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0PEgHwSZw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0PEgHwSZw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0PEgHwSZw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0PEgHwSZw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0PEgHwSZw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0PEgHwSZw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0PEgHwSZw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0PEgHwSZw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0PEgHwSZw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0PEgHwSZw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0PEgHwSZw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0PEgHwSZw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0PEgHwSZw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0PEgHwSZw .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-u0PEgHwSZw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u0PEgHwSZw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0PEgHwSZw .dropdown-item.active,
.cid-u0PEgHwSZw .dropdown-item:active {
  background-color: transparent;
}
.cid-u0PEgHwSZw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u0PEgHwSZw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0PEgHwSZw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0PEgHwSZw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0PEgHwSZw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0PEgHwSZw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0PEgHwSZw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u0PEgHwSZw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u0PEgHwSZw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0PEgHwSZw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0PEgHwSZw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0PEgHwSZw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0PEgHwSZw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0PEgHwSZw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0PEgHwSZw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0PEgHwSZw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0PEgHwSZw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0PEgHwSZw .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-u0PEgHwSZw .navbar {
    height: 70px;
  }
  .cid-u0PEgHwSZw .navbar.opened {
    height: auto;
  }
  .cid-u0PEgHwSZw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0PEgHwSZw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0PEgHwSZw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0PEgHwSZw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u0PEgHwSZw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u0PEgHwSZw .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u0PEgHwSZw .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u0PEgHwSZw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0PEgHwSZw .text_widget {
  margin-bottom: 32px;
}
.cid-u0PEgHwSZw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0PEgHwSZw .text_widget a:hover,
.cid-u0PEgHwSZw .text_widget a:focus {
  opacity: .6;
}
.cid-u0PEgHwSZw .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0PEgHwSZw .navbar-caption {
  color: #f2ac2b;
}
.cid-u0PEgHwSZw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0PEgHwSZw .mbr-section-subtitle,
.cid-u0PEgHwSZw .text_widget,
.cid-u0PEgHwSZw .mbr-section-btn {
  text-align: center;
}
.cid-u0PEgHwSZw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0PEgI2zZD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgI2zZD .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgI2zZD .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgI2zZD .row {
  align-items: center;
}
.cid-u0PEgI2zZD .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgI2zZD .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgI2zZD .img-wrap {
    right: 0;
  }
}
.cid-u0PEgI2zZD .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgI2zZD .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgI2zZD .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgI2zZD .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgI2zZD .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgI2zZD .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u0PEgI2zZD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgI2zZD .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgI2zZD .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgI2zZD .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgI2zZD .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgI2zZD .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgI2zZD .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgI2zZD .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgI2zZD .icon-box span {
  color: #50b80d;
}
.cid-u0PEgI2zZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgI2zZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgI2zZD .mbr-section-title,
.cid-u0PEgI2zZD .mbr-section-btn {
  text-align: center;
}
.cid-u0PEgIi2SX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgIi2SX .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgIi2SX .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgIi2SX .row {
  align-items: center;
}
.cid-u0PEgIi2SX .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgIi2SX .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgIi2SX .img-wrap {
    right: 0;
  }
}
.cid-u0PEgIi2SX .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgIi2SX .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgIi2SX .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgIi2SX .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgIi2SX .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgIi2SX .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgIi2SX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgIi2SX .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgIi2SX .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgIi2SX .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgIi2SX .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgIi2SX .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgIi2SX .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgIi2SX .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgIi2SX .icon-box span {
  color: #50b80d;
}
.cid-u0PEgIi2SX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgIi2SX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgIAhIe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgIAhIe .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgIAhIe .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgIAhIe .row {
  align-items: center;
}
.cid-u0PEgIAhIe .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgIAhIe .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgIAhIe .img-wrap {
    right: 0;
  }
}
.cid-u0PEgIAhIe .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgIAhIe .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgIAhIe .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgIAhIe .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgIAhIe .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgIAhIe .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgIAhIe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgIAhIe .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgIAhIe .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgIAhIe .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgIAhIe .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgIAhIe .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgIAhIe .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgIAhIe .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgIAhIe .icon-box span {
  color: #50b80d;
}
.cid-u0PEgIAhIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgIAhIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgITyN2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgITyN2 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgITyN2 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgITyN2 .row {
  align-items: center;
}
.cid-u0PEgITyN2 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgITyN2 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgITyN2 .img-wrap {
    right: 0;
  }
}
.cid-u0PEgITyN2 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgITyN2 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgITyN2 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgITyN2 .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgITyN2 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgITyN2 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgITyN2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgITyN2 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgITyN2 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgITyN2 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgITyN2 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgITyN2 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgITyN2 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgITyN2 .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgITyN2 .icon-box span {
  color: #50b80d;
}
.cid-u0PEgITyN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgITyN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgJ9AnC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgJ9AnC .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgJ9AnC .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgJ9AnC .row {
  align-items: center;
}
.cid-u0PEgJ9AnC .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgJ9AnC .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJ9AnC .img-wrap {
    right: 0;
  }
}
.cid-u0PEgJ9AnC .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgJ9AnC .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgJ9AnC .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJ9AnC .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgJ9AnC .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJ9AnC .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJ9AnC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgJ9AnC .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgJ9AnC .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgJ9AnC .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgJ9AnC .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgJ9AnC .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJ9AnC .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgJ9AnC .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgJ9AnC .icon-box span {
  color: #50b80d;
}
.cid-u0PEgJ9AnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgJ9AnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgJreEy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgJreEy .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgJreEy .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgJreEy .row {
  align-items: center;
}
.cid-u0PEgJreEy .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgJreEy .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJreEy .img-wrap {
    right: 0;
  }
}
.cid-u0PEgJreEy .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgJreEy .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgJreEy .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJreEy .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgJreEy .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJreEy .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJreEy .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgJreEy .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgJreEy .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgJreEy .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgJreEy .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgJreEy .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJreEy .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgJreEy .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgJreEy .icon-box span {
  color: #50b80d;
}
.cid-u0PEgJreEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgJreEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgJIIRO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgJIIRO .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgJIIRO .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgJIIRO .row {
  align-items: center;
}
.cid-u0PEgJIIRO .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgJIIRO .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJIIRO .img-wrap {
    right: 0;
  }
}
.cid-u0PEgJIIRO .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgJIIRO .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgJIIRO .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJIIRO .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgJIIRO .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJIIRO .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJIIRO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgJIIRO .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgJIIRO .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgJIIRO .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgJIIRO .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgJIIRO .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJIIRO .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgJIIRO .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgJIIRO .icon-box span {
  color: #50b80d;
}
.cid-u0PEgJIIRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgJIIRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgJZ6aT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgJZ6aT .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgJZ6aT .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgJZ6aT .row {
  align-items: center;
}
.cid-u0PEgJZ6aT .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgJZ6aT .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJZ6aT .img-wrap {
    right: 0;
  }
}
.cid-u0PEgJZ6aT .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgJZ6aT .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgJZ6aT .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgJZ6aT .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgJZ6aT .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJZ6aT .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJZ6aT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgJZ6aT .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgJZ6aT .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgJZ6aT .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgJZ6aT .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgJZ6aT .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgJZ6aT .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgJZ6aT .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgJZ6aT .icon-box span {
  color: #50b80d;
}
.cid-u0PEgJZ6aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgJZ6aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgKpgmI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgKpgmI .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgKpgmI .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgKpgmI .row {
  align-items: center;
}
.cid-u0PEgKpgmI .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgKpgmI .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgKpgmI .img-wrap {
    right: 0;
  }
}
.cid-u0PEgKpgmI .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgKpgmI .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgKpgmI .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgKpgmI .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgKpgmI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgKpgmI .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgKpgmI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgKpgmI .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgKpgmI .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgKpgmI .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgKpgmI .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgKpgmI .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgKpgmI .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgKpgmI .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgKpgmI .icon-box span {
  color: #50b80d;
}
.cid-u0PEgKpgmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgKpgmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgKR10I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgKR10I .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgKR10I .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgKR10I .row {
  align-items: center;
}
.cid-u0PEgKR10I .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgKR10I .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgKR10I .img-wrap {
    right: 0;
  }
}
.cid-u0PEgKR10I .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgKR10I .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgKR10I .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgKR10I .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgKR10I .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgKR10I .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgKR10I .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgKR10I .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgKR10I .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgKR10I .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgKR10I .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgKR10I .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgKR10I .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgKR10I .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgKR10I .icon-box span {
  color: #50b80d;
}
.cid-u0PEgKR10I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgKR10I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgL81Ud {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgL81Ud .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgL81Ud .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgL81Ud .row {
  align-items: center;
}
.cid-u0PEgL81Ud .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgL81Ud .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgL81Ud .img-wrap {
    right: 0;
  }
}
.cid-u0PEgL81Ud .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgL81Ud .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgL81Ud .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgL81Ud .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgL81Ud .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgL81Ud .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgL81Ud .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgL81Ud .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgL81Ud .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgL81Ud .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgL81Ud .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgL81Ud .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgL81Ud .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgL81Ud .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgL81Ud .icon-box span {
  color: #50b80d;
}
.cid-u0PEgL81Ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgL81Ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgLt5Vq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgLt5Vq .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgLt5Vq .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgLt5Vq .row {
  align-items: center;
}
.cid-u0PEgLt5Vq .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgLt5Vq .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgLt5Vq .img-wrap {
    right: 0;
  }
}
.cid-u0PEgLt5Vq .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgLt5Vq .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgLt5Vq .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgLt5Vq .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgLt5Vq .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgLt5Vq .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgLt5Vq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgLt5Vq .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgLt5Vq .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgLt5Vq .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgLt5Vq .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgLt5Vq .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgLt5Vq .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgLt5Vq .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgLt5Vq .icon-box span {
  color: #50b80d;
}
.cid-u0PEgLt5Vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgLt5Vq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgLKukg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgLKukg .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgLKukg .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgLKukg .row {
  align-items: center;
}
.cid-u0PEgLKukg .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgLKukg .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgLKukg .img-wrap {
    right: 0;
  }
}
.cid-u0PEgLKukg .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgLKukg .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgLKukg .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgLKukg .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgLKukg .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgLKukg .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgLKukg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgLKukg .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgLKukg .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgLKukg .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgLKukg .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgLKukg .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgLKukg .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgLKukg .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgLKukg .icon-box span {
  color: #50b80d;
}
.cid-u0PEgLKukg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgLKukg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgM2ns5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgM2ns5 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgM2ns5 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgM2ns5 .row {
  align-items: center;
}
.cid-u0PEgM2ns5 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgM2ns5 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgM2ns5 .img-wrap {
    right: 0;
  }
}
.cid-u0PEgM2ns5 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgM2ns5 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgM2ns5 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgM2ns5 .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgM2ns5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgM2ns5 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgM2ns5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgM2ns5 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgM2ns5 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgM2ns5 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgM2ns5 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgM2ns5 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgM2ns5 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgM2ns5 .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgM2ns5 .icon-box span {
  color: #50b80d;
}
.cid-u0PEgM2ns5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgM2ns5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgMja6z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgMja6z .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgMja6z .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgMja6z .row {
  align-items: center;
}
.cid-u0PEgMja6z .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgMja6z .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgMja6z .img-wrap {
    right: 0;
  }
}
.cid-u0PEgMja6z .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgMja6z .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgMja6z .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgMja6z .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgMja6z .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMja6z .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMja6z .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgMja6z .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgMja6z .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgMja6z .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgMja6z .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgMja6z .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMja6z .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgMja6z .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgMja6z .icon-box span {
  color: #50b80d;
}
.cid-u0PEgMja6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgMja6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgMD3wm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgMD3wm .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgMD3wm .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgMD3wm .row {
  align-items: center;
}
.cid-u0PEgMD3wm .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgMD3wm .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgMD3wm .img-wrap {
    right: 0;
  }
}
.cid-u0PEgMD3wm .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgMD3wm .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgMD3wm .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgMD3wm .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgMD3wm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMD3wm .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMD3wm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgMD3wm .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgMD3wm .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgMD3wm .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgMD3wm .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgMD3wm .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMD3wm .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgMD3wm .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgMD3wm .icon-box span {
  color: #50b80d;
}
.cid-u0PEgMD3wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgMD3wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgMUW7p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgMUW7p .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgMUW7p .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgMUW7p .row {
  align-items: center;
}
.cid-u0PEgMUW7p .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgMUW7p .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgMUW7p .img-wrap {
    right: 0;
  }
}
.cid-u0PEgMUW7p .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgMUW7p .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgMUW7p .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgMUW7p .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgMUW7p .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMUW7p .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMUW7p .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgMUW7p .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgMUW7p .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgMUW7p .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgMUW7p .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgMUW7p .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgMUW7p .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgMUW7p .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgMUW7p .icon-box span {
  color: #50b80d;
}
.cid-u0PEgMUW7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgMUW7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgNcELh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgNcELh .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgNcELh .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgNcELh .row {
  align-items: center;
}
.cid-u0PEgNcELh .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgNcELh .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgNcELh .img-wrap {
    right: 0;
  }
}
.cid-u0PEgNcELh .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgNcELh .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgNcELh .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgNcELh .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgNcELh .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgNcELh .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgNcELh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgNcELh .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgNcELh .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgNcELh .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgNcELh .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgNcELh .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgNcELh .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgNcELh .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgNcELh .icon-box span {
  color: #50b80d;
}
.cid-u0PEgNcELh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgNcELh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgNuoKG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgNuoKG .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgNuoKG .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgNuoKG .row {
  align-items: center;
}
.cid-u0PEgNuoKG .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgNuoKG .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgNuoKG .img-wrap {
    right: 0;
  }
}
.cid-u0PEgNuoKG .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgNuoKG .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgNuoKG .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgNuoKG .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgNuoKG .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgNuoKG .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgNuoKG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgNuoKG .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgNuoKG .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgNuoKG .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgNuoKG .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgNuoKG .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgNuoKG .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgNuoKG .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgNuoKG .icon-box span {
  color: #50b80d;
}
.cid-u0PEgNuoKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgNuoKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgOa407 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgOa407 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgOa407 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgOa407 .row {
  align-items: center;
}
.cid-u0PEgOa407 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgOa407 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgOa407 .img-wrap {
    right: 0;
  }
}
.cid-u0PEgOa407 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgOa407 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgOa407 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgOa407 .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgOa407 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgOa407 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgOa407 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgOa407 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgOa407 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgOa407 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgOa407 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgOa407 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgOa407 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgOa407 .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgOa407 .icon-box span {
  color: #50b80d;
}
.cid-u0PEgOa407 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgOa407 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0PEgOvtby {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u0PEgOvtby .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0PEgOvtby .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u0PEgOvtby .row {
  align-items: center;
}
.cid-u0PEgOvtby .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0PEgOvtby .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgOvtby .img-wrap {
    right: 0;
  }
}
.cid-u0PEgOvtby .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u0PEgOvtby .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u0PEgOvtby .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u0PEgOvtby .col-text {
    padding-right: 4rem;
  }
}
.cid-u0PEgOvtby .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgOvtby .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgOvtby .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u0PEgOvtby .text-wrapper:hover {
  color: #50b80d;
}
.cid-u0PEgOvtby .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u0PEgOvtby .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u0PEgOvtby .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u0PEgOvtby .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u0PEgOvtby .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u0PEgOvtby .icon-box {
  margin-top: 1rem;
}
.cid-u0PEgOvtby .icon-box span {
  color: #50b80d;
}
.cid-u0PEgOvtby .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0PEgOvtby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAspQLN {
  background-color: transparent;
}
.cid-u18OAspQLN .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u18OAspQLN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u18OAspQLN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u18OAspQLN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u18OAspQLN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u18OAspQLN .menu_box .navbar.opened,
  .cid-u18OAspQLN .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u18OAspQLN .navbar-dropdown {
  position: relative !important;
}
.cid-u18OAspQLN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u18OAspQLN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u18OAspQLN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u18OAspQLN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u18OAspQLN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u18OAspQLN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u18OAspQLN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u18OAspQLN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u18OAspQLN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u18OAspQLN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u18OAspQLN .offcanvas-body .mbr-text,
  .cid-u18OAspQLN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u18OAspQLN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u18OAspQLN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u18OAspQLN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u18OAspQLN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u18OAspQLN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u18OAspQLN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u18OAspQLN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u18OAspQLN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u18OAspQLN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u18OAspQLN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u18OAspQLN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u18OAspQLN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u18OAspQLN .lg_brand {
    margin: 0 1rem;
  }
  .cid-u18OAspQLN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u18OAspQLN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u18OAspQLN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u18OAspQLN .nav-item {
    margin: 0 !important;
  }
}
.cid-u18OAspQLN .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u18OAspQLN .nav-item .nav-link:hover,
.cid-u18OAspQLN .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u18OAspQLN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u18OAspQLN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u18OAspQLN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u18OAspQLN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u18OAspQLN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u18OAspQLN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u18OAspQLN .offcanvas_box {
    display: none;
  }
}
.cid-u18OAspQLN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u18OAspQLN .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u18OAspQLN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u18OAspQLN .container {
  display: flex;
  margin: auto;
}
.cid-u18OAspQLN .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u18OAspQLN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u18OAspQLN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u18OAspQLN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u18OAspQLN .navbar-nav {
    margin: 0;
  }
}
.cid-u18OAspQLN .dropdown-menu,
.cid-u18OAspQLN .navbar.opened {
  background-color: false !important;
}
.cid-u18OAspQLN .nav-item:focus,
.cid-u18OAspQLN .nav-link:focus {
  outline: none;
}
.cid-u18OAspQLN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u18OAspQLN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u18OAspQLN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u18OAspQLN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u18OAspQLN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u18OAspQLN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u18OAspQLN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u18OAspQLN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u18OAspQLN .navbar.opened {
  transition: all 0.3s;
}
.cid-u18OAspQLN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u18OAspQLN .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u18OAspQLN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u18OAspQLN .navbar.collapsed {
  justify-content: center;
}
.cid-u18OAspQLN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u18OAspQLN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u18OAspQLN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u18OAspQLN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u18OAspQLN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u18OAspQLN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u18OAspQLN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u18OAspQLN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u18OAspQLN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u18OAspQLN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u18OAspQLN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u18OAspQLN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u18OAspQLN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u18OAspQLN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u18OAspQLN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u18OAspQLN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u18OAspQLN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u18OAspQLN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u18OAspQLN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u18OAspQLN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u18OAspQLN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u18OAspQLN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u18OAspQLN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u18OAspQLN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u18OAspQLN .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-u18OAspQLN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u18OAspQLN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u18OAspQLN .dropdown-item.active,
.cid-u18OAspQLN .dropdown-item:active {
  background-color: transparent;
}
.cid-u18OAspQLN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u18OAspQLN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u18OAspQLN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u18OAspQLN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u18OAspQLN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u18OAspQLN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u18OAspQLN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u18OAspQLN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u18OAspQLN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u18OAspQLN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u18OAspQLN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u18OAspQLN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u18OAspQLN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u18OAspQLN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u18OAspQLN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u18OAspQLN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u18OAspQLN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u18OAspQLN .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-u18OAspQLN .navbar {
    height: 70px;
  }
  .cid-u18OAspQLN .navbar.opened {
    height: auto;
  }
  .cid-u18OAspQLN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u18OAspQLN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u18OAspQLN .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u18OAspQLN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u18OAspQLN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u18OAspQLN .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u18OAspQLN .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u18OAspQLN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u18OAspQLN .text_widget {
  margin-bottom: 32px;
}
.cid-u18OAspQLN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u18OAspQLN .text_widget a:hover,
.cid-u18OAspQLN .text_widget a:focus {
  opacity: .6;
}
.cid-u18OAspQLN .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u18OAspQLN .navbar-caption {
  color: #f2ac2b;
}
.cid-u18OAspQLN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u18OAspQLN .mbr-section-subtitle,
.cid-u18OAspQLN .text_widget,
.cid-u18OAspQLN .mbr-section-btn {
  text-align: center;
}
.cid-u18OAspQLN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u18OAsN76X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAsN76X .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAsN76X .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAsN76X .row {
  align-items: center;
}
.cid-u18OAsN76X .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAsN76X .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAsN76X .img-wrap {
    right: 0;
  }
}
.cid-u18OAsN76X .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAsN76X .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAsN76X .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAsN76X .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAsN76X .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAsN76X .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u18OAsN76X .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAsN76X .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAsN76X .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAsN76X .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAsN76X .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAsN76X .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAsN76X .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAsN76X .icon-box {
  margin-top: 1rem;
}
.cid-u18OAsN76X .icon-box span {
  color: #50b80d;
}
.cid-u18OAsN76X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAsN76X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAsN76X .mbr-section-title,
.cid-u18OAsN76X .mbr-section-btn {
  text-align: center;
}
.cid-u18OAt0UhO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAt0UhO .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAt0UhO .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAt0UhO .row {
  align-items: center;
}
.cid-u18OAt0UhO .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAt0UhO .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAt0UhO .img-wrap {
    right: 0;
  }
}
.cid-u18OAt0UhO .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAt0UhO .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAt0UhO .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAt0UhO .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAt0UhO .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAt0UhO .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAt0UhO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAt0UhO .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAt0UhO .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAt0UhO .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAt0UhO .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAt0UhO .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAt0UhO .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAt0UhO .icon-box {
  margin-top: 1rem;
}
.cid-u18OAt0UhO .icon-box span {
  color: #50b80d;
}
.cid-u18OAt0UhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAt0UhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAtcGtI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAtcGtI .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAtcGtI .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAtcGtI .row {
  align-items: center;
}
.cid-u18OAtcGtI .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAtcGtI .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtcGtI .img-wrap {
    right: 0;
  }
}
.cid-u18OAtcGtI .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAtcGtI .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAtcGtI .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtcGtI .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAtcGtI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtcGtI .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtcGtI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAtcGtI .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAtcGtI .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAtcGtI .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAtcGtI .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAtcGtI .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtcGtI .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAtcGtI .icon-box {
  margin-top: 1rem;
}
.cid-u18OAtcGtI .icon-box span {
  color: #50b80d;
}
.cid-u18OAtcGtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAtcGtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAtqmb7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAtqmb7 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAtqmb7 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAtqmb7 .row {
  align-items: center;
}
.cid-u18OAtqmb7 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAtqmb7 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtqmb7 .img-wrap {
    right: 0;
  }
}
.cid-u18OAtqmb7 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAtqmb7 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAtqmb7 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtqmb7 .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAtqmb7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtqmb7 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtqmb7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAtqmb7 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAtqmb7 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAtqmb7 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAtqmb7 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAtqmb7 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtqmb7 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAtqmb7 .icon-box {
  margin-top: 1rem;
}
.cid-u18OAtqmb7 .icon-box span {
  color: #50b80d;
}
.cid-u18OAtqmb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAtqmb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAtCETN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAtCETN .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAtCETN .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAtCETN .row {
  align-items: center;
}
.cid-u18OAtCETN .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAtCETN .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtCETN .img-wrap {
    right: 0;
  }
}
.cid-u18OAtCETN .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAtCETN .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAtCETN .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtCETN .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAtCETN .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtCETN .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtCETN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAtCETN .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAtCETN .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAtCETN .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAtCETN .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAtCETN .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtCETN .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAtCETN .icon-box {
  margin-top: 1rem;
}
.cid-u18OAtCETN .icon-box span {
  color: #50b80d;
}
.cid-u18OAtCETN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAtCETN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAtNudv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAtNudv .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAtNudv .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAtNudv .row {
  align-items: center;
}
.cid-u18OAtNudv .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAtNudv .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtNudv .img-wrap {
    right: 0;
  }
}
.cid-u18OAtNudv .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAtNudv .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAtNudv .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAtNudv .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAtNudv .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtNudv .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtNudv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAtNudv .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAtNudv .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAtNudv .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAtNudv .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAtNudv .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAtNudv .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAtNudv .icon-box {
  margin-top: 1rem;
}
.cid-u18OAtNudv .icon-box span {
  color: #50b80d;
}
.cid-u18OAtNudv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAtNudv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAu0tvW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAu0tvW .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAu0tvW .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAu0tvW .row {
  align-items: center;
}
.cid-u18OAu0tvW .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAu0tvW .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAu0tvW .img-wrap {
    right: 0;
  }
}
.cid-u18OAu0tvW .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAu0tvW .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAu0tvW .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAu0tvW .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAu0tvW .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAu0tvW .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAu0tvW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAu0tvW .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAu0tvW .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAu0tvW .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAu0tvW .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAu0tvW .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAu0tvW .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAu0tvW .icon-box {
  margin-top: 1rem;
}
.cid-u18OAu0tvW .icon-box span {
  color: #50b80d;
}
.cid-u18OAu0tvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAu0tvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAucdSr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAucdSr .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAucdSr .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAucdSr .row {
  align-items: center;
}
.cid-u18OAucdSr .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAucdSr .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAucdSr .img-wrap {
    right: 0;
  }
}
.cid-u18OAucdSr .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAucdSr .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAucdSr .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAucdSr .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAucdSr .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAucdSr .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAucdSr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAucdSr .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAucdSr .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAucdSr .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAucdSr .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAucdSr .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAucdSr .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAucdSr .icon-box {
  margin-top: 1rem;
}
.cid-u18OAucdSr .icon-box span {
  color: #50b80d;
}
.cid-u18OAucdSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAucdSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAurYLD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAurYLD .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAurYLD .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAurYLD .row {
  align-items: center;
}
.cid-u18OAurYLD .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAurYLD .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAurYLD .img-wrap {
    right: 0;
  }
}
.cid-u18OAurYLD .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAurYLD .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAurYLD .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAurYLD .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAurYLD .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAurYLD .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAurYLD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAurYLD .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAurYLD .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAurYLD .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAurYLD .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAurYLD .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAurYLD .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAurYLD .icon-box {
  margin-top: 1rem;
}
.cid-u18OAurYLD .icon-box span {
  color: #50b80d;
}
.cid-u18OAurYLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAurYLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAuEQmA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAuEQmA .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAuEQmA .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAuEQmA .row {
  align-items: center;
}
.cid-u18OAuEQmA .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAuEQmA .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAuEQmA .img-wrap {
    right: 0;
  }
}
.cid-u18OAuEQmA .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAuEQmA .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAuEQmA .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAuEQmA .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAuEQmA .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAuEQmA .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAuEQmA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAuEQmA .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAuEQmA .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAuEQmA .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAuEQmA .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAuEQmA .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAuEQmA .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAuEQmA .icon-box {
  margin-top: 1rem;
}
.cid-u18OAuEQmA .icon-box span {
  color: #50b80d;
}
.cid-u18OAuEQmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAuEQmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAuQo7Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAuQo7Z .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAuQo7Z .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAuQo7Z .row {
  align-items: center;
}
.cid-u18OAuQo7Z .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAuQo7Z .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAuQo7Z .img-wrap {
    right: 0;
  }
}
.cid-u18OAuQo7Z .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAuQo7Z .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAuQo7Z .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAuQo7Z .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAuQo7Z .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAuQo7Z .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAuQo7Z .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAuQo7Z .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAuQo7Z .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAuQo7Z .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAuQo7Z .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAuQo7Z .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAuQo7Z .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAuQo7Z .icon-box {
  margin-top: 1rem;
}
.cid-u18OAuQo7Z .icon-box span {
  color: #50b80d;
}
.cid-u18OAuQo7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAuQo7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAv3Hqf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAv3Hqf .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAv3Hqf .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAv3Hqf .row {
  align-items: center;
}
.cid-u18OAv3Hqf .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAv3Hqf .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAv3Hqf .img-wrap {
    right: 0;
  }
}
.cid-u18OAv3Hqf .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAv3Hqf .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAv3Hqf .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAv3Hqf .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAv3Hqf .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAv3Hqf .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAv3Hqf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAv3Hqf .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAv3Hqf .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAv3Hqf .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAv3Hqf .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAv3Hqf .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAv3Hqf .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAv3Hqf .icon-box {
  margin-top: 1rem;
}
.cid-u18OAv3Hqf .icon-box span {
  color: #50b80d;
}
.cid-u18OAv3Hqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAv3Hqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAvfC25 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAvfC25 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAvfC25 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAvfC25 .row {
  align-items: center;
}
.cid-u18OAvfC25 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAvfC25 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvfC25 .img-wrap {
    right: 0;
  }
}
.cid-u18OAvfC25 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAvfC25 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAvfC25 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvfC25 .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAvfC25 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvfC25 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvfC25 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAvfC25 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAvfC25 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAvfC25 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAvfC25 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAvfC25 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvfC25 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAvfC25 .icon-box {
  margin-top: 1rem;
}
.cid-u18OAvfC25 .icon-box span {
  color: #50b80d;
}
.cid-u18OAvfC25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAvfC25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAvvWX7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAvvWX7 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAvvWX7 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAvvWX7 .row {
  align-items: center;
}
.cid-u18OAvvWX7 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAvvWX7 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvvWX7 .img-wrap {
    right: 0;
  }
}
.cid-u18OAvvWX7 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAvvWX7 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAvvWX7 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvvWX7 .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAvvWX7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvvWX7 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvvWX7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAvvWX7 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAvvWX7 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAvvWX7 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAvvWX7 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAvvWX7 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvvWX7 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAvvWX7 .icon-box {
  margin-top: 1rem;
}
.cid-u18OAvvWX7 .icon-box span {
  color: #50b80d;
}
.cid-u18OAvvWX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAvvWX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAvINXw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAvINXw .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAvINXw .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAvINXw .row {
  align-items: center;
}
.cid-u18OAvINXw .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAvINXw .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvINXw .img-wrap {
    right: 0;
  }
}
.cid-u18OAvINXw .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAvINXw .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAvINXw .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvINXw .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAvINXw .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvINXw .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvINXw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAvINXw .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAvINXw .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAvINXw .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAvINXw .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAvINXw .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvINXw .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAvINXw .icon-box {
  margin-top: 1rem;
}
.cid-u18OAvINXw .icon-box span {
  color: #50b80d;
}
.cid-u18OAvINXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAvINXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAvWxs1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAvWxs1 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAvWxs1 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAvWxs1 .row {
  align-items: center;
}
.cid-u18OAvWxs1 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAvWxs1 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvWxs1 .img-wrap {
    right: 0;
  }
}
.cid-u18OAvWxs1 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAvWxs1 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAvWxs1 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAvWxs1 .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAvWxs1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvWxs1 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvWxs1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAvWxs1 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAvWxs1 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAvWxs1 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAvWxs1 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAvWxs1 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAvWxs1 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAvWxs1 .icon-box {
  margin-top: 1rem;
}
.cid-u18OAvWxs1 .icon-box span {
  color: #50b80d;
}
.cid-u18OAvWxs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAvWxs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAw9WPX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAw9WPX .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAw9WPX .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAw9WPX .row {
  align-items: center;
}
.cid-u18OAw9WPX .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAw9WPX .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAw9WPX .img-wrap {
    right: 0;
  }
}
.cid-u18OAw9WPX .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAw9WPX .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAw9WPX .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAw9WPX .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAw9WPX .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAw9WPX .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAw9WPX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAw9WPX .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAw9WPX .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAw9WPX .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAw9WPX .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAw9WPX .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAw9WPX .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAw9WPX .icon-box {
  margin-top: 1rem;
}
.cid-u18OAw9WPX .icon-box span {
  color: #50b80d;
}
.cid-u18OAw9WPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAw9WPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAwp19X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAwp19X .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAwp19X .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAwp19X .row {
  align-items: center;
}
.cid-u18OAwp19X .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAwp19X .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAwp19X .img-wrap {
    right: 0;
  }
}
.cid-u18OAwp19X .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAwp19X .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAwp19X .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAwp19X .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAwp19X .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwp19X .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwp19X .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAwp19X .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAwp19X .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAwp19X .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAwp19X .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAwp19X .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwp19X .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAwp19X .icon-box {
  margin-top: 1rem;
}
.cid-u18OAwp19X .icon-box span {
  color: #50b80d;
}
.cid-u18OAwp19X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAwp19X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAwCHJe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAwCHJe .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAwCHJe .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAwCHJe .row {
  align-items: center;
}
.cid-u18OAwCHJe .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAwCHJe .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAwCHJe .img-wrap {
    right: 0;
  }
}
.cid-u18OAwCHJe .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAwCHJe .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAwCHJe .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAwCHJe .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAwCHJe .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwCHJe .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwCHJe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAwCHJe .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAwCHJe .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAwCHJe .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAwCHJe .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAwCHJe .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwCHJe .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAwCHJe .icon-box {
  margin-top: 1rem;
}
.cid-u18OAwCHJe .icon-box span {
  color: #50b80d;
}
.cid-u18OAwCHJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAwCHJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAwQC9B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAwQC9B .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAwQC9B .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAwQC9B .row {
  align-items: center;
}
.cid-u18OAwQC9B .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAwQC9B .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAwQC9B .img-wrap {
    right: 0;
  }
}
.cid-u18OAwQC9B .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAwQC9B .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAwQC9B .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAwQC9B .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAwQC9B .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwQC9B .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwQC9B .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAwQC9B .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAwQC9B .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAwQC9B .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAwQC9B .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAwQC9B .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAwQC9B .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAwQC9B .icon-box {
  margin-top: 1rem;
}
.cid-u18OAwQC9B .icon-box span {
  color: #50b80d;
}
.cid-u18OAwQC9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAwQC9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OAx3eqv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OAx3eqv .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OAx3eqv .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OAx3eqv .row {
  align-items: center;
}
.cid-u18OAx3eqv .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OAx3eqv .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAx3eqv .img-wrap {
    right: 0;
  }
}
.cid-u18OAx3eqv .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OAx3eqv .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OAx3eqv .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OAx3eqv .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OAx3eqv .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAx3eqv .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAx3eqv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OAx3eqv .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OAx3eqv .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OAx3eqv .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OAx3eqv .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OAx3eqv .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OAx3eqv .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OAx3eqv .icon-box {
  margin-top: 1rem;
}
.cid-u18OAx3eqv .icon-box span {
  color: #50b80d;
}
.cid-u18OAx3eqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OAx3eqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKepjAD {
  background-color: transparent;
}
.cid-u18OKepjAD .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u18OKepjAD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u18OKepjAD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u18OKepjAD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u18OKepjAD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u18OKepjAD .menu_box .navbar.opened,
  .cid-u18OKepjAD .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u18OKepjAD .navbar-dropdown {
  position: relative !important;
}
.cid-u18OKepjAD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u18OKepjAD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u18OKepjAD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u18OKepjAD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u18OKepjAD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u18OKepjAD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u18OKepjAD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u18OKepjAD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u18OKepjAD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u18OKepjAD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u18OKepjAD .offcanvas-body .mbr-text,
  .cid-u18OKepjAD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u18OKepjAD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u18OKepjAD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u18OKepjAD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u18OKepjAD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u18OKepjAD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u18OKepjAD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u18OKepjAD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u18OKepjAD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u18OKepjAD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u18OKepjAD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u18OKepjAD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u18OKepjAD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u18OKepjAD .lg_brand {
    margin: 0 1rem;
  }
  .cid-u18OKepjAD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u18OKepjAD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u18OKepjAD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u18OKepjAD .nav-item {
    margin: 0 !important;
  }
}
.cid-u18OKepjAD .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u18OKepjAD .nav-item .nav-link:hover,
.cid-u18OKepjAD .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u18OKepjAD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u18OKepjAD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u18OKepjAD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u18OKepjAD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u18OKepjAD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u18OKepjAD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u18OKepjAD .offcanvas_box {
    display: none;
  }
}
.cid-u18OKepjAD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u18OKepjAD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u18OKepjAD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u18OKepjAD .container {
  display: flex;
  margin: auto;
}
.cid-u18OKepjAD .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u18OKepjAD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u18OKepjAD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u18OKepjAD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u18OKepjAD .navbar-nav {
    margin: 0;
  }
}
.cid-u18OKepjAD .dropdown-menu,
.cid-u18OKepjAD .navbar.opened {
  background-color: false !important;
}
.cid-u18OKepjAD .nav-item:focus,
.cid-u18OKepjAD .nav-link:focus {
  outline: none;
}
.cid-u18OKepjAD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u18OKepjAD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u18OKepjAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u18OKepjAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u18OKepjAD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u18OKepjAD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u18OKepjAD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u18OKepjAD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u18OKepjAD .navbar.opened {
  transition: all 0.3s;
}
.cid-u18OKepjAD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u18OKepjAD .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u18OKepjAD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u18OKepjAD .navbar.collapsed {
  justify-content: center;
}
.cid-u18OKepjAD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u18OKepjAD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u18OKepjAD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u18OKepjAD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u18OKepjAD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u18OKepjAD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u18OKepjAD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u18OKepjAD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u18OKepjAD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u18OKepjAD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u18OKepjAD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u18OKepjAD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u18OKepjAD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u18OKepjAD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u18OKepjAD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u18OKepjAD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u18OKepjAD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u18OKepjAD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u18OKepjAD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u18OKepjAD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u18OKepjAD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u18OKepjAD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u18OKepjAD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u18OKepjAD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u18OKepjAD .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-u18OKepjAD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u18OKepjAD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u18OKepjAD .dropdown-item.active,
.cid-u18OKepjAD .dropdown-item:active {
  background-color: transparent;
}
.cid-u18OKepjAD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u18OKepjAD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u18OKepjAD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u18OKepjAD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u18OKepjAD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u18OKepjAD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u18OKepjAD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u18OKepjAD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u18OKepjAD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u18OKepjAD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u18OKepjAD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u18OKepjAD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u18OKepjAD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u18OKepjAD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u18OKepjAD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u18OKepjAD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u18OKepjAD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u18OKepjAD .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-u18OKepjAD .navbar {
    height: 70px;
  }
  .cid-u18OKepjAD .navbar.opened {
    height: auto;
  }
  .cid-u18OKepjAD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u18OKepjAD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u18OKepjAD .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u18OKepjAD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u18OKepjAD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u18OKepjAD .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u18OKepjAD .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u18OKepjAD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u18OKepjAD .text_widget {
  margin-bottom: 32px;
}
.cid-u18OKepjAD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u18OKepjAD .text_widget a:hover,
.cid-u18OKepjAD .text_widget a:focus {
  opacity: .6;
}
.cid-u18OKepjAD .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u18OKepjAD .navbar-caption {
  color: #f2ac2b;
}
.cid-u18OKepjAD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u18OKepjAD .mbr-section-subtitle,
.cid-u18OKepjAD .text_widget,
.cid-u18OKepjAD .mbr-section-btn {
  text-align: center;
}
.cid-u18OKepjAD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u18OKePpZC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKePpZC .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKePpZC .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKePpZC .row {
  align-items: center;
}
.cid-u18OKePpZC .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKePpZC .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKePpZC .img-wrap {
    right: 0;
  }
}
.cid-u18OKePpZC .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKePpZC .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKePpZC .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKePpZC .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKePpZC .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKePpZC .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u18OKePpZC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKePpZC .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKePpZC .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKePpZC .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKePpZC .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKePpZC .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKePpZC .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKePpZC .icon-box {
  margin-top: 1rem;
}
.cid-u18OKePpZC .icon-box span {
  color: #50b80d;
}
.cid-u18OKePpZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKePpZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKePpZC .mbr-section-title,
.cid-u18OKePpZC .mbr-section-btn {
  text-align: center;
}
.cid-u18OKf2QpJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKf2QpJ .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKf2QpJ .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKf2QpJ .row {
  align-items: center;
}
.cid-u18OKf2QpJ .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKf2QpJ .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKf2QpJ .img-wrap {
    right: 0;
  }
}
.cid-u18OKf2QpJ .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKf2QpJ .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKf2QpJ .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKf2QpJ .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKf2QpJ .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKf2QpJ .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKf2QpJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKf2QpJ .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKf2QpJ .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKf2QpJ .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKf2QpJ .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKf2QpJ .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKf2QpJ .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKf2QpJ .icon-box {
  margin-top: 1rem;
}
.cid-u18OKf2QpJ .icon-box span {
  color: #50b80d;
}
.cid-u18OKf2QpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKf2QpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKfg6D4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKfg6D4 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKfg6D4 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKfg6D4 .row {
  align-items: center;
}
.cid-u18OKfg6D4 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKfg6D4 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfg6D4 .img-wrap {
    right: 0;
  }
}
.cid-u18OKfg6D4 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKfg6D4 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKfg6D4 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfg6D4 .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKfg6D4 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfg6D4 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfg6D4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKfg6D4 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKfg6D4 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKfg6D4 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKfg6D4 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKfg6D4 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfg6D4 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKfg6D4 .icon-box {
  margin-top: 1rem;
}
.cid-u18OKfg6D4 .icon-box span {
  color: #50b80d;
}
.cid-u18OKfg6D4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKfg6D4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKfsGbi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKfsGbi .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKfsGbi .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKfsGbi .row {
  align-items: center;
}
.cid-u18OKfsGbi .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKfsGbi .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfsGbi .img-wrap {
    right: 0;
  }
}
.cid-u18OKfsGbi .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKfsGbi .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKfsGbi .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfsGbi .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKfsGbi .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfsGbi .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfsGbi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKfsGbi .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKfsGbi .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKfsGbi .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKfsGbi .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKfsGbi .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfsGbi .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKfsGbi .icon-box {
  margin-top: 1rem;
}
.cid-u18OKfsGbi .icon-box span {
  color: #50b80d;
}
.cid-u18OKfsGbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKfsGbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKfDxhg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKfDxhg .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKfDxhg .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKfDxhg .row {
  align-items: center;
}
.cid-u18OKfDxhg .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKfDxhg .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfDxhg .img-wrap {
    right: 0;
  }
}
.cid-u18OKfDxhg .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKfDxhg .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKfDxhg .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfDxhg .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKfDxhg .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfDxhg .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfDxhg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKfDxhg .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKfDxhg .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKfDxhg .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKfDxhg .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKfDxhg .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfDxhg .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKfDxhg .icon-box {
  margin-top: 1rem;
}
.cid-u18OKfDxhg .icon-box span {
  color: #50b80d;
}
.cid-u18OKfDxhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKfDxhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKfPO4m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKfPO4m .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKfPO4m .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKfPO4m .row {
  align-items: center;
}
.cid-u18OKfPO4m .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKfPO4m .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfPO4m .img-wrap {
    right: 0;
  }
}
.cid-u18OKfPO4m .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKfPO4m .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKfPO4m .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKfPO4m .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKfPO4m .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfPO4m .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfPO4m .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKfPO4m .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKfPO4m .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKfPO4m .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKfPO4m .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKfPO4m .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKfPO4m .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKfPO4m .icon-box {
  margin-top: 1rem;
}
.cid-u18OKfPO4m .icon-box span {
  color: #50b80d;
}
.cid-u18OKfPO4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKfPO4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKg1Krt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKg1Krt .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKg1Krt .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKg1Krt .row {
  align-items: center;
}
.cid-u18OKg1Krt .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKg1Krt .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKg1Krt .img-wrap {
    right: 0;
  }
}
.cid-u18OKg1Krt .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKg1Krt .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKg1Krt .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKg1Krt .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKg1Krt .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKg1Krt .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKg1Krt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKg1Krt .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKg1Krt .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKg1Krt .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKg1Krt .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKg1Krt .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKg1Krt .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKg1Krt .icon-box {
  margin-top: 1rem;
}
.cid-u18OKg1Krt .icon-box span {
  color: #50b80d;
}
.cid-u18OKg1Krt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKg1Krt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKgf95Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKgf95Q .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKgf95Q .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKgf95Q .row {
  align-items: center;
}
.cid-u18OKgf95Q .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKgf95Q .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgf95Q .img-wrap {
    right: 0;
  }
}
.cid-u18OKgf95Q .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKgf95Q .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKgf95Q .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgf95Q .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKgf95Q .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgf95Q .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgf95Q .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKgf95Q .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKgf95Q .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKgf95Q .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKgf95Q .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKgf95Q .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgf95Q .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKgf95Q .icon-box {
  margin-top: 1rem;
}
.cid-u18OKgf95Q .icon-box span {
  color: #50b80d;
}
.cid-u18OKgf95Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKgf95Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKgsjXF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKgsjXF .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKgsjXF .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKgsjXF .row {
  align-items: center;
}
.cid-u18OKgsjXF .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKgsjXF .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgsjXF .img-wrap {
    right: 0;
  }
}
.cid-u18OKgsjXF .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKgsjXF .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKgsjXF .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgsjXF .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKgsjXF .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgsjXF .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgsjXF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKgsjXF .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKgsjXF .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKgsjXF .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKgsjXF .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKgsjXF .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgsjXF .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKgsjXF .icon-box {
  margin-top: 1rem;
}
.cid-u18OKgsjXF .icon-box span {
  color: #50b80d;
}
.cid-u18OKgsjXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKgsjXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKgElRR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKgElRR .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKgElRR .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKgElRR .row {
  align-items: center;
}
.cid-u18OKgElRR .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKgElRR .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgElRR .img-wrap {
    right: 0;
  }
}
.cid-u18OKgElRR .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKgElRR .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKgElRR .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgElRR .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKgElRR .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgElRR .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgElRR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKgElRR .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKgElRR .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKgElRR .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKgElRR .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKgElRR .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgElRR .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKgElRR .icon-box {
  margin-top: 1rem;
}
.cid-u18OKgElRR .icon-box span {
  color: #50b80d;
}
.cid-u18OKgElRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKgElRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKgQFqD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKgQFqD .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKgQFqD .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKgQFqD .row {
  align-items: center;
}
.cid-u18OKgQFqD .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKgQFqD .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgQFqD .img-wrap {
    right: 0;
  }
}
.cid-u18OKgQFqD .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKgQFqD .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKgQFqD .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKgQFqD .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKgQFqD .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgQFqD .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgQFqD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKgQFqD .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKgQFqD .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKgQFqD .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKgQFqD .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKgQFqD .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKgQFqD .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKgQFqD .icon-box {
  margin-top: 1rem;
}
.cid-u18OKgQFqD .icon-box span {
  color: #50b80d;
}
.cid-u18OKgQFqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKgQFqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKh3Opx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKh3Opx .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKh3Opx .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKh3Opx .row {
  align-items: center;
}
.cid-u18OKh3Opx .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKh3Opx .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKh3Opx .img-wrap {
    right: 0;
  }
}
.cid-u18OKh3Opx .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKh3Opx .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKh3Opx .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKh3Opx .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKh3Opx .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKh3Opx .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKh3Opx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKh3Opx .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKh3Opx .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKh3Opx .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKh3Opx .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKh3Opx .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKh3Opx .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKh3Opx .icon-box {
  margin-top: 1rem;
}
.cid-u18OKh3Opx .icon-box span {
  color: #50b80d;
}
.cid-u18OKh3Opx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKh3Opx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKhi9xk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKhi9xk .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKhi9xk .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKhi9xk .row {
  align-items: center;
}
.cid-u18OKhi9xk .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKhi9xk .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKhi9xk .img-wrap {
    right: 0;
  }
}
.cid-u18OKhi9xk .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKhi9xk .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKhi9xk .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKhi9xk .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKhi9xk .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKhi9xk .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKhi9xk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKhi9xk .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKhi9xk .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKhi9xk .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKhi9xk .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKhi9xk .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKhi9xk .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKhi9xk .icon-box {
  margin-top: 1rem;
}
.cid-u18OKhi9xk .icon-box span {
  color: #50b80d;
}
.cid-u18OKhi9xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKhi9xk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u18OKhvWLo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u18OKhvWLo .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u18OKhvWLo .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u18OKhvWLo .row {
  align-items: center;
}
.cid-u18OKhvWLo .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u18OKhvWLo .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKhvWLo .img-wrap {
    right: 0;
  }
}
.cid-u18OKhvWLo .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u18OKhvWLo .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u18OKhvWLo .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u18OKhvWLo .col-text {
    padding-right: 4rem;
  }
}
.cid-u18OKhvWLo .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKhvWLo .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKhvWLo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u18OKhvWLo .text-wrapper:hover {
  color: #50b80d;
}
.cid-u18OKhvWLo .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u18OKhvWLo .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u18OKhvWLo .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u18OKhvWLo .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u18OKhvWLo .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u18OKhvWLo .icon-box {
  margin-top: 1rem;
}
.cid-u18OKhvWLo .icon-box span {
  color: #50b80d;
}
.cid-u18OKhvWLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u18OKhvWLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lfkgvy5R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2lfkgvy5R .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2lfkgvy5R .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2lfkgvy5R .row {
  align-items: center;
}
.cid-u2lfkgvy5R .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2lfkgvy5R .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfkgvy5R .img-wrap {
    right: 0;
  }
}
.cid-u2lfkgvy5R .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2lfkgvy5R .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2lfkgvy5R .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfkgvy5R .col-text {
    padding-right: 4rem;
  }
}
.cid-u2lfkgvy5R .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfkgvy5R .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfkgvy5R .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2lfkgvy5R .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2lfkgvy5R .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2lfkgvy5R .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2lfkgvy5R .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2lfkgvy5R .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfkgvy5R .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2lfkgvy5R .icon-box {
  margin-top: 1rem;
}
.cid-u2lfkgvy5R .icon-box span {
  color: #50b80d;
}
.cid-u2lfkgvy5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lfkgvy5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lfkM9xa6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2lfkM9xa6 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2lfkM9xa6 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2lfkM9xa6 .row {
  align-items: center;
}
.cid-u2lfkM9xa6 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2lfkM9xa6 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfkM9xa6 .img-wrap {
    right: 0;
  }
}
.cid-u2lfkM9xa6 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2lfkM9xa6 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2lfkM9xa6 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfkM9xa6 .col-text {
    padding-right: 4rem;
  }
}
.cid-u2lfkM9xa6 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfkM9xa6 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfkM9xa6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2lfkM9xa6 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2lfkM9xa6 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2lfkM9xa6 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2lfkM9xa6 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2lfkM9xa6 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfkM9xa6 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2lfkM9xa6 .icon-box {
  margin-top: 1rem;
}
.cid-u2lfkM9xa6 .icon-box span {
  color: #50b80d;
}
.cid-u2lfkM9xa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lfkM9xa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lfl6Ewfw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2lfl6Ewfw .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2lfl6Ewfw .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2lfl6Ewfw .row {
  align-items: center;
}
.cid-u2lfl6Ewfw .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2lfl6Ewfw .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfl6Ewfw .img-wrap {
    right: 0;
  }
}
.cid-u2lfl6Ewfw .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2lfl6Ewfw .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2lfl6Ewfw .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfl6Ewfw .col-text {
    padding-right: 4rem;
  }
}
.cid-u2lfl6Ewfw .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfl6Ewfw .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfl6Ewfw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2lfl6Ewfw .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2lfl6Ewfw .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2lfl6Ewfw .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2lfl6Ewfw .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2lfl6Ewfw .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfl6Ewfw .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2lfl6Ewfw .icon-box {
  margin-top: 1rem;
}
.cid-u2lfl6Ewfw .icon-box span {
  color: #50b80d;
}
.cid-u2lfl6Ewfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lfl6Ewfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lfliayMe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2lfliayMe .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2lfliayMe .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2lfliayMe .row {
  align-items: center;
}
.cid-u2lfliayMe .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2lfliayMe .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfliayMe .img-wrap {
    right: 0;
  }
}
.cid-u2lfliayMe .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2lfliayMe .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2lfliayMe .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfliayMe .col-text {
    padding-right: 4rem;
  }
}
.cid-u2lfliayMe .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfliayMe .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfliayMe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2lfliayMe .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2lfliayMe .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2lfliayMe .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2lfliayMe .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2lfliayMe .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfliayMe .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2lfliayMe .icon-box {
  margin-top: 1rem;
}
.cid-u2lfliayMe .icon-box span {
  color: #50b80d;
}
.cid-u2lfliayMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lfliayMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lfltaM7u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2lfltaM7u .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2lfltaM7u .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2lfltaM7u .row {
  align-items: center;
}
.cid-u2lfltaM7u .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2lfltaM7u .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfltaM7u .img-wrap {
    right: 0;
  }
}
.cid-u2lfltaM7u .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2lfltaM7u .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2lfltaM7u .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfltaM7u .col-text {
    padding-right: 4rem;
  }
}
.cid-u2lfltaM7u .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfltaM7u .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfltaM7u .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2lfltaM7u .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2lfltaM7u .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2lfltaM7u .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2lfltaM7u .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2lfltaM7u .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfltaM7u .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2lfltaM7u .icon-box {
  margin-top: 1rem;
}
.cid-u2lfltaM7u .icon-box span {
  color: #50b80d;
}
.cid-u2lfltaM7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lfltaM7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lfxEiAYO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2lfxEiAYO .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2lfxEiAYO .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2lfxEiAYO .row {
  align-items: center;
}
.cid-u2lfxEiAYO .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2lfxEiAYO .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfxEiAYO .img-wrap {
    right: 0;
  }
}
.cid-u2lfxEiAYO .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2lfxEiAYO .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2lfxEiAYO .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfxEiAYO .col-text {
    padding-right: 4rem;
  }
}
.cid-u2lfxEiAYO .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfxEiAYO .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfxEiAYO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2lfxEiAYO .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2lfxEiAYO .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2lfxEiAYO .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2lfxEiAYO .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2lfxEiAYO .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfxEiAYO .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2lfxEiAYO .icon-box {
  margin-top: 1rem;
}
.cid-u2lfxEiAYO .icon-box span {
  color: #50b80d;
}
.cid-u2lfxEiAYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lfxEiAYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lfU60Tkh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2lfU60Tkh .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2lfU60Tkh .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2lfU60Tkh .row {
  align-items: center;
}
.cid-u2lfU60Tkh .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2lfU60Tkh .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfU60Tkh .img-wrap {
    right: 0;
  }
}
.cid-u2lfU60Tkh .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2lfU60Tkh .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2lfU60Tkh .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2lfU60Tkh .col-text {
    padding-right: 4rem;
  }
}
.cid-u2lfU60Tkh .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfU60Tkh .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfU60Tkh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2lfU60Tkh .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2lfU60Tkh .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2lfU60Tkh .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2lfU60Tkh .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2lfU60Tkh .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2lfU60Tkh .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2lfU60Tkh .icon-box {
  margin-top: 1rem;
}
.cid-u2lfU60Tkh .icon-box span {
  color: #50b80d;
}
.cid-u2lfU60Tkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lfU60Tkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6NvRvY {
  background-color: transparent;
}
.cid-u2sl6NvRvY .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u2sl6NvRvY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u2sl6NvRvY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2sl6NvRvY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2sl6NvRvY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2sl6NvRvY .menu_box .navbar.opened,
  .cid-u2sl6NvRvY .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2sl6NvRvY .navbar-dropdown {
  position: relative !important;
}
.cid-u2sl6NvRvY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u2sl6NvRvY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6NvRvY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2sl6NvRvY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2sl6NvRvY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2sl6NvRvY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u2sl6NvRvY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2sl6NvRvY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2sl6NvRvY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2sl6NvRvY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2sl6NvRvY .offcanvas-body .mbr-text,
  .cid-u2sl6NvRvY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2sl6NvRvY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2sl6NvRvY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2sl6NvRvY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u2sl6NvRvY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2sl6NvRvY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2sl6NvRvY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2sl6NvRvY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2sl6NvRvY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2sl6NvRvY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2sl6NvRvY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2sl6NvRvY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2sl6NvRvY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2sl6NvRvY .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2sl6NvRvY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u2sl6NvRvY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2sl6NvRvY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6NvRvY .nav-item {
    margin: 0 !important;
  }
}
.cid-u2sl6NvRvY .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u2sl6NvRvY .nav-item .nav-link:hover,
.cid-u2sl6NvRvY .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u2sl6NvRvY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2sl6NvRvY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2sl6NvRvY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6NvRvY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2sl6NvRvY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2sl6NvRvY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2sl6NvRvY .offcanvas_box {
    display: none;
  }
}
.cid-u2sl6NvRvY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2sl6NvRvY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2sl6NvRvY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2sl6NvRvY .container {
  display: flex;
  margin: auto;
}
.cid-u2sl6NvRvY .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2sl6NvRvY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2sl6NvRvY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2sl6NvRvY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2sl6NvRvY .navbar-nav {
    margin: 0;
  }
}
.cid-u2sl6NvRvY .dropdown-menu,
.cid-u2sl6NvRvY .navbar.opened {
  background-color: false !important;
}
.cid-u2sl6NvRvY .nav-item:focus,
.cid-u2sl6NvRvY .nav-link:focus {
  outline: none;
}
.cid-u2sl6NvRvY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2sl6NvRvY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2sl6NvRvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2sl6NvRvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2sl6NvRvY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2sl6NvRvY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2sl6NvRvY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2sl6NvRvY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2sl6NvRvY .navbar.opened {
  transition: all 0.3s;
}
.cid-u2sl6NvRvY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2sl6NvRvY .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u2sl6NvRvY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2sl6NvRvY .navbar.collapsed {
  justify-content: center;
}
.cid-u2sl6NvRvY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2sl6NvRvY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2sl6NvRvY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2sl6NvRvY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2sl6NvRvY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2sl6NvRvY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2sl6NvRvY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2sl6NvRvY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2sl6NvRvY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2sl6NvRvY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2sl6NvRvY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2sl6NvRvY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2sl6NvRvY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2sl6NvRvY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2sl6NvRvY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2sl6NvRvY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2sl6NvRvY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2sl6NvRvY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2sl6NvRvY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2sl6NvRvY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2sl6NvRvY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2sl6NvRvY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2sl6NvRvY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2sl6NvRvY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2sl6NvRvY .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-u2sl6NvRvY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u2sl6NvRvY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2sl6NvRvY .dropdown-item.active,
.cid-u2sl6NvRvY .dropdown-item:active {
  background-color: transparent;
}
.cid-u2sl6NvRvY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u2sl6NvRvY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2sl6NvRvY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2sl6NvRvY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2sl6NvRvY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2sl6NvRvY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2sl6NvRvY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u2sl6NvRvY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u2sl6NvRvY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2sl6NvRvY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2sl6NvRvY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2sl6NvRvY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2sl6NvRvY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2sl6NvRvY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2sl6NvRvY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2sl6NvRvY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2sl6NvRvY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2sl6NvRvY .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-u2sl6NvRvY .navbar {
    height: 70px;
  }
  .cid-u2sl6NvRvY .navbar.opened {
    height: auto;
  }
  .cid-u2sl6NvRvY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2sl6NvRvY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u2sl6NvRvY .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u2sl6NvRvY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2sl6NvRvY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2sl6NvRvY .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u2sl6NvRvY .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u2sl6NvRvY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2sl6NvRvY .text_widget {
  margin-bottom: 32px;
}
.cid-u2sl6NvRvY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2sl6NvRvY .text_widget a:hover,
.cid-u2sl6NvRvY .text_widget a:focus {
  opacity: .6;
}
.cid-u2sl6NvRvY .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u2sl6NvRvY .navbar-caption {
  color: #f2ac2b;
}
.cid-u2sl6NvRvY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2sl6NvRvY .mbr-section-subtitle,
.cid-u2sl6NvRvY .text_widget,
.cid-u2sl6NvRvY .mbr-section-btn {
  text-align: center;
}
.cid-u2sl6NvRvY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2sl6NPZSZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6NPZSZ .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6NPZSZ .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6NPZSZ .row {
  align-items: center;
}
.cid-u2sl6NPZSZ .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6NPZSZ .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6NPZSZ .img-wrap {
    right: 0;
  }
}
.cid-u2sl6NPZSZ .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6NPZSZ .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6NPZSZ .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6NPZSZ .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6NPZSZ .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6NPZSZ .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u2sl6NPZSZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6NPZSZ .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6NPZSZ .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6NPZSZ .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6NPZSZ .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6NPZSZ .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6NPZSZ .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6NPZSZ .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6NPZSZ .icon-box span {
  color: #50b80d;
}
.cid-u2sl6NPZSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6NPZSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6NPZSZ .mbr-section-title,
.cid-u2sl6NPZSZ .mbr-section-btn {
  text-align: center;
}
.cid-u2sl6NZ6Z0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6NZ6Z0 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6NZ6Z0 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6NZ6Z0 .row {
  align-items: center;
}
.cid-u2sl6NZ6Z0 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6NZ6Z0 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6NZ6Z0 .img-wrap {
    right: 0;
  }
}
.cid-u2sl6NZ6Z0 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6NZ6Z0 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6NZ6Z0 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6NZ6Z0 .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6NZ6Z0 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6NZ6Z0 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6NZ6Z0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6NZ6Z0 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6NZ6Z0 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6NZ6Z0 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6NZ6Z0 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6NZ6Z0 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6NZ6Z0 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6NZ6Z0 .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6NZ6Z0 .icon-box span {
  color: #50b80d;
}
.cid-u2sl6NZ6Z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6NZ6Z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6O9Nne {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6O9Nne .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6O9Nne .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6O9Nne .row {
  align-items: center;
}
.cid-u2sl6O9Nne .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6O9Nne .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6O9Nne .img-wrap {
    right: 0;
  }
}
.cid-u2sl6O9Nne .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6O9Nne .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6O9Nne .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6O9Nne .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6O9Nne .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6O9Nne .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6O9Nne .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6O9Nne .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6O9Nne .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6O9Nne .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6O9Nne .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6O9Nne .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6O9Nne .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6O9Nne .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6O9Nne .icon-box span {
  color: #50b80d;
}
.cid-u2sl6O9Nne .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6O9Nne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6Ok7KP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6Ok7KP .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6Ok7KP .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6Ok7KP .row {
  align-items: center;
}
.cid-u2sl6Ok7KP .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6Ok7KP .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Ok7KP .img-wrap {
    right: 0;
  }
}
.cid-u2sl6Ok7KP .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6Ok7KP .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6Ok7KP .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Ok7KP .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6Ok7KP .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Ok7KP .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Ok7KP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6Ok7KP .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6Ok7KP .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6Ok7KP .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6Ok7KP .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6Ok7KP .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Ok7KP .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6Ok7KP .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6Ok7KP .icon-box span {
  color: #50b80d;
}
.cid-u2sl6Ok7KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6Ok7KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6OuUsR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6OuUsR .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6OuUsR .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6OuUsR .row {
  align-items: center;
}
.cid-u2sl6OuUsR .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6OuUsR .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OuUsR .img-wrap {
    right: 0;
  }
}
.cid-u2sl6OuUsR .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6OuUsR .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6OuUsR .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OuUsR .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6OuUsR .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OuUsR .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OuUsR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6OuUsR .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6OuUsR .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6OuUsR .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6OuUsR .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6OuUsR .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OuUsR .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6OuUsR .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6OuUsR .icon-box span {
  color: #50b80d;
}
.cid-u2sl6OuUsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6OuUsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6OE4iY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6OE4iY .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6OE4iY .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6OE4iY .row {
  align-items: center;
}
.cid-u2sl6OE4iY .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6OE4iY .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OE4iY .img-wrap {
    right: 0;
  }
}
.cid-u2sl6OE4iY .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6OE4iY .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6OE4iY .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OE4iY .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6OE4iY .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OE4iY .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OE4iY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6OE4iY .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6OE4iY .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6OE4iY .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6OE4iY .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6OE4iY .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OE4iY .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6OE4iY .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6OE4iY .icon-box span {
  color: #50b80d;
}
.cid-u2sl6OE4iY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6OE4iY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6OOvT0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6OOvT0 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6OOvT0 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6OOvT0 .row {
  align-items: center;
}
.cid-u2sl6OOvT0 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6OOvT0 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OOvT0 .img-wrap {
    right: 0;
  }
}
.cid-u2sl6OOvT0 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6OOvT0 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6OOvT0 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OOvT0 .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6OOvT0 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OOvT0 .mbr-text {
  color: #5ccd13;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OOvT0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6OOvT0 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6OOvT0 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6OOvT0 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6OOvT0 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6OOvT0 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OOvT0 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6OOvT0 .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6OOvT0 .icon-box span {
  color: #50b80d;
}
.cid-u2sl6OOvT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6OOvT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6OY334 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6OY334 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6OY334 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6OY334 .row {
  align-items: center;
}
.cid-u2sl6OY334 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6OY334 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OY334 .img-wrap {
    right: 0;
  }
}
.cid-u2sl6OY334 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6OY334 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6OY334 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6OY334 .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6OY334 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OY334 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OY334 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6OY334 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6OY334 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6OY334 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6OY334 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6OY334 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6OY334 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6OY334 .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6OY334 .icon-box span {
  color: #50b80d;
}
.cid-u2sl6OY334 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6OY334 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6P9RGe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6P9RGe .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6P9RGe .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6P9RGe .row {
  align-items: center;
}
.cid-u2sl6P9RGe .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6P9RGe .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6P9RGe .img-wrap {
    right: 0;
  }
}
.cid-u2sl6P9RGe .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6P9RGe .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6P9RGe .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6P9RGe .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6P9RGe .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6P9RGe .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6P9RGe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6P9RGe .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6P9RGe .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6P9RGe .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6P9RGe .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6P9RGe .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6P9RGe .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6P9RGe .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6P9RGe .icon-box span {
  color: #50b80d;
}
.cid-u2sl6P9RGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6P9RGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6PmGkl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6PmGkl .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6PmGkl .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6PmGkl .row {
  align-items: center;
}
.cid-u2sl6PmGkl .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6PmGkl .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6PmGkl .img-wrap {
    right: 0;
  }
}
.cid-u2sl6PmGkl .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6PmGkl .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6PmGkl .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6PmGkl .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6PmGkl .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PmGkl .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PmGkl .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6PmGkl .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6PmGkl .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6PmGkl .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6PmGkl .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6PmGkl .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PmGkl .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6PmGkl .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6PmGkl .icon-box span {
  color: #50b80d;
}
.cid-u2sl6PmGkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6PmGkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6Pwxhy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6Pwxhy .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6Pwxhy .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6Pwxhy .row {
  align-items: center;
}
.cid-u2sl6Pwxhy .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6Pwxhy .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Pwxhy .img-wrap {
    right: 0;
  }
}
.cid-u2sl6Pwxhy .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6Pwxhy .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6Pwxhy .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Pwxhy .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6Pwxhy .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Pwxhy .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Pwxhy .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6Pwxhy .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6Pwxhy .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6Pwxhy .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6Pwxhy .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6Pwxhy .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Pwxhy .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6Pwxhy .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6Pwxhy .icon-box span {
  color: #50b80d;
}
.cid-u2sl6Pwxhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6Pwxhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6PHnL9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6PHnL9 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6PHnL9 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6PHnL9 .row {
  align-items: center;
}
.cid-u2sl6PHnL9 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6PHnL9 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6PHnL9 .img-wrap {
    right: 0;
  }
}
.cid-u2sl6PHnL9 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6PHnL9 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6PHnL9 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6PHnL9 .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6PHnL9 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PHnL9 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PHnL9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6PHnL9 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6PHnL9 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6PHnL9 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6PHnL9 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6PHnL9 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PHnL9 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6PHnL9 .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6PHnL9 .icon-box span {
  color: #50b80d;
}
.cid-u2sl6PHnL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6PHnL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6PSvuf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6PSvuf .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6PSvuf .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6PSvuf .row {
  align-items: center;
}
.cid-u2sl6PSvuf .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6PSvuf .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6PSvuf .img-wrap {
    right: 0;
  }
}
.cid-u2sl6PSvuf .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6PSvuf .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6PSvuf .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6PSvuf .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6PSvuf .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PSvuf .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PSvuf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6PSvuf .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6PSvuf .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6PSvuf .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6PSvuf .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6PSvuf .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6PSvuf .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6PSvuf .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6PSvuf .icon-box span {
  color: #50b80d;
}
.cid-u2sl6PSvuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6PSvuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6Q4iVb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6Q4iVb .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6Q4iVb .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6Q4iVb .row {
  align-items: center;
}
.cid-u2sl6Q4iVb .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6Q4iVb .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Q4iVb .img-wrap {
    right: 0;
  }
}
.cid-u2sl6Q4iVb .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6Q4iVb .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6Q4iVb .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Q4iVb .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6Q4iVb .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Q4iVb .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Q4iVb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6Q4iVb .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6Q4iVb .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6Q4iVb .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6Q4iVb .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6Q4iVb .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Q4iVb .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6Q4iVb .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6Q4iVb .icon-box span {
  color: #50b80d;
}
.cid-u2sl6Q4iVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6Q4iVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6Qgexx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6Qgexx .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6Qgexx .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6Qgexx .row {
  align-items: center;
}
.cid-u2sl6Qgexx .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6Qgexx .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Qgexx .img-wrap {
    right: 0;
  }
}
.cid-u2sl6Qgexx .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6Qgexx .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6Qgexx .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6Qgexx .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6Qgexx .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Qgexx .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Qgexx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6Qgexx .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6Qgexx .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6Qgexx .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6Qgexx .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6Qgexx .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6Qgexx .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6Qgexx .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6Qgexx .icon-box span {
  color: #50b80d;
}
.cid-u2sl6Qgexx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6Qgexx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6QtEzV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6QtEzV .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6QtEzV .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6QtEzV .row {
  align-items: center;
}
.cid-u2sl6QtEzV .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6QtEzV .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6QtEzV .img-wrap {
    right: 0;
  }
}
.cid-u2sl6QtEzV .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6QtEzV .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6QtEzV .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6QtEzV .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6QtEzV .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QtEzV .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QtEzV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6QtEzV .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6QtEzV .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6QtEzV .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6QtEzV .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6QtEzV .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QtEzV .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6QtEzV .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6QtEzV .icon-box span {
  color: #50b80d;
}
.cid-u2sl6QtEzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6QtEzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6QEb6V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6QEb6V .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6QEb6V .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6QEb6V .row {
  align-items: center;
}
.cid-u2sl6QEb6V .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6QEb6V .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6QEb6V .img-wrap {
    right: 0;
  }
}
.cid-u2sl6QEb6V .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6QEb6V .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6QEb6V .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6QEb6V .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6QEb6V .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QEb6V .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QEb6V .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6QEb6V .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6QEb6V .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6QEb6V .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6QEb6V .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6QEb6V .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QEb6V .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6QEb6V .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6QEb6V .icon-box span {
  color: #50b80d;
}
.cid-u2sl6QEb6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6QEb6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6QPQFI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6QPQFI .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6QPQFI .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6QPQFI .row {
  align-items: center;
}
.cid-u2sl6QPQFI .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6QPQFI .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6QPQFI .img-wrap {
    right: 0;
  }
}
.cid-u2sl6QPQFI .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6QPQFI .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6QPQFI .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6QPQFI .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6QPQFI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QPQFI .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QPQFI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6QPQFI .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6QPQFI .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6QPQFI .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6QPQFI .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6QPQFI .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6QPQFI .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6QPQFI .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6QPQFI .icon-box span {
  color: #50b80d;
}
.cid-u2sl6QPQFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6QPQFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6R1EO1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6R1EO1 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6R1EO1 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6R1EO1 .row {
  align-items: center;
}
.cid-u2sl6R1EO1 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6R1EO1 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6R1EO1 .img-wrap {
    right: 0;
  }
}
.cid-u2sl6R1EO1 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6R1EO1 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6R1EO1 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6R1EO1 .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6R1EO1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6R1EO1 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6R1EO1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6R1EO1 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6R1EO1 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6R1EO1 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6R1EO1 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6R1EO1 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6R1EO1 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6R1EO1 .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6R1EO1 .icon-box span {
  color: #50b80d;
}
.cid-u2sl6R1EO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6R1EO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6RcKVW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6RcKVW .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6RcKVW .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6RcKVW .row {
  align-items: center;
}
.cid-u2sl6RcKVW .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6RcKVW .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6RcKVW .img-wrap {
    right: 0;
  }
}
.cid-u2sl6RcKVW .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6RcKVW .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6RcKVW .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6RcKVW .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6RcKVW .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6RcKVW .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6RcKVW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6RcKVW .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6RcKVW .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6RcKVW .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6RcKVW .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6RcKVW .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6RcKVW .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6RcKVW .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6RcKVW .icon-box span {
  color: #50b80d;
}
.cid-u2sl6RcKVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6RcKVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sl6RqttF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2sl6RqttF .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2sl6RqttF .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2sl6RqttF .row {
  align-items: center;
}
.cid-u2sl6RqttF .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2sl6RqttF .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6RqttF .img-wrap {
    right: 0;
  }
}
.cid-u2sl6RqttF .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2sl6RqttF .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2sl6RqttF .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2sl6RqttF .col-text {
    padding-right: 4rem;
  }
}
.cid-u2sl6RqttF .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6RqttF .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u2sl6RqttF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2sl6RqttF .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2sl6RqttF .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2sl6RqttF .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2sl6RqttF .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2sl6RqttF .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2sl6RqttF .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2sl6RqttF .icon-box {
  margin-top: 1rem;
}
.cid-u2sl6RqttF .icon-box span {
  color: #50b80d;
}
.cid-u2sl6RqttF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sl6RqttF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Iw6ClPdU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2Iw6ClPdU .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2Iw6ClPdU .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2Iw6ClPdU .row {
  align-items: center;
}
.cid-u2Iw6ClPdU .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2Iw6ClPdU .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2Iw6ClPdU .img-wrap {
    right: 0;
  }
}
.cid-u2Iw6ClPdU .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2Iw6ClPdU .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2Iw6ClPdU .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2Iw6ClPdU .col-text {
    padding-right: 4rem;
  }
}
.cid-u2Iw6ClPdU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2Iw6ClPdU .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u2Iw6ClPdU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2Iw6ClPdU .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2Iw6ClPdU .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2Iw6ClPdU .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2Iw6ClPdU .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2Iw6ClPdU .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2Iw6ClPdU .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2Iw6ClPdU .icon-box {
  margin-top: 1rem;
}
.cid-u2Iw6ClPdU .icon-box span {
  color: #50b80d;
}
.cid-u2Iw6ClPdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Iw6ClPdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Iw6ClPdU .mbr-section-title,
.cid-u2Iw6ClPdU .mbr-section-btn {
  color: #5ccd13;
}
.cid-u2Iw6R5iCB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2Iw6R5iCB .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2Iw6R5iCB .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2Iw6R5iCB .row {
  align-items: center;
}
.cid-u2Iw6R5iCB .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2Iw6R5iCB .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2Iw6R5iCB .img-wrap {
    right: 0;
  }
}
.cid-u2Iw6R5iCB .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2Iw6R5iCB .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2Iw6R5iCB .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2Iw6R5iCB .col-text {
    padding-right: 4rem;
  }
}
.cid-u2Iw6R5iCB .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2Iw6R5iCB .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u2Iw6R5iCB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2Iw6R5iCB .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2Iw6R5iCB .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2Iw6R5iCB .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2Iw6R5iCB .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2Iw6R5iCB .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2Iw6R5iCB .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2Iw6R5iCB .icon-box {
  margin-top: 1rem;
}
.cid-u2Iw6R5iCB .icon-box span {
  color: #50b80d;
}
.cid-u2Iw6R5iCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Iw6R5iCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Iw6R5iCB .mbr-section-title,
.cid-u2Iw6R5iCB .mbr-section-btn {
  color: #5ccd13;
}
.cid-u2Iw6W5UAP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u2Iw6W5UAP .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2Iw6W5UAP .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2Iw6W5UAP .row {
  align-items: center;
}
.cid-u2Iw6W5UAP .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2Iw6W5UAP .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2Iw6W5UAP .img-wrap {
    right: 0;
  }
}
.cid-u2Iw6W5UAP .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u2Iw6W5UAP .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u2Iw6W5UAP .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u2Iw6W5UAP .col-text {
    padding-right: 4rem;
  }
}
.cid-u2Iw6W5UAP .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2Iw6W5UAP .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u2Iw6W5UAP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u2Iw6W5UAP .text-wrapper:hover {
  color: #50b80d;
}
.cid-u2Iw6W5UAP .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u2Iw6W5UAP .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u2Iw6W5UAP .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u2Iw6W5UAP .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u2Iw6W5UAP .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u2Iw6W5UAP .icon-box {
  margin-top: 1rem;
}
.cid-u2Iw6W5UAP .icon-box span {
  color: #50b80d;
}
.cid-u2Iw6W5UAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Iw6W5UAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Iw6W5UAP .mbr-section-title,
.cid-u2Iw6W5UAP .mbr-section-btn {
  color: #5ccd13;
}
.cid-u0iSLyrKXx {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0iSLyrKXx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0iSLyrKXx .menu_box .navbar.opened,
  .cid-u0iSLyrKXx .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown {
  position: relative !important;
}
.cid-u0iSLyrKXx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0iSLyrKXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0iSLyrKXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u0iSLyrKXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0iSLyrKXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0iSLyrKXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-body .mbr-text,
  .cid-u0iSLyrKXx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0iSLyrKXx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0iSLyrKXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0iSLyrKXx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0iSLyrKXx .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0iSLyrKXx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u0iSLyrKXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 0 !important;
  }
}
.cid-u0iSLyrKXx .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .nav-item .nav-link:hover,
.cid-u0iSLyrKXx .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u0iSLyrKXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0iSLyrKXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0iSLyrKXx .offcanvas_box {
    display: none;
  }
}
.cid-u0iSLyrKXx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0iSLyrKXx .container {
  display: flex;
  margin: auto;
}
.cid-u0iSLyrKXx .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u0iSLyrKXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0iSLyrKXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0iSLyrKXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .navbar-nav {
    margin: 0;
  }
}
.cid-u0iSLyrKXx .dropdown-menu,
.cid-u0iSLyrKXx .navbar.opened {
  background-color: false !important;
}
.cid-u0iSLyrKXx .nav-item:focus,
.cid-u0iSLyrKXx .nav-link:focus {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0iSLyrKXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0iSLyrKXx .navbar.opened {
  transition: all 0.3s;
}
.cid-u0iSLyrKXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0iSLyrKXx .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u0iSLyrKXx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0iSLyrKXx .navbar.collapsed {
  justify-content: center;
}
.cid-u0iSLyrKXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0iSLyrKXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0iSLyrKXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0iSLyrKXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u0iSLyrKXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0iSLyrKXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0iSLyrKXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0iSLyrKXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0iSLyrKXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0iSLyrKXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0iSLyrKXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u0iSLyrKXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown-item.active,
.cid-u0iSLyrKXx .dropdown-item:active {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0iSLyrKXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0iSLyrKXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0iSLyrKXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar {
    height: 70px;
  }
  .cid-u0iSLyrKXx .navbar.opened {
    height: auto;
  }
  .cid-u0iSLyrKXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0iSLyrKXx .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u0iSLyrKXx .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0iSLyrKXx .text_widget {
  margin-bottom: 32px;
}
.cid-u0iSLyrKXx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .text_widget a:hover,
.cid-u0iSLyrKXx .text_widget a:focus {
  opacity: .6;
}
.cid-u0iSLyrKXx .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0iSLyrKXx .navbar-caption {
  color: #f2ac2b;
}
.cid-u0iSLyrKXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0iSLyrKXx .mbr-section-subtitle,
.cid-u0iSLyrKXx .text_widget,
.cid-u0iSLyrKXx .mbr-section-btn {
  text-align: center;
}
.cid-u0iSLyrKXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u4x8JCLfse {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u4x8JCLfse .list {
  list-style: none;
  padding-left: 0;
  color: #393193;
}
@media (max-width: 991px) {
  .cid-u4x8JCLfse .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4x8JCLfse .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u4x8JCLfse .row {
    text-align: center;
  }
}
.cid-u4x8JCLfse li {
  padding-bottom: 5px;
}
.cid-u4x8JCLfse .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-u4x8JCLfse .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4x8JCLfse div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4x8JCLfse .mbr-iconfont {
  padding-right: 6px;
}
.cid-u4x8JCLfse .copyright {
  color: #bbbbbb;
}
.cid-u4x8JCLfse .soc-link,
.cid-u4x8JCLfse .soc-wrapper {
  color: #ffffff;
}
.cid-u4x8JCLfse .mbr-section-subtitle {
  color: #fb0505;
}
.cid-u4x0mpBecE {
  background-color: transparent;
}
.cid-u4x0mpBecE .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u4x0mpBecE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u4x0mpBecE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4x0mpBecE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4x0mpBecE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4x0mpBecE .menu_box .navbar.opened,
  .cid-u4x0mpBecE .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4x0mpBecE .navbar-dropdown {
  position: relative !important;
}
.cid-u4x0mpBecE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4x0mpBecE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4x0mpBecE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4x0mpBecE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4x0mpBecE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4x0mpBecE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u4x0mpBecE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4x0mpBecE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4x0mpBecE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4x0mpBecE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4x0mpBecE .offcanvas-body .mbr-text,
  .cid-u4x0mpBecE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4x0mpBecE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4x0mpBecE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4x0mpBecE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u4x0mpBecE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4x0mpBecE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4x0mpBecE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4x0mpBecE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4x0mpBecE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4x0mpBecE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4x0mpBecE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u4x0mpBecE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4x0mpBecE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u4x0mpBecE .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4x0mpBecE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u4x0mpBecE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4x0mpBecE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4x0mpBecE .nav-item {
    margin: 0 !important;
  }
}
.cid-u4x0mpBecE .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u4x0mpBecE .nav-item .nav-link:hover,
.cid-u4x0mpBecE .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u4x0mpBecE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4x0mpBecE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4x0mpBecE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4x0mpBecE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4x0mpBecE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u4x0mpBecE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4x0mpBecE .offcanvas_box {
    display: none;
  }
}
.cid-u4x0mpBecE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4x0mpBecE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4x0mpBecE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4x0mpBecE .container {
  display: flex;
  margin: auto;
}
.cid-u4x0mpBecE .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u4x0mpBecE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4x0mpBecE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4x0mpBecE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4x0mpBecE .navbar-nav {
    margin: 0;
  }
}
.cid-u4x0mpBecE .dropdown-menu,
.cid-u4x0mpBecE .navbar.opened {
  background-color: false !important;
}
.cid-u4x0mpBecE .nav-item:focus,
.cid-u4x0mpBecE .nav-link:focus {
  outline: none;
}
.cid-u4x0mpBecE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4x0mpBecE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4x0mpBecE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4x0mpBecE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4x0mpBecE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4x0mpBecE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4x0mpBecE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4x0mpBecE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4x0mpBecE .navbar.opened {
  transition: all 0.3s;
}
.cid-u4x0mpBecE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4x0mpBecE .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u4x0mpBecE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4x0mpBecE .navbar.collapsed {
  justify-content: center;
}
.cid-u4x0mpBecE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4x0mpBecE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4x0mpBecE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4x0mpBecE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4x0mpBecE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4x0mpBecE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4x0mpBecE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4x0mpBecE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4x0mpBecE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u4x0mpBecE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4x0mpBecE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4x0mpBecE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4x0mpBecE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4x0mpBecE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4x0mpBecE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4x0mpBecE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4x0mpBecE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4x0mpBecE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4x0mpBecE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4x0mpBecE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4x0mpBecE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4x0mpBecE .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4x0mpBecE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4x0mpBecE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4x0mpBecE .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-u4x0mpBecE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u4x0mpBecE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4x0mpBecE .dropdown-item.active,
.cid-u4x0mpBecE .dropdown-item:active {
  background-color: transparent;
}
.cid-u4x0mpBecE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u4x0mpBecE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4x0mpBecE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4x0mpBecE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4x0mpBecE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4x0mpBecE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4x0mpBecE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u4x0mpBecE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u4x0mpBecE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4x0mpBecE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4x0mpBecE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4x0mpBecE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4x0mpBecE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4x0mpBecE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4x0mpBecE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4x0mpBecE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4x0mpBecE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4x0mpBecE .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-u4x0mpBecE .navbar {
    height: 70px;
  }
  .cid-u4x0mpBecE .navbar.opened {
    height: auto;
  }
  .cid-u4x0mpBecE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4x0mpBecE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4x0mpBecE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u4x0mpBecE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u4x0mpBecE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u4x0mpBecE .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u4x0mpBecE .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u4x0mpBecE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4x0mpBecE .text_widget {
  margin-bottom: 32px;
}
.cid-u4x0mpBecE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4x0mpBecE .text_widget a:hover,
.cid-u4x0mpBecE .text_widget a:focus {
  opacity: .6;
}
.cid-u4x0mpBecE .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u4x0mpBecE .navbar-caption {
  color: #f2ac2b;
}
.cid-u4x0mpBecE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u4x0mpBecE .mbr-section-subtitle,
.cid-u4x0mpBecE .text_widget,
.cid-u4x0mpBecE .mbr-section-btn {
  text-align: center;
}
.cid-u4x0mpBecE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7JR1xZzSi {
  background-color: transparent;
}
.cid-u7JR1xZzSi .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u7JR1xZzSi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u7JR1xZzSi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7JR1xZzSi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7JR1xZzSi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7JR1xZzSi .menu_box .navbar.opened,
  .cid-u7JR1xZzSi .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7JR1xZzSi .navbar-dropdown {
  position: relative !important;
}
.cid-u7JR1xZzSi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7JR1xZzSi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1xZzSi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7JR1xZzSi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7JR1xZzSi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7JR1xZzSi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u7JR1xZzSi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7JR1xZzSi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7JR1xZzSi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7JR1xZzSi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7JR1xZzSi .offcanvas-body .mbr-text,
  .cid-u7JR1xZzSi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7JR1xZzSi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7JR1xZzSi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7JR1xZzSi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u7JR1xZzSi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7JR1xZzSi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7JR1xZzSi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7JR1xZzSi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7JR1xZzSi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7JR1xZzSi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7JR1xZzSi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7JR1xZzSi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7JR1xZzSi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7JR1xZzSi .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7JR1xZzSi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u7JR1xZzSi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7JR1xZzSi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1xZzSi .nav-item {
    margin: 0 !important;
  }
}
.cid-u7JR1xZzSi .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u7JR1xZzSi .nav-item .nav-link:hover,
.cid-u7JR1xZzSi .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u7JR1xZzSi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7JR1xZzSi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7JR1xZzSi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1xZzSi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7JR1xZzSi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7JR1xZzSi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7JR1xZzSi .offcanvas_box {
    display: none;
  }
}
.cid-u7JR1xZzSi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7JR1xZzSi .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7JR1xZzSi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7JR1xZzSi .container {
  display: flex;
  margin: auto;
}
.cid-u7JR1xZzSi .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7JR1xZzSi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7JR1xZzSi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7JR1xZzSi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7JR1xZzSi .navbar-nav {
    margin: 0;
  }
}
.cid-u7JR1xZzSi .dropdown-menu,
.cid-u7JR1xZzSi .navbar.opened {
  background-color: false !important;
}
.cid-u7JR1xZzSi .nav-item:focus,
.cid-u7JR1xZzSi .nav-link:focus {
  outline: none;
}
.cid-u7JR1xZzSi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7JR1xZzSi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7JR1xZzSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7JR1xZzSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7JR1xZzSi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7JR1xZzSi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7JR1xZzSi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7JR1xZzSi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7JR1xZzSi .navbar.opened {
  transition: all 0.3s;
}
.cid-u7JR1xZzSi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7JR1xZzSi .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u7JR1xZzSi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7JR1xZzSi .navbar.collapsed {
  justify-content: center;
}
.cid-u7JR1xZzSi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7JR1xZzSi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7JR1xZzSi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7JR1xZzSi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7JR1xZzSi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7JR1xZzSi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7JR1xZzSi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7JR1xZzSi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7JR1xZzSi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7JR1xZzSi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7JR1xZzSi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7JR1xZzSi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7JR1xZzSi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7JR1xZzSi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7JR1xZzSi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7JR1xZzSi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7JR1xZzSi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7JR1xZzSi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7JR1xZzSi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7JR1xZzSi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7JR1xZzSi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7JR1xZzSi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7JR1xZzSi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7JR1xZzSi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7JR1xZzSi .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-u7JR1xZzSi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u7JR1xZzSi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7JR1xZzSi .dropdown-item.active,
.cid-u7JR1xZzSi .dropdown-item:active {
  background-color: transparent;
}
.cid-u7JR1xZzSi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u7JR1xZzSi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7JR1xZzSi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7JR1xZzSi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7JR1xZzSi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7JR1xZzSi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7JR1xZzSi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u7JR1xZzSi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u7JR1xZzSi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7JR1xZzSi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7JR1xZzSi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7JR1xZzSi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7JR1xZzSi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7JR1xZzSi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7JR1xZzSi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7JR1xZzSi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7JR1xZzSi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7JR1xZzSi .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-u7JR1xZzSi .navbar {
    height: 70px;
  }
  .cid-u7JR1xZzSi .navbar.opened {
    height: auto;
  }
  .cid-u7JR1xZzSi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7JR1xZzSi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7JR1xZzSi .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7JR1xZzSi .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7JR1xZzSi .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7JR1xZzSi .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u7JR1xZzSi .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u7JR1xZzSi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7JR1xZzSi .text_widget {
  margin-bottom: 32px;
}
.cid-u7JR1xZzSi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7JR1xZzSi .text_widget a:hover,
.cid-u7JR1xZzSi .text_widget a:focus {
  opacity: .6;
}
.cid-u7JR1xZzSi .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u7JR1xZzSi .navbar-caption {
  color: #f2ac2b;
}
.cid-u7JR1xZzSi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7JR1xZzSi .mbr-section-subtitle,
.cid-u7JR1xZzSi .text_widget,
.cid-u7JR1xZzSi .mbr-section-btn {
  text-align: center;
}
.cid-u7JR1xZzSi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7JR1yl5cV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1yl5cV .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1yl5cV .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1yl5cV .row {
  align-items: center;
}
.cid-u7JR1yl5cV .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1yl5cV .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yl5cV .img-wrap {
    right: 0;
  }
}
.cid-u7JR1yl5cV .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1yl5cV .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1yl5cV .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yl5cV .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1yl5cV .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yl5cV .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u7JR1yl5cV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1yl5cV .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1yl5cV .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1yl5cV .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1yl5cV .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1yl5cV .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yl5cV .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1yl5cV .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1yl5cV .icon-box span {
  color: #50b80d;
}
.cid-u7JR1yl5cV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1yl5cV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1yl5cV .mbr-section-title,
.cid-u7JR1yl5cV .mbr-section-btn {
  text-align: center;
}
.cid-u7JR1yvl4o {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1yvl4o .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1yvl4o .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1yvl4o .row {
  align-items: center;
}
.cid-u7JR1yvl4o .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1yvl4o .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yvl4o .img-wrap {
    right: 0;
  }
}
.cid-u7JR1yvl4o .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1yvl4o .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1yvl4o .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yvl4o .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1yvl4o .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yvl4o .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yvl4o .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1yvl4o .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1yvl4o .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1yvl4o .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1yvl4o .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1yvl4o .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yvl4o .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1yvl4o .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1yvl4o .icon-box span {
  color: #50b80d;
}
.cid-u7JR1yvl4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1yvl4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1yFJla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1yFJla .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1yFJla .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1yFJla .row {
  align-items: center;
}
.cid-u7JR1yFJla .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1yFJla .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yFJla .img-wrap {
    right: 0;
  }
}
.cid-u7JR1yFJla .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1yFJla .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1yFJla .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yFJla .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1yFJla .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yFJla .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yFJla .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1yFJla .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1yFJla .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1yFJla .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1yFJla .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1yFJla .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yFJla .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1yFJla .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1yFJla .icon-box span {
  color: #50b80d;
}
.cid-u7JR1yFJla .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1yFJla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1yQHPj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1yQHPj .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1yQHPj .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1yQHPj .row {
  align-items: center;
}
.cid-u7JR1yQHPj .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1yQHPj .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yQHPj .img-wrap {
    right: 0;
  }
}
.cid-u7JR1yQHPj .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1yQHPj .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1yQHPj .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1yQHPj .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1yQHPj .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yQHPj .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yQHPj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1yQHPj .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1yQHPj .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1yQHPj .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1yQHPj .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1yQHPj .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1yQHPj .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1yQHPj .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1yQHPj .icon-box span {
  color: #50b80d;
}
.cid-u7JR1yQHPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1yQHPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1z0z4L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1z0z4L .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1z0z4L .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1z0z4L .row {
  align-items: center;
}
.cid-u7JR1z0z4L .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1z0z4L .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1z0z4L .img-wrap {
    right: 0;
  }
}
.cid-u7JR1z0z4L .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1z0z4L .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1z0z4L .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1z0z4L .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1z0z4L .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1z0z4L .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1z0z4L .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1z0z4L .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1z0z4L .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1z0z4L .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1z0z4L .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1z0z4L .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1z0z4L .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1z0z4L .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1z0z4L .icon-box span {
  color: #50b80d;
}
.cid-u7JR1z0z4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1z0z4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1zbjKS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1zbjKS .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1zbjKS .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1zbjKS .row {
  align-items: center;
}
.cid-u7JR1zbjKS .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1zbjKS .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zbjKS .img-wrap {
    right: 0;
  }
}
.cid-u7JR1zbjKS .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1zbjKS .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1zbjKS .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zbjKS .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1zbjKS .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zbjKS .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zbjKS .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1zbjKS .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1zbjKS .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1zbjKS .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1zbjKS .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1zbjKS .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zbjKS .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1zbjKS .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1zbjKS .icon-box span {
  color: #50b80d;
}
.cid-u7JR1zbjKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1zbjKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1zoM0E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1zoM0E .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1zoM0E .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1zoM0E .row {
  align-items: center;
}
.cid-u7JR1zoM0E .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1zoM0E .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zoM0E .img-wrap {
    right: 0;
  }
}
.cid-u7JR1zoM0E .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1zoM0E .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1zoM0E .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zoM0E .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1zoM0E .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zoM0E .mbr-text {
  color: #5ccd13;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zoM0E .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1zoM0E .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1zoM0E .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1zoM0E .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1zoM0E .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1zoM0E .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zoM0E .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1zoM0E .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1zoM0E .icon-box span {
  color: #50b80d;
}
.cid-u7JR1zoM0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1zoM0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1zyxxg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1zyxxg .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1zyxxg .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1zyxxg .row {
  align-items: center;
}
.cid-u7JR1zyxxg .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1zyxxg .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zyxxg .img-wrap {
    right: 0;
  }
}
.cid-u7JR1zyxxg .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1zyxxg .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1zyxxg .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zyxxg .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1zyxxg .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zyxxg .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zyxxg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1zyxxg .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1zyxxg .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1zyxxg .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1zyxxg .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1zyxxg .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zyxxg .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1zyxxg .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1zyxxg .icon-box span {
  color: #50b80d;
}
.cid-u7JR1zyxxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1zyxxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1zKpZU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1zKpZU .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1zKpZU .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1zKpZU .row {
  align-items: center;
}
.cid-u7JR1zKpZU .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1zKpZU .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zKpZU .img-wrap {
    right: 0;
  }
}
.cid-u7JR1zKpZU .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1zKpZU .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1zKpZU .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zKpZU .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1zKpZU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zKpZU .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zKpZU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1zKpZU .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1zKpZU .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1zKpZU .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1zKpZU .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1zKpZU .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zKpZU .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1zKpZU .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1zKpZU .icon-box span {
  color: #50b80d;
}
.cid-u7JR1zKpZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1zKpZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1zVd67 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1zVd67 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1zVd67 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1zVd67 .row {
  align-items: center;
}
.cid-u7JR1zVd67 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1zVd67 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zVd67 .img-wrap {
    right: 0;
  }
}
.cid-u7JR1zVd67 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1zVd67 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1zVd67 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1zVd67 .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1zVd67 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zVd67 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zVd67 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1zVd67 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1zVd67 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1zVd67 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1zVd67 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1zVd67 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1zVd67 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1zVd67 .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1zVd67 .icon-box span {
  color: #50b80d;
}
.cid-u7JR1zVd67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1zVd67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1A6yVm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1A6yVm .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1A6yVm .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1A6yVm .row {
  align-items: center;
}
.cid-u7JR1A6yVm .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1A6yVm .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1A6yVm .img-wrap {
    right: 0;
  }
}
.cid-u7JR1A6yVm .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1A6yVm .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1A6yVm .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1A6yVm .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1A6yVm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1A6yVm .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1A6yVm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1A6yVm .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1A6yVm .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1A6yVm .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1A6yVm .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1A6yVm .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1A6yVm .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1A6yVm .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1A6yVm .icon-box span {
  color: #50b80d;
}
.cid-u7JR1A6yVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1A6yVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1AjvGo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1AjvGo .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1AjvGo .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1AjvGo .row {
  align-items: center;
}
.cid-u7JR1AjvGo .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1AjvGo .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1AjvGo .img-wrap {
    right: 0;
  }
}
.cid-u7JR1AjvGo .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1AjvGo .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1AjvGo .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1AjvGo .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1AjvGo .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1AjvGo .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1AjvGo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1AjvGo .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1AjvGo .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1AjvGo .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1AjvGo .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1AjvGo .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1AjvGo .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1AjvGo .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1AjvGo .icon-box span {
  color: #50b80d;
}
.cid-u7JR1AjvGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1AjvGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1Au4el {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1Au4el .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1Au4el .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1Au4el .row {
  align-items: center;
}
.cid-u7JR1Au4el .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1Au4el .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1Au4el .img-wrap {
    right: 0;
  }
}
.cid-u7JR1Au4el .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1Au4el .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1Au4el .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1Au4el .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1Au4el .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Au4el .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Au4el .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1Au4el .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1Au4el .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1Au4el .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1Au4el .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1Au4el .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Au4el .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1Au4el .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1Au4el .icon-box span {
  color: #50b80d;
}
.cid-u7JR1Au4el .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1Au4el .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1AGzP1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1AGzP1 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1AGzP1 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1AGzP1 .row {
  align-items: center;
}
.cid-u7JR1AGzP1 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1AGzP1 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1AGzP1 .img-wrap {
    right: 0;
  }
}
.cid-u7JR1AGzP1 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1AGzP1 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1AGzP1 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1AGzP1 .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1AGzP1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1AGzP1 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1AGzP1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1AGzP1 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1AGzP1 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1AGzP1 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1AGzP1 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1AGzP1 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1AGzP1 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1AGzP1 .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1AGzP1 .icon-box span {
  color: #50b80d;
}
.cid-u7JR1AGzP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1AGzP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1ARJ4x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1ARJ4x .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1ARJ4x .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1ARJ4x .row {
  align-items: center;
}
.cid-u7JR1ARJ4x .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1ARJ4x .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1ARJ4x .img-wrap {
    right: 0;
  }
}
.cid-u7JR1ARJ4x .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1ARJ4x .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1ARJ4x .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1ARJ4x .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1ARJ4x .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1ARJ4x .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1ARJ4x .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1ARJ4x .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1ARJ4x .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1ARJ4x .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1ARJ4x .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1ARJ4x .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1ARJ4x .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1ARJ4x .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1ARJ4x .icon-box span {
  color: #50b80d;
}
.cid-u7JR1ARJ4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1ARJ4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1B2z7o {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1B2z7o .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1B2z7o .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1B2z7o .row {
  align-items: center;
}
.cid-u7JR1B2z7o .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1B2z7o .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1B2z7o .img-wrap {
    right: 0;
  }
}
.cid-u7JR1B2z7o .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1B2z7o .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1B2z7o .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1B2z7o .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1B2z7o .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1B2z7o .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1B2z7o .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1B2z7o .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1B2z7o .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1B2z7o .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1B2z7o .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1B2z7o .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1B2z7o .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1B2z7o .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1B2z7o .icon-box span {
  color: #50b80d;
}
.cid-u7JR1B2z7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1B2z7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1Bd7S5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1Bd7S5 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1Bd7S5 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1Bd7S5 .row {
  align-items: center;
}
.cid-u7JR1Bd7S5 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1Bd7S5 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1Bd7S5 .img-wrap {
    right: 0;
  }
}
.cid-u7JR1Bd7S5 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1Bd7S5 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1Bd7S5 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1Bd7S5 .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1Bd7S5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Bd7S5 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Bd7S5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1Bd7S5 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1Bd7S5 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1Bd7S5 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1Bd7S5 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1Bd7S5 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Bd7S5 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1Bd7S5 .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1Bd7S5 .icon-box span {
  color: #50b80d;
}
.cid-u7JR1Bd7S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1Bd7S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1Bq8N7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1Bq8N7 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1Bq8N7 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1Bq8N7 .row {
  align-items: center;
}
.cid-u7JR1Bq8N7 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1Bq8N7 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1Bq8N7 .img-wrap {
    right: 0;
  }
}
.cid-u7JR1Bq8N7 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1Bq8N7 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1Bq8N7 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1Bq8N7 .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1Bq8N7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Bq8N7 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Bq8N7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1Bq8N7 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1Bq8N7 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1Bq8N7 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1Bq8N7 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1Bq8N7 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1Bq8N7 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1Bq8N7 .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1Bq8N7 .icon-box span {
  color: #50b80d;
}
.cid-u7JR1Bq8N7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1Bq8N7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1BCdRn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1BCdRn .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1BCdRn .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1BCdRn .row {
  align-items: center;
}
.cid-u7JR1BCdRn .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1BCdRn .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1BCdRn .img-wrap {
    right: 0;
  }
}
.cid-u7JR1BCdRn .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1BCdRn .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1BCdRn .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1BCdRn .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1BCdRn .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BCdRn .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BCdRn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1BCdRn .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1BCdRn .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1BCdRn .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1BCdRn .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1BCdRn .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BCdRn .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1BCdRn .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1BCdRn .icon-box span {
  color: #50b80d;
}
.cid-u7JR1BCdRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1BCdRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1BOHnK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1BOHnK .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1BOHnK .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1BOHnK .row {
  align-items: center;
}
.cid-u7JR1BOHnK .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1BOHnK .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1BOHnK .img-wrap {
    right: 0;
  }
}
.cid-u7JR1BOHnK .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1BOHnK .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1BOHnK .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1BOHnK .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1BOHnK .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BOHnK .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BOHnK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1BOHnK .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1BOHnK .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1BOHnK .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1BOHnK .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1BOHnK .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BOHnK .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1BOHnK .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1BOHnK .icon-box span {
  color: #50b80d;
}
.cid-u7JR1BOHnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1BOHnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1BZDLD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1BZDLD .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1BZDLD .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1BZDLD .row {
  align-items: center;
}
.cid-u7JR1BZDLD .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1BZDLD .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1BZDLD .img-wrap {
    right: 0;
  }
}
.cid-u7JR1BZDLD .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1BZDLD .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1BZDLD .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1BZDLD .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1BZDLD .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BZDLD .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u7JR1BZDLD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1BZDLD .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1BZDLD .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1BZDLD .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1BZDLD .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1BZDLD .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1BZDLD .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1BZDLD .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1BZDLD .icon-box span {
  color: #50b80d;
}
.cid-u7JR1BZDLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1BZDLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1CbRQr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1CbRQr .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1CbRQr .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1CbRQr .row {
  align-items: center;
}
.cid-u7JR1CbRQr .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1CbRQr .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1CbRQr .img-wrap {
    right: 0;
  }
}
.cid-u7JR1CbRQr .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1CbRQr .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1CbRQr .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1CbRQr .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1CbRQr .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1CbRQr .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u7JR1CbRQr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1CbRQr .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1CbRQr .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1CbRQr .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1CbRQr .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1CbRQr .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1CbRQr .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1CbRQr .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1CbRQr .icon-box span {
  color: #50b80d;
}
.cid-u7JR1CbRQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1CbRQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1CbRQr .mbr-section-title,
.cid-u7JR1CbRQr .mbr-section-btn {
  color: #5ccd13;
}
.cid-u7JR1CCb5T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u7JR1CCb5T .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7JR1CCb5T .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u7JR1CCb5T .row {
  align-items: center;
}
.cid-u7JR1CCb5T .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7JR1CCb5T .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1CCb5T .img-wrap {
    right: 0;
  }
}
.cid-u7JR1CCb5T .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u7JR1CCb5T .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u7JR1CCb5T .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u7JR1CCb5T .col-text {
    padding-right: 4rem;
  }
}
.cid-u7JR1CCb5T .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1CCb5T .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u7JR1CCb5T .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u7JR1CCb5T .text-wrapper:hover {
  color: #50b80d;
}
.cid-u7JR1CCb5T .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u7JR1CCb5T .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u7JR1CCb5T .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u7JR1CCb5T .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u7JR1CCb5T .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u7JR1CCb5T .icon-box {
  margin-top: 1rem;
}
.cid-u7JR1CCb5T .icon-box span {
  color: #50b80d;
}
.cid-u7JR1CCb5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JR1CCb5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JR1CCb5T .mbr-section-title,
.cid-u7JR1CCb5T .mbr-section-btn {
  color: #5ccd13;
}
.cid-u8bPNrX59j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u8bPNrX59j .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8bPNrX59j .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8bPNrX59j .row {
  align-items: center;
}
.cid-u8bPNrX59j .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8bPNrX59j .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bPNrX59j .img-wrap {
    right: 0;
  }
}
.cid-u8bPNrX59j .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u8bPNrX59j .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u8bPNrX59j .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bPNrX59j .col-text {
    padding-right: 4rem;
  }
}
.cid-u8bPNrX59j .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bPNrX59j .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u8bPNrX59j .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u8bPNrX59j .text-wrapper:hover {
  color: #50b80d;
}
.cid-u8bPNrX59j .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u8bPNrX59j .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u8bPNrX59j .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u8bPNrX59j .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bPNrX59j .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u8bPNrX59j .icon-box {
  margin-top: 1rem;
}
.cid-u8bPNrX59j .icon-box span {
  color: #50b80d;
}
.cid-u8bPNrX59j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8bPNrX59j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8bPNrX59j .mbr-section-title,
.cid-u8bPNrX59j .mbr-section-btn {
  color: #5ccd13;
}
.cid-u8bPOUzOM2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u8bPOUzOM2 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8bPOUzOM2 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8bPOUzOM2 .row {
  align-items: center;
}
.cid-u8bPOUzOM2 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8bPOUzOM2 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bPOUzOM2 .img-wrap {
    right: 0;
  }
}
.cid-u8bPOUzOM2 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u8bPOUzOM2 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u8bPOUzOM2 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bPOUzOM2 .col-text {
    padding-right: 4rem;
  }
}
.cid-u8bPOUzOM2 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bPOUzOM2 .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u8bPOUzOM2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u8bPOUzOM2 .text-wrapper:hover {
  color: #50b80d;
}
.cid-u8bPOUzOM2 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u8bPOUzOM2 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u8bPOUzOM2 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u8bPOUzOM2 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bPOUzOM2 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u8bPOUzOM2 .icon-box {
  margin-top: 1rem;
}
.cid-u8bPOUzOM2 .icon-box span {
  color: #50b80d;
}
.cid-u8bPOUzOM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8bPOUzOM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8bPOUzOM2 .mbr-section-title,
.cid-u8bPOUzOM2 .mbr-section-btn {
  color: #5ccd13;
}
.cid-u8bSsEYu2S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u8bSsEYu2S .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8bSsEYu2S .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8bSsEYu2S .row {
  align-items: center;
}
.cid-u8bSsEYu2S .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8bSsEYu2S .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bSsEYu2S .img-wrap {
    right: 0;
  }
}
.cid-u8bSsEYu2S .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u8bSsEYu2S .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u8bSsEYu2S .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bSsEYu2S .col-text {
    padding-right: 4rem;
  }
}
.cid-u8bSsEYu2S .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bSsEYu2S .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u8bSsEYu2S .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u8bSsEYu2S .text-wrapper:hover {
  color: #50b80d;
}
.cid-u8bSsEYu2S .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u8bSsEYu2S .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u8bSsEYu2S .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u8bSsEYu2S .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bSsEYu2S .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u8bSsEYu2S .icon-box {
  margin-top: 1rem;
}
.cid-u8bSsEYu2S .icon-box span {
  color: #50b80d;
}
.cid-u8bSsEYu2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8bSsEYu2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8bSsEYu2S .mbr-section-title,
.cid-u8bSsEYu2S .mbr-section-btn {
  color: #5ccd13;
}
.cid-u8bSthTLbd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-u8bSthTLbd .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8bSthTLbd .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8bSthTLbd .row {
  align-items: center;
}
.cid-u8bSthTLbd .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8bSthTLbd .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bSthTLbd .img-wrap {
    right: 0;
  }
}
.cid-u8bSthTLbd .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-u8bSthTLbd .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-u8bSthTLbd .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-u8bSthTLbd .col-text {
    padding-right: 4rem;
  }
}
.cid-u8bSthTLbd .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bSthTLbd .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-u8bSthTLbd .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-u8bSthTLbd .text-wrapper:hover {
  color: #50b80d;
}
.cid-u8bSthTLbd .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-u8bSthTLbd .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-u8bSthTLbd .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-u8bSthTLbd .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-u8bSthTLbd .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-u8bSthTLbd .icon-box {
  margin-top: 1rem;
}
.cid-u8bSthTLbd .icon-box span {
  color: #50b80d;
}
.cid-u8bSthTLbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8bSthTLbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8bSthTLbd .mbr-section-title,
.cid-u8bSthTLbd .mbr-section-btn {
  color: #5ccd13;
}
.cid-uabhAU4jES {
  background-color: transparent;
}
.cid-uabhAU4jES .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uabhAU4jES .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uabhAU4jES .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uabhAU4jES .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uabhAU4jES .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uabhAU4jES .menu_box .navbar.opened,
  .cid-uabhAU4jES .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uabhAU4jES .navbar-dropdown {
  position: relative !important;
}
.cid-uabhAU4jES .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uabhAU4jES .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uabhAU4jES .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uabhAU4jES .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uabhAU4jES .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uabhAU4jES .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uabhAU4jES .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uabhAU4jES .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uabhAU4jES .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uabhAU4jES .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uabhAU4jES .offcanvas-body .mbr-text,
  .cid-uabhAU4jES .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uabhAU4jES .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uabhAU4jES .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uabhAU4jES .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uabhAU4jES .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uabhAU4jES .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uabhAU4jES .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uabhAU4jES .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uabhAU4jES ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uabhAU4jES .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uabhAU4jES .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uabhAU4jES .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uabhAU4jES li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uabhAU4jES .lg_brand {
    margin: 0 1rem;
  }
  .cid-uabhAU4jES .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uabhAU4jES .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uabhAU4jES .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uabhAU4jES .nav-item {
    margin: 0 !important;
  }
}
.cid-uabhAU4jES .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uabhAU4jES .nav-item .nav-link:hover,
.cid-uabhAU4jES .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-uabhAU4jES .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uabhAU4jES .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uabhAU4jES .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uabhAU4jES .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uabhAU4jES .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uabhAU4jES .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uabhAU4jES .offcanvas_box {
    display: none;
  }
}
.cid-uabhAU4jES .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uabhAU4jES .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uabhAU4jES .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uabhAU4jES .container {
  display: flex;
  margin: auto;
}
.cid-uabhAU4jES .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uabhAU4jES .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uabhAU4jES .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uabhAU4jES .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uabhAU4jES .navbar-nav {
    margin: 0;
  }
}
.cid-uabhAU4jES .dropdown-menu,
.cid-uabhAU4jES .navbar.opened {
  background-color: false !important;
}
.cid-uabhAU4jES .nav-item:focus,
.cid-uabhAU4jES .nav-link:focus {
  outline: none;
}
.cid-uabhAU4jES .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uabhAU4jES .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uabhAU4jES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uabhAU4jES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uabhAU4jES .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uabhAU4jES .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uabhAU4jES .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uabhAU4jES .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uabhAU4jES .navbar.opened {
  transition: all 0.3s;
}
.cid-uabhAU4jES .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uabhAU4jES .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uabhAU4jES .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uabhAU4jES .navbar.collapsed {
  justify-content: center;
}
.cid-uabhAU4jES .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uabhAU4jES .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uabhAU4jES .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uabhAU4jES .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uabhAU4jES .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uabhAU4jES .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uabhAU4jES .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uabhAU4jES .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uabhAU4jES .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uabhAU4jES .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uabhAU4jES .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uabhAU4jES .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uabhAU4jES .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uabhAU4jES .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uabhAU4jES .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uabhAU4jES .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uabhAU4jES .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uabhAU4jES .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uabhAU4jES .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uabhAU4jES .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uabhAU4jES .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uabhAU4jES .navbar.navbar-short {
  min-height: 60px;
}
.cid-uabhAU4jES .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uabhAU4jES .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uabhAU4jES .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-uabhAU4jES .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uabhAU4jES .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uabhAU4jES .dropdown-item.active,
.cid-uabhAU4jES .dropdown-item:active {
  background-color: transparent;
}
.cid-uabhAU4jES .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uabhAU4jES .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uabhAU4jES .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uabhAU4jES .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uabhAU4jES ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uabhAU4jES .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uabhAU4jES button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uabhAU4jES button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uabhAU4jES button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uabhAU4jES button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uabhAU4jES button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uabhAU4jES button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uabhAU4jES nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uabhAU4jES nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uabhAU4jES nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uabhAU4jES nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uabhAU4jES a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uabhAU4jES .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-uabhAU4jES .navbar {
    height: 70px;
  }
  .cid-uabhAU4jES .navbar.opened {
    height: auto;
  }
  .cid-uabhAU4jES .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uabhAU4jES .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uabhAU4jES .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uabhAU4jES .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uabhAU4jES .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uabhAU4jES .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uabhAU4jES .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-uabhAU4jES .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uabhAU4jES .text_widget {
  margin-bottom: 32px;
}
.cid-uabhAU4jES .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uabhAU4jES .text_widget a:hover,
.cid-uabhAU4jES .text_widget a:focus {
  opacity: .6;
}
.cid-uabhAU4jES .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uabhAU4jES .navbar-caption {
  color: #f2ac2b;
}
.cid-uabhAU4jES .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uabhAU4jES .mbr-section-subtitle,
.cid-uabhAU4jES .text_widget,
.cid-uabhAU4jES .mbr-section-btn {
  text-align: center;
}
.cid-uabhAU4jES a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uabhAUtZTX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAUtZTX .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAUtZTX .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAUtZTX .row {
  align-items: center;
}
.cid-uabhAUtZTX .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAUtZTX .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUtZTX .img-wrap {
    right: 0;
  }
}
.cid-uabhAUtZTX .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAUtZTX .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAUtZTX .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUtZTX .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAUtZTX .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUtZTX .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-uabhAUtZTX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAUtZTX .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAUtZTX .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAUtZTX .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAUtZTX .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAUtZTX .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUtZTX .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAUtZTX .icon-box {
  margin-top: 1rem;
}
.cid-uabhAUtZTX .icon-box span {
  color: #50b80d;
}
.cid-uabhAUtZTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAUtZTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAUtZTX .mbr-section-title,
.cid-uabhAUtZTX .mbr-section-btn {
  text-align: center;
}
.cid-uabhAUDa5c {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAUDa5c .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAUDa5c .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAUDa5c .row {
  align-items: center;
}
.cid-uabhAUDa5c .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAUDa5c .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUDa5c .img-wrap {
    right: 0;
  }
}
.cid-uabhAUDa5c .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAUDa5c .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAUDa5c .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUDa5c .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAUDa5c .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUDa5c .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUDa5c .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAUDa5c .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAUDa5c .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAUDa5c .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAUDa5c .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAUDa5c .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUDa5c .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAUDa5c .icon-box {
  margin-top: 1rem;
}
.cid-uabhAUDa5c .icon-box span {
  color: #50b80d;
}
.cid-uabhAUDa5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAUDa5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAUNTWE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAUNTWE .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAUNTWE .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAUNTWE .row {
  align-items: center;
}
.cid-uabhAUNTWE .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAUNTWE .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUNTWE .img-wrap {
    right: 0;
  }
}
.cid-uabhAUNTWE .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAUNTWE .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAUNTWE .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUNTWE .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAUNTWE .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUNTWE .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUNTWE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAUNTWE .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAUNTWE .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAUNTWE .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAUNTWE .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAUNTWE .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUNTWE .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAUNTWE .icon-box {
  margin-top: 1rem;
}
.cid-uabhAUNTWE .icon-box span {
  color: #50b80d;
}
.cid-uabhAUNTWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAUNTWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAUXVYL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAUXVYL .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAUXVYL .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAUXVYL .row {
  align-items: center;
}
.cid-uabhAUXVYL .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAUXVYL .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUXVYL .img-wrap {
    right: 0;
  }
}
.cid-uabhAUXVYL .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAUXVYL .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAUXVYL .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAUXVYL .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAUXVYL .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUXVYL .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUXVYL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAUXVYL .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAUXVYL .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAUXVYL .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAUXVYL .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAUXVYL .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAUXVYL .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAUXVYL .icon-box {
  margin-top: 1rem;
}
.cid-uabhAUXVYL .icon-box span {
  color: #50b80d;
}
.cid-uabhAUXVYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAUXVYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAV7LNo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAV7LNo .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAV7LNo .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAV7LNo .row {
  align-items: center;
}
.cid-uabhAV7LNo .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAV7LNo .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAV7LNo .img-wrap {
    right: 0;
  }
}
.cid-uabhAV7LNo .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAV7LNo .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAV7LNo .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAV7LNo .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAV7LNo .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAV7LNo .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAV7LNo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAV7LNo .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAV7LNo .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAV7LNo .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAV7LNo .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAV7LNo .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAV7LNo .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAV7LNo .icon-box {
  margin-top: 1rem;
}
.cid-uabhAV7LNo .icon-box span {
  color: #50b80d;
}
.cid-uabhAV7LNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAV7LNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAVi3aj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAVi3aj .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAVi3aj .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAVi3aj .row {
  align-items: center;
}
.cid-uabhAVi3aj .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAVi3aj .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAVi3aj .img-wrap {
    right: 0;
  }
}
.cid-uabhAVi3aj .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAVi3aj .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAVi3aj .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAVi3aj .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAVi3aj .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVi3aj .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVi3aj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAVi3aj .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAVi3aj .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAVi3aj .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAVi3aj .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAVi3aj .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVi3aj .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAVi3aj .icon-box {
  margin-top: 1rem;
}
.cid-uabhAVi3aj .icon-box span {
  color: #50b80d;
}
.cid-uabhAVi3aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAVi3aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAVuyRX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAVuyRX .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAVuyRX .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAVuyRX .row {
  align-items: center;
}
.cid-uabhAVuyRX .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAVuyRX .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAVuyRX .img-wrap {
    right: 0;
  }
}
.cid-uabhAVuyRX .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAVuyRX .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAVuyRX .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAVuyRX .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAVuyRX .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVuyRX .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVuyRX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAVuyRX .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAVuyRX .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAVuyRX .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAVuyRX .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAVuyRX .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVuyRX .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAVuyRX .icon-box {
  margin-top: 1rem;
}
.cid-uabhAVuyRX .icon-box span {
  color: #50b80d;
}
.cid-uabhAVuyRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAVuyRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAVPshk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAVPshk .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAVPshk .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAVPshk .row {
  align-items: center;
}
.cid-uabhAVPshk .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAVPshk .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAVPshk .img-wrap {
    right: 0;
  }
}
.cid-uabhAVPshk .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAVPshk .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAVPshk .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAVPshk .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAVPshk .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVPshk .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVPshk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAVPshk .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAVPshk .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAVPshk .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAVPshk .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAVPshk .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAVPshk .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAVPshk .icon-box {
  margin-top: 1rem;
}
.cid-uabhAVPshk .icon-box span {
  color: #50b80d;
}
.cid-uabhAVPshk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAVPshk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAW0OM8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAW0OM8 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAW0OM8 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAW0OM8 .row {
  align-items: center;
}
.cid-uabhAW0OM8 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAW0OM8 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAW0OM8 .img-wrap {
    right: 0;
  }
}
.cid-uabhAW0OM8 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAW0OM8 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAW0OM8 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAW0OM8 .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAW0OM8 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAW0OM8 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAW0OM8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAW0OM8 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAW0OM8 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAW0OM8 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAW0OM8 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAW0OM8 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAW0OM8 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAW0OM8 .icon-box {
  margin-top: 1rem;
}
.cid-uabhAW0OM8 .icon-box span {
  color: #50b80d;
}
.cid-uabhAW0OM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAW0OM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabhAWbc9u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uabhAWbc9u .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uabhAWbc9u .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uabhAWbc9u .row {
  align-items: center;
}
.cid-uabhAWbc9u .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uabhAWbc9u .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAWbc9u .img-wrap {
    right: 0;
  }
}
.cid-uabhAWbc9u .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uabhAWbc9u .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uabhAWbc9u .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uabhAWbc9u .col-text {
    padding-right: 4rem;
  }
}
.cid-uabhAWbc9u .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAWbc9u .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAWbc9u .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uabhAWbc9u .text-wrapper:hover {
  color: #50b80d;
}
.cid-uabhAWbc9u .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uabhAWbc9u .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uabhAWbc9u .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uabhAWbc9u .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uabhAWbc9u .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uabhAWbc9u .icon-box {
  margin-top: 1rem;
}
.cid-uabhAWbc9u .icon-box span {
  color: #50b80d;
}
.cid-uabhAWbc9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabhAWbc9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uang0qjLQc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uang0qjLQc .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uang0qjLQc .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uang0qjLQc .row {
  align-items: center;
}
.cid-uang0qjLQc .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uang0qjLQc .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uang0qjLQc .img-wrap {
    right: 0;
  }
}
.cid-uang0qjLQc .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uang0qjLQc .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uang0qjLQc .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uang0qjLQc .col-text {
    padding-right: 4rem;
  }
}
.cid-uang0qjLQc .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uang0qjLQc .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-uang0qjLQc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uang0qjLQc .text-wrapper:hover {
  color: #50b80d;
}
.cid-uang0qjLQc .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uang0qjLQc .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uang0qjLQc .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uang0qjLQc .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uang0qjLQc .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uang0qjLQc .icon-box {
  margin-top: 1rem;
}
.cid-uang0qjLQc .icon-box span {
  color: #50b80d;
}
.cid-uang0qjLQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uang0qjLQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uang0qjLQc .mbr-section-title,
.cid-uang0qjLQc .mbr-section-btn {
  color: #5ccd13;
}
.cid-uanlo5mE0N {
  background-color: transparent;
}
.cid-uanlo5mE0N .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uanlo5mE0N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uanlo5mE0N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uanlo5mE0N .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uanlo5mE0N .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uanlo5mE0N .menu_box .navbar.opened,
  .cid-uanlo5mE0N .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uanlo5mE0N .navbar-dropdown {
  position: relative !important;
}
.cid-uanlo5mE0N .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uanlo5mE0N .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uanlo5mE0N .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uanlo5mE0N .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uanlo5mE0N .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uanlo5mE0N .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uanlo5mE0N .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uanlo5mE0N .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uanlo5mE0N .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uanlo5mE0N .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uanlo5mE0N .offcanvas-body .mbr-text,
  .cid-uanlo5mE0N .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uanlo5mE0N .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uanlo5mE0N .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uanlo5mE0N .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uanlo5mE0N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uanlo5mE0N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uanlo5mE0N .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uanlo5mE0N .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uanlo5mE0N ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uanlo5mE0N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uanlo5mE0N .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uanlo5mE0N .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uanlo5mE0N li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uanlo5mE0N .lg_brand {
    margin: 0 1rem;
  }
  .cid-uanlo5mE0N .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uanlo5mE0N .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uanlo5mE0N .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uanlo5mE0N .nav-item {
    margin: 0 !important;
  }
}
.cid-uanlo5mE0N .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uanlo5mE0N .nav-item .nav-link:hover,
.cid-uanlo5mE0N .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-uanlo5mE0N .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uanlo5mE0N .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uanlo5mE0N .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uanlo5mE0N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uanlo5mE0N .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uanlo5mE0N .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uanlo5mE0N .offcanvas_box {
    display: none;
  }
}
.cid-uanlo5mE0N .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uanlo5mE0N .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uanlo5mE0N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uanlo5mE0N .container {
  display: flex;
  margin: auto;
}
.cid-uanlo5mE0N .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uanlo5mE0N .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uanlo5mE0N .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uanlo5mE0N .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uanlo5mE0N .navbar-nav {
    margin: 0;
  }
}
.cid-uanlo5mE0N .dropdown-menu,
.cid-uanlo5mE0N .navbar.opened {
  background-color: false !important;
}
.cid-uanlo5mE0N .nav-item:focus,
.cid-uanlo5mE0N .nav-link:focus {
  outline: none;
}
.cid-uanlo5mE0N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uanlo5mE0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uanlo5mE0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uanlo5mE0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uanlo5mE0N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uanlo5mE0N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uanlo5mE0N .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uanlo5mE0N .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uanlo5mE0N .navbar.opened {
  transition: all 0.3s;
}
.cid-uanlo5mE0N .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uanlo5mE0N .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uanlo5mE0N .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uanlo5mE0N .navbar.collapsed {
  justify-content: center;
}
.cid-uanlo5mE0N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uanlo5mE0N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uanlo5mE0N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uanlo5mE0N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uanlo5mE0N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uanlo5mE0N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uanlo5mE0N .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uanlo5mE0N .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uanlo5mE0N .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uanlo5mE0N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uanlo5mE0N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uanlo5mE0N .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uanlo5mE0N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uanlo5mE0N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uanlo5mE0N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uanlo5mE0N .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uanlo5mE0N .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uanlo5mE0N .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uanlo5mE0N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uanlo5mE0N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uanlo5mE0N .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uanlo5mE0N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uanlo5mE0N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uanlo5mE0N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uanlo5mE0N .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-uanlo5mE0N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uanlo5mE0N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uanlo5mE0N .dropdown-item.active,
.cid-uanlo5mE0N .dropdown-item:active {
  background-color: transparent;
}
.cid-uanlo5mE0N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uanlo5mE0N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uanlo5mE0N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uanlo5mE0N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uanlo5mE0N ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uanlo5mE0N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uanlo5mE0N button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uanlo5mE0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uanlo5mE0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uanlo5mE0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uanlo5mE0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uanlo5mE0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uanlo5mE0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uanlo5mE0N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uanlo5mE0N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uanlo5mE0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uanlo5mE0N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uanlo5mE0N .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-uanlo5mE0N .navbar {
    height: 70px;
  }
  .cid-uanlo5mE0N .navbar.opened {
    height: auto;
  }
  .cid-uanlo5mE0N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uanlo5mE0N .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uanlo5mE0N .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uanlo5mE0N .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uanlo5mE0N .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uanlo5mE0N .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uanlo5mE0N .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-uanlo5mE0N .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uanlo5mE0N .text_widget {
  margin-bottom: 32px;
}
.cid-uanlo5mE0N .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uanlo5mE0N .text_widget a:hover,
.cid-uanlo5mE0N .text_widget a:focus {
  opacity: .6;
}
.cid-uanlo5mE0N .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uanlo5mE0N .navbar-caption {
  color: #f2ac2b;
}
.cid-uanlo5mE0N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uanlo5mE0N .mbr-section-subtitle,
.cid-uanlo5mE0N .text_widget,
.cid-uanlo5mE0N .mbr-section-btn {
  text-align: center;
}
.cid-uanlo5mE0N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uanlo5Laqu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo5Laqu .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo5Laqu .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo5Laqu .row {
  align-items: center;
}
.cid-uanlo5Laqu .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo5Laqu .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo5Laqu .img-wrap {
    right: 0;
  }
}
.cid-uanlo5Laqu .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo5Laqu .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo5Laqu .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo5Laqu .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo5Laqu .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo5Laqu .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-uanlo5Laqu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo5Laqu .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo5Laqu .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo5Laqu .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo5Laqu .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo5Laqu .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo5Laqu .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo5Laqu .icon-box {
  margin-top: 1rem;
}
.cid-uanlo5Laqu .icon-box span {
  color: #50b80d;
}
.cid-uanlo5Laqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo5Laqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo5Laqu .mbr-section-title,
.cid-uanlo5Laqu .mbr-section-btn {
  text-align: center;
}
.cid-uanlo5W2kh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo5W2kh .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo5W2kh .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo5W2kh .row {
  align-items: center;
}
.cid-uanlo5W2kh .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo5W2kh .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo5W2kh .img-wrap {
    right: 0;
  }
}
.cid-uanlo5W2kh .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo5W2kh .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo5W2kh .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo5W2kh .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo5W2kh .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo5W2kh .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo5W2kh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo5W2kh .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo5W2kh .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo5W2kh .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo5W2kh .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo5W2kh .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo5W2kh .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo5W2kh .icon-box {
  margin-top: 1rem;
}
.cid-uanlo5W2kh .icon-box span {
  color: #50b80d;
}
.cid-uanlo5W2kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo5W2kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo67ufC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo67ufC .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo67ufC .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo67ufC .row {
  align-items: center;
}
.cid-uanlo67ufC .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo67ufC .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo67ufC .img-wrap {
    right: 0;
  }
}
.cid-uanlo67ufC .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo67ufC .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo67ufC .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo67ufC .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo67ufC .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo67ufC .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo67ufC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo67ufC .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo67ufC .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo67ufC .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo67ufC .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo67ufC .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo67ufC .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo67ufC .icon-box {
  margin-top: 1rem;
}
.cid-uanlo67ufC .icon-box span {
  color: #50b80d;
}
.cid-uanlo67ufC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo67ufC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo6hA7z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo6hA7z .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo6hA7z .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo6hA7z .row {
  align-items: center;
}
.cid-uanlo6hA7z .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo6hA7z .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6hA7z .img-wrap {
    right: 0;
  }
}
.cid-uanlo6hA7z .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo6hA7z .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo6hA7z .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6hA7z .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo6hA7z .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6hA7z .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6hA7z .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo6hA7z .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo6hA7z .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo6hA7z .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo6hA7z .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo6hA7z .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6hA7z .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo6hA7z .icon-box {
  margin-top: 1rem;
}
.cid-uanlo6hA7z .icon-box span {
  color: #50b80d;
}
.cid-uanlo6hA7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo6hA7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo6sLZm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo6sLZm .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo6sLZm .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo6sLZm .row {
  align-items: center;
}
.cid-uanlo6sLZm .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo6sLZm .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6sLZm .img-wrap {
    right: 0;
  }
}
.cid-uanlo6sLZm .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo6sLZm .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo6sLZm .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6sLZm .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo6sLZm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6sLZm .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6sLZm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo6sLZm .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo6sLZm .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo6sLZm .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo6sLZm .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo6sLZm .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6sLZm .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo6sLZm .icon-box {
  margin-top: 1rem;
}
.cid-uanlo6sLZm .icon-box span {
  color: #50b80d;
}
.cid-uanlo6sLZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo6sLZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo6CABt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo6CABt .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo6CABt .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo6CABt .row {
  align-items: center;
}
.cid-uanlo6CABt .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo6CABt .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6CABt .img-wrap {
    right: 0;
  }
}
.cid-uanlo6CABt .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo6CABt .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo6CABt .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6CABt .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo6CABt .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6CABt .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6CABt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo6CABt .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo6CABt .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo6CABt .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo6CABt .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo6CABt .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6CABt .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo6CABt .icon-box {
  margin-top: 1rem;
}
.cid-uanlo6CABt .icon-box span {
  color: #50b80d;
}
.cid-uanlo6CABt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo6CABt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo6NTBN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo6NTBN .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo6NTBN .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo6NTBN .row {
  align-items: center;
}
.cid-uanlo6NTBN .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo6NTBN .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6NTBN .img-wrap {
    right: 0;
  }
}
.cid-uanlo6NTBN .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo6NTBN .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo6NTBN .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6NTBN .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo6NTBN .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6NTBN .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6NTBN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo6NTBN .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo6NTBN .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo6NTBN .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo6NTBN .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo6NTBN .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6NTBN .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo6NTBN .icon-box {
  margin-top: 1rem;
}
.cid-uanlo6NTBN .icon-box span {
  color: #50b80d;
}
.cid-uanlo6NTBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo6NTBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo6Zomw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo6Zomw .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo6Zomw .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo6Zomw .row {
  align-items: center;
}
.cid-uanlo6Zomw .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo6Zomw .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6Zomw .img-wrap {
    right: 0;
  }
}
.cid-uanlo6Zomw .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo6Zomw .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo6Zomw .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo6Zomw .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo6Zomw .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6Zomw .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6Zomw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo6Zomw .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo6Zomw .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo6Zomw .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo6Zomw .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo6Zomw .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo6Zomw .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo6Zomw .icon-box {
  margin-top: 1rem;
}
.cid-uanlo6Zomw .icon-box span {
  color: #50b80d;
}
.cid-uanlo6Zomw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo6Zomw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo79M4b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo79M4b .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo79M4b .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo79M4b .row {
  align-items: center;
}
.cid-uanlo79M4b .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo79M4b .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo79M4b .img-wrap {
    right: 0;
  }
}
.cid-uanlo79M4b .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo79M4b .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo79M4b .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo79M4b .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo79M4b .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo79M4b .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo79M4b .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo79M4b .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo79M4b .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo79M4b .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo79M4b .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo79M4b .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo79M4b .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo79M4b .icon-box {
  margin-top: 1rem;
}
.cid-uanlo79M4b .icon-box span {
  color: #50b80d;
}
.cid-uanlo79M4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo79M4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo7kNdb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo7kNdb .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo7kNdb .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo7kNdb .row {
  align-items: center;
}
.cid-uanlo7kNdb .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo7kNdb .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo7kNdb .img-wrap {
    right: 0;
  }
}
.cid-uanlo7kNdb .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo7kNdb .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo7kNdb .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo7kNdb .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo7kNdb .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo7kNdb .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo7kNdb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo7kNdb .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo7kNdb .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo7kNdb .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo7kNdb .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo7kNdb .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo7kNdb .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo7kNdb .icon-box {
  margin-top: 1rem;
}
.cid-uanlo7kNdb .icon-box span {
  color: #50b80d;
}
.cid-uanlo7kNdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo7kNdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo7uHZI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uanlo7uHZI .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanlo7uHZI .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uanlo7uHZI .row {
  align-items: center;
}
.cid-uanlo7uHZI .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uanlo7uHZI .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo7uHZI .img-wrap {
    right: 0;
  }
}
.cid-uanlo7uHZI .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uanlo7uHZI .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uanlo7uHZI .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uanlo7uHZI .col-text {
    padding-right: 4rem;
  }
}
.cid-uanlo7uHZI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo7uHZI .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-uanlo7uHZI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uanlo7uHZI .text-wrapper:hover {
  color: #50b80d;
}
.cid-uanlo7uHZI .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uanlo7uHZI .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uanlo7uHZI .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uanlo7uHZI .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uanlo7uHZI .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uanlo7uHZI .icon-box {
  margin-top: 1rem;
}
.cid-uanlo7uHZI .icon-box span {
  color: #50b80d;
}
.cid-uanlo7uHZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanlo7uHZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanlo7uHZI .mbr-section-title,
.cid-uanlo7uHZI .mbr-section-btn {
  color: #5ccd13;
}
.cid-uaQe0P3puh {
  background-color: transparent;
}
.cid-uaQe0P3puh .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uaQe0P3puh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uaQe0P3puh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaQe0P3puh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaQe0P3puh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uaQe0P3puh .menu_box .navbar.opened,
  .cid-uaQe0P3puh .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uaQe0P3puh .navbar-dropdown {
  position: relative !important;
}
.cid-uaQe0P3puh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uaQe0P3puh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0P3puh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uaQe0P3puh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uaQe0P3puh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uaQe0P3puh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uaQe0P3puh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uaQe0P3puh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uaQe0P3puh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uaQe0P3puh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uaQe0P3puh .offcanvas-body .mbr-text,
  .cid-uaQe0P3puh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uaQe0P3puh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uaQe0P3puh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uaQe0P3puh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uaQe0P3puh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uaQe0P3puh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uaQe0P3puh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uaQe0P3puh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uaQe0P3puh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uaQe0P3puh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uaQe0P3puh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uaQe0P3puh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uaQe0P3puh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uaQe0P3puh .lg_brand {
    margin: 0 1rem;
  }
  .cid-uaQe0P3puh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uaQe0P3puh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uaQe0P3puh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0P3puh .nav-item {
    margin: 0 !important;
  }
}
.cid-uaQe0P3puh .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uaQe0P3puh .nav-item .nav-link:hover,
.cid-uaQe0P3puh .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-uaQe0P3puh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uaQe0P3puh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uaQe0P3puh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0P3puh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uaQe0P3puh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uaQe0P3puh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uaQe0P3puh .offcanvas_box {
    display: none;
  }
}
.cid-uaQe0P3puh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uaQe0P3puh .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uaQe0P3puh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uaQe0P3puh .container {
  display: flex;
  margin: auto;
}
.cid-uaQe0P3puh .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uaQe0P3puh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uaQe0P3puh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uaQe0P3puh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uaQe0P3puh .navbar-nav {
    margin: 0;
  }
}
.cid-uaQe0P3puh .dropdown-menu,
.cid-uaQe0P3puh .navbar.opened {
  background-color: false !important;
}
.cid-uaQe0P3puh .nav-item:focus,
.cid-uaQe0P3puh .nav-link:focus {
  outline: none;
}
.cid-uaQe0P3puh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaQe0P3puh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaQe0P3puh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaQe0P3puh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaQe0P3puh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaQe0P3puh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaQe0P3puh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uaQe0P3puh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uaQe0P3puh .navbar.opened {
  transition: all 0.3s;
}
.cid-uaQe0P3puh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uaQe0P3puh .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uaQe0P3puh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uaQe0P3puh .navbar.collapsed {
  justify-content: center;
}
.cid-uaQe0P3puh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaQe0P3puh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaQe0P3puh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaQe0P3puh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaQe0P3puh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaQe0P3puh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uaQe0P3puh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaQe0P3puh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uaQe0P3puh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uaQe0P3puh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaQe0P3puh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaQe0P3puh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uaQe0P3puh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaQe0P3puh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uaQe0P3puh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaQe0P3puh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uaQe0P3puh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uaQe0P3puh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uaQe0P3puh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uaQe0P3puh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaQe0P3puh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uaQe0P3puh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaQe0P3puh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaQe0P3puh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaQe0P3puh .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-uaQe0P3puh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uaQe0P3puh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaQe0P3puh .dropdown-item.active,
.cid-uaQe0P3puh .dropdown-item:active {
  background-color: transparent;
}
.cid-uaQe0P3puh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uaQe0P3puh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaQe0P3puh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaQe0P3puh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaQe0P3puh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uaQe0P3puh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaQe0P3puh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uaQe0P3puh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uaQe0P3puh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaQe0P3puh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaQe0P3puh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaQe0P3puh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaQe0P3puh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaQe0P3puh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaQe0P3puh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaQe0P3puh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaQe0P3puh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uaQe0P3puh .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-uaQe0P3puh .navbar {
    height: 70px;
  }
  .cid-uaQe0P3puh .navbar.opened {
    height: auto;
  }
  .cid-uaQe0P3puh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaQe0P3puh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uaQe0P3puh .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uaQe0P3puh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uaQe0P3puh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uaQe0P3puh .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uaQe0P3puh .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-uaQe0P3puh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uaQe0P3puh .text_widget {
  margin-bottom: 32px;
}
.cid-uaQe0P3puh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uaQe0P3puh .text_widget a:hover,
.cid-uaQe0P3puh .text_widget a:focus {
  opacity: .6;
}
.cid-uaQe0P3puh .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uaQe0P3puh .navbar-caption {
  color: #f2ac2b;
}
.cid-uaQe0P3puh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uaQe0P3puh .mbr-section-subtitle,
.cid-uaQe0P3puh .text_widget,
.cid-uaQe0P3puh .mbr-section-btn {
  text-align: center;
}
.cid-uaQe0P3puh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uaQe0Pp7G4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0Pp7G4 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0Pp7G4 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0Pp7G4 .row {
  align-items: center;
}
.cid-uaQe0Pp7G4 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0Pp7G4 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Pp7G4 .img-wrap {
    right: 0;
  }
}
.cid-uaQe0Pp7G4 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0Pp7G4 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0Pp7G4 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Pp7G4 .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0Pp7G4 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Pp7G4 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-uaQe0Pp7G4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0Pp7G4 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0Pp7G4 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0Pp7G4 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0Pp7G4 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0Pp7G4 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Pp7G4 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0Pp7G4 .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0Pp7G4 .icon-box span {
  color: #50b80d;
}
.cid-uaQe0Pp7G4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0Pp7G4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0Pp7G4 .mbr-section-title,
.cid-uaQe0Pp7G4 .mbr-section-btn {
  text-align: center;
}
.cid-uaQe0PzYFq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0PzYFq .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0PzYFq .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0PzYFq .row {
  align-items: center;
}
.cid-uaQe0PzYFq .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0PzYFq .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0PzYFq .img-wrap {
    right: 0;
  }
}
.cid-uaQe0PzYFq .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0PzYFq .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0PzYFq .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0PzYFq .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0PzYFq .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PzYFq .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PzYFq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0PzYFq .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0PzYFq .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0PzYFq .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0PzYFq .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0PzYFq .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PzYFq .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0PzYFq .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0PzYFq .icon-box span {
  color: #50b80d;
}
.cid-uaQe0PzYFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0PzYFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0PIDAH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0PIDAH .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0PIDAH .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0PIDAH .row {
  align-items: center;
}
.cid-uaQe0PIDAH .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0PIDAH .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0PIDAH .img-wrap {
    right: 0;
  }
}
.cid-uaQe0PIDAH .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0PIDAH .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0PIDAH .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0PIDAH .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0PIDAH .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PIDAH .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PIDAH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0PIDAH .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0PIDAH .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0PIDAH .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0PIDAH .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0PIDAH .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PIDAH .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0PIDAH .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0PIDAH .icon-box span {
  color: #50b80d;
}
.cid-uaQe0PIDAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0PIDAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0PUKAp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0PUKAp .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0PUKAp .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0PUKAp .row {
  align-items: center;
}
.cid-uaQe0PUKAp .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0PUKAp .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0PUKAp .img-wrap {
    right: 0;
  }
}
.cid-uaQe0PUKAp .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0PUKAp .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0PUKAp .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0PUKAp .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0PUKAp .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PUKAp .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PUKAp .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0PUKAp .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0PUKAp .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0PUKAp .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0PUKAp .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0PUKAp .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0PUKAp .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0PUKAp .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0PUKAp .icon-box span {
  color: #50b80d;
}
.cid-uaQe0PUKAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0PUKAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0Q4Koq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0Q4Koq .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0Q4Koq .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0Q4Koq .row {
  align-items: center;
}
.cid-uaQe0Q4Koq .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0Q4Koq .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Q4Koq .img-wrap {
    right: 0;
  }
}
.cid-uaQe0Q4Koq .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0Q4Koq .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0Q4Koq .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Q4Koq .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0Q4Koq .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Q4Koq .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Q4Koq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0Q4Koq .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0Q4Koq .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0Q4Koq .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0Q4Koq .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0Q4Koq .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Q4Koq .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0Q4Koq .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0Q4Koq .icon-box span {
  color: #50b80d;
}
.cid-uaQe0Q4Koq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0Q4Koq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0QeZZ2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0QeZZ2 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0QeZZ2 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0QeZZ2 .row {
  align-items: center;
}
.cid-uaQe0QeZZ2 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0QeZZ2 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0QeZZ2 .img-wrap {
    right: 0;
  }
}
.cid-uaQe0QeZZ2 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0QeZZ2 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0QeZZ2 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0QeZZ2 .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0QeZZ2 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QeZZ2 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QeZZ2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0QeZZ2 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0QeZZ2 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0QeZZ2 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0QeZZ2 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0QeZZ2 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QeZZ2 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0QeZZ2 .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0QeZZ2 .icon-box span {
  color: #50b80d;
}
.cid-uaQe0QeZZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0QeZZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0Qoqkw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0Qoqkw .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0Qoqkw .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0Qoqkw .row {
  align-items: center;
}
.cid-uaQe0Qoqkw .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0Qoqkw .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Qoqkw .img-wrap {
    right: 0;
  }
}
.cid-uaQe0Qoqkw .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0Qoqkw .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0Qoqkw .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Qoqkw .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0Qoqkw .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Qoqkw .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Qoqkw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0Qoqkw .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0Qoqkw .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0Qoqkw .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0Qoqkw .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0Qoqkw .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Qoqkw .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0Qoqkw .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0Qoqkw .icon-box span {
  color: #50b80d;
}
.cid-uaQe0Qoqkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0Qoqkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0Qz9Nk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0Qz9Nk .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0Qz9Nk .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0Qz9Nk .row {
  align-items: center;
}
.cid-uaQe0Qz9Nk .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0Qz9Nk .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Qz9Nk .img-wrap {
    right: 0;
  }
}
.cid-uaQe0Qz9Nk .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0Qz9Nk .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0Qz9Nk .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0Qz9Nk .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0Qz9Nk .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Qz9Nk .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Qz9Nk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0Qz9Nk .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0Qz9Nk .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0Qz9Nk .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0Qz9Nk .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0Qz9Nk .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0Qz9Nk .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0Qz9Nk .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0Qz9Nk .icon-box span {
  color: #50b80d;
}
.cid-uaQe0Qz9Nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0Qz9Nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0QJ0xm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0QJ0xm .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0QJ0xm .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0QJ0xm .row {
  align-items: center;
}
.cid-uaQe0QJ0xm .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0QJ0xm .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0QJ0xm .img-wrap {
    right: 0;
  }
}
.cid-uaQe0QJ0xm .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0QJ0xm .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0QJ0xm .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0QJ0xm .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0QJ0xm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QJ0xm .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QJ0xm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0QJ0xm .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0QJ0xm .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0QJ0xm .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0QJ0xm .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0QJ0xm .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QJ0xm .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0QJ0xm .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0QJ0xm .icon-box span {
  color: #50b80d;
}
.cid-uaQe0QJ0xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0QJ0xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0QUxpw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0QUxpw .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0QUxpw .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0QUxpw .row {
  align-items: center;
}
.cid-uaQe0QUxpw .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0QUxpw .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0QUxpw .img-wrap {
    right: 0;
  }
}
.cid-uaQe0QUxpw .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0QUxpw .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0QUxpw .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0QUxpw .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0QUxpw .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QUxpw .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QUxpw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0QUxpw .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0QUxpw .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0QUxpw .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0QUxpw .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0QUxpw .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0QUxpw .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0QUxpw .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0QUxpw .icon-box span {
  color: #50b80d;
}
.cid-uaQe0QUxpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0QUxpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0R6frU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uaQe0R6frU .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQe0R6frU .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uaQe0R6frU .row {
  align-items: center;
}
.cid-uaQe0R6frU .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uaQe0R6frU .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0R6frU .img-wrap {
    right: 0;
  }
}
.cid-uaQe0R6frU .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uaQe0R6frU .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uaQe0R6frU .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQe0R6frU .col-text {
    padding-right: 4rem;
  }
}
.cid-uaQe0R6frU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0R6frU .mbr-text {
  color: #50b80d;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-uaQe0R6frU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uaQe0R6frU .text-wrapper:hover {
  color: #50b80d;
}
.cid-uaQe0R6frU .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uaQe0R6frU .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uaQe0R6frU .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uaQe0R6frU .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uaQe0R6frU .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uaQe0R6frU .icon-box {
  margin-top: 1rem;
}
.cid-uaQe0R6frU .icon-box span {
  color: #50b80d;
}
.cid-uaQe0R6frU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQe0R6frU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQe0R6frU .mbr-section-title,
.cid-uaQe0R6frU .mbr-section-btn {
  color: #5ccd13;
}
.cid-ubqsFp5ejW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-ubqsFp5ejW .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubqsFp5ejW .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ubqsFp5ejW .row {
  align-items: center;
}
.cid-ubqsFp5ejW .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ubqsFp5ejW .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubqsFp5ejW .img-wrap {
    right: 0;
  }
}
.cid-ubqsFp5ejW .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-ubqsFp5ejW .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-ubqsFp5ejW .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-ubqsFp5ejW .col-text {
    padding-right: 4rem;
  }
}
.cid-ubqsFp5ejW .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-ubqsFp5ejW .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-ubqsFp5ejW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-ubqsFp5ejW .text-wrapper:hover {
  color: #50b80d;
}
.cid-ubqsFp5ejW .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-ubqsFp5ejW .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-ubqsFp5ejW .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-ubqsFp5ejW .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-ubqsFp5ejW .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-ubqsFp5ejW .icon-box {
  margin-top: 1rem;
}
.cid-ubqsFp5ejW .icon-box span {
  color: #50b80d;
}
.cid-ubqsFp5ejW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqsFp5ejW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqm5PeQXE {
  background-color: transparent;
}
.cid-ubqm5PeQXE .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-ubqm5PeQXE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-ubqm5PeQXE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubqm5PeQXE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubqm5PeQXE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ubqm5PeQXE .menu_box .navbar.opened,
  .cid-ubqm5PeQXE .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ubqm5PeQXE .navbar-dropdown {
  position: relative !important;
}
.cid-ubqm5PeQXE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ubqm5PeQXE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubqm5PeQXE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ubqm5PeQXE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ubqm5PeQXE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ubqm5PeQXE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-ubqm5PeQXE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ubqm5PeQXE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ubqm5PeQXE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ubqm5PeQXE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ubqm5PeQXE .offcanvas-body .mbr-text,
  .cid-ubqm5PeQXE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ubqm5PeQXE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ubqm5PeQXE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ubqm5PeQXE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-ubqm5PeQXE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ubqm5PeQXE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ubqm5PeQXE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ubqm5PeQXE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ubqm5PeQXE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ubqm5PeQXE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubqm5PeQXE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ubqm5PeQXE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ubqm5PeQXE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ubqm5PeQXE .lg_brand {
    margin: 0 1rem;
  }
  .cid-ubqm5PeQXE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ubqm5PeQXE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ubqm5PeQXE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ubqm5PeQXE .nav-item {
    margin: 0 !important;
  }
}
.cid-ubqm5PeQXE .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ubqm5PeQXE .nav-item .nav-link:hover,
.cid-ubqm5PeQXE .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-ubqm5PeQXE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubqm5PeQXE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ubqm5PeQXE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ubqm5PeQXE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubqm5PeQXE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ubqm5PeQXE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ubqm5PeQXE .offcanvas_box {
    display: none;
  }
}
.cid-ubqm5PeQXE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ubqm5PeQXE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ubqm5PeQXE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ubqm5PeQXE .container {
  display: flex;
  margin: auto;
}
.cid-ubqm5PeQXE .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ubqm5PeQXE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ubqm5PeQXE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ubqm5PeQXE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ubqm5PeQXE .navbar-nav {
    margin: 0;
  }
}
.cid-ubqm5PeQXE .dropdown-menu,
.cid-ubqm5PeQXE .navbar.opened {
  background-color: false !important;
}
.cid-ubqm5PeQXE .nav-item:focus,
.cid-ubqm5PeQXE .nav-link:focus {
  outline: none;
}
.cid-ubqm5PeQXE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubqm5PeQXE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubqm5PeQXE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubqm5PeQXE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubqm5PeQXE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubqm5PeQXE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubqm5PeQXE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ubqm5PeQXE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ubqm5PeQXE .navbar.opened {
  transition: all 0.3s;
}
.cid-ubqm5PeQXE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ubqm5PeQXE .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ubqm5PeQXE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ubqm5PeQXE .navbar.collapsed {
  justify-content: center;
}
.cid-ubqm5PeQXE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubqm5PeQXE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubqm5PeQXE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubqm5PeQXE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubqm5PeQXE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubqm5PeQXE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ubqm5PeQXE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubqm5PeQXE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ubqm5PeQXE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ubqm5PeQXE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubqm5PeQXE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubqm5PeQXE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ubqm5PeQXE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubqm5PeQXE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ubqm5PeQXE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubqm5PeQXE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ubqm5PeQXE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubqm5PeQXE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ubqm5PeQXE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ubqm5PeQXE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubqm5PeQXE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ubqm5PeQXE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubqm5PeQXE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubqm5PeQXE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubqm5PeQXE .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-ubqm5PeQXE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ubqm5PeQXE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubqm5PeQXE .dropdown-item.active,
.cid-ubqm5PeQXE .dropdown-item:active {
  background-color: transparent;
}
.cid-ubqm5PeQXE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ubqm5PeQXE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubqm5PeQXE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubqm5PeQXE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubqm5PeQXE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ubqm5PeQXE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubqm5PeQXE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-ubqm5PeQXE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-ubqm5PeQXE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubqm5PeQXE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubqm5PeQXE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubqm5PeQXE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubqm5PeQXE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubqm5PeQXE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubqm5PeQXE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubqm5PeQXE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubqm5PeQXE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ubqm5PeQXE .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-ubqm5PeQXE .navbar {
    height: 70px;
  }
  .cid-ubqm5PeQXE .navbar.opened {
    height: auto;
  }
  .cid-ubqm5PeQXE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubqm5PeQXE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ubqm5PeQXE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-ubqm5PeQXE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ubqm5PeQXE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ubqm5PeQXE .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-ubqm5PeQXE .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-ubqm5PeQXE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ubqm5PeQXE .text_widget {
  margin-bottom: 32px;
}
.cid-ubqm5PeQXE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ubqm5PeQXE .text_widget a:hover,
.cid-ubqm5PeQXE .text_widget a:focus {
  opacity: .6;
}
.cid-ubqm5PeQXE .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ubqm5PeQXE .navbar-caption {
  color: #f2ac2b;
}
.cid-ubqm5PeQXE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ubqm5PeQXE .mbr-section-subtitle,
.cid-ubqm5PeQXE .text_widget,
.cid-ubqm5PeQXE .mbr-section-btn {
  text-align: center;
}
.cid-ubqm5PeQXE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubqm5PJ7et {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ubqm5PJ7et .list {
  list-style: none;
  padding-left: 0;
  color: #393193;
}
@media (max-width: 991px) {
  .cid-ubqm5PJ7et .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubqm5PJ7et .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ubqm5PJ7et .row {
    text-align: center;
  }
}
.cid-ubqm5PJ7et li {
  padding-bottom: 5px;
}
.cid-ubqm5PJ7et .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ubqm5PJ7et .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubqm5PJ7et div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubqm5PJ7et .mbr-iconfont {
  padding-right: 6px;
}
.cid-ubqm5PJ7et .copyright {
  color: #bbbbbb;
}
.cid-ubqm5PJ7et .soc-link,
.cid-ubqm5PJ7et .soc-wrapper {
  color: #ffffff;
}
.cid-ubqm5PJ7et .mbr-section-subtitle {
  color: #fb0505;
}
.cid-uIYZIfUsv5 {
  background-color: transparent;
}
.cid-uIYZIfUsv5 .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uIYZIfUsv5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uIYZIfUsv5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIYZIfUsv5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIYZIfUsv5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIYZIfUsv5 .menu_box .navbar.opened,
  .cid-uIYZIfUsv5 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIYZIfUsv5 .navbar-dropdown {
  position: relative !important;
}
.cid-uIYZIfUsv5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uIYZIfUsv5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIYZIfUsv5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIYZIfUsv5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIYZIfUsv5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIYZIfUsv5 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uIYZIfUsv5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIYZIfUsv5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIYZIfUsv5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIYZIfUsv5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIYZIfUsv5 .offcanvas-body .mbr-text,
  .cid-uIYZIfUsv5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIYZIfUsv5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIYZIfUsv5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIYZIfUsv5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uIYZIfUsv5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIYZIfUsv5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIYZIfUsv5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIYZIfUsv5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIYZIfUsv5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIYZIfUsv5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIYZIfUsv5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIYZIfUsv5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIYZIfUsv5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIYZIfUsv5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIYZIfUsv5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIYZIfUsv5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIYZIfUsv5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIYZIfUsv5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIYZIfUsv5 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uIYZIfUsv5 .nav-item .nav-link:hover,
.cid-uIYZIfUsv5 .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-uIYZIfUsv5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIYZIfUsv5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIYZIfUsv5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIYZIfUsv5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIYZIfUsv5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIYZIfUsv5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIYZIfUsv5 .offcanvas_box {
    display: none;
  }
}
.cid-uIYZIfUsv5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIYZIfUsv5 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIYZIfUsv5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIYZIfUsv5 .container {
  display: flex;
  margin: auto;
}
.cid-uIYZIfUsv5 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIYZIfUsv5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIYZIfUsv5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIYZIfUsv5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIYZIfUsv5 .navbar-nav {
    margin: 0;
  }
}
.cid-uIYZIfUsv5 .dropdown-menu,
.cid-uIYZIfUsv5 .navbar.opened {
  background-color: false !important;
}
.cid-uIYZIfUsv5 .nav-item:focus,
.cid-uIYZIfUsv5 .nav-link:focus {
  outline: none;
}
.cid-uIYZIfUsv5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIYZIfUsv5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIYZIfUsv5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIYZIfUsv5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIYZIfUsv5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIYZIfUsv5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIYZIfUsv5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIYZIfUsv5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIYZIfUsv5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIYZIfUsv5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIYZIfUsv5 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uIYZIfUsv5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIYZIfUsv5 .navbar.collapsed {
  justify-content: center;
}
.cid-uIYZIfUsv5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIYZIfUsv5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIYZIfUsv5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIYZIfUsv5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIYZIfUsv5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIYZIfUsv5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIYZIfUsv5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIYZIfUsv5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIYZIfUsv5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIYZIfUsv5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIYZIfUsv5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIYZIfUsv5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIYZIfUsv5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIYZIfUsv5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIYZIfUsv5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIYZIfUsv5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIYZIfUsv5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIYZIfUsv5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIYZIfUsv5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIYZIfUsv5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIYZIfUsv5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIYZIfUsv5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIYZIfUsv5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIYZIfUsv5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIYZIfUsv5 .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-uIYZIfUsv5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uIYZIfUsv5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIYZIfUsv5 .dropdown-item.active,
.cid-uIYZIfUsv5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIYZIfUsv5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uIYZIfUsv5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIYZIfUsv5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIYZIfUsv5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIYZIfUsv5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIYZIfUsv5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIYZIfUsv5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uIYZIfUsv5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uIYZIfUsv5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIYZIfUsv5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIYZIfUsv5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIYZIfUsv5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIYZIfUsv5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIYZIfUsv5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIYZIfUsv5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIYZIfUsv5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIYZIfUsv5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIYZIfUsv5 .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-uIYZIfUsv5 .navbar {
    height: 70px;
  }
  .cid-uIYZIfUsv5 .navbar.opened {
    height: auto;
  }
  .cid-uIYZIfUsv5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIYZIfUsv5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uIYZIfUsv5 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uIYZIfUsv5 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIYZIfUsv5 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIYZIfUsv5 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uIYZIfUsv5 .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-uIYZIfUsv5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIYZIfUsv5 .text_widget {
  margin-bottom: 32px;
}
.cid-uIYZIfUsv5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIYZIfUsv5 .text_widget a:hover,
.cid-uIYZIfUsv5 .text_widget a:focus {
  opacity: .6;
}
.cid-uIYZIfUsv5 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uIYZIfUsv5 .navbar-caption {
  color: #f2ac2b;
}
.cid-uIYZIfUsv5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIYZIfUsv5 .mbr-section-subtitle,
.cid-uIYZIfUsv5 .text_widget,
.cid-uIYZIfUsv5 .mbr-section-btn {
  text-align: center;
}
.cid-uIYZIfUsv5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIYZIgjxaf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIYZIgjxaf .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIYZIgjxaf .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIYZIgjxaf .row {
  align-items: center;
}
.cid-uIYZIgjxaf .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIYZIgjxaf .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgjxaf .img-wrap {
    right: 0;
  }
}
.cid-uIYZIgjxaf .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIYZIgjxaf .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIYZIgjxaf .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgjxaf .col-text {
    padding-right: 4rem;
  }
}
.cid-uIYZIgjxaf .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgjxaf .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
  text-align: left;
}
.cid-uIYZIgjxaf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIYZIgjxaf .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIYZIgjxaf .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIYZIgjxaf .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIYZIgjxaf .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIYZIgjxaf .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgjxaf .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIYZIgjxaf .icon-box {
  margin-top: 1rem;
}
.cid-uIYZIgjxaf .icon-box span {
  color: #50b80d;
}
.cid-uIYZIgjxaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYZIgjxaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYZIgjxaf .mbr-section-title,
.cid-uIYZIgjxaf .mbr-section-btn {
  text-align: center;
}
.cid-uIYZIgw437 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIYZIgw437 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIYZIgw437 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIYZIgw437 .row {
  align-items: center;
}
.cid-uIYZIgw437 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIYZIgw437 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgw437 .img-wrap {
    right: 0;
  }
}
.cid-uIYZIgw437 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIYZIgw437 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIYZIgw437 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgw437 .col-text {
    padding-right: 4rem;
  }
}
.cid-uIYZIgw437 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgw437 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgw437 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIYZIgw437 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIYZIgw437 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIYZIgw437 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIYZIgw437 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIYZIgw437 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgw437 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIYZIgw437 .icon-box {
  margin-top: 1rem;
}
.cid-uIYZIgw437 .icon-box span {
  color: #50b80d;
}
.cid-uIYZIgw437 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYZIgw437 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYZIgIJjE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIYZIgIJjE .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIYZIgIJjE .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIYZIgIJjE .row {
  align-items: center;
}
.cid-uIYZIgIJjE .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIYZIgIJjE .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgIJjE .img-wrap {
    right: 0;
  }
}
.cid-uIYZIgIJjE .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIYZIgIJjE .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIYZIgIJjE .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgIJjE .col-text {
    padding-right: 4rem;
  }
}
.cid-uIYZIgIJjE .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgIJjE .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgIJjE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIYZIgIJjE .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIYZIgIJjE .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIYZIgIJjE .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIYZIgIJjE .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIYZIgIJjE .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgIJjE .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIYZIgIJjE .icon-box {
  margin-top: 1rem;
}
.cid-uIYZIgIJjE .icon-box span {
  color: #50b80d;
}
.cid-uIYZIgIJjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYZIgIJjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYZIgWmMk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIYZIgWmMk .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIYZIgWmMk .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIYZIgWmMk .row {
  align-items: center;
}
.cid-uIYZIgWmMk .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIYZIgWmMk .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgWmMk .img-wrap {
    right: 0;
  }
}
.cid-uIYZIgWmMk .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIYZIgWmMk .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIYZIgWmMk .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIYZIgWmMk .col-text {
    padding-right: 4rem;
  }
}
.cid-uIYZIgWmMk .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgWmMk .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgWmMk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIYZIgWmMk .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIYZIgWmMk .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIYZIgWmMk .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIYZIgWmMk .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIYZIgWmMk .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIYZIgWmMk .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIYZIgWmMk .icon-box {
  margin-top: 1rem;
}
.cid-uIYZIgWmMk .icon-box span {
  color: #50b80d;
}
.cid-uIYZIgWmMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYZIgWmMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZ0NO5Qhe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZ0NO5Qhe .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZ0NO5Qhe .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZ0NO5Qhe .row {
  align-items: center;
}
.cid-uIZ0NO5Qhe .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZ0NO5Qhe .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ0NO5Qhe .img-wrap {
    right: 0;
  }
}
.cid-uIZ0NO5Qhe .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZ0NO5Qhe .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZ0NO5Qhe .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ0NO5Qhe .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZ0NO5Qhe .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ0NO5Qhe .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ0NO5Qhe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZ0NO5Qhe .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZ0NO5Qhe .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZ0NO5Qhe .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZ0NO5Qhe .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZ0NO5Qhe .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ0NO5Qhe .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZ0NO5Qhe .icon-box {
  margin-top: 1rem;
}
.cid-uIZ0NO5Qhe .icon-box span {
  color: #50b80d;
}
.cid-uIZ0NO5Qhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZ0NO5Qhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZ0OKWxni {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZ0OKWxni .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZ0OKWxni .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZ0OKWxni .row {
  align-items: center;
}
.cid-uIZ0OKWxni .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZ0OKWxni .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ0OKWxni .img-wrap {
    right: 0;
  }
}
.cid-uIZ0OKWxni .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZ0OKWxni .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZ0OKWxni .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ0OKWxni .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZ0OKWxni .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ0OKWxni .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ0OKWxni .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZ0OKWxni .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZ0OKWxni .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZ0OKWxni .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZ0OKWxni .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZ0OKWxni .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ0OKWxni .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZ0OKWxni .icon-box {
  margin-top: 1rem;
}
.cid-uIZ0OKWxni .icon-box span {
  color: #50b80d;
}
.cid-uIZ0OKWxni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZ0OKWxni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZ5J7M1K5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZ5J7M1K5 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZ5J7M1K5 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZ5J7M1K5 .row {
  align-items: center;
}
.cid-uIZ5J7M1K5 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZ5J7M1K5 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ5J7M1K5 .img-wrap {
    right: 0;
  }
}
.cid-uIZ5J7M1K5 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZ5J7M1K5 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZ5J7M1K5 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ5J7M1K5 .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZ5J7M1K5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ5J7M1K5 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ5J7M1K5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZ5J7M1K5 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZ5J7M1K5 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZ5J7M1K5 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZ5J7M1K5 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZ5J7M1K5 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ5J7M1K5 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZ5J7M1K5 .icon-box {
  margin-top: 1rem;
}
.cid-uIZ5J7M1K5 .icon-box span {
  color: #50b80d;
}
.cid-uIZ5J7M1K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZ5J7M1K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZ63vkYj9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZ63vkYj9 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZ63vkYj9 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZ63vkYj9 .row {
  align-items: center;
}
.cid-uIZ63vkYj9 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZ63vkYj9 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ63vkYj9 .img-wrap {
    right: 0;
  }
}
.cid-uIZ63vkYj9 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZ63vkYj9 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZ63vkYj9 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ63vkYj9 .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZ63vkYj9 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ63vkYj9 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ63vkYj9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZ63vkYj9 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZ63vkYj9 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZ63vkYj9 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZ63vkYj9 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZ63vkYj9 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ63vkYj9 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZ63vkYj9 .icon-box {
  margin-top: 1rem;
}
.cid-uIZ63vkYj9 .icon-box span {
  color: #50b80d;
}
.cid-uIZ63vkYj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZ63vkYj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZ64pyfF8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZ64pyfF8 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZ64pyfF8 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZ64pyfF8 .row {
  align-items: center;
}
.cid-uIZ64pyfF8 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZ64pyfF8 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ64pyfF8 .img-wrap {
    right: 0;
  }
}
.cid-uIZ64pyfF8 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZ64pyfF8 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZ64pyfF8 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZ64pyfF8 .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZ64pyfF8 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ64pyfF8 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ64pyfF8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZ64pyfF8 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZ64pyfF8 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZ64pyfF8 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZ64pyfF8 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZ64pyfF8 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZ64pyfF8 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZ64pyfF8 .icon-box {
  margin-top: 1rem;
}
.cid-uIZ64pyfF8 .icon-box span {
  color: #50b80d;
}
.cid-uIZ64pyfF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZ64pyfF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZaivEz1O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZaivEz1O .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZaivEz1O .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZaivEz1O .row {
  align-items: center;
}
.cid-uIZaivEz1O .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZaivEz1O .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZaivEz1O .img-wrap {
    right: 0;
  }
}
.cid-uIZaivEz1O .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZaivEz1O .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZaivEz1O .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZaivEz1O .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZaivEz1O .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaivEz1O .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaivEz1O .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZaivEz1O .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZaivEz1O .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZaivEz1O .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZaivEz1O .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZaivEz1O .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaivEz1O .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZaivEz1O .icon-box {
  margin-top: 1rem;
}
.cid-uIZaivEz1O .icon-box span {
  color: #50b80d;
}
.cid-uIZaivEz1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZaivEz1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZaiOx7b3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZaiOx7b3 .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZaiOx7b3 .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZaiOx7b3 .row {
  align-items: center;
}
.cid-uIZaiOx7b3 .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZaiOx7b3 .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZaiOx7b3 .img-wrap {
    right: 0;
  }
}
.cid-uIZaiOx7b3 .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZaiOx7b3 .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZaiOx7b3 .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZaiOx7b3 .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZaiOx7b3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaiOx7b3 .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaiOx7b3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZaiOx7b3 .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZaiOx7b3 .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZaiOx7b3 .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZaiOx7b3 .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZaiOx7b3 .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaiOx7b3 .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZaiOx7b3 .icon-box {
  margin-top: 1rem;
}
.cid-uIZaiOx7b3 .icon-box span {
  color: #50b80d;
}
.cid-uIZaiOx7b3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZaiOx7b3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZaiYymkn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZaiYymkn .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZaiYymkn .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZaiYymkn .row {
  align-items: center;
}
.cid-uIZaiYymkn .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZaiYymkn .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZaiYymkn .img-wrap {
    right: 0;
  }
}
.cid-uIZaiYymkn .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZaiYymkn .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZaiYymkn .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZaiYymkn .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZaiYymkn .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaiYymkn .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaiYymkn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZaiYymkn .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZaiYymkn .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZaiYymkn .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZaiYymkn .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZaiYymkn .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZaiYymkn .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZaiYymkn .icon-box {
  margin-top: 1rem;
}
.cid-uIZaiYymkn .icon-box span {
  color: #50b80d;
}
.cid-uIZaiYymkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZaiYymkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZckXRkxn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZckXRkxn .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZckXRkxn .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZckXRkxn .row {
  align-items: center;
}
.cid-uIZckXRkxn .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZckXRkxn .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZckXRkxn .img-wrap {
    right: 0;
  }
}
.cid-uIZckXRkxn .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZckXRkxn .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZckXRkxn .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZckXRkxn .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZckXRkxn .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZckXRkxn .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZckXRkxn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZckXRkxn .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZckXRkxn .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZckXRkxn .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZckXRkxn .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZckXRkxn .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZckXRkxn .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZckXRkxn .icon-box {
  margin-top: 1rem;
}
.cid-uIZckXRkxn .icon-box span {
  color: #50b80d;
}
.cid-uIZckXRkxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZckXRkxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZcwOWtFm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-uIZcwOWtFm .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIZcwOWtFm .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uIZcwOWtFm .row {
  align-items: center;
}
.cid-uIZcwOWtFm .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uIZcwOWtFm .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZcwOWtFm .img-wrap {
    right: 0;
  }
}
.cid-uIZcwOWtFm .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uIZcwOWtFm .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uIZcwOWtFm .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uIZcwOWtFm .col-text {
    padding-right: 4rem;
  }
}
.cid-uIZcwOWtFm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZcwOWtFm .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZcwOWtFm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uIZcwOWtFm .text-wrapper:hover {
  color: #50b80d;
}
.cid-uIZcwOWtFm .text-wrapper:hover .mbr-section-title {
  color: #50b80d;
}
.cid-uIZcwOWtFm .text-wrapper:hover .mbr-text {
  color: #50b80d;
}
.cid-uIZcwOWtFm .text-wrapper:hover a {
  color: #50b80d !important;
}
.cid-uIZcwOWtFm .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uIZcwOWtFm .text-wrapper a:hover {
  background-image: none !important;
  color: #50b80d !important;
}
.cid-uIZcwOWtFm .icon-box {
  margin-top: 1rem;
}
.cid-uIZcwOWtFm .icon-box span {
  color: #50b80d;
}
.cid-uIZcwOWtFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZcwOWtFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0iSLyrKXx {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-u0iSLyrKXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0iSLyrKXx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0iSLyrKXx .menu_box .navbar.opened,
  .cid-u0iSLyrKXx .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown {
  position: relative !important;
}
.cid-u0iSLyrKXx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0iSLyrKXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0iSLyrKXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u0iSLyrKXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0iSLyrKXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0iSLyrKXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0iSLyrKXx .offcanvas-body .mbr-text,
  .cid-u0iSLyrKXx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0iSLyrKXx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0iSLyrKXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0iSLyrKXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0iSLyrKXx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0iSLyrKXx .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0iSLyrKXx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u0iSLyrKXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .nav-item {
    margin: 0 !important;
  }
}
.cid-u0iSLyrKXx .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .nav-item .nav-link:hover,
.cid-u0iSLyrKXx .nav-item .nav-link:focus {
  color: #50b80d !important;
  text-shadow: 2px 2px 4px #50b80d;
}
.cid-u0iSLyrKXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0iSLyrKXx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0iSLyrKXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0iSLyrKXx .offcanvas_box {
    display: none;
  }
}
.cid-u0iSLyrKXx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0iSLyrKXx .container {
  display: flex;
  margin: auto;
}
.cid-u0iSLyrKXx .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u0iSLyrKXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0iSLyrKXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0iSLyrKXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .navbar-nav {
    margin: 0;
  }
}
.cid-u0iSLyrKXx .dropdown-menu,
.cid-u0iSLyrKXx .navbar.opened {
  background-color: false !important;
}
.cid-u0iSLyrKXx .nav-item:focus,
.cid-u0iSLyrKXx .nav-link:focus {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0iSLyrKXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0iSLyrKXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0iSLyrKXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0iSLyrKXx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0iSLyrKXx .navbar.opened {
  transition: all 0.3s;
}
.cid-u0iSLyrKXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0iSLyrKXx .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u0iSLyrKXx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0iSLyrKXx .navbar.collapsed {
  justify-content: center;
}
.cid-u0iSLyrKXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0iSLyrKXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0iSLyrKXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0iSLyrKXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0iSLyrKXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0iSLyrKXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u0iSLyrKXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0iSLyrKXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0iSLyrKXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0iSLyrKXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0iSLyrKXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0iSLyrKXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0iSLyrKXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0iSLyrKXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0iSLyrKXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0iSLyrKXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u0iSLyrKXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0iSLyrKXx .dropdown-item.active,
.cid-u0iSLyrKXx .dropdown-item:active {
  background-color: transparent;
}
.cid-u0iSLyrKXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0iSLyrKXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0iSLyrKXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0iSLyrKXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0iSLyrKXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0iSLyrKXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0iSLyrKXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0iSLyrKXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0iSLyrKXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0iSLyrKXx .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-u0iSLyrKXx .navbar {
    height: 70px;
  }
  .cid-u0iSLyrKXx .navbar.opened {
    height: auto;
  }
  .cid-u0iSLyrKXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0iSLyrKXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0iSLyrKXx .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u0iSLyrKXx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u0iSLyrKXx .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u0iSLyrKXx .navbar-caption:hover {
  color: #50b80d;
}
@media (min-width: 992px) {
  .cid-u0iSLyrKXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0iSLyrKXx .text_widget {
  margin-bottom: 32px;
}
.cid-u0iSLyrKXx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0iSLyrKXx .text_widget a:hover,
.cid-u0iSLyrKXx .text_widget a:focus {
  opacity: .6;
}
.cid-u0iSLyrKXx .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0iSLyrKXx .navbar-caption {
  color: #f2ac2b;
}
.cid-u0iSLyrKXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0iSLyrKXx .mbr-section-subtitle,
.cid-u0iSLyrKXx .text_widget,
.cid-u0iSLyrKXx .mbr-section-btn {
  text-align: center;
}
.cid-u0iSLyrKXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u4wZhgyO6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4wZhgyO6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4wZhgyO6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4wZhgyO6U .title .num {
  width: 100%;
  display: block;
}
.cid-u4wZhgyO6U .title .card-title {
  z-index: 1;
}
.cid-u4wZhgyO6U .item-wrapper {
  margin-bottom: 2rem;
}
.cid-u4wZhgyO6U .num {
  color: #232323;
}
.cid-u4wZhgyO6U .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4wZhgyO6U .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4wZhgyO6U * {
    text-align: center !important;
  }
  .cid-u4wZhgyO6U .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u4wZhgyO6U .content-head {
  max-width: 800px;
}
.cid-u4wZhgyO6U .mbr-section-title,
.cid-u4wZhgyO6U .card-box {
  color: #fb0505;
}
