.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.18rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.475rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-sm {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-md {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-lg {
  padding: 6px 20px;
  border-radius: 0;
}
.bg-primary {
  background-color: #1e4381 !important;
}
.bg-success {
  background-color: #f3722f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f1f1f2 !important;
}
.bg-danger {
  background-color: #5f5e5e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e4381 !important;
  border-color: #1e4381 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e1e3b !important;
  border-color: #0e1e3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1e3b !important;
  border-color: #0e1e3b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee2947 !important;
  border-color: #ee2947 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b20e27 !important;
  border-color: #b20e27 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b20e27 !important;
  border-color: #b20e27 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f3722f !important;
  border-color: #f3722f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c0490b !important;
  border-color: #c0490b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c0490b !important;
  border-color: #c0490b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1f1f2 !important;
  border-color: #f1f1f2 !important;
  color: #6e6e76 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e6e76 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5f5e5e !important;
  border-color: #5f5e5e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e4381;
  color: #1e4381;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e1e3b !important;
  background-color: transparent!important;
  border-color: #0e1e3b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e4381 !important;
  border-color: #1e4381 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ee2947;
  color: #ee2947;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b20e27 !important;
  background-color: transparent!important;
  border-color: #b20e27 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2947 !important;
  border-color: #ee2947 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #f3722f;
  color: #f3722f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c0490b !important;
  background-color: transparent!important;
  border-color: #c0490b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f3722f !important;
  border-color: #f3722f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f2;
  color: #f1f1f2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4c4c8 !important;
  background-color: transparent!important;
  border-color: #c4c4c8 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e6e76 !important;
  background-color: #f1f1f2 !important;
  border-color: #f1f1f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5f5e5e;
  color: #5f5e5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #333333 !important;
  background-color: transparent!important;
  border-color: #333333 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5f5e5e !important;
  border-color: #5f5e5e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1e4381 !important;
}
.text-secondary {
  color: #ee2947 !important;
}
.text-success {
  color: #f3722f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f1f1f2 !important;
}
.text-danger {
  color: #5f5e5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b182e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a40d24 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b2440a !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: #bcbcc1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2c2b2b !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: #1e4381;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f1f1f2;
}
.alert-danger {
  background-color: #5f5e5e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e4381;
  border-color: #1e4381;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e4381;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4a7ed5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef5f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9f9e9e;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1e4381 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1e4381;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e4381;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e4381;
}
.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: #1e4381;
  border-bottom-color: #1e4381;
}
.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: #1e4381 !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: #ee2947 !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='%231e4381' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tgtLjX3wZi {
  z-index: 1000;
  width: 100%;
}
.cid-tgtLjX3wZi .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tgtLjX3wZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tgtLjX3wZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tgtLjX3wZi .menu_box .navbar.opened,
  .cid-tgtLjX3wZi .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tgtLjX3wZi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tgtLjX3wZi .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tgtLjX3wZi .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tgtLjX3wZi .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tgtLjX3wZi .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tgtLjX3wZi .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tgtLjX3wZi .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tgtLjX3wZi .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tgtLjX3wZi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tgtLjX3wZi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tgtLjX3wZi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tgtLjX3wZi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tgtLjX3wZi .offcanvas-body .mbr-text,
  .cid-tgtLjX3wZi .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tgtLjX3wZi .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tgtLjX3wZi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tgtLjX3wZi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tgtLjX3wZi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tgtLjX3wZi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tgtLjX3wZi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tgtLjX3wZi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tgtLjX3wZi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tgtLjX3wZi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tgtLjX3wZi .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-tgtLjX3wZi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tgtLjX3wZi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tgtLjX3wZi li.nav-item:hover {
    opacity: .8;
  }
  .cid-tgtLjX3wZi .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tgtLjX3wZi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tgtLjX3wZi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tgtLjX3wZi .nav-item {
    margin: 0 !important;
  }
}
.cid-tgtLjX3wZi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgtLjX3wZi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tgtLjX3wZi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tgtLjX3wZi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tgtLjX3wZi .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-tgtLjX3wZi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tgtLjX3wZi .offcanvas_box {
    display: none;
  }
}
.cid-tgtLjX3wZi .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tgtLjX3wZi .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tgtLjX3wZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgtLjX3wZi .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tgtLjX3wZi .container {
  display: flex;
  margin: auto;
}
.cid-tgtLjX3wZi .iconfont-wrapper {
  color: #f3722f;
  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-tgtLjX3wZi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tgtLjX3wZi .iconfont-wrapper:hover {
  color: #1e4381;
}
.cid-tgtLjX3wZi .navbar-caption {
  color: #1e4381;
}
.cid-tgtLjX3wZi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tgtLjX3wZi .navbar-nav {
    margin: 0;
  }
}
.cid-tgtLjX3wZi .dropdown-menu,
.cid-tgtLjX3wZi .navbar.opened {
  background-color: false !important;
}
.cid-tgtLjX3wZi .nav-item:focus,
.cid-tgtLjX3wZi .nav-link:focus {
  outline: none;
}
.cid-tgtLjX3wZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgtLjX3wZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgtLjX3wZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgtLjX3wZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgtLjX3wZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgtLjX3wZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgtLjX3wZi .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tgtLjX3wZi .navbar.opened {
  transition: all 0.3s;
}
.cid-tgtLjX3wZi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tgtLjX3wZi .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tgtLjX3wZi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgtLjX3wZi .navbar.collapsed {
  justify-content: center;
}
.cid-tgtLjX3wZi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgtLjX3wZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tgtLjX3wZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgtLjX3wZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgtLjX3wZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgtLjX3wZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tgtLjX3wZi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tgtLjX3wZi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tgtLjX3wZi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tgtLjX3wZi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgtLjX3wZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgtLjX3wZi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tgtLjX3wZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgtLjX3wZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgtLjX3wZi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgtLjX3wZi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tgtLjX3wZi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tgtLjX3wZi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tgtLjX3wZi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgtLjX3wZi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgtLjX3wZi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tgtLjX3wZi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgtLjX3wZi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgtLjX3wZi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgtLjX3wZi .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-tgtLjX3wZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgtLjX3wZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgtLjX3wZi .dropdown-item.active,
.cid-tgtLjX3wZi .dropdown-item:active {
  background-color: transparent;
}
.cid-tgtLjX3wZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgtLjX3wZi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgtLjX3wZi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgtLjX3wZi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgtLjX3wZi ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tgtLjX3wZi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgtLjX3wZi 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-tgtLjX3wZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tgtLjX3wZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgtLjX3wZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgtLjX3wZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgtLjX3wZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgtLjX3wZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgtLjX3wZi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgtLjX3wZi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgtLjX3wZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgtLjX3wZi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tgtLjX3wZi .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-tgtLjX3wZi .navbar {
    height: 70px;
  }
  .cid-tgtLjX3wZi .navbar.opened {
    height: auto;
  }
  .cid-tgtLjX3wZi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgtLjX3wZi .mbr-section-btn .btn,
