body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.73rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #0098d1 !important;
}
.bg-success {
  background-color: #2b7679 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #99c392 !important;
}
.bg-danger {
  background-color: #6ba262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0098d1 !important;
  border-color: #0098d1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00597a !important;
  border-color: #00597a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e3aa7 !important;
  border-color: #0e3aa7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071e57 !important;
  border-color: #071e57 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2b7679 !important;
  border-color: #2b7679 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #143839 !important;
  border-color: #143839 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #99c392 !important;
  border-color: #99c392 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #65a45a !important;
  border-color: #65a45a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #476d40 !important;
  border-color: #476d40 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0098d1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00597a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0098d1 !important;
  border-color: #0098d1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e3aa7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071e57 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e3aa7 !important;
  border-color: #0e3aa7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b7679;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #143839 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7679 !important;
  border-color: #2b7679 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99c392;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #65a45a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #99c392 !important;
  border-color: #99c392 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ba262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #476d40 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0098d1 !important;
}
.text-secondary {
  color: #0e3aa7 !important;
}
.text-success {
  color: #2b7679 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #99c392 !important;
}
.text-danger {
  color: #6ba262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #004e6b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #061949 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #102d2e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5f9a55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40633b !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: #0098d1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #99c392;
}
.alert-danger {
  background-color: #6ba262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0098d1;
  border-color: #0098d1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0098d1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ee5ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5ec2c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e6f0e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6d1b2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #0098d1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #0098d1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0098d1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0098d1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0098d1;
  border-bottom-color: #0098d1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0098d1 !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: #0e3aa7 !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='%230098d1' %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;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
  padding: 15px !important;
  min-width: 100px !important;
}
.cid-tbWniy6u3V {
  z-index: 1000;
  width: 100%;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item:hover {
    color: #0098d1;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #186366;
  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-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: false !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #0098d1 !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #186366;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tbWrbrYZkX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/121542-1000x903.jpg");
}
.cid-tbWrbrYZkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWrbrYZkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWrbrYZkX .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWrbrYZkX .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWrbrYZkX .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbWrbrYZkX .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWrbrYZkX .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #0098d1 !important;
}
.cid-tbWrbrYZkX .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWrbrYZkX .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #0098d1;
}
@media (max-width: 992px) {
  .cid-tbWrbrYZkX .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tbWrbrYZkX .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tbWrbrYZkX .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tbWrbrYZkX .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tbWrbrYZkX .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tbWrbrYZkX .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tbWrbrYZkX .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tbWrbrYZkX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tbWrbrYZkX .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tbWrbrYZkX .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tbWrbrYZkX .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tbWrbrYZkX .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tbWrbrYZkX .mbr-link,
.cid-tbWrbrYZkX .mbr-iconfont {
  color: #ffffff;
}
.cid-tbWrbrYZkX .mbr-section-title {
  color: #000000;
}
.cid-tbWrbrYZkX .mbr-text {
  color: #ffffff;
}
.cid-tbWrbrYZkX .mbr-section-title,
.cid-tbWrbrYZkX .mbr-section-btn,
.cid-tbWrbrYZkX .title-link-wrap {
  color: #ffffff;
}
.cid-v7jH5k55oP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #0098d1;
}
.cid-v7jH5k55oP .mbr-text {
  color: #ffffff;
}
.cid-v7jH5k55oP .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v7jH5k55oP h5,
.cid-v7jH5k55oP h6 {
  background: #0098d1;
  display: inline;
}
.cid-v7jH5k55oP h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-v7jH5k55oP h6 {
  line-height: 1.3 !important;
}
.cid-v7jH5k55oP h6 span {
  padding-right: 2rem;
}
.cid-v7jH5k55oP .mbr-section-title,
.cid-v7jH5k55oP .align {
  color: #ffffff;
}
.cid-v7jH5k55oP .mbr-section-subtitle,
.cid-v7jH5k55oP .align {
  color: #ffffff;
  text-align: left;
}
.cid-tbWnnlEAME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbWnnlEAME .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWnnlEAME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWnnlEAME .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbWnnlEAME .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #0098d1 !important;
}
.cid-tbWnnlEAME .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWnnlEAME .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-tbWnnlEAME .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tbWnnlEAME .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tbWnnlEAME .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards {
    margin: 0 30px;
  }
}
.cid-tbWnnlEAME .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tbWnnlEAME .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tbWnnlEAME .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #0098d1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tbWnnlEAME .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-tbWnnlEAME .cards .card .card-title {
  margin-bottom: 0;
}
.cid-tbWnnlEAME .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tbWnnlEAME .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tbWnnlEAME .mbr-section-title {
  color: #0098d1;
}
.cid-tbWnnlEAME .card-title {
  color: #000000;
}
.cid-tbWnnlEAME .mbr-text {
  color: #272727;
}
.cid-tbWnnlEAME .card-title,
.cid-tbWnnlEAME .mbr-iconfont {
  color: #0098d1;
}
.cid-tbWnLGEOWR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/872-1000x667.jpg");
}
.cid-tbWnLGEOWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWnLGEOWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWnLGEOWR .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWnLGEOWR .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWnLGEOWR .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbWnLGEOWR .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWnLGEOWR .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tbWnLGEOWR .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWnLGEOWR .text {
  display: flex;
  align-items: flex-end;
  height: 48rem;
}
@media (max-width: 992px) {
  .cid-tbWnLGEOWR .text {
    height: 100%;
  }
}
.cid-tbWnLGEOWR .text .text-wrapper {
  z-index: 1;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tbWnLGEOWR .text .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tbWnLGEOWR .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tbWnLGEOWR .text .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tbWnLGEOWR .text .text-wrapper .text-container {
  width: 100%;
}
.cid-tbWnLGEOWR .text .text-wrapper .text-container .mbr-text {
  margin-bottom: 30px;
  width: 50%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-tbWnLGEOWR .text .text-wrapper .text-container .mbr-text {
    margin-bottom: 15px;
    width: 100%;
  }
}
.cid-tbWnLGEOWR .mbr-section-title {
  color: #FFFFFF;
}
.cid-tbWnLGEOWR .mbr-text {
  color: #FFFFFF;
}
.cid-tbWnLGEOWR ul {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em;
}
.cid-v7oUFmtTCM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7oUFmtTCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oUFmtTCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oUFmtTCM .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v7oUFmtTCM .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7oUFmtTCM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7oUFmtTCM .container {
    padding: 0 20px;
  }
  .cid-v7oUFmtTCM .container .row {
    padding: 0;
  }
}
.cid-v7oUFmtTCM .row {
  justify-content: center;
}
.cid-v7oUFmtTCM .title-wrapper {
  position: relative;
}
.cid-v7oUFmtTCM .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v7oUFmtTCM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7oUFmtTCM .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #0098d1;
}
@media (max-width: 992px) {
  .cid-v7oUFmtTCM .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-v7oUFmtTCM .card {
    margin-bottom: 40px;
  }
}
.cid-v7oUFmtTCM .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7oUFmtTCM .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-v7oUFmtTCM .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-v7oUFmtTCM .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ffffff;
}
.cid-v7oUFmtTCM .mbr-section-title {
  color: #fafafa;
}
.cid-v7oUFmtTCM .mbr-card-title {
  color: #222222;
}
.cid-v7oUFmtTCM .mbr-text {
  color: #545454;
}
.cid-v7oUFmtTCM .mbr-card-title,
.cid-v7oUFmtTCM .mbr-section-btn {
  color: #0098d1;
}
.cid-v7oVCXi8mN {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7oVCXi8mN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oVCXi8mN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oVCXi8mN .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v7oVCXi8mN .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7oVCXi8mN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7oVCXi8mN .container {
    padding: 0 20px;
  }
  .cid-v7oVCXi8mN .container .row {
    padding: 0;
  }
}
.cid-v7oVCXi8mN .row {
  justify-content: center;
}
.cid-v7oVCXi8mN .title-wrapper {
  position: relative;
}
.cid-v7oVCXi8mN .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v7oVCXi8mN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7oVCXi8mN .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7oVCXi8mN .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-v7oVCXi8mN .card {
    margin-bottom: 40px;
  }
}
.cid-v7oVCXi8mN .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7oVCXi8mN .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-v7oVCXi8mN .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-v7oVCXi8mN .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ffffff;
}
.cid-v7oVCXi8mN .mbr-section-title {
  color: #222222;
}
.cid-v7oVCXi8mN .mbr-card-title {
  color: #222222;
}
.cid-v7oVCXi8mN .mbr-text {
  color: #545454;
}
.cid-v7oVCXi8mN .mbr-card-title,
.cid-v7oVCXi8mN .mbr-section-btn {
  color: #0098d1;
}
.cid-v7oVDUR1PN {
  padding-top: 2rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7oVDUR1PN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oVDUR1PN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oVDUR1PN .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v7oVDUR1PN .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7oVDUR1PN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7oVDUR1PN .container {
    padding: 0 20px;
  }
  .cid-v7oVDUR1PN .container .row {
    padding: 0;
  }
}
.cid-v7oVDUR1PN .row {
  justify-content: center;
}
.cid-v7oVDUR1PN .title-wrapper {
  position: relative;
}
.cid-v7oVDUR1PN .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v7oVDUR1PN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7oVDUR1PN .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v7oVDUR1PN .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-v7oVDUR1PN .card {
    margin-bottom: 40px;
  }
}
.cid-v7oVDUR1PN .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7oVDUR1PN .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-v7oVDUR1PN .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-v7oVDUR1PN .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ffffff;
}
.cid-v7oVDUR1PN .mbr-section-title {
  color: #222222;
}
.cid-v7oVDUR1PN .mbr-card-title {
  color: #222222;
}
.cid-v7oVDUR1PN .mbr-text {
  color: #545454;
}
.cid-v7oVDUR1PN .mbr-card-title,
.cid-v7oVDUR1PN .mbr-section-btn {
  color: #0098d1;
}
.cid-tbWnuOLrZg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #0098d1;
}
.cid-tbWnuOLrZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWnuOLrZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWnuOLrZg .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWnuOLrZg .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWnuOLrZg .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbWnuOLrZg .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWnuOLrZg .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tbWnuOLrZg .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWnuOLrZg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tbWnuOLrZg .team-card:hover {
  transform: translateY(-10px);
}
.cid-tbWnuOLrZg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 275px;
  max-width: 275px;
  min-height: 370px;
}
@media (max-width: 768px) {
  .cid-tbWnuOLrZg .embla__slide {
    min-width: 88%;
    max-width: initial;
    margin-left: .6rem !important;
    margin-right: .6rem !important;
  }
}
.cid-tbWnuOLrZg .embla__slide .card-wrap {
  position: relative;
}
.cid-tbWnuOLrZg .embla__slide .card-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tbWnuOLrZg .embla__slide .card-wrap .item-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
}
.cid-tbWnuOLrZg .embla__slide .card-wrap .item-wrapper .card-title {
  margin: 0;
  pointer-events: visible;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: all .3s ease;
}
.cid-tbWnuOLrZg .embla__button--next,
.cid-tbWnuOLrZg .embla__button--prev {
  display: flex;
}
.cid-tbWnuOLrZg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tbWnuOLrZg .embla__button {
    display: none;
  }
}
.cid-tbWnuOLrZg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tbWnuOLrZg .embla__button:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tbWnuOLrZg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbWnuOLrZg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbWnuOLrZg .embla__button {
    top: auto;
  }
}
.cid-tbWnuOLrZg .embla {
  position: relative;
  width: 100%;
  margin-bottom: -5rem;
}
.cid-tbWnuOLrZg .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 20%;
  z-index: 1;
}
.cid-tbWnuOLrZg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tbWnuOLrZg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tbWnuOLrZg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tbWnuOLrZg .embla__slide:hover .card-wrap .item-wrapper .card-title {
  opacity: 1;
}
.cid-tbWnuOLrZg .item-menu-overlay {
  background: #ffffff;
  opacity: 0.6 !important;
  transition: all .3s ease;
}
.cid-tbWnuOLrZg .title-container {
  margin: 0 160px 100px;
  padding: 20px 40px 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tbWnuOLrZg .title-container {
    display: block;
    margin: 0 30px 50px;
    padding: 12px 0 0 0;
  }
}
.cid-tbWnuOLrZg .title-container .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-tbWnuOLrZg .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tbWnuOLrZg .title-container .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tbWnuOLrZg .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tbWnuOLrZg .mbr-section-title {
  color: #FFFFFF;
}
.cid-tbWnuOLrZg .card-title {
  color: #272727;
}
.cid-tbWnxYaHxS {
  background-color: #e5e5e5;
}
.cid-tbWnxYaHxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWnxYaHxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWnxYaHxS .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWnxYaHxS .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWnxYaHxS .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbWnxYaHxS .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWnxYaHxS .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tbWnxYaHxS .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWnxYaHxS .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content {
    margin: 0 30px;
  }
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0098d1;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-tbWnxYaHxS .nav {
  align-items: center;
}
.cid-tbWnxYaHxS .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-tbWnxYaHxS .nav-tabs {
    margin-left: 30px;
  }
}
.cid-tbWnxYaHxS .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #272727;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-tbWnxYaHxS .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-tbWnxYaHxS .nav-tabs .nav-link.active {
  border: 2px solid #272727;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-tbWnxYaHxS .nav-tabs .nav-link.active p {
  display: block;
  color: #0098d1;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-tbWnxYaHxS .mbr-section-title {
  color: #FFFFFF;
}
.cid-tbWnxYaHxS .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tbWnxYaHxS .mbr-text {
  color: #FFFFFF;
}
.cid-tbWnxYaHxS .mbr-amount {
  color: #FFFFFF;
}
.cid-tbWnxYaHxS .mbr-desc {
  color: #FFFFFF;
}
.cid-tbWnxYaHxS .mbr-section-title,
.cid-tbWnxYaHxS .mbr-section-btn {
  color: #ffffff;
}
.cid-tbWnE2JH7I {
  background-image: url("../../../assets/images/121542-1000x903.jpg");
}
.cid-tbWnE2JH7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWnE2JH7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8322Kw5nu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2149035706-1000x667.jpg");
}
.cid-v8322Kw5nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8322Kw5nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8322Kw5nu .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v8322Kw5nu .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v8322Kw5nu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v8322Kw5nu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v8322Kw5nu .mbr-section-title {
  color: #f5f8ff;
}
.cid-v8322Kw5nu .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v8322Kw5nu .mbr-section-title,
.cid-v8322Kw5nu .title-wrapper,
.cid-v8322Kw5nu .mbr-section-btn {
  text-align: center;
}
.cid-v7YEH7x1Gn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7YEH7x1Gn .wrapper {
  background-color: #0098d1;
}
.cid-v7YEH7x1Gn .top-row {
  border-bottom: 1px solid #000000;
}
.cid-v7YEH7x1Gn li {
  list-style-type: none;
}
.cid-v7YEH7x1Gn .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-v7YEH7x1Gn .list-1 li {
  margin-bottom: 1rem;
}
.cid-v7YEH7x1Gn .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-v7YEH7x1Gn .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-v7YEH7x1Gn .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-v7YEH7x1Gn ul {
  margin: 0;
}
.cid-v7YEH7x1Gn .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-v7YEH7x1Gn .sect {
  display: flex;
  align-items: center;
}
.cid-v7YEH7x1Gn .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-v7YEH7x1Gn .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-v7YEH7x1Gn .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-v7YEH7x1Gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YEH7x1Gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YEH7x1Gn .list2 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .mbr-section-title {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .list1 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .b-text5 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .b-text2 {
  color: #cbcbcb;
}
.cid-tbWniy6u3V {
  z-index: 1000;
  width: 100%;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item:hover {
    color: #0098d1;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #186366;
  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-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: false !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #0098d1 !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #186366;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v82BBucszP {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v82BBucszP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v82BBucszP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v82BBucszP .mbr-form {
  max-width: 450px;
}
.cid-v82BBucszP textarea {
  min-height: 150px;
}
.cid-v82BBucszP .mbr-text {
  color: #000000;
}
.cid-v82BBucszP .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-v82BBucszP .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-v82BBucszP H2 {
  color: #0098d1;
}
.cid-v7YEH7x1Gn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7YEH7x1Gn .wrapper {
  background-color: #0098d1;
}
.cid-v7YEH7x1Gn .top-row {
  border-bottom: 1px solid #000000;
}
.cid-v7YEH7x1Gn li {
  list-style-type: none;
}
.cid-v7YEH7x1Gn .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-v7YEH7x1Gn .list-1 li {
  margin-bottom: 1rem;
}
.cid-v7YEH7x1Gn .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-v7YEH7x1Gn .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-v7YEH7x1Gn .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-v7YEH7x1Gn ul {
  margin: 0;
}
.cid-v7YEH7x1Gn .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-v7YEH7x1Gn .sect {
  display: flex;
  align-items: center;
}
.cid-v7YEH7x1Gn .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-v7YEH7x1Gn .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-v7YEH7x1Gn .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-v7YEH7x1Gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YEH7x1Gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YEH7x1Gn .list2 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .mbr-section-title {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .list1 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .b-text5 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .b-text2 {
  color: #cbcbcb;
}
.cid-tbWniy6u3V {
  z-index: 1000;
  width: 100%;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item:hover {
    color: #0098d1;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #186366;
  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-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: false !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #0098d1 !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #0098d1;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #186366;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v7uPNYJGl1 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/121369-1000x833.jpg");
}
.cid-v7uPNYJGl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7uPNYJGl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7uPNYJGl1 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v7uPNYJGl1 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v7uPNYJGl1 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v7uPNYJGl1 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v7uPNYJGl1 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #0098d1 !important;
}
.cid-v7uPNYJGl1 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v7uPNYJGl1 .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #0098d1;
}
@media (max-width: 992px) {
  .cid-v7uPNYJGl1 .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v7uPNYJGl1 .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-v7uPNYJGl1 .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7uPNYJGl1 .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-v7uPNYJGl1 .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-v7uPNYJGl1 .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-v7uPNYJGl1 .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-v7uPNYJGl1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7uPNYJGl1 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v7uPNYJGl1 .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7uPNYJGl1 .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-v7uPNYJGl1 .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-v7uPNYJGl1 .mbr-link,
.cid-v7uPNYJGl1 .mbr-iconfont {
  color: #8c8c8c;
}
.cid-v7uPNYJGl1 .mbr-section-title {
  color: #000000;
}
.cid-v7uPNYJGl1 .mbr-text {
  color: #ffffff;
}
.cid-v7uPNYJGl1 .mbr-section-title,
.cid-v7uPNYJGl1 .mbr-section-btn,
.cid-v7uPNYJGl1 .title-link-wrap {
  color: #ffffff;
}
.cid-v7vic5cBCu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0098d1;
}
.cid-v7vic5cBCu .mbr-text {
  color: #777d74;
}
.cid-v7vic5cBCu .mbr-iconfont {
  font-size: 6rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 5px 5px 0px #ffffff;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-v7vic5cBCu .mbr-text,
.cid-v7vic5cBCu .align {
  text-align: center;
  color: #ffffff;
}
.cid-v7vic5cBCu .mbr-section-subtitle {
  color: #051744;
}
.cid-v7vcR9QGqx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v7vcR9QGqx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #478d90 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7vcR9QGqx .photo-split {
  padding: 0;
}
.cid-v7vcR9QGqx .photo-split img {
  max-height: 800px;
  width: auto;
}
.cid-v7vcR9QGqx .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-v7vcR9QGqx .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v7vcR9QGqx .counter-container ul li:before {
  font-weight: 900;
  color: #2b7679;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-v7vcR9QGqx .wrap-block {
  padding: 3rem 3rem;
}
.cid-v7vcR9QGqx .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v7vcR9QGqx .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-v7vcR9QGqx .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-v7vcR9QGqx .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7vcR9QGqx .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-v7vcR9QGqx .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7vcR9QGqx .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-v7vcR9QGqx .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-v7vcR9QGqx .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-v7vcR9QGqx .mbr-list {
  text-align: left;
}
.cid-v7vcR9QGqx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-v7vcR9QGqx .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #478d90;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-v7vcR9QGqx .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v7vcR9QGqx .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7vcR9QGqx .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-v7vcR9QGqx .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-v7vcR9QGqx .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-v7vcR9QGqx .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7vcR9QGqx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v7vcR9QGqx .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v7vcR9QGqx .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-v7vcR9QGqx .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-v7vcR9QGqx .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-v7vcR9QGqx .mbr-section-title,
  .cid-v7vcR9QGqx .mbr-section-subtitle,
  .cid-v7vcR9QGqx .mbr-text {
    text-align: left !important;
  }
  .cid-v7vcR9QGqx .social-list {
    text-align: center !important;
  }
  .cid-v7vcR9QGqx .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-v7vcR9QGqx .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-v7vcR9QGqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vcR9QGqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vcR9QGqx .wrap-block .contents .mbr-subtitle {
  color: #0098d1;
}
.cid-v7vcR9QGqx .wrap-block .contents .mbr-section-text {
  color: #000000;
}
.cid-v7V6Mr1Iur {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0098d1;
}
.cid-v7V6Mr1Iur .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7V6Mr1Iur .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7V6Mr1Iur .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7V6Mr1Iur .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7V6Mr1Iur .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7V6Mr1Iur .btn_link:hover {
  cursor: pointer;
}
.cid-v7V6Mr1Iur .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7V6Mr1Iur .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7V6Mr1Iur .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7V6Mr1Iur .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7V6Mr1Iur .column2 {
    margin-top: 100px;
  }
}
.cid-v7V6Mr1Iur .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-v7V6Mr1Iur .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7V6Mr1Iur .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7V6Mr1Iur .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7V6Mr1Iur .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7V6Mr1Iur .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7V6Mr1Iur .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7V6Mr1Iur .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7V6Mr1Iur .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7V6Mr1Iur .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7V6Mr1Iur .title__block {
    text-align: center;
  }
  .cid-v7V6Mr1Iur .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7V6Mr1Iur .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7V6Mr1Iur .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7V6Mr1Iur .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7V6Mr1Iur .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7V6Mr1Iur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7V6Mr1Iur .mbr-section-title,
.cid-v7V6Mr1Iur .icon_block {
  color: #ffffff;
}
.cid-v7V6Mr1Iur .card__title,
.cid-v7V6Mr1Iur .icon__card_wrap {
  color: #0098d1;
}
.cid-v7V6Mr1Iur .mbr-text,
.cid-v7V6Mr1Iur .btn_link {
  color: #ffffff;
}
.cid-v7VoBOx6Ic {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7VoBOx6Ic .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7VoBOx6Ic .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7VoBOx6Ic .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7VoBOx6Ic .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7VoBOx6Ic .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7VoBOx6Ic .btn_link:hover {
  cursor: pointer;
}
.cid-v7VoBOx6Ic .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7VoBOx6Ic .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7VoBOx6Ic .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7VoBOx6Ic .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7VoBOx6Ic .column2 {
    margin-top: 100px;
  }
}
.cid-v7VoBOx6Ic .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #0098d1;
}
.cid-v7VoBOx6Ic .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7VoBOx6Ic .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7VoBOx6Ic .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7VoBOx6Ic .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7VoBOx6Ic .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7VoBOx6Ic .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7VoBOx6Ic .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7VoBOx6Ic .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7VoBOx6Ic .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7VoBOx6Ic .title__block {
    text-align: center;
  }
  .cid-v7VoBOx6Ic .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7VoBOx6Ic .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7VoBOx6Ic .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7VoBOx6Ic .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7VoBOx6Ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VoBOx6Ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VoBOx6Ic .card__title,