.cid-tgtLjX3wZi .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #f3722f !important;
  box-shadow: none;
}
.cid-tgtLjX3wZi .mbr-section-btn .btn:hover,
.cid-tgtLjX3wZi .mbr-section-btn-main .btn:hover {
  color: #f3722f !important;
  border: 1px solid #f3722f !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tgtLjX3wZi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tgtLjX3wZi .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tgtLjX3wZi .navbar-caption:hover {
  color: #1e4381;
}
.cid-tgtLjX3wZi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgtLjX3wZi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tgtLjX3wZi .text_widget {
  color: #ffffff;
}
.cid-tgtLjX3wZi .mbr-section-subtitle,
.cid-tgtLjX3wZi .text_widget {
  text-align: left;
}
.cid-tgtLjX3wZi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uf5BJQkYZg.popup-builder {
  background-color: #ffffff;
}
.cid-uf5BJQkYZg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uf5BJQkYZg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uf5BJQkYZg .modal-content,
.cid-uf5BJQkYZg .modal-dialog {
  height: auto;
}
.cid-uf5BJQkYZg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uf5BJQkYZg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uf5BJQkYZg .form-wrapper .mbr-form .form-group,
  .cid-uf5BJQkYZg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uf5BJQkYZg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uf5BJQkYZg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf5BJQkYZg .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-uf5BJQkYZg .pt-0 {
  padding-top: 0 !important;
}
.cid-uf5BJQkYZg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uf5BJQkYZg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uf5BJQkYZg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uf5BJQkYZg .modal-open {
  overflow: hidden;
}
.cid-uf5BJQkYZg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uf5BJQkYZg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uf5BJQkYZg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uf5BJQkYZg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uf5BJQkYZg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uf5BJQkYZg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uf5BJQkYZg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uf5BJQkYZg .modal-content {
  background: #1e4381;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uf5BJQkYZg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uf5BJQkYZg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uf5BJQkYZg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uf5BJQkYZg .modal-backdrop.show {
  opacity: .5;
}
.cid-uf5BJQkYZg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uf5BJQkYZg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5BJQkYZg .modal-header {
    padding: 1rem;
  }
}
.cid-uf5BJQkYZg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uf5BJQkYZg .modal-header .close svg {
  fill: #cf0626;
}
.cid-uf5BJQkYZg .modal-header .close:hover {
  opacity: 1;
}
.cid-uf5BJQkYZg .modal-header .close:focus {
  outline: none;
}
.cid-uf5BJQkYZg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uf5BJQkYZg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uf5BJQkYZg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5BJQkYZg .modal-body {
    padding: 1rem;
  }
}
.cid-uf5BJQkYZg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uf5BJQkYZg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5BJQkYZg .modal-footer {
    padding: 1rem;
  }
}
.cid-uf5BJQkYZg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uf5BJQkYZg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uf5BJQkYZg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uf5BJQkYZg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uf5BJQkYZg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uf5BJQkYZg .modal-lg,
  .cid-uf5BJQkYZg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uf5BJQkYZg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uf5BJQkYZg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uf5BJQkYZg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uf5BJQkYZg .form-group {
  margin-bottom: 1rem;
}
.cid-uf5BJQkYZg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uf5BJQkYZg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uf5BJQkYZg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uf5BJQkYZg .mbr-section-btn {
  margin: 0;
}
.cid-uf5BJQkYZg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tgtLkgIPdI {
  background-color: #ffffff;
}
.cid-tgtLkgIPdI .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tgtLkgIPdI .row {
    padding: 0 12px;
  }
}
.cid-tgtLkgIPdI .row::after {
  content: '';
  display: block;
  background: #1e4381;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tgtLkgIPdI .row::after {
    display: none;
  }
}
.cid-tgtLkgIPdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtLkgIPdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtLkgIPdI .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tgtLkgIPdI .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-tgtLkgIPdI .image-wrapper::before {
  content: '';
  display: block;
  background-color: #ff695c;
  position: absolute;
  top: 0;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tgtLkgIPdI .image-wrapper::before {
    display: none;
  }
}
.cid-tgtLkgIPdI .image-wrapper::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  top: 120px;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tgtLkgIPdI .image-wrapper::after {
    display: none;
  }
}
.cid-tgtLkgIPdI .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-tgtLkgIPdI .title {
  display: flex;
  align-items: center;
}
.cid-tgtLkgIPdI .title-wrapper {
  z-index: 1;
}
.cid-tgtLkgIPdI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-tgtLkgIPdI .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-tgtLkgIPdI .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tgtLkgIPdI .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #f3722f;
  box-shadow: none;
}
.cid-tgtLkgIPdI .title-wrapper .mbr-section-btn .btn:hover {
  background: #f3722f !important;
  box-shadow: none !important;
}
.cid-tgtLkgIPdI .mbr-section-title {
  color: #1e4381;
}
.cid-tgtLkgIPdI .mbr-section-subtitle {
  color: #f3722f;
}
.cid-tgtLkgIPdI .mbr-text {
  color: #1e4381;
}
.cid-tDvn2NUFpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e4381;
}
.cid-tDvn2NUFpk .row {
  padding: 0 110px;
  justify-content: center;
}
.cid-tDvn2NUFpk .row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #f3722f;
}
.cid-tDvn2NUFpk .row::after {
  content: '';
  position: absolute;
  top: 0;
  right: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #ee2947;
}
@media (max-width: 992px) {
  .cid-tDvn2NUFpk .row {
    padding: 0 12px;
  }
}
.cid-tDvn2NUFpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDvn2NUFpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDvn2NUFpk .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tDvn2NUFpk .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tDvn2NUFpk .desc-wrapper {
  position: relative;
}
.cid-tDvn2NUFpk .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tDvn2NUFpk .desc-wrapper .mbr-desc span {
  color: #ee2947;
}
.cid-tDvn2NUFpk .cards {
  margin-top: 30px;
}
.cid-tDvn2NUFpk .cards::before {
  display: none;
}
.cid-tDvn2NUFpk .cards::after {
  display: none;
}
.cid-tDvn2NUFpk .cards .card {
  margin-bottom: 30px;
}
.cid-tDvn2NUFpk .cards .card .mbr-number {
  margin-bottom: 10px;
}
.cid-tDvn2NUFpk .cards .card .mbr-card-title {
  margin-bottom: 8px;
}
.cid-tDvn2NUFpk .mbr-section-title {
  color: #ee2947;
}
.cid-tDvn2NUFpk .mbr-text {
  color: #ffffff;
}
.cid-tDvn2NUFpk .mbr-desc {
  color: #ffffff;
}
.cid-tDvn2NUFpk .mbr-number {
  color: #ee2947;
}
.cid-tDvn2NUFpk .mbr-card-title {
  color: #ffffff;
}
.cid-tDvn2NUFpk .mbr-card-text {
  color: #ffffff;
}
.cid-tDvknongde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f7;
}
.cid-tDvknongde .row {
  padding: 0 110px;
}
.cid-tDvknongde .row::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 20rem 0 0;
}
@media (max-width: 768px) {
  .cid-tDvknongde .row::before {
    border-radius: 0 200px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tDvknongde .row {
    padding: 0 12px;
  }
}
.cid-tDvknongde .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDvknongde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDvknongde .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tDvknongde .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tDvknongde .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tDvknongde .title-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDvknongde .row.items {
  padding: 0;
}
.cid-tDvknongde .row.items .item {
  margin-bottom: 25px;
}
.cid-tDvknongde .row.items .item .mbr-text {
  margin-bottom: 0;
  line-height: 175%;
}
.cid-tDvknongde .row.items .item .link {
  display: block;
}
.cid-tDvknongde .row.items .item .link .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tDvknongde .row.items .item .link .link-wrapper:hover span {
  opacity: .8;
}
.cid-tDvknongde .row.items .item .link .link-wrapper:hover .mbr-link {
  opacity: .8;
}
.cid-tDvknongde .row.items .item .link .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-tDvknongde .row.items .item .link .link-wrapper span {
  font-size: 26px;
  padding: 0 0 0 5px;
  transition: all .3s ease;
  line-height: 175%;
}
.cid-tDvknongde .mbr-section-title {
  color: #1e4381;
}
.cid-tDvknongde .mbr-text {
  color: #1e4381;
}
.cid-tDvknongde .mbr-link,
.cid-tDvknongde .mbr-iconfont {
  color: #f3722f;
}
.cid-tgtPdzlFVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgtPdzlFVO .row {
  padding: 0 110px;
  display: flex;
  justify-content: center;
}
.cid-tgtPdzlFVO .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-tgtPdzlFVO .row::after {
  content: '';
  position: absolute;
  top: 0;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ee2947;
}
@media (max-width: 992px) {
  .cid-tgtPdzlFVO .row {
    padding: 0 12px;
  }
}
.cid-tgtPdzlFVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtPdzlFVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtPdzlFVO .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tgtPdzlFVO .card {
  margin-bottom: 25px;
}
.cid-tgtPdzlFVO .card .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tgtPdzlFVO .card .mbr-text {
  margin-bottom: 0;
}
.cid-tgtPdzlFVO .mbr-section-title {
  color: #ee2947;
}
.cid-tgtPdzlFVO .mbr-card-title {
  color: #ee2947;
}
.cid-tgtPdzlFVO .mbr-text {
  color: #1e4381;
}
.cid-tgtNQcUxy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e4381;
}
.cid-tgtNQcUxy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtNQcUxy4 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .row {
    padding: 0 12px;
  }
}
.cid-tgtNQcUxy4 .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #1e4381;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .row::after {
    display: none;
  }
}
.cid-tgtNQcUxy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtNQcUxy4 .image-wrapper {
  padding: 0 30px 0 80px;
  position: relative;
}
.cid-tgtNQcUxy4 .image-wrapper::before {
  content: '';
  display: block;
  background-color: #f3722f;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .image-wrapper::before {
    display: none;
  }
}
.cid-tgtNQcUxy4 .image-wrapper::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  top: 80px;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .image-wrapper::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tgtNQcUxy4 .image-wrapper img {
  max-width: 460px;
  min-width: 300px;
  height: 460px;
  object-fit: cover;
  border-radius: 0 250px 250px 250px;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .image-wrapper img {
    min-width: auto;
    height: 400px;
  }
}
.cid-tgtNQcUxy4 .text-wrapper {
  padding-left: 40px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .text-wrapper {
    padding: 0;
  }
}
.cid-tgtNQcUxy4 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .text-wrapper .mbr-section-title {
    margin: 10px 0 20px;
  }
}
.cid-tgtNQcUxy4 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tgtNQcUxy4 .text-wrapper .row.items {
  padding: 0;
}
.cid-tgtNQcUxy4 .text-wrapper .row.items::after {
  display: none;
}
.cid-tgtNQcUxy4 .text-wrapper .row.items .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tgtNQcUxy4 .text-wrapper .row.items .item {
    margin-bottom: 20px;
  }
}
.cid-tgtNQcUxy4 .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tgtNQcUxy4 .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tgtNQcUxy4 .text-wrapper .row.items .item .mbr-desc {
  margin: 0;
}
.cid-tgtNQcUxy4 .mbr-section-title {
  color: #ee2947;
}
.cid-tgtNQcUxy4 .mbr-section-subtitle {
  color: #f34f69;
}
.cid-tgtNQcUxy4 .mbr-number {
  color: #ee2947;
  text-align: left;
}
.cid-tgtNQcUxy4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tgtNQcUxy4 .mbr-desc {
  color: #1e4381;
}
.cid-tAR68Mwc9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e4381;
}
.cid-tAR68Mwc9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAR68Mwc9H .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .row {
    padding: 0 12px;
  }
}
.cid-tAR68Mwc9H .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #1e4381;
  border-radius: 0 0 100% 0;
  left: 0;
  border-radius: 0 0 0 100%;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .row::after {
    display: none;
  }
}
.cid-tAR68Mwc9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAR68Mwc9H .image-wrapper {
  padding: 0 30px 0 80px;
  position: relative;
  padding: 0 80px 0 30px;
}
.cid-tAR68Mwc9H .image-wrapper::before {
  content: '';
  display: block;
  background-color: #f3722f;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
  left: auto;
  right: -1rem;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .image-wrapper::before {
    display: none;
  }
}
.cid-tAR68Mwc9H .image-wrapper::after {
  content: '';
  display: block;
  background-color: #ee2947;
  position: absolute;
  top: 80px;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
  left: auto;
  right: -1rem;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .image-wrapper::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tAR68Mwc9H .image-wrapper img {
  max-width: 460px;
  min-width: 300px;
  height: 460px;
  object-fit: cover;
  border-radius: 0 250px 250px 250px;
  border-radius: 250px 0 250px 250px;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .image-wrapper img {
    min-width: auto;
    height: 400px;
  }
}
.cid-tAR68Mwc9H .text-wrapper {
  padding-left: 40px;
  z-index: 1;
  position: relative;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .text-wrapper {
    padding: 0;
  }
}
.cid-tAR68Mwc9H .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .text-wrapper .mbr-section-title {
    margin: 10px 0 20px;
  }
}
.cid-tAR68Mwc9H .text-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .text-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tAR68Mwc9H .text-wrapper .row.items {
  padding: 0;
}
.cid-tAR68Mwc9H .text-wrapper .row.items::after {
  display: none;
}
.cid-tAR68Mwc9H .text-wrapper .row.items .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tAR68Mwc9H .text-wrapper .row.items .item {
    margin-bottom: 20px;
  }
}
.cid-tAR68Mwc9H .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tAR68Mwc9H .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tAR68Mwc9H .text-wrapper .row.items .item .mbr-desc {
  margin: 0;
}
.cid-tAR68Mwc9H .mbr-section-title {
  color: #ffffff;
}
.cid-tAR68Mwc9H .mbr-section-subtitle {
  color: #f34f69;
}
.cid-tAR68Mwc9H .mbr-number {
  color: #ee2947;
  text-align: left;
}
.cid-tAR68Mwc9H .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tAR68Mwc9H .mbr-desc {
  color: #ffffff;
}
.cid-tgtNStCV7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgtNStCV7I .row {
  padding: 0 110px;
  position: relative;
}
.cid-tgtNStCV7I .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tgtNStCV7I .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tgtNStCV7I .row {
    padding: 0 12px;
  }
}
.cid-tgtNStCV7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtNStCV7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtNStCV7I .image {
  position: relative;
}
.cid-tgtNStCV7I .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-tgtNStCV7I .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tgtNStCV7I .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-tgtNStCV7I .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tgtNStCV7I .text-wrapper {
    padding: 0;
  }
}
.cid-tgtNStCV7I .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tgtNStCV7I .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-tgtNStCV7I .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tgtNStCV7I .mbr-section-title {
  color: #ee2947;
}
.cid-tgtNStCV7I .mbr-text {
  color: #1e4381;
}
.cid-tAR7TjAcUl {
  background-color: #f1f1f2;
}
.cid-tAR7TjAcUl .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tAR7TjAcUl .row {
    padding: 0 12px;
  }
}
.cid-tAR7TjAcUl .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tAR7TjAcUl .row::after {
    display: none;
  }
}
.cid-tAR7TjAcUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAR7TjAcUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAR7TjAcUl .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tAR7TjAcUl .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-tAR7TjAcUl .image-wrapper::before {
  content: '';
  display: block;
  background-color: #f3722f;
  position: absolute;
  top: 0;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tAR7TjAcUl .image-wrapper::before {
    display: none;
  }
}
.cid-tAR7TjAcUl .image-wrapper::after {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  top: 120px;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tAR7TjAcUl .image-wrapper::after {
    display: none;
  }
}
.cid-tAR7TjAcUl .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-tAR7TjAcUl .title {
  display: flex;
  align-items: center;
}
.cid-tAR7TjAcUl .title-wrapper {
  z-index: 1;
}
.cid-tAR7TjAcUl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-tAR7TjAcUl .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-tAR7TjAcUl .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tAR7TjAcUl .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #f3722f;
  box-shadow: none;
}
.cid-tAR7TjAcUl .title-wrapper .mbr-section-btn .btn:hover {
  background: #f3722f !important;
  box-shadow: none !important;
}
.cid-tAR7TjAcUl .mbr-section-title {
  color: #1e4381;
}
.cid-tAR7TjAcUl .mbr-section-subtitle {
  color: #f3722f;
}
.cid-tAR7TjAcUl .mbr-text {
  color: #1e4381;
}
.cid-tgtMXov3lo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e4381;
}
.cid-tgtMXov3lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtMXov3lo .row {
  padding: 0 110px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tgtMXov3lo .row {
    padding: 0 12px;
  }
}
.cid-tgtMXov3lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtMXov3lo .item {
  padding: 0 16px;
  min-height: 400px;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-tgtMXov3lo .item .item-menu-overlay {
  display: none !important;
}
.cid-tgtMXov3lo .item .item-wrapper {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3722f;
  height: 100%;
  border-radius: 15% 0 20% 0;
}
.cid-tgtMXov3lo .item .item-wrapper .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tgtMXov3lo .item .item-wrapper .text-wrapper span {
  margin-bottom: 20px;
  font-size: 32px;
}
.cid-tgtMXov3lo .item .item-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tgtMXov3lo .item .item-wrapper .mbr-section-btn {
  z-index: 1;
}
.cid-tgtMXov3lo .item .item-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #1e4381;
  box-shadow: none;
  margin-bottom: 0;
}
.cid-tgtMXov3lo .item .item-wrapper .mbr-section-btn .btn:hover {
  background: #1e4381 !important;
  box-shadow: none !important;
}
.cid-tgtMXov3lo .item:nth-child(2n) .item-wrapper {
  background-color: #ee2947;
}
.cid-tgtMXov3lo .mbr-card-title,
.cid-tgtMXov3lo .mbr-iconfont {
  color: #ffffff;
}
.cid-tgtMXov3lo .mbr-card-title,
.cid-tgtMXov3lo .mbr-iconfont,
.cid-tgtMXov3lo .mbr-section-btn {
  text-align: center;
}
.cid-tgtMXov3lo .mbr-card-title,
.cid-tgtMXov3lo .mbr-section-btn,
.cid-tgtMXov3lo .mbr-iconfont {
  text-align: left;
}
.cid-tARbCgztBa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f34f69;
}
.cid-tARbCgztBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARbCgztBa .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .row {
    padding: 0 12px;
  }
}
.cid-tARbCgztBa .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #355893;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .row::after {
    display: none;
  }
}
.cid-tARbCgztBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARbCgztBa .image-wrapper {
  padding: 0 30px 0 80px;
  position: relative;
}
.cid-tARbCgztBa .image-wrapper::before {
  content: '';
  display: block;
  background-color: #355893;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .image-wrapper::before {
    display: none;
  }
}
.cid-tARbCgztBa .image-wrapper::after {
  content: '';
  display: block;
  background-color: #ffaa7f;
  position: absolute;
  top: 80px;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .image-wrapper::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tARbCgztBa .image-wrapper img {
  max-width: 460px;
  min-width: 300px;
  height: 460px;
  object-fit: cover;
  border-radius: 0 250px 250px 250px;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .image-wrapper img {
    min-width: auto;
    height: 400px;
  }
}
.cid-tARbCgztBa .text-wrapper {
  padding-left: 40px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .text-wrapper {
    padding: 0;
  }
}
.cid-tARbCgztBa .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .text-wrapper .mbr-section-title {
    margin: 10px 0 20px;
  }
}
.cid-tARbCgztBa .text-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .text-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tARbCgztBa .text-wrapper .row.items {
  padding: 0;
}
.cid-tARbCgztBa .text-wrapper .row.items::after {
  display: none;
}
.cid-tARbCgztBa .text-wrapper .row.items .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tARbCgztBa .text-wrapper .row.items .item {
    margin-bottom: 20px;
  }
}
.cid-tARbCgztBa .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tARbCgztBa .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tARbCgztBa .text-wrapper .row.items .item .mbr-desc {
  margin: 0;
}
.cid-tARbCgztBa .mbr-section-title {
  color: #ffffff;
}
.cid-tARbCgztBa .mbr-section-subtitle {
  color: #f34f69;
}
.cid-tARbCgztBa .mbr-number {
  color: #ee2947;
  text-align: left;
}
.cid-tARbCgztBa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tARbCgztBa .mbr-desc {
  color: #ffffff;
}
.cid-uf5DLpZKCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uf5DLpZKCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf5DLpZKCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf5DLpZKCK .row {
  padding: 1rem;
}
.cid-uf5DLpZKCK .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uf5DLpZKCK .row {
    padding: 0 12px;
  }
}
.cid-uf5DLpZKCK .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-uf5DLpZKCK .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uf5DLpZKCK .row::after {
    display: none;
  }
}
.cid-uf5DLpZKCK .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uf5DLpZKCK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uf5DLpZKCK .title-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-uf5DLpZKCK .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uf5DLpZKCK .text-wrapper {
    padding: 0;
  }
}
.cid-uf5DLpZKCK .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uf5DLpZKCK .mbr-section-title {
  color: #1e4381;
}
.cid-uf5DLpZKCK .mbr-text {
  color: #1e4381;
}
.cid-tDvSqNc5jm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tDvSqNc5jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDvSqNc5jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDvSqNc5jm .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .row {
    padding: 0 12px;
  }
}
.cid-tDvSqNc5jm .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .text-wrapper {
    padding: 0;
  }
}
.cid-tDvSqNc5jm .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tDvSqNc5jm .text-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tDvSqNc5jm .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tDvSqNc5jm .image {
  position: relative;
}
.cid-tDvSqNc5jm .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .image::before {
    display: none;
  }
}
.cid-tDvSqNc5jm .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .image::after {
    display: none;
  }
}
.cid-tDvSqNc5jm .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tDvSqNc5jm .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #1e4381;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .image-wrapper::before {
    display: none;
  }
}
.cid-tDvSqNc5jm .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #1e4381;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .image-wrapper::after {
    display: none;
  }
}
.cid-tDvSqNc5jm .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDvSqNc5jm .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tDvSqNc5jm .mbr-section-title {
  color: #1e4381;
}
.cid-tDvSqNc5jm .mbr-text {
  color: #1e4381;
}
.cid-tgtLIGqZav {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #162148;
}
.cid-tgtLIGqZav .container-fluid,
.cid-tgtLIGqZav .container {
  position: relative;
}
.cid-tgtLIGqZav .container-fluid::before,
.cid-tgtLIGqZav .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tgtLIGqZav .container-fluid::before,
  .cid-tgtLIGqZav .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .container-fluid::before,
  .cid-tgtLIGqZav .container::before {
    display: none;
  }
}
.cid-tgtLIGqZav .media-wrap {
  height: 300px;
}
.cid-tgtLIGqZav .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tgtLIGqZav .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tgtLIGqZav .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tgtLIGqZav .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tgtLIGqZav .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tgtLIGqZav .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tgtLIGqZav .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tgtLIGqZav .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tgtLIGqZav .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tgtLIGqZav .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tgtLIGqZav .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tgtLIGqZav .list .item-wrap:hover {
  opacity: .7;
}
.cid-tgtLIGqZav .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .copyright {
    background-color: #1e4381;
  }
}
.cid-tgtLIGqZav .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tgtLIGqZav .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tgtLIGqZav .mbr-text {
  color: #bcbfca;
}
.cid-tgtLIGqZav .mbr-desc {
  color: #ffffff;
}
.cid-tgtLIGqZav .mbr-link {
  color: #5372a6;
  text-align: center;
}
.cid-tgtLIGqZav .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tCgYtRupGY {
  z-index: 1000;
  width: 100%;
}
.cid-tCgYtRupGY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tCgYtRupGY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tCgYtRupGY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tCgYtRupGY .menu_box .navbar.opened,
  .cid-tCgYtRupGY .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCgYtRupGY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCgYtRupGY .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCgYtRupGY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCgYtRupGY .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCgYtRupGY .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCgYtRupGY .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCgYtRupGY .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCgYtRupGY .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tCgYtRupGY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCgYtRupGY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCgYtRupGY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCgYtRupGY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCgYtRupGY .offcanvas-body .mbr-text,
  .cid-tCgYtRupGY .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tCgYtRupGY .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tCgYtRupGY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCgYtRupGY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tCgYtRupGY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCgYtRupGY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCgYtRupGY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCgYtRupGY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCgYtRupGY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCgYtRupGY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCgYtRupGY .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-tCgYtRupGY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCgYtRupGY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tCgYtRupGY li.nav-item:hover {
    opacity: .8;
  }
  .cid-tCgYtRupGY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCgYtRupGY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCgYtRupGY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCgYtRupGY .nav-item {
    margin: 0 !important;
  }
}
.cid-tCgYtRupGY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCgYtRupGY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tCgYtRupGY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCgYtRupGY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCgYtRupGY .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-tCgYtRupGY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCgYtRupGY .offcanvas_box {
    display: none;
  }
}
.cid-tCgYtRupGY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tCgYtRupGY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCgYtRupGY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCgYtRupGY .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tCgYtRupGY .container {
  display: flex;
  margin: auto;
}
.cid-tCgYtRupGY .iconfont-wrapper {
  color: #f3722f;
  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-tCgYtRupGY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCgYtRupGY .iconfont-wrapper:hover {
  color: #1e4381;
}
.cid-tCgYtRupGY .navbar-caption {
  color: #1e4381;
}
.cid-tCgYtRupGY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCgYtRupGY .navbar-nav {
    margin: 0;
  }
}
.cid-tCgYtRupGY .dropdown-menu,
.cid-tCgYtRupGY .navbar.opened {
  background-color: false !important;
}
.cid-tCgYtRupGY .nav-item:focus,
.cid-tCgYtRupGY .nav-link:focus {
  outline: none;
}
.cid-tCgYtRupGY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCgYtRupGY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCgYtRupGY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCgYtRupGY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCgYtRupGY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCgYtRupGY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCgYtRupGY .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tCgYtRupGY .navbar.opened {
  transition: all 0.3s;
}
.cid-tCgYtRupGY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCgYtRupGY .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tCgYtRupGY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCgYtRupGY .navbar.collapsed {
  justify-content: center;
}
.cid-tCgYtRupGY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCgYtRupGY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCgYtRupGY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCgYtRupGY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCgYtRupGY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCgYtRupGY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCgYtRupGY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCgYtRupGY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCgYtRupGY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCgYtRupGY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCgYtRupGY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCgYtRupGY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCgYtRupGY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCgYtRupGY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCgYtRupGY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCgYtRupGY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCgYtRupGY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCgYtRupGY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCgYtRupGY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCgYtRupGY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCgYtRupGY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCgYtRupGY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCgYtRupGY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCgYtRupGY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCgYtRupGY .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-tCgYtRupGY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCgYtRupGY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCgYtRupGY .dropdown-item.active,
.cid-tCgYtRupGY .dropdown-item:active {
  background-color: transparent;
}
.cid-tCgYtRupGY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCgYtRupGY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCgYtRupGY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCgYtRupGY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCgYtRupGY ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tCgYtRupGY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCgYtRupGY 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-tCgYtRupGY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tCgYtRupGY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCgYtRupGY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCgYtRupGY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCgYtRupGY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCgYtRupGY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCgYtRupGY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCgYtRupGY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCgYtRupGY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCgYtRupGY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCgYtRupGY .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-tCgYtRupGY .navbar {
    height: 70px;
  }
  .cid-tCgYtRupGY .navbar.opened {
    height: auto;
  }
  .cid-tCgYtRupGY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCgYtRupGY .mbr-section-btn .btn,