.cid-v7VoBOx6Ic .icon__card_wrap {
  color: #ffffff;
}
.cid-v7VoBOx6Ic .mbr-section-title,
.cid-v7VoBOx6Ic .icon_block {
  color: #0098d1;
}
.cid-v7VoBOx6Ic .card__text,
.cid-v7VoBOx6Ic .mbr-section-btn {
  color: #ffffff;
}
.cid-v7XZKoRqSI {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0098d1;
}
.cid-v7XZKoRqSI .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7XZKoRqSI .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7XZKoRqSI .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7XZKoRqSI .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7XZKoRqSI .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7XZKoRqSI .btn_link:hover {
  cursor: pointer;
}
.cid-v7XZKoRqSI .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7XZKoRqSI .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7XZKoRqSI .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7XZKoRqSI .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7XZKoRqSI .column2 {
    margin-top: 100px;
  }
}
.cid-v7XZKoRqSI .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-v7XZKoRqSI .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7XZKoRqSI .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7XZKoRqSI .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7XZKoRqSI .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7XZKoRqSI .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7XZKoRqSI .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7XZKoRqSI .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7XZKoRqSI .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7XZKoRqSI .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7XZKoRqSI .title__block {
    text-align: center;
  }
  .cid-v7XZKoRqSI .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7XZKoRqSI .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7XZKoRqSI .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7XZKoRqSI .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7XZKoRqSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7XZKoRqSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7XZKoRqSI .mbr-section-title,
.cid-v7XZKoRqSI .icon_block {
  color: #ffffff;
}
.cid-v7XZKoRqSI .card__title,
.cid-v7XZKoRqSI .icon__card_wrap {
  color: #0098d1;
}
.cid-v7XZKoRqSI .mbr-text,
.cid-v7XZKoRqSI .btn_link {
  color: #ffffff;
}
.cid-v7Y0VwqhWB {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Y0VwqhWB .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7Y0VwqhWB .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7Y0VwqhWB .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7Y0VwqhWB .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7Y0VwqhWB .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7Y0VwqhWB .btn_link:hover {
  cursor: pointer;
}
.cid-v7Y0VwqhWB .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7Y0VwqhWB .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7Y0VwqhWB .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7Y0VwqhWB .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7Y0VwqhWB .column2 {
    margin-top: 100px;
  }
}
.cid-v7Y0VwqhWB .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #0098d1;
}
.cid-v7Y0VwqhWB .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7Y0VwqhWB .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7Y0VwqhWB .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Y0VwqhWB .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7Y0VwqhWB .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7Y0VwqhWB .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7Y0VwqhWB .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7Y0VwqhWB .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7Y0VwqhWB .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7Y0VwqhWB .title__block {
    text-align: center;
  }
  .cid-v7Y0VwqhWB .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7Y0VwqhWB .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7Y0VwqhWB .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7Y0VwqhWB .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7Y0VwqhWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Y0VwqhWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Y0VwqhWB .mbr-section-title,