.cid-tCgYtRupGY .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #f3722f !important;
  box-shadow: none;
}
.cid-tCgYtRupGY .mbr-section-btn .btn:hover,
.cid-tCgYtRupGY .mbr-section-btn-main .btn:hover {
  color: #f3722f !important;
  border: 1px solid #f3722f !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tCgYtRupGY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCgYtRupGY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tCgYtRupGY .navbar-caption:hover {
  color: #1e4381;
}
.cid-tCgYtRupGY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCgYtRupGY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tCgYtRupGY .text_widget {
  color: #ffffff;
}
.cid-tCgYtRupGY .mbr-section-subtitle,
.cid-tCgYtRupGY .text_widget {
  text-align: left;
}
.cid-tCgYtRupGY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCgZBXCvPF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f1f1f7;
}
.cid-tCgZBXCvPF .row {
  padding: 0 110px;
}
.cid-tCgZBXCvPF .row::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 20rem 0 0;
}
@media (max-width: 768px) {
  .cid-tCgZBXCvPF .row::before {
    border-radius: 0 200px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tCgZBXCvPF .row {
    padding: 0 12px;
  }
}
.cid-tCgZBXCvPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCgZBXCvPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCgZBXCvPF .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tCgZBXCvPF .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tCgZBXCvPF .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tCgZBXCvPF .title-wrapper .mbr-section-title span {
  color: #ee2947;
}
.cid-tCgZBXCvPF .row.items {
  padding: 0;
}
.cid-tCgZBXCvPF .row.items .item {
  margin-bottom: 25px;
}
.cid-tCgZBXCvPF .row.items .item .mbr-text {
  margin-bottom: 0;
  line-height: 175%;
}
.cid-tCgZBXCvPF .row.items .item .link {
  display: block;
}
.cid-tCgZBXCvPF .row.items .item .link .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tCgZBXCvPF .row.items .item .link .link-wrapper:hover span {
  opacity: .8;
}
.cid-tCgZBXCvPF .row.items .item .link .link-wrapper:hover .mbr-link {
  opacity: .8;
}
.cid-tCgZBXCvPF .row.items .item .link .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-tCgZBXCvPF .row.items .item .link .link-wrapper span {
  font-size: 26px;
  padding: 0 0 0 5px;
  transition: all .3s ease;
  line-height: 175%;
}
.cid-tCgZBXCvPF .mbr-section-title {
  color: #1e4381;
}
.cid-tCgZBXCvPF .mbr-text {
  color: #1e4381;
}
.cid-tCgZBXCvPF .mbr-link,
.cid-tCgZBXCvPF .mbr-iconfont {
  color: #f3722f;
}
.cid-tChbDMzPOA {
  background-color: #f1f1f2;
}
.cid-tChbDMzPOA .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tChbDMzPOA .row {
    padding: 0 12px;
  }
}
.cid-tChbDMzPOA .row::after {
  content: '';
  display: block;
  background: #ee2947;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-tChbDMzPOA .row::after {
    display: none;
  }
}
.cid-tChbDMzPOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tChbDMzPOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tChbDMzPOA .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tChbDMzPOA .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-tChbDMzPOA .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-tChbDMzPOA .title {
  display: flex;
  align-items: center;
}
.cid-tChbDMzPOA .title-wrapper {
  z-index: 1;
}
.cid-tChbDMzPOA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-tChbDMzPOA .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-tChbDMzPOA .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tChbDMzPOA .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #f3722f;
  box-shadow: none;
}
.cid-tChbDMzPOA .title-wrapper .mbr-section-btn .btn:hover {
  background: #f3722f !important;
  box-shadow: none !important;
}
.cid-tChbDMzPOA .mbr-section-title {
  color: #1e4381;
}
.cid-tChbDMzPOA .mbr-section-subtitle {
  color: #f3722f;
}
.cid-tChbDMzPOA .mbr-text {
  color: #1e4381;
}
.cid-tCgYu1c2pc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #162148;
}
.cid-tCgYu1c2pc .container-fluid,
.cid-tCgYu1c2pc .container {
  position: relative;
}
.cid-tCgYu1c2pc .container-fluid::before,
.cid-tCgYu1c2pc .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tCgYu1c2pc .container-fluid::before,
  .cid-tCgYu1c2pc .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .container-fluid::before,
  .cid-tCgYu1c2pc .container::before {
    display: none;
  }
}
.cid-tCgYu1c2pc .media-wrap {
  height: 300px;
}
.cid-tCgYu1c2pc .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tCgYu1c2pc .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tCgYu1c2pc .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCgYu1c2pc .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tCgYu1c2pc .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tCgYu1c2pc .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tCgYu1c2pc .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tCgYu1c2pc .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tCgYu1c2pc .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tCgYu1c2pc .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tCgYu1c2pc .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tCgYu1c2pc .list .item-wrap:hover {
  opacity: .7;
}
.cid-tCgYu1c2pc .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .copyright {
    background-color: #1e4381;
  }
}
.cid-tCgYu1c2pc .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tCgYu1c2pc .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tCgYu1c2pc .mbr-text {
  color: #bcbfca;
}
.cid-tCgYu1c2pc .mbr-desc {
  color: #ffffff;
}
.cid-tCgYu1c2pc .mbr-link {
  color: #5372a6;
  text-align: center;
}
.cid-tCgYu1c2pc .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uf5FbQ9iDU.popup-builder {
  background-color: #ffffff;
}
.cid-uf5FbQ9iDU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uf5FbQ9iDU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uf5FbQ9iDU .modal-content,
.cid-uf5FbQ9iDU .modal-dialog {
  height: auto;
}
.cid-uf5FbQ9iDU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uf5FbQ9iDU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uf5FbQ9iDU .form-wrapper .mbr-form .form-group,
  .cid-uf5FbQ9iDU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uf5FbQ9iDU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uf5FbQ9iDU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf5FbQ9iDU .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-uf5FbQ9iDU .pt-0 {
  padding-top: 0 !important;
}
.cid-uf5FbQ9iDU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uf5FbQ9iDU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uf5FbQ9iDU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uf5FbQ9iDU .modal-open {
  overflow: hidden;
}
.cid-uf5FbQ9iDU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uf5FbQ9iDU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uf5FbQ9iDU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uf5FbQ9iDU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uf5FbQ9iDU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uf5FbQ9iDU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uf5FbQ9iDU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uf5FbQ9iDU .modal-content {
  background: #1e4381;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uf5FbQ9iDU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uf5FbQ9iDU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uf5FbQ9iDU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uf5FbQ9iDU .modal-backdrop.show {
  opacity: .5;
}
.cid-uf5FbQ9iDU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uf5FbQ9iDU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5FbQ9iDU .modal-header {
    padding: 1rem;
  }
}
.cid-uf5FbQ9iDU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uf5FbQ9iDU .modal-header .close svg {
  fill: #cf0626;
}
.cid-uf5FbQ9iDU .modal-header .close:hover {
  opacity: 1;
}
.cid-uf5FbQ9iDU .modal-header .close:focus {
  outline: none;
}
.cid-uf5FbQ9iDU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uf5FbQ9iDU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uf5FbQ9iDU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5FbQ9iDU .modal-body {
    padding: 1rem;
  }
}
.cid-uf5FbQ9iDU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uf5FbQ9iDU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5FbQ9iDU .modal-footer {
    padding: 1rem;
  }
}
.cid-uf5FbQ9iDU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uf5FbQ9iDU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uf5FbQ9iDU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uf5FbQ9iDU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uf5FbQ9iDU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uf5FbQ9iDU .modal-lg,
  .cid-uf5FbQ9iDU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uf5FbQ9iDU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uf5FbQ9iDU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uf5FbQ9iDU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uf5FbQ9iDU .form-group {
  margin-bottom: 1rem;
}
.cid-uf5FbQ9iDU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uf5FbQ9iDU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uf5FbQ9iDU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uf5FbQ9iDU .mbr-section-btn {
  margin: 0;
}
.cid-uf5FbQ9iDU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDvDWJv4Xy {
  z-index: 1000;
  width: 100%;
}
.cid-tDvDWJv4Xy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tDvDWJv4Xy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tDvDWJv4Xy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tDvDWJv4Xy .menu_box .navbar.opened,
  .cid-tDvDWJv4Xy .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tDvDWJv4Xy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tDvDWJv4Xy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDvDWJv4Xy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tDvDWJv4Xy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tDvDWJv4Xy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tDvDWJv4Xy .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDvDWJv4Xy .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tDvDWJv4Xy .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tDvDWJv4Xy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDvDWJv4Xy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDvDWJv4Xy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDvDWJv4Xy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDvDWJv4Xy .offcanvas-body .mbr-text,
  .cid-tDvDWJv4Xy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDvDWJv4Xy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDvDWJv4Xy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tDvDWJv4Xy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tDvDWJv4Xy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDvDWJv4Xy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDvDWJv4Xy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDvDWJv4Xy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tDvDWJv4Xy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDvDWJv4Xy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDvDWJv4Xy .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-tDvDWJv4Xy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDvDWJv4Xy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tDvDWJv4Xy li.nav-item:hover {
    opacity: .8;
  }
  .cid-tDvDWJv4Xy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDvDWJv4Xy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDvDWJv4Xy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tDvDWJv4Xy .nav-item {
    margin: 0 !important;
  }
}
.cid-tDvDWJv4Xy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDvDWJv4Xy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tDvDWJv4Xy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tDvDWJv4Xy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDvDWJv4Xy .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-tDvDWJv4Xy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDvDWJv4Xy .offcanvas_box {
    display: none;
  }
}
.cid-tDvDWJv4Xy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDvDWJv4Xy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDvDWJv4Xy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDvDWJv4Xy .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tDvDWJv4Xy .container {
  display: flex;
  margin: auto;
}
.cid-tDvDWJv4Xy .iconfont-wrapper {
  color: #f3722f;
  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-tDvDWJv4Xy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDvDWJv4Xy .iconfont-wrapper:hover {
  color: #1e4381;
}
.cid-tDvDWJv4Xy .navbar-caption {
  color: #1e4381;
}
.cid-tDvDWJv4Xy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tDvDWJv4Xy .navbar-nav {
    margin: 0;
  }
}
.cid-tDvDWJv4Xy .dropdown-menu,
.cid-tDvDWJv4Xy .navbar.opened {
  background-color: false !important;
}
.cid-tDvDWJv4Xy .nav-item:focus,
.cid-tDvDWJv4Xy .nav-link:focus {
  outline: none;
}
.cid-tDvDWJv4Xy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDvDWJv4Xy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDvDWJv4Xy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDvDWJv4Xy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDvDWJv4Xy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDvDWJv4Xy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDvDWJv4Xy .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDvDWJv4Xy .navbar.opened {
  transition: all 0.3s;
}
.cid-tDvDWJv4Xy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDvDWJv4Xy .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tDvDWJv4Xy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDvDWJv4Xy .navbar.collapsed {
  justify-content: center;
}
.cid-tDvDWJv4Xy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDvDWJv4Xy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDvDWJv4Xy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDvDWJv4Xy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDvDWJv4Xy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDvDWJv4Xy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDvDWJv4Xy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDvDWJv4Xy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDvDWJv4Xy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tDvDWJv4Xy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDvDWJv4Xy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDvDWJv4Xy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDvDWJv4Xy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDvDWJv4Xy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDvDWJv4Xy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDvDWJv4Xy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDvDWJv4Xy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDvDWJv4Xy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDvDWJv4Xy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDvDWJv4Xy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDvDWJv4Xy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDvDWJv4Xy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDvDWJv4Xy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDvDWJv4Xy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDvDWJv4Xy .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-tDvDWJv4Xy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDvDWJv4Xy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDvDWJv4Xy .dropdown-item.active,
.cid-tDvDWJv4Xy .dropdown-item:active {
  background-color: transparent;
}
.cid-tDvDWJv4Xy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDvDWJv4Xy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDvDWJv4Xy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDvDWJv4Xy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDvDWJv4Xy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDvDWJv4Xy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDvDWJv4Xy 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-tDvDWJv4Xy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tDvDWJv4Xy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDvDWJv4Xy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDvDWJv4Xy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDvDWJv4Xy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDvDWJv4Xy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDvDWJv4Xy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDvDWJv4Xy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDvDWJv4Xy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDvDWJv4Xy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDvDWJv4Xy .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-tDvDWJv4Xy .navbar {
    height: 70px;
  }
  .cid-tDvDWJv4Xy .navbar.opened {
    height: auto;
  }
  .cid-tDvDWJv4Xy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDvDWJv4Xy .mbr-section-btn .btn,