.cid-v7Y0VwqhWB .icon_block {
  color: #0098d1;
}
.cid-v7Y0VwqhWB .card__title,
.cid-v7Y0VwqhWB .icon__card_wrap {
  color: #ffffff;
}
.cid-v7Y0VwqhWB .card__text,
.cid-v7Y0VwqhWB .mbr-section-btn {
  color: #ffffff;
}
.cid-v7Y0WsfM0q {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0098d1;
}
.cid-v7Y0WsfM0q .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7Y0WsfM0q .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7Y0WsfM0q .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7Y0WsfM0q .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7Y0WsfM0q .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7Y0WsfM0q .btn_link:hover {
  cursor: pointer;
}
.cid-v7Y0WsfM0q .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7Y0WsfM0q .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7Y0WsfM0q .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7Y0WsfM0q .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7Y0WsfM0q .column2 {
    margin-top: 100px;
  }
}
.cid-v7Y0WsfM0q .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-v7Y0WsfM0q .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7Y0WsfM0q .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7Y0WsfM0q .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Y0WsfM0q .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7Y0WsfM0q .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7Y0WsfM0q .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7Y0WsfM0q .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7Y0WsfM0q .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7Y0WsfM0q .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7Y0WsfM0q .title__block {
    text-align: center;
  }
  .cid-v7Y0WsfM0q .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7Y0WsfM0q .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7Y0WsfM0q .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7Y0WsfM0q .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7Y0WsfM0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Y0WsfM0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Y0WsfM0q .mbr-section-title,
.cid-v7Y0WsfM0q .icon_block {
  color: #ffffff;
}
.cid-v7Y0WsfM0q .card__title,
.cid-v7Y0WsfM0q .icon__card_wrap {
  color: #0098d1;
}
.cid-v7Y0WsfM0q .mbr-text,
.cid-v7Y0WsfM0q .btn_link {
  color: #ffffff;
}
.cid-v7Y0XUKnqr {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Y0XUKnqr .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7Y0XUKnqr .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7Y0XUKnqr .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7Y0XUKnqr .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7Y0XUKnqr .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7Y0XUKnqr .btn_link:hover {
  cursor: pointer;
}
.cid-v7Y0XUKnqr .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7Y0XUKnqr .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7Y0XUKnqr .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7Y0XUKnqr .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7Y0XUKnqr .column2 {
    margin-top: 100px;
  }
}
.cid-v7Y0XUKnqr .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #0098d1;
}
.cid-v7Y0XUKnqr .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7Y0XUKnqr .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7Y0XUKnqr .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Y0XUKnqr .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7Y0XUKnqr .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7Y0XUKnqr .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7Y0XUKnqr .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7Y0XUKnqr .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7Y0XUKnqr .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7Y0XUKnqr .title__block {
    text-align: center;
  }
  .cid-v7Y0XUKnqr .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7Y0XUKnqr .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7Y0XUKnqr .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7Y0XUKnqr .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7Y0XUKnqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Y0XUKnqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Y0XUKnqr .card__title,