.cid-tDvDWJv4Xy .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #f3722f !important;
  box-shadow: none;
}
.cid-tDvDWJv4Xy .mbr-section-btn .btn:hover,
.cid-tDvDWJv4Xy .mbr-section-btn-main .btn:hover {
  color: #f3722f !important;
  border: 1px solid #f3722f !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tDvDWJv4Xy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tDvDWJv4Xy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tDvDWJv4Xy .navbar-caption:hover {
  color: #1e4381;
}
.cid-tDvDWJv4Xy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDvDWJv4Xy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tDvDWJv4Xy .text_widget {
  color: #ffffff;
}
.cid-tDvDWJv4Xy .mbr-section-subtitle,
.cid-tDvDWJv4Xy .text_widget {
  text-align: left;
}
.cid-tDvDWJv4Xy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tDvH88qYeQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tDvH88qYeQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDvH88qYeQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tDvH88qYeQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDvH88qYeQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEgcpbSFY6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f1f2;
}
.cid-tEgcpbSFY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEgcpbSFY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEgcpbSFY6 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tEgcpbSFY6 .row {
    padding: 0 12px;
  }
}
.cid-tEgcpbSFY6 .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5%;
  background-color: #ffffff;
  border-radius: 0 0 75% 0;
}
.cid-tEgcpbSFY6 .title-wrapper {
  max-width: 350px;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tEgcpbSFY6 .title-wrapper {
    max-width: 100%;
  }
}
.cid-tEgcpbSFY6 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tEgcpbSFY6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tEgcpbSFY6 .phone-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.cid-tEgcpbSFY6 .phone-wrapper .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tEgcpbSFY6 .phone-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-tEgcpbSFY6 .links-wrapper {
  z-index: 1;
  position: relative;
}
.cid-tEgcpbSFY6 .links-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tEgcpbSFY6 .links-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-tEgcpbSFY6 .links-wrapper a .mbr-link {
  margin-bottom: 5px;
}
.cid-tEgcpbSFY6 .mbr-section-title {
  color: #1e4381;
}
.cid-tEgcpbSFY6 .mbr-section-subtitle {
  color: #f3722f;
}
.cid-tEgcpbSFY6 .mbr-text {
  color: #1e4381;
}
.cid-tEgcpbSFY6 .mbr-phone {
  color: #1e4381;
}
.cid-tEgcpbSFY6 .mbr-link {
  color: #1e4381;
}
.cid-tDvDWQ0bGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDvDWQ0bGv .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tDvDWQ0bGv .row {
    padding: 0 12px;
  }
}
.cid-tDvDWQ0bGv .dragArea.row {
  padding: 0;
}
.cid-tDvDWQ0bGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDvDWQ0bGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDvDWQ0bGv .form-group {
  display: flex;
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .cid-tDvDWQ0bGv .form-group {
    display: block;
  }
}
.cid-tDvDWQ0bGv .form-group .form-check {
  padding: 0;
  margin: 0 0 0 1rem;
}
.cid-tDvDWQ0bGv .form-group .form-check .form-check-input {
  margin-left: 0;
  margin-right: 1rem;
}
.cid-tDvDWQ0bGv .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #1e4381 !important;
  border-radius: 0;
}
.cid-tDvDWQ0bGv .form-group .form-check-label {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDvDWQ0bGv .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
@media (max-width: 1010px) {
  .cid-tDvDWQ0bGv .mbr-section-btn {
    max-height: 50px;
    min-height: 50%;
  }
}
@media (max-width: 992px) {
  .cid-tDvDWQ0bGv .mbr-section-btn {
    width: 100%;
    justify-content: center;
  }
}
.cid-tDvDWQ0bGv .mbr-section-btn .btn {
  max-height: 34px;
  min-height: 34px;
  border: 1px solid #f3722f;
  box-shadow: none;
  padding: 4px 20px;
}
@media (max-width: 1010px) {
  .cid-tDvDWQ0bGv .mbr-section-btn .btn {
    max-height: 50px;
    min-height: 50%;
  }
}
.cid-tDvDWQ0bGv .mbr-section-btn .btn:hover {
  color: #ffffff !important;
  background: #f3722f !important;
  box-shadow: none !important;
}
.cid-tDvDWQ0bGv .mbr-section-title {
  color: #ee2947;
}
.cid-tDvDWQ0bGv .form-check-label {
  color: #1e4381;
}
.cid-tDvDWRxH02 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #162148;
}
.cid-tDvDWRxH02 .container-fluid,
.cid-tDvDWRxH02 .container {
  position: relative;
}
.cid-tDvDWRxH02 .container-fluid::before,
.cid-tDvDWRxH02 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tDvDWRxH02 .container-fluid::before,
  .cid-tDvDWRxH02 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .container-fluid::before,
  .cid-tDvDWRxH02 .container::before {
    display: none;
  }
}
.cid-tDvDWRxH02 .media-wrap {
  height: 300px;
}
.cid-tDvDWRxH02 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDvDWRxH02 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tDvDWRxH02 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDvDWRxH02 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tDvDWRxH02 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tDvDWRxH02 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tDvDWRxH02 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tDvDWRxH02 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tDvDWRxH02 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tDvDWRxH02 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tDvDWRxH02 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tDvDWRxH02 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tDvDWRxH02 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .copyright {
    background-color: #1e4381;
  }
}
.cid-tDvDWRxH02 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tDvDWRxH02 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tDvDWRxH02 .mbr-text {
  color: #bcbfca;
}
.cid-tDvDWRxH02 .mbr-desc {
  color: #ffffff;
}
.cid-tDvDWRxH02 .mbr-link {
  color: #5372a6;
  text-align: center;
}
.cid-tDvDWRxH02 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uf5FbQPAQB.popup-builder {
  background-color: #ffffff;
}
.cid-uf5FbQPAQB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uf5FbQPAQB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uf5FbQPAQB .modal-content,
.cid-uf5FbQPAQB .modal-dialog {
  height: auto;
}
.cid-uf5FbQPAQB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uf5FbQPAQB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uf5FbQPAQB .form-wrapper .mbr-form .form-group,
  .cid-uf5FbQPAQB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uf5FbQPAQB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uf5FbQPAQB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf5FbQPAQB .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-uf5FbQPAQB .pt-0 {
  padding-top: 0 !important;
}
.cid-uf5FbQPAQB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uf5FbQPAQB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uf5FbQPAQB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uf5FbQPAQB .modal-open {
  overflow: hidden;
}
.cid-uf5FbQPAQB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uf5FbQPAQB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uf5FbQPAQB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uf5FbQPAQB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uf5FbQPAQB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uf5FbQPAQB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uf5FbQPAQB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uf5FbQPAQB .modal-content {
  background: #1e4381;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uf5FbQPAQB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uf5FbQPAQB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uf5FbQPAQB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uf5FbQPAQB .modal-backdrop.show {
  opacity: .5;
}
.cid-uf5FbQPAQB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uf5FbQPAQB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5FbQPAQB .modal-header {
    padding: 1rem;
  }
}
.cid-uf5FbQPAQB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uf5FbQPAQB .modal-header .close svg {
  fill: #cf0626;
}
.cid-uf5FbQPAQB .modal-header .close:hover {
  opacity: 1;
}
.cid-uf5FbQPAQB .modal-header .close:focus {
  outline: none;
}
.cid-uf5FbQPAQB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uf5FbQPAQB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uf5FbQPAQB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5FbQPAQB .modal-body {
    padding: 1rem;
  }
}
.cid-uf5FbQPAQB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uf5FbQPAQB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uf5FbQPAQB .modal-footer {
    padding: 1rem;
  }
}
.cid-uf5FbQPAQB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uf5FbQPAQB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uf5FbQPAQB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uf5FbQPAQB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uf5FbQPAQB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uf5FbQPAQB .modal-lg,
  .cid-uf5FbQPAQB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uf5FbQPAQB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uf5FbQPAQB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uf5FbQPAQB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uf5FbQPAQB .form-group {
  margin-bottom: 1rem;
}
.cid-uf5FbQPAQB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uf5FbQPAQB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uf5FbQPAQB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uf5FbQPAQB .mbr-section-btn {
  margin: 0;
}
.cid-uf5FbQPAQB .mbr-section-btn .btn {
  margin: 0;
}