.cid-v7Y0XUKnqr .icon__card_wrap {
  color: #ffffff;
}
.cid-v7Y0XUKnqr .mbr-section-title,
.cid-v7Y0XUKnqr .icon_block {
  color: #0098d1;
}
.cid-v7Y0XUKnqr .card__text,
.cid-v7Y0XUKnqr .mbr-section-btn {
  color: #ffffff;
}
.cid-v7Y0Zhxjuo {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0098d1;
}
.cid-v7Y0Zhxjuo .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7Y0Zhxjuo .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7Y0Zhxjuo .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7Y0Zhxjuo .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7Y0Zhxjuo .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7Y0Zhxjuo .btn_link:hover {
  cursor: pointer;
}
.cid-v7Y0Zhxjuo .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7Y0Zhxjuo .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7Y0Zhxjuo .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7Y0Zhxjuo .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7Y0Zhxjuo .column2 {
    margin-top: 100px;
  }
}
.cid-v7Y0Zhxjuo .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-v7Y0Zhxjuo .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7Y0Zhxjuo .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7Y0Zhxjuo .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Y0Zhxjuo .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7Y0Zhxjuo .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7Y0Zhxjuo .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7Y0Zhxjuo .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7Y0Zhxjuo .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7Y0Zhxjuo .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7Y0Zhxjuo .title__block {
    text-align: center;
  }
  .cid-v7Y0Zhxjuo .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7Y0Zhxjuo .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7Y0Zhxjuo .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7Y0Zhxjuo .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7Y0Zhxjuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Y0Zhxjuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Y0Zhxjuo .card__title,
.cid-v7Y0Zhxjuo .icon__card_wrap {
  color: #0098d1;
}
.cid-v7Y0Zhxjuo .mbr-section-title,
.cid-v7Y0Zhxjuo .icon_block {
  color: #ffffff;
}
.cid-v7Y0Zhxjuo .mbr-text,
.cid-v7Y0Zhxjuo .btn_link {
  color: #ffffff;
}
.cid-v7Y14bddCR {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Y14bddCR .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v7Y14bddCR .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v7Y14bddCR .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v7Y14bddCR .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v7Y14bddCR .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v7Y14bddCR .btn_link:hover {
  cursor: pointer;
}
.cid-v7Y14bddCR .btn_link:hover a {
  color: #0098d1 !important;
}
.cid-v7Y14bddCR .btn_link:hover span {
  transform: translatex(5px);
}
.cid-v7Y14bddCR .mbr-section-title {
  margin-bottom: 36px;
  color: #0e3aa7;
}
.cid-v7Y14bddCR .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-v7Y14bddCR .column2 {
    margin-top: 100px;
  }
}
.cid-v7Y14bddCR .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #0098d1;
}
.cid-v7Y14bddCR .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-v7Y14bddCR .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7Y14bddCR .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Y14bddCR .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 152, 209, 0.4);
  background: -webkit-linear-gradient(40deg, #0098d1 0%, rgba(0, 152, 209, 0.3) 100%);
}
.cid-v7Y14bddCR .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(43, 118, 121, 0.4);
  background: -webkit-linear-gradient(40deg, #2b7679 0%, rgba(43, 118, 121, 0.3) 100%);
}
.cid-v7Y14bddCR .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
}
.cid-v7Y14bddCR .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(153, 195, 146, 0.4);
  background: -webkit-linear-gradient(40deg, #99c392 0%, rgba(153, 195, 146, 0.3) 100%);
}
.cid-v7Y14bddCR .card__title {
  margin-bottom: 15px;
  color: #0e3aa7;
}
.cid-v7Y14bddCR .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7Y14bddCR .title__block {
    text-align: center;
  }
  .cid-v7Y14bddCR .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-v7Y14bddCR .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-v7Y14bddCR .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7Y14bddCR .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-v7Y14bddCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Y14bddCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Y14bddCR .card__title,
.cid-v7Y14bddCR .icon__card_wrap {
  color: #ffffff;
}
.cid-v7Y14bddCR .mbr-section-title,
.cid-v7Y14bddCR .icon_block {
  color: #0098d1;
}
.cid-v7Y14bddCR .card__text,
.cid-v7Y14bddCR .mbr-section-btn {
  color: #ffffff;
}
.cid-v7YrTVoyLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0098d1;
}
.cid-v7YrTVoyLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YrTVoyLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YrTVoyLx .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7YrTVoyLx .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v7YrTVoyLx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7YrTVoyLx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7YrTVoyLx .mbr-section-title {
  color: #f5f8ff;
}
.cid-v7YrTVoyLx .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v7YrTVoyLx .mbr-section-title,
.cid-v7YrTVoyLx .title-wrapper,
.cid-v7YrTVoyLx .mbr-section-btn {
  text-align: center;
}
.cid-v7YEH7x1Gn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7YEH7x1Gn .wrapper {
  background-color: #0098d1;
}
.cid-v7YEH7x1Gn .top-row {
  border-bottom: 1px solid #000000;
}
.cid-v7YEH7x1Gn li {
  list-style-type: none;
}
.cid-v7YEH7x1Gn .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-v7YEH7x1Gn .list-1 li {
  margin-bottom: 1rem;
}
.cid-v7YEH7x1Gn .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-v7YEH7x1Gn .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-v7YEH7x1Gn .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-v7YEH7x1Gn ul {
  margin: 0;
}
.cid-v7YEH7x1Gn .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-v7YEH7x1Gn .sect {
  display: flex;
  align-items: center;
}
.cid-v7YEH7x1Gn .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-v7YEH7x1Gn .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-v7YEH7x1Gn .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-v7YEH7x1Gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YEH7x1Gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YEH7x1Gn .list2 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .mbr-section-title {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .list1 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .b-text5 {
  color: #cbcbcb;
}
.cid-v7YEH7x1Gn .b-text2 {
  color: #cbcbcb;
}
