body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #25937c !important;
}
.bg-success {
  background-color: #337ab7 !important;
}
.bg-info {
  background-color: #311e70 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ff3366 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #25937c !important;
  border-color: #25937c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #165648 !important;
  border-color: #165648 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #165648 !important;
  border-color: #165648 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #849ebf !important;
  border-color: #849ebf !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5477a2 !important;
  border-color: #5477a2 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5477a2 !important;
  border-color: #5477a2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #311e70 !important;
  border-color: #311e70 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #170e34 !important;
  border-color: #170e34 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #170e34 !important;
  border-color: #170e34 !important;
}
.btn-success,
.btn-success:active {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #22527b !important;
  border-color: #22527b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #22527b !important;
  border-color: #22527b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #104237;
  color: #104237;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #25937c;
  border-color: #25937c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #25937c !important;
  border-color: #25937c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4c6a91;
  color: #4c6a91;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #849ebf;
  border-color: #849ebf;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #849ebf !important;
  border-color: #849ebf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0e0820;
  color: #0e0820;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #311e70;
  border-color: #311e70;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #311e70 !important;
  border-color: #311e70 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1d4567;
  color: #1d4567;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #25937c !important;
}
.text-secondary {
  color: #849ebf !important;
}
.text-success {
  color: #337ab7 !important;
}
.text-info {
  color: #311e70 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ff3366 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #104237 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4c6a91 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1d4567 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0e0820 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cc0033 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #311e70;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ff3366;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #25937c;
  border-color: #25937c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #25937c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #60d7be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8bb8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6141cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #25937c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #25937c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #25937c;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #25937c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #25937c;
  border-bottom-color: #25937c;
}
.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: #25937c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #849ebf !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2325937c' %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.3;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-typEzxHuYy .modal-body .close {
  background: #1b1b1b;
}
.cid-typEzxHuYy .modal-body .close span {
  font-style: normal;
}
.cid-typEzxHuYy .carousel-inner > .active,
.cid-typEzxHuYy .carousel-inner > .next,
.cid-typEzxHuYy .carousel-inner > .prev {
  display: table;
}
.cid-typEzxHuYy .carousel-control .icon-next,
.cid-typEzxHuYy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 20px;
  line-height: 17px;
}
.cid-typEzxHuYy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 100px) {
  .cid-typEzxHuYy .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-typEzxHuYy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-typEzxHuYy .boxed-slider > div {
  position: relative;
}
.cid-typEzxHuYy .container img {
  width: 100%;
}
.cid-typEzxHuYy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-typEzxHuYy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-typEzxHuYy .mbr-table-cell {
  padding: 0;
}
.cid-typEzxHuYy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-typEzxHuYy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-typEzxHuYy .mbr-overlay {
  z-index: 1;
}
.cid-typEzxHuYy .container-slide.container {
  min-width: 100%;
  min-height: 20vh;
  padding: 0;
}
.cid-typEzxHuYy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-typEzxHuYy .carousel-item .container {
    width: 100%;
  }
}
.cid-typEzxHuYy .carousel-item-next.carousel-item-left,
.cid-typEzxHuYy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-typEzxHuYy .active.carousel-item-right,
.cid-typEzxHuYy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-typEzxHuYy .active.carousel-item-left,
.cid-typEzxHuYy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-typEzxHuYy .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: 1.5rem;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-typEzxHuYy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0.5rem;
}
.cid-typEzxHuYy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0.5rem;
}
.cid-typEzxHuYy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-typEzxHuYy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-typEzxHuYy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-typEzxHuYy .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background: rgba(9, 67, 136, 0.5);
  color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-typEzxHuYy .mbr-slider .carousel-indicators li.active,
.cid-typEzxHuYy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-typEzxHuYy .mbr-slider .carousel-indicators li::after,
.cid-typEzxHuYy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-typEzxHuYy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-typEzxHuYy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-typEzxHuYy .mbr-slider > .container img {
  width: 100%;
}
.cid-typEzxHuYy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-typEzxHuYy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-typEzxHuYy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-typEzxHuYy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-typEzxHuYy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-typEzxHuYy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-typEzxHuYy .full-screen .slider-fullscreen-image {
  min-height: 30vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-typEzxHuYy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-typEzxHuYy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-typEzxHuYy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 50vh;
  padding: 0;
}
.cid-typEzxHuYy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-typEzxHuYy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-typEzxHuYy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-typEzxHuYy H2 {
  color: #f4f4f4;
  text-align: center;
}
.cid-typEzxHuYy P {
  text-align: center;
}
.cid-typCAQmoh0 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-typCAQmoh0 .image-block {
  margin: auto;
}
.cid-typCAQmoh0 figcaption {
  position: relative;
}
.cid-typCAQmoh0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-typCAQmoh0 .image-block {
    width: 100% !important;
  }
}
.cid-snCcVxdbLp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/78474110-3193938213965893-8045743737172656128-n-960x720-800x600.jpg");
}
.cid-snC1UgTpZy {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-snC1UgTpZy .card-wrapper {
  position: relative;
  margin: 0.1rem;
}
.cid-snC1UgTpZy .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-snC1UgTpZy .row {
    padding: 0 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-snC1UgTpZy .card-wrapper {
    margin: 0rem;
  }
}
.cid-snC1UgTpZy .card {
  height: fit-content;
}
.cid-snC1UgTpZy .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-snC1UgTpZy .text-wrap {
  max-width: 400px;
}
.cid-snC1UgTpZy .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #25937c;
}
.cid-snC1UgTpZy .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-snC1UgTpZy .card-box {
  background-color: #27527d;
  padding: 1rem 1rem 1rem 1rem;
  width: 100%;
}
.cid-snC1UgTpZy img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-snC1UgTpZy .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-snC1UgTpZy .container {
  max-width: 1500px;
}
.cid-snC1UgTpZy .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-snC1UgTpZy .mbr-iconfont {
  font-size: 1.3rem;
  color: #073b4c;
  display: flex;
  justify-content: center;
}
.cid-snC1UgTpZy P {
  color: #ff3366;
}
@media (max-width: 1200px) {
  .cid-snC1UgTpZy .img-wrap {
    max-height: 230px;
  }
  .cid-snC1UgTpZy .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-snC1UgTpZy .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-snC1UgTpZy .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-snC1UgTpZy .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-snC1UgTpZy .number {
    margin: auto;
  }
}
.cid-snC1UgTpZy .mbr-text {
  color: #ffffff;
}
.cid-snC1UgTpZy .card-title {
  color: #ffffff;
}
.cid-snC1UgTpZy H2 {
  text-align: center;
  color: #27527d;
}
#instagram-feed-block-43 .inst__title {
  color: #073b4c;
}
.cid-typNbMDNHf {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #073b4c, #25aab2);
}
.cid-typNbMDNHf .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQpbyjvVXy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQpbyjvVXy .mbr-section-subtitle {
  color: #767676;
}
.cid-uQpbyjvVXy .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQpbyjvVXy H2 {
  color: #27527d;
}
.cid-uQoFZGfd8y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #29417f;
}
.cid-uQoFZGfd8y .mbr-section-subtitle {
  color: #767676;
}
.cid-uQoFZGfd8y H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uQoJaX0kUm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQoJaX0kUm .mbr-section-subtitle {
  color: #767676;
}
.cid-uQoJaX0kUm .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQoJaX0kUm H2 {
  color: #27527d;
}
.cid-uQpc4UsMrw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #29417f;
}
.cid-uQpc4UsMrw .mbr-section-subtitle {
  color: #767676;
}
.cid-uQpc4UsMrw H2 {
  text-align: center;
  color: #ffffff;
}
.cid-snCfBR0Fqw .main_wrapper {
  position: relative;
  height: 20rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-snCfBR0Fqw .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-snCfBR0Fqw .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-snCfBR0Fqw .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-snCfBR0Fqw .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-snCfBR0Fqw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-snCfBR0Fqw .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-snCfBR0Fqw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snCfBR0Fqw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-snCfBR0Fqw .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-snCfBR0Fqw .google-map {
    position: relative;
  }
  .cid-snCfBR0Fqw .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-snCfBR0Fqw H4 {
  color: #25937c;
}
.cid-uQofI9yC10 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQofI9yC10 .mbr-section-subtitle {
  color: #767676;
}
.cid-uQofI9yC10 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQofI9yC10 H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snuechAIMK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ihj-sobre-nosotros.png");
}
.cid-snuechAIMK .row {
  justify-content: flex-end;
}
.cid-snuechAIMK .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #0f7699;
}
.cid-snuechAIMK .block {
  background-color: #25937c;
}
.cid-snuechAIMK img {
  width: 100%;
}
.cid-snuechAIMK .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snuechAIMK .content {
  max-width: 600px;
}
.cid-snuechAIMK h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snuechAIMK .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snuechAIMK h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snuechAIMK .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snuechAIMK h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-snuechAIMK .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snuechAIMK H1 {
  color: #ffffff;
}
.cid-snuechAIMK H3 {
  color: #072a4c;
}
.cid-snuechAIMK .mbr-text,
.cid-snuechAIMK .mbr-section-btn {
  color: #fefaeb;
}
.cid-snuechAIMK H4 {
  color: #073b4c;
}
.cid-snulCHZKqJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snulCHZKqJ .mbr-text,
.cid-snulCHZKqJ blockquote {
  color: #767676;
}
.cid-snulCHZKqJ .mbr-text P {
  text-align: left;
}
.cid-snulCHZKqJ .mbr-text {
  color: #27527d;
}
.cid-snuA8zCup0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ihj-nuestra-historia-2-1366x768.png");
}
.cid-snuA8zCup0 .row {
  justify-content: flex-end;
}
.cid-snuA8zCup0 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #0f7699;
}
.cid-snuA8zCup0 .block {
  background-color: #25937c;
}
.cid-snuA8zCup0 img {
  width: 100%;
}
.cid-snuA8zCup0 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snuA8zCup0 .content {
  max-width: 600px;
}
.cid-snuA8zCup0 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snuA8zCup0 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snuA8zCup0 h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snuA8zCup0 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snuA8zCup0 h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snuA8zCup0 .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snuA8zCup0 H1 {
  color: #ffffff;
}
.cid-snuA8zCup0 H3 {
  color: #072a4c;
}
.cid-snuA8zCup0 .mbr-text,
.cid-snuA8zCup0 .mbr-section-btn {
  color: #fefaeb;
}
.cid-snuA8zCup0 H4 {
  color: #073b4c;
}
.cid-snuAgKksP4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snuAgKksP4 .mbr-text {
  color: #27527d;
}
.cid-snuAgKksP4 .mbr-text P {
  text-align: left;
}
.cid-tyq5ATp2qy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-tyq5ATp2qy .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tyq5ATp2qy .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #001f70;
  margin-left: 2rem;
}
.cid-tyq5ATp2qy .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tyq5ATp2qy .time-line-date-content {
  margin-right: 2rem;
}
.cid-tyq5ATp2qy .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #001f70;
  float: right;
}
.cid-tyq5ATp2qy .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tyq5ATp2qy .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tyq5ATp2qy .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tyq5ATp2qy .mbr-timeline-date,
.cid-tyq5ATp2qy .timeline-text-content {
  transition: all .4s;
}
.cid-tyq5ATp2qy .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tyq5ATp2qy .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-tyq5ATp2qy .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-tyq5ATp2qy .reverse .time-line-date-content p {
  float: left;
}
.cid-tyq5ATp2qy .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #001f70;
  top: 20px;
  margin-left: -10px;
}
.cid-tyq5ATp2qy .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #001f70;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-tyq5ATp2qy .iconBackground {
    left: 0 !important;
  }
  .cid-tyq5ATp2qy .separline:before {
    left: 0 !important;
  }
  .cid-tyq5ATp2qy .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tyq5ATp2qy .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tyq5ATp2qy .time-line-date-content p {
    float: left !important;
  }
  .cid-tyq5ATp2qy .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-tyq5ATp2qy .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tyq5ATp2qy .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tyq5ATp2qy .mbr-timeline-title {
  color: #ffffff;
}
.cid-tyq5ATp2qy .mbr-timeline-text {
  color: #c1c1c1;
}
.cid-tyq5ATp2qy .mbr-timeline-date {
  color: #ffffff;
}
.cid-uR3yeL6DfH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR3yeL6DfH .mbr-section-subtitle {
  color: #767676;
}
.cid-uR3yeL6DfH .btn {
  margin: 0 0 .5rem 0;
}
.cid-uR3yeL6DfH H2 {
  color: #27527d;
}
.cid-snuA9eo2FA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ihj-el-colegio-2-1366x768.png");
}
.cid-snuA9eo2FA .row {
  justify-content: flex-end;
}
.cid-snuA9eo2FA .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snuA9eo2FA .block {
  background-color: #25937c;
}
.cid-snuA9eo2FA img {
  width: 100%;
}
.cid-snuA9eo2FA .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snuA9eo2FA .content {
  max-width: 600px;
}
.cid-snuA9eo2FA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snuA9eo2FA .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snuA9eo2FA h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snuA9eo2FA .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snuA9eo2FA h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snuA9eo2FA .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snuA9eo2FA H1 {
  color: #ffffff;
}
.cid-snuA9eo2FA H3 {
  color: #072a4c;
}
.cid-snuA9eo2FA .mbr-text,
.cid-snuA9eo2FA .mbr-section-btn {
  color: #fefaeb;
}
.cid-snuA9eo2FA H4 {
  color: #073b4c;
}
.cid-snuAlqnbdU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snuAlqnbdU .mbr-text {
  color: #27527d;
}
.cid-snuAlqnbdU .mbr-text P {
  text-align: left;
}
.cid-snv32IYSHY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snv32IYSHY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snv32IYSHY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snv32IYSHY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snv32IYSHY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snv32IYSHY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7ed4a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #f7ed4a, #45505b) !important;
}
.cid-snv32IYSHY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snv32IYSHY .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-snv32IYSHY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snv32IYSHY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f7ed4a !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #f7ed4a, #45505b) !important;
}
.cid-snuAiOMgoA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20190315-094908-ts1553988916-2000x395.jpg");
}
.cid-snuAiOMgoA .row {
  justify-content: flex-end;
}
.cid-snuAiOMgoA .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snuAiOMgoA .block {
  background-color: #25937c;
}
.cid-snuAiOMgoA img {
  width: 100%;
}
.cid-snuAiOMgoA .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snuAiOMgoA .content {
  max-width: 600px;
}
.cid-snuAiOMgoA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snuAiOMgoA .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snuAiOMgoA h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snuAiOMgoA .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snuAiOMgoA h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snuAiOMgoA .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snuAiOMgoA H1 {
  color: #ffffff;
}
.cid-snuAiOMgoA H3 {
  color: #072a4c;
}
.cid-snuAiOMgoA .mbr-text,
.cid-snuAiOMgoA .mbr-section-btn {
  color: #fefaeb;
}
.cid-snuAiOMgoA H4 {
  color: #073b4c;
}
.cid-snuAm0UqF2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-snuAm0UqF2 .mbr-text {
  color: #27527d;
}
.cid-snuAm0UqF2 .mbr-text P {
  text-align: left;
}
.cid-snvXPCRVj1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snvXPCRVj1 .mbr-text {
  line-height: 1.5;
  color: #27527d;
}
.cid-snvXPCRVj1 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-snvXPCRVj1 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-snvXPCRVj1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-snvXPCRVj1 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-snvXPCRVj1 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-snvXPCRVj1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-snvXPCRVj1 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-snvXPCRVj1 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-snvXPCRVj1 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-uR3xuSex8d {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #001f70, #8fdffb);
}
.cid-uR3xuSex8d .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uR3xuSex8d .main .mbr-section-btn {
  text-align: right;
}
.cid-uR3xuSex8d .btn {
  margin: 0 0 .5rem 0;
}
.cid-uR3xuSex8d H3 {
  text-align: center;
}
.cid-uR3xFfvDeQ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR3xFfvDeQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uR3xFfvDeQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-uR3xFfvDeQ H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snMnBhURKL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-snMnBhURKL .row {
  justify-content: flex-end;
}
.cid-snMnBhURKL .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snMnBhURKL .block {
  background-color: #cc2952;
}
.cid-snMnBhURKL img {
  width: 100%;
}
.cid-snMnBhURKL .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snMnBhURKL .content {
  max-width: 600px;
}
.cid-snMnBhURKL h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snMnBhURKL .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snMnBhURKL h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snMnBhURKL .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snMnBhURKL h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-snMnBhURKL .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snMnBhURKL H1 {
  color: #ffffff;
}
.cid-snMnBhURKL H3 {
  color: #efefef;
}
.cid-snMnBhURKL .mbr-text,
.cid-snMnBhURKL .mbr-section-btn {
  color: #fefaeb;
}
.cid-snMnBhURKL H4 {
  color: #073b4c;
}
.cid-snRF4ePFzg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snRF4ePFzg .mbr-section-subtitle {
  color: #5b686b;
  text-align: left;
}
.cid-snRF4ePFzg H2 {
  text-align: left;
  color: #465052;
}
.cid-snREV2LhAS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f0f0;
}
.cid-snREV2LhAS .counter-container {
  color: #767676;
}
.cid-snREV2LhAS .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-snREV2LhAS .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-snREV2LhAS .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-snREV2LhAS .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #cc2952;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uQo2ziZIKi {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7f1933, #ff3366);
}
.cid-uQo2ziZIKi .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uQo2ziZIKi .main .mbr-section-btn {
  text-align: right;
}
.cid-uQo2ziZIKi .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo2ziZIKi H3 {
  text-align: center;
}
.cid-snRF5Diijw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snRF5Diijw .mbr-section-subtitle {
  color: #767676;
}
.cid-snRF5Diijw .btn {
  margin: 0 0 .5rem 0;
}
.cid-snRF5Diijw H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snAh3hNWNO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-snAh3hNWNO .row {
  justify-content: flex-end;
}
.cid-snAh3hNWNO .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snAh3hNWNO .block {
  background-color: #25937c;
}
.cid-snAh3hNWNO img {
  width: 100%;
}
.cid-snAh3hNWNO .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snAh3hNWNO .content {
  max-width: 600px;
}
.cid-snAh3hNWNO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snAh3hNWNO .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snAh3hNWNO h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snAh3hNWNO .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snAh3hNWNO h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-snAh3hNWNO .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snAh3hNWNO H1 {
  color: #ffffff;
}
.cid-snAh3hNWNO H3 {
  color: #072a4c;
}
.cid-snAh3hNWNO .mbr-text,
.cid-snAh3hNWNO .mbr-section-btn {
  color: #fefaeb;
}
.cid-snAh3hNWNO H4 {
  color: #073b4c;
}
.cid-snAhJvIIE4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snAhJvIIE4 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-snAhJvIIE4 H2 {
  text-align: center;
  color: #767676;
}
.cid-snAdMSP7se {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #27527d;
}
.cid-snAdMSP7se h2,
.cid-snAdMSP7se h3,
.cid-snAdMSP7se h4,
.cid-snAdMSP7se p {
  color: #ffffff;
}
.cid-snAdMSP7se .mbr-overlay {
  z-index: -1;
}
.cid-snAdMSP7se .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-snAdMSP7se .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-snAdMSP7se .form-control:focus,
.cid-snAdMSP7se .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-snAdMSP7se .form-group {
  margin-bottom: 1rem;
}
.cid-snAdMSP7se input::-webkit-input-placeholder,
.cid-snAdMSP7se textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-snAdMSP7se input:-moz-placeholder,
.cid-snAdMSP7se textarea:-moz-placeholder {
  color: #656565;
}
.cid-snAdMSP7se .jq-selectbox li,
.cid-snAdMSP7se .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-snAdMSP7se .jq-selectbox li:hover,
.cid-snAdMSP7se .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-snAdMSP7se .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-snAdMSP7se .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-snAdMSP7se .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-snAdMSP7se .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snAdMSP7se .mbr-text {
  color: #767676;
}
.cid-snAdMSP7se .form-block {
  padding: 3rem;
  position: relative;
}
.cid-snAdMSP7se .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #25937c;
  opacity: 1;
  z-index: 0;
}
.cid-snAdMSP7se .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-snAdMSP7se a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-snAdMSP7se .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-snAdMSP7se .input-group-btn {
  display: block;
  text-align: center;
}
.cid-snAdMSP7se textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-snAdMSP7se .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-snAdMSP7se .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-snAdMSP7se .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-snAdMSP7se h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-snAdMSP7se .block-content {
    padding: 0;
  }
  .cid-snAdMSP7se .form-block {
    padding: 1rem;
  }
}
.cid-uQob2IvXNp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQob2IvXNp .mbr-section-subtitle {
  color: #767676;
}
.cid-uQob2IvXNp .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQob2IvXNp H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snMnznbqnI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-snMnznbqnI .row {
  justify-content: flex-end;
}
.cid-snMnznbqnI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snMnznbqnI .block {
  background-color: #5e59b2;
}
.cid-snMnznbqnI img {
  width: 100%;
}
.cid-snMnznbqnI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snMnznbqnI .content {
  max-width: 600px;
}
.cid-snMnznbqnI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snMnznbqnI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snMnznbqnI h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snMnznbqnI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snMnznbqnI h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-snMnznbqnI .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snMnznbqnI H1 {
  color: #ffffff;
}
.cid-snMnznbqnI H3 {
  color: #efefef;
}
.cid-snMnznbqnI .mbr-text,
.cid-snMnznbqnI .mbr-section-btn {
  color: #fefaeb;
}
.cid-snMnznbqnI H4 {
  color: #073b4c;
}
.cid-uQig3wAy7E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uQig3wAy7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQig3wAy7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQig3wAy7E .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uQig3wAy7E .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQig3wAy7E .img1 {
  background: #efefef;
}
.cid-uQig3wAy7E .img2 {
  background: #efefef;
}
.cid-uQig3wAy7E .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uQig3wAy7E .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uQig3wAy7E .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQig3wAy7E .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQig3wAy7E .card-wrapper {
    flex-direction: column;
  }
  .cid-uQig3wAy7E .card-box {
    padding: 1rem;
  }
  .cid-uQig3wAy7E .card-box,
  .cid-uQig3wAy7E .img-wrapper {
    width: 100%;
  }
  .cid-uQig3wAy7E .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uQig3wAy7E .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uQig3wAy7E .card-subtitle {
  color: #0077ff;
}
.cid-uQig3wAy7E .mbr-text,
.cid-uQig3wAy7E .link-wrap {
  color: #555555;
}
.cid-uQig3wAy7E .mbr-text,
.cid-uQig3wAy7E .mbr-section-btn {
  text-align: center;
}
.cid-uQig3wAy7E .card-title,
.cid-uQig3wAy7E .card-box {
  text-align: center;
}
.cid-uQiq8GTx8D {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-06-12-at-09.23.16-2-1-1600x1200.jpg");
}
.cid-uQiq8GTx8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiq8GTx8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQiq8GTx8D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQiq8GTx8D .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uQiq8GTx8D .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uQigVAsCV9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQigVAsCV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQigVAsCV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQigVAsCV9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQigVAsCV9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQigVAsCV9 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #25937c;
}
@media (max-width: 767px) {
  .cid-uQigVAsCV9 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uQigVAsCV9 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uQigVAsCV9 .nav-tabs .nav-link:not(.active) {
  color: #001f70;
}
.cid-uQigVAsCV9 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uQigVAsCV9 .nav-link,
.cid-uQigVAsCV9 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uQigVAsCV9 .nav-tabs .nav-link.active {
  color: #25937c;
  border-bottom: 3px solid #25937c;
}
.cid-uQigVAsCV9 H4 {
  text-align: center;
}
.cid-uQigVAsCV9 H3 {
  text-align: center;
  color: #001f70;
}
.cid-uQiiZzMboq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQiiZzMboq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiiZzMboq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQiiZzMboq .card-wrapper {
  background: #001f70;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQiiZzMboq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQiiZzMboq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQiiZzMboq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQiiZzMboq .mbr-text,
.cid-uQiiZzMboq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQiiZzMboq .card-title,
.cid-uQiiZzMboq .card-box {
  text-align: center;
}
.cid-uQitWyaln2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-2-1920x1276.jpeg");
}
.cid-uQitWyaln2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQitWyaln2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQitWyaln2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQitWyaln2 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uQitWyaln2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uQniu0Ud81 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uQniu0Ud81 .card-box {
  padding: 0 2rem;
}
.cid-uQniu0Ud81 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQniu0Ud81 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQniu0Ud81 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQniu0Ud81 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQniu0Ud81 .mbr-text {
  color: #767676;
}
.cid-uQniu0Ud81 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQniu0Ud81 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQniu0Ud81 .card-title {
  text-align: center;
  color: #073b4c;
}
.cid-uQnj84oEZ0 {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-uQnj84oEZ0 .card-box {
  padding: 0 2rem;
}
.cid-uQnj84oEZ0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQnj84oEZ0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQnj84oEZ0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQnj84oEZ0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQnj84oEZ0 .mbr-text {
  color: #767676;
}
.cid-uQnj84oEZ0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQnj84oEZ0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQnj84oEZ0 .card-title {
  text-align: center;
  color: #073b4c;
}
.cid-uQnKtP0h9c {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #5e59b2);
}
.cid-uQnKtP0h9c .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQnKtP0h9c H3 {
  text-align: center;
}
.cid-uQo4J9hOrs {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQo4J9hOrs .mbr-section-subtitle {
  color: #767676;
}
.cid-uQo4J9hOrs .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo4J9hOrs H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snAzVXQG4N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-snAzVXQG4N .row {
  justify-content: flex-end;
}
.cid-snAzVXQG4N .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snAzVXQG4N .block {
  background-color: #5e59b2;
}
.cid-snAzVXQG4N img {
  width: 100%;
}
.cid-snAzVXQG4N .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snAzVXQG4N .content {
  max-width: 600px;
}
.cid-snAzVXQG4N h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snAzVXQG4N .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snAzVXQG4N h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snAzVXQG4N .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snAzVXQG4N h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snAzVXQG4N .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snAzVXQG4N H1 {
  color: #ffffff;
}
.cid-snAzVXQG4N H3 {
  color: #072a4c;
}
.cid-snAzVXQG4N .mbr-text,
.cid-snAzVXQG4N .mbr-section-btn {
  color: #fefaeb;
}
.cid-snAzVXQG4N H4 {
  color: #073b4c;
}
.cid-snAACZi3F7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snAACZi3F7 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-snAACZi3F7 .btn {
  margin: 0 0 .5rem 0;
}
.cid-snAACZi3F7 H2 {
  color: #27527d;
}
.cid-uQobpoee8k {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #7654ff);
}
.cid-uQobpoee8k .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uQobpoee8k .main .mbr-section-btn {
  text-align: right;
}
.cid-uQobpoee8k .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQobpoee8k H3 {
  text-align: center;
}
.cid-uQobtbR4dF {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQobtbR4dF .mbr-section-subtitle {
  color: #767676;
}
.cid-uQobtbR4dF .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQobtbR4dF H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snAjCDp0Ne {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ihj-828x315.png");
}
.cid-snAjCDp0Ne .row {
  justify-content: flex-end;
}
.cid-snAjCDp0Ne .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snAjCDp0Ne .block {
  background-color: #cc2952;
}
.cid-snAjCDp0Ne img {
  width: 100%;
}
.cid-snAjCDp0Ne .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snAjCDp0Ne .content {
  max-width: 600px;
}
.cid-snAjCDp0Ne h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snAjCDp0Ne .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snAjCDp0Ne h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snAjCDp0Ne .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snAjCDp0Ne h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snAjCDp0Ne .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snAjCDp0Ne H1 {
  color: #ffffff;
}
.cid-snAjCDp0Ne H3 {
  color: #072a4c;
}
.cid-snAjCDp0Ne .mbr-text,
.cid-snAjCDp0Ne .mbr-section-btn {
  color: #fefaeb;
}
.cid-snAjCDp0Ne H4 {
  color: #073b4c;
}
.cid-snAqao64Bi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-snAqao64Bi .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-snAqao64Bi .panel-group {
  width: 100%;
}
.cid-snAqao64Bi .panel-text,
.cid-snAqao64Bi .header-text,
.cid-snAqao64Bi .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-snAqao64Bi .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-snAqao64Bi .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-snAqao64Bi .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #337ab7;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-snAqao64Bi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-snAqao64Bi .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-snAqao64Bi .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-snAqao64Bi .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #cc2952;
}
.cid-snAqao64Bi .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-snAqao64Bi .card .panel-body {
  background: #ffffff;
}
.cid-snAqao64Bi .sign {
  color: #232323;
}
.cid-snAqao64Bi .mbr-section-title {
  color: #27527d;
}
.cid-snAqao64Bi .header-text {
  color: #ffffff;
}
.cid-snAtBVQTxy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snAtBVQTxy .mbr-section-subtitle {
  color: #767676;
}
.cid-snAtBVQTxy .btn {
  margin: 0 0 .5rem 0;
}
.cid-snAtBVQTxy H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snubsGw2Bt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snubsGw2Bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snubsGw2Bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snubsGw2Bt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snubsGw2Bt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snubsGw2Bt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snubsGw2Bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snubsGw2Bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snubsGw2Bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snubsGw2Bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snubsGw2Bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snubsGw2Bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snubsGw2Bt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snubsGw2Bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snubsGw2Bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snubsGw2Bt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snubsGw2Bt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snubsGw2Bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snubsGw2Bt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snubsGw2Bt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snubsGw2Bt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snubsGw2Bt .nav-item:focus,
.cid-snubsGw2Bt .nav-link:focus {
  outline: none;
}
.cid-snubsGw2Bt .text-white:hover,
.cid-snubsGw2Bt .text-white:active,
.cid-snubsGw2Bt .text-white:focus {
  color: white !important;
}
.cid-snubsGw2Bt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-item:hover {
  color: black !important;
}
.cid-snubsGw2Bt .dropdown-menu {
  background-color: white !important;
}
.cid-snubsGw2Bt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snubsGw2Bt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snubsGw2Bt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snubsGw2Bt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snubsGw2Bt .nav-item {
    position: relative;
  }
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snubsGw2Bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snubsGw2Bt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snubsGw2Bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snubsGw2Bt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snubsGw2Bt .dropdown-item.active,
.cid-snubsGw2Bt .dropdown-item:active {
  background-color: transparent;
}
.cid-snubsGw2Bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snubsGw2Bt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snubsGw2Bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snubsGw2Bt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snubsGw2Bt .navbar-buttons {
  text-align: center;
}
.cid-snubsGw2Bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snubsGw2Bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snubsGw2Bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snubsGw2Bt .nav-link {
  font-weight: 600 !important;
}
.cid-snubsGw2Bt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snubsGw2Bt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snubsGw2Bt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snubsGw2Bt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snubsGw2Bt .navbar {
    height: 77px;
  }
  .cid-snubsGw2Bt .navbar.opened {
    height: auto;
  }
  .cid-snubsGw2Bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snMnxsgdYH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/whatsapp-image-2024-10-20-at-17.25.30-1-1600x1204.jpeg");
}
.cid-snMnxsgdYH .row {
  justify-content: flex-end;
}
.cid-snMnxsgdYH .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snMnxsgdYH .block {
  background-color: #5679aa;
}
.cid-snMnxsgdYH img {
  width: 100%;
}
.cid-snMnxsgdYH .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snMnxsgdYH .content {
  max-width: 600px;
}
.cid-snMnxsgdYH h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snMnxsgdYH .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snMnxsgdYH h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snMnxsgdYH .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snMnxsgdYH h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-snMnxsgdYH .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snMnxsgdYH H1 {
  color: #ffffff;
}
.cid-snMnxsgdYH H3 {
  color: #efefef;
}
.cid-snMnxsgdYH .mbr-text,
.cid-snMnxsgdYH .mbr-section-btn {
  color: #fefaeb;
}
.cid-snMnxsgdYH H4 {
  color: #073b4c;
}
.cid-uR7pRUAVha {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR7pRUAVha .mbr-section-subtitle {
  color: #767676;
}
.cid-uWkl6HvDYl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fbfdff;
}
.cid-uWkl6HvDYl .mbr-text {
  color: #767676;
}
.cid-uWkl6HvDYl .card-subtitle {
  margin: 0;
}
.cid-uWkl6HvDYl .link {
  margin: 0;
  color: #3056a1;
}
.cid-uWkl6HvDYl .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uWkl6HvDYl .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-uWkl6HvDYl .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uWkl6HvDYl .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uWkl6HvDYl .date {
  margin: 0;
}
.cid-uWkl6HvDYl img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uWkl6HvDYl .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uWkl6HvDYl .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uWkl6HvDYl .card-img:hover:before {
  opacity: 0.4;
}
.cid-uWkl6HvDYl .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uWkl6HvDYl .icon-box {
    flex-direction: column;
  }
  .cid-uWkl6HvDYl .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uWkl6HvDYl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWkl6HvDYl .card {
    margin-bottom: 3rem;
  }
}
.cid-uWkl6HvDYl .mbr-text,
.cid-uWkl6HvDYl .link {
  color: #3056a1;
}
.cid-uWkl6HvDYl .card-title,
.cid-uWkl6HvDYl .card-img {
  color: #4f4943;
}
.cid-uWkl6HvDYl .text-success {
  color: #3056a1;
  font: |;
}
.cid-uUsarU5lP7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fbfdff;
}
.cid-uUsarU5lP7 .mbr-text {
  color: #767676;
}
.cid-uUsarU5lP7 .card-subtitle {
  margin: 0;
}
.cid-uUsarU5lP7 .link {
  margin: 0;
  color: #3056a1;
}
.cid-uUsarU5lP7 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uUsarU5lP7 .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-uUsarU5lP7 .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uUsarU5lP7 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uUsarU5lP7 .date {
  margin: 0;
}
.cid-uUsarU5lP7 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uUsarU5lP7 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uUsarU5lP7 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUsarU5lP7 .card-img:hover:before {
  opacity: 0.4;
}
.cid-uUsarU5lP7 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uUsarU5lP7 .icon-box {
    flex-direction: column;
  }
  .cid-uUsarU5lP7 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uUsarU5lP7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUsarU5lP7 .card {
    margin-bottom: 3rem;
  }
}
.cid-uUsarU5lP7 .mbr-text,
.cid-uUsarU5lP7 .link {
  color: #3056a1;
}
.cid-uUsarU5lP7 .card-title,
.cid-uUsarU5lP7 .card-img {
  color: #4f4943;
}
.cid-uUsarU5lP7 .text-success {
  color: #3056a1;
  font: |;
}
.cid-snNW6Hxkrj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fbfdff;
}
.cid-snNW6Hxkrj .mbr-text {
  color: #767676;
}
.cid-snNW6Hxkrj .card-subtitle {
  margin: 0;
}
.cid-snNW6Hxkrj .link {
  margin: 0;
  color: #3056a1;
}
.cid-snNW6Hxkrj .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-snNW6Hxkrj .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-snNW6Hxkrj .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-snNW6Hxkrj .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-snNW6Hxkrj .date {
  margin: 0;
}
.cid-snNW6Hxkrj img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-snNW6Hxkrj .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-snNW6Hxkrj .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-snNW6Hxkrj .card-img:hover:before {
  opacity: 0.4;
}
.cid-snNW6Hxkrj .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-snNW6Hxkrj .icon-box {
    flex-direction: column;
  }
  .cid-snNW6Hxkrj .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-snNW6Hxkrj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-snNW6Hxkrj .card {
    margin-bottom: 3rem;
  }
}
.cid-snNW6Hxkrj .mbr-text,
.cid-snNW6Hxkrj .link {
  color: #3056a1;
}
.cid-snNW6Hxkrj .card-title,
.cid-snNW6Hxkrj .card-img {
  color: #4f4943;
}
.cid-snNW6Hxkrj .text-success {
  color: #3056a1;
  font: |;
}
.cid-uR3PxCaYmx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fbfdff;
}
.cid-uR3PxCaYmx .mbr-text {
  color: #767676;
}
.cid-uR3PxCaYmx .card-subtitle {
  margin: 0;
}
.cid-uR3PxCaYmx .link {
  margin: 0;
  color: #3056a1;
}
.cid-uR3PxCaYmx .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uR3PxCaYmx .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-uR3PxCaYmx .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uR3PxCaYmx .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uR3PxCaYmx .date {
  margin: 0;
}
.cid-uR3PxCaYmx img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uR3PxCaYmx .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uR3PxCaYmx .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uR3PxCaYmx .card-img:hover:before {
  opacity: 0.4;
}
.cid-uR3PxCaYmx .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uR3PxCaYmx .icon-box {
    flex-direction: column;
  }
  .cid-uR3PxCaYmx .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uR3PxCaYmx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR3PxCaYmx .card {
    margin-bottom: 3rem;
  }
}
.cid-uR3PxCaYmx .mbr-text,
.cid-uR3PxCaYmx .link {
  color: #3056a1;
}
.cid-uR3PxCaYmx .card-title,
.cid-uR3PxCaYmx .card-img {
  color: #4f4943;
}
.cid-uR3PxCaYmx .text-success {
  color: #3056a1;
  font: |;
}
.cid-uR7aarKBZ9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #29417f, #487bff);
}
.cid-uR7aarKBZ9 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uR7aarKBZ9 .main .mbr-section-btn {
  text-align: right;
}
.cid-uR7aarKBZ9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uR7aarKBZ9 H3 {
  text-align: center;
}
.cid-uR7abX0wUP {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR7abX0wUP .mbr-section-subtitle {
  color: #767676;
}
.cid-uR7abX0wUP .btn {
  margin: 0 0 .5rem 0;
}
.cid-uR7abX0wUP H2 {
  color: #27527d;
}
.cid-uWklSYueJn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-uWklSYueJn .mbr-text,
.cid-uWklSYueJn .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uWklSYueJn H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uWklSYueJn H1 {
  color: #767676;
  text-align: left;
}
.cid-uWklSYueJn H4 {
  color: #465052;
  text-align: left;
}
.cid-uWklSYueJn .mbr-text,
.cid-uWklSYueJn .link {
  color: #ffffff;
}
.cid-uWklTQ7pTg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWklTQ7pTg .mbr-text,
.cid-uWklTQ7pTg .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uWklTQ7pTg H3 {
  text-align: left;
  color: #3056a1;
}
.cid-uWklTQ7pTg H1 {
  color: #465052;
  text-align: left;
}
.cid-uWklYk7zI3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWklYk7zI3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uWklYk7zI3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWklYk7zI3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWklYk7zI3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uWklYk7zI3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uWklYk7zI3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uWklYk7zI3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uWklYk7zI3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uWklYk7zI3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uWklIIZfUW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-uWklIIZfUW .mbr-text,
.cid-uWklIIZfUW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uWklIIZfUW H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uWklIIZfUW H1 {
  color: #767676;
  text-align: left;
}
.cid-uWklIIZfUW H4 {
  color: #465052;
  text-align: left;
}
.cid-uWklIIZfUW .mbr-text,
.cid-uWklIIZfUW .link {
  color: #ffffff;
}
.cid-uWklRdp4ER {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWklRdp4ER .mbr-text,
.cid-uWklRdp4ER .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uWklRdp4ER H3 {
  text-align: left;
  color: #3056a1;
}
.cid-uWklRdp4ER H1 {
  color: #465052;
  text-align: left;
}
.cid-uWklWN8yy9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWklWN8yy9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uWklWN8yy9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWklWN8yy9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWklWN8yy9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uWklWN8yy9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uWklWN8yy9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uWklWN8yy9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uWklWN8yy9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uWklWN8yy9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUsvwlI613 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-uUsvwlI613 .mbr-text,
.cid-uUsvwlI613 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUsvwlI613 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uUsvwlI613 H1 {
  color: #767676;
  text-align: left;
}
.cid-uUsvwlI613 H4 {
  color: #465052;
  text-align: left;
}
.cid-uUsvwlI613 .mbr-text,
.cid-uUsvwlI613 .link {
  color: #ffffff;
}
.cid-uUsvxuRZDo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUsvxuRZDo .mbr-text,
.cid-uUsvxuRZDo .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUsvxuRZDo H3 {
  text-align: left;
  color: #3056a1;
}
.cid-uUsvxuRZDo H1 {
  color: #465052;
  text-align: left;
}
.cid-uUsGPg6foX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUsGPg6foX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUsGPg6foX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUsGPg6foX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUsGPg6foX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUsGPg6foX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUsGPg6foX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUsGPg6foX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uUsGPg6foX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUsGPg6foX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUsGUaqZFo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-uUsGUaqZFo .mbr-text,
.cid-uUsGUaqZFo .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUsGUaqZFo H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uUsGUaqZFo H1 {
  color: #767676;
  text-align: left;
}
.cid-uUsGUaqZFo H4 {
  color: #465052;
  text-align: left;
}
.cid-uUsGUaqZFo .mbr-text,
.cid-uUsGUaqZFo .link {
  color: #ffffff;
}
.cid-uUsGS1ZWgp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUsGS1ZWgp .mbr-text,
.cid-uUsGS1ZWgp .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUsGS1ZWgp H3 {
  text-align: left;
  color: #3056a1;
}
.cid-uUsGS1ZWgp H1 {
  color: #465052;
  text-align: left;
}
.cid-uUsGQMuHuE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUsGQMuHuE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUsGQMuHuE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUsGQMuHuE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUsGQMuHuE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUsGQMuHuE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUsGQMuHuE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUsGQMuHuE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uUsGQMuHuE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUsGQMuHuE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUsJVwg38A {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUsJVwg38A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUsJVwg38A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUsJVwg38A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUsJVwg38A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUsJVwg38A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUsJVwg38A .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUsJVwg38A .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uUsJVwg38A .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUsJVwg38A .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-snNUyPGBpf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-snNUyPGBpf .mbr-text,
.cid-snNUyPGBpf .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snNUyPGBpf H3 {
  text-align: left;
  color: #073b4c;
}
.cid-snNUyPGBpf H1 {
  color: #767676;
  text-align: left;
}
.cid-snNUyPGBpf H4 {
  color: #465052;
  text-align: left;
}
.cid-snNUyPGBpf .mbr-text,
.cid-snNUyPGBpf .link {
  color: #ffffff;
}
.cid-snNUAhg37m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snNUAhg37m .mbr-text,
.cid-snNUAhg37m .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snNUAhg37m H3 {
  text-align: left;
  color: #3056a1;
}
.cid-snNUAhg37m H1 {
  color: #465052;
  text-align: left;
}
.cid-snNUAF1KhB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snNUAF1KhB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snNUAF1KhB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNUAF1KhB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNUAF1KhB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snNUAF1KhB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snNUAF1KhB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snNUAF1KhB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snNUAF1KhB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snNUAF1KhB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-snTcp3ztAW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-snTcp3ztAW .mbr-text,
.cid-snTcp3ztAW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snTcp3ztAW H3 {
  text-align: left;
  color: #073b4c;
}
.cid-snTcp3ztAW H1 {
  color: #767676;
  text-align: left;
}
.cid-snTcp3ztAW H4 {
  color: #465052;
  text-align: left;
}
.cid-snTcp3ztAW .mbr-text,
.cid-snTcp3ztAW .link {
  color: #ffffff;
}
.cid-snT9GXKEKF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snT9GXKEKF .mbr-text,
.cid-snT9GXKEKF .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snT9GXKEKF H3 {
  text-align: left;
  color: #3056a1;
}
.cid-snT9GXKEKF H1 {
  color: #465052;
  text-align: left;
}
.cid-snT9FYjfli {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snT9FYjfli .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snT9FYjfli .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snT9FYjfli .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snT9FYjfli .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snT9FYjfli .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snT9FYjfli .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snT9FYjfli .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snT9FYjfli .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snT9FYjfli .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-snTcsenOjN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-snTcsenOjN .mbr-text,
.cid-snTcsenOjN .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snTcsenOjN H3 {
  text-align: left;
  color: #073b4c;
}
.cid-snTcsenOjN H1 {
  color: #767676;
  text-align: left;
}
.cid-snTcsenOjN H4 {
  color: #465052;
  text-align: left;
}
.cid-snTcsenOjN .mbr-text,
.cid-snTcsenOjN .link {
  color: #ffffff;
}
.cid-snTczAPuaz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snTczAPuaz .mbr-text,
.cid-snTczAPuaz .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snTczAPuaz H3 {
  text-align: left;
  color: #3056a1;
}
.cid-snTczAPuaz H1 {
  color: #465052;
  text-align: left;
}
.cid-snTcuPKtrY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snTcuPKtrY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snTcuPKtrY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTcuPKtrY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTcuPKtrY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snTcuPKtrY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snTcuPKtrY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snTcuPKtrY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snTcuPKtrY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snTcuPKtrY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUscpDN7Ge {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-uUscpDN7Ge .mbr-text,
.cid-uUscpDN7Ge .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUscpDN7Ge H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uUscpDN7Ge H1 {
  color: #767676;
  text-align: left;
}
.cid-uUscpDN7Ge H4 {
  color: #465052;
  text-align: left;
}
.cid-uUscpDN7Ge .mbr-text,
.cid-uUscpDN7Ge .link {
  color: #ffffff;
}
.cid-uUscGd7tnK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUscGd7tnK .mbr-text,
.cid-uUscGd7tnK .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uUscGd7tnK H3 {
  text-align: left;
  color: #3056a1;
}
.cid-uUscGd7tnK H1 {
  color: #465052;
  text-align: left;
}
.cid-uUscKf58sU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUscKf58sU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUscKf58sU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUscKf58sU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUscKf58sU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUscKf58sU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUscKf58sU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUscKf58sU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uUscKf58sU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUscKf58sU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-snTcyC2515 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-snTcyC2515 .mbr-text,
.cid-snTcyC2515 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snTcyC2515 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-snTcyC2515 H1 {
  color: #767676;
  text-align: left;
}
.cid-snTcyC2515 H4 {
  color: #465052;
  text-align: left;
}
.cid-snTcyC2515 .mbr-text,
.cid-snTcyC2515 .link {
  color: #ffffff;
}
.cid-snTctEQeJ5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snTctEQeJ5 .mbr-text,
.cid-snTctEQeJ5 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-snTctEQeJ5 H3 {
  text-align: left;
  color: #3056a1;
}
.cid-snTctEQeJ5 H1 {
  color: #465052;
  text-align: left;
}
.cid-snTcAzePUD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snTcAzePUD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snTcAzePUD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTcAzePUD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTcAzePUD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snTcAzePUD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snTcAzePUD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snTcAzePUD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snTcAzePUD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snTcAzePUD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uR7boOoVvp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-uR7boOoVvp .mbr-text,
.cid-uR7boOoVvp .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uR7boOoVvp H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uR7boOoVvp H1 {
  color: #767676;
  text-align: left;
}
.cid-uR7boOoVvp H4 {
  color: #465052;
  text-align: left;
}
.cid-uR7boOoVvp .mbr-text,
.cid-uR7boOoVvp .link {
  color: #ffffff;
}
.cid-uR7bwVbQsC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR7bwVbQsC .mbr-text,
.cid-uR7bwVbQsC .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uR7bwVbQsC H3 {
  text-align: left;
  color: #3056a1;
}
.cid-uR7bwVbQsC H1 {
  color: #465052;
  text-align: left;
}
.cid-uR7bniUwML {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR7bniUwML .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR7bniUwML .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR7bniUwML .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR7bniUwML .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR7bniUwML .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uR7bniUwML .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR7bniUwML .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR7bniUwML .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uR7bniUwML .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uR7iYb3LT7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95bde4;
}
.cid-uR7iYb3LT7 .mbr-text,
.cid-uR7iYb3LT7 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uR7iYb3LT7 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uR7iYb3LT7 H1 {
  color: #767676;
  text-align: left;
}
.cid-uR7iYb3LT7 H4 {
  color: #465052;
  text-align: left;
}
.cid-uR7iYb3LT7 .mbr-text,
.cid-uR7iYb3LT7 .link {
  color: #ffffff;
}
.cid-uR7iYO2uoh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR7iYO2uoh .mbr-text,
.cid-uR7iYO2uoh .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uR7iYO2uoh H3 {
  text-align: left;
  color: #3056a1;
}
.cid-uR7iYO2uoh H1 {
  color: #465052;
  text-align: left;
}
.cid-uR7iZBgb76 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR7iZBgb76 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR7iZBgb76 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR7iZBgb76 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR7iZBgb76 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR7iZBgb76 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uR7iZBgb76 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR7iZBgb76 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR7iZBgb76 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uR7iZBgb76 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uQo6KQtYKY {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #001f70, #8fdffb);
}
.cid-uQo6KQtYKY .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uQo6KQtYKY .main .mbr-section-btn {
  text-align: right;
}
.cid-uQo6KQtYKY .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo6KQtYKY H3 {
  text-align: center;
}
.cid-uQo6KkebE9 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQo6KkebE9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uQo6KkebE9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo6KkebE9 H2 {
  color: #27527d;
}
.cid-snvSIXER8i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snvSIXER8i .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snvSIXER8i .first-column .mbr-text {
  margin: 0;
}
.cid-snvSIXER8i .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snvSIXER8i .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snvSIXER8i .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snvSIXER8i .form-group {
  max-width: 55%;
}
.cid-snvSIXER8i .form-group,
.cid-snvSIXER8i .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snvSIXER8i .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snvSIXER8i .col + .mbr-section-btn .btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col,
.cid-snvSIXER8i .dragArea > *:nth-last-child(2).col-auto,
.cid-snvSIXER8i .col + .mbr-section-btn,
.cid-snvSIXER8i .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column {
    padding-bottom: 2rem;
  }
  .cid-snvSIXER8i .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snvSIXER8i .first-column,
  .cid-snvSIXER8i .second-column,
  .cid-snvSIXER8i .third-column {
    text-align: center;
  }
}
.cid-snvSIXER8i .mbr-section-title,
.cid-snvSIXER8i .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-subtitle,
.cid-snvSIXER8i .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snvSIXER8i .mbr-section-title {
  color: #ffffff;
}
.cid-snvT4lUquW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snvT4lUquW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snNN7SbOVt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snNN7SbOVt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snNN7SbOVt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snNN7SbOVt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snNN7SbOVt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snNN7SbOVt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snNN7SbOVt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snNN7SbOVt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snNN7SbOVt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snNN7SbOVt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snNN7SbOVt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snNN7SbOVt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snNN7SbOVt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snNN7SbOVt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snNN7SbOVt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snNN7SbOVt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snNN7SbOVt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snNN7SbOVt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snNN7SbOVt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snNN7SbOVt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snNN7SbOVt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snNN7SbOVt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snNN7SbOVt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snNN7SbOVt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snNN7SbOVt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snNN7SbOVt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snNN7SbOVt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snNN7SbOVt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snNN7SbOVt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snNN7SbOVt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snNN7SbOVt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snNN7SbOVt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snNN7SbOVt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snNN7SbOVt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snNN7SbOVt .nav-item:focus,
.cid-snNN7SbOVt .nav-link:focus {
  outline: none;
}
.cid-snNN7SbOVt .text-white:hover,
.cid-snNN7SbOVt .text-white:active,
.cid-snNN7SbOVt .text-white:focus {
  color: white !important;
}
.cid-snNN7SbOVt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snNN7SbOVt .dropdown-item:hover {
  color: black !important;
}
.cid-snNN7SbOVt .dropdown-menu {
  background-color: white !important;
}
.cid-snNN7SbOVt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snNN7SbOVt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snNN7SbOVt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snNN7SbOVt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snNN7SbOVt .nav-item {
    position: relative;
  }
}
.cid-snNN7SbOVt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snNN7SbOVt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snNN7SbOVt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snNN7SbOVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snNN7SbOVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snNN7SbOVt .navbar-caption {
  font-weight: 600 !important;
}
.cid-snNN7SbOVt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snNN7SbOVt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snNN7SbOVt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snNN7SbOVt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snNN7SbOVt .dropdown-item.active,
.cid-snNN7SbOVt .dropdown-item:active {
  background-color: transparent;
}
.cid-snNN7SbOVt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snNN7SbOVt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snNN7SbOVt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snNN7SbOVt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snNN7SbOVt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snNN7SbOVt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snNN7SbOVt .navbar-buttons {
  text-align: center;
}
.cid-snNN7SbOVt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snNN7SbOVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snNN7SbOVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snNN7SbOVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snNN7SbOVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snNN7SbOVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snNN7SbOVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snNN7SbOVt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snNN7SbOVt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snNN7SbOVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snNN7SbOVt .nav-link {
  font-weight: 600 !important;
}
.cid-snNN7SbOVt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snNN7SbOVt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snNN7SbOVt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snNN7SbOVt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snNN7SbOVt .navbar {
    height: 77px;
  }
  .cid-snNN7SbOVt .navbar.opened {
    height: auto;
  }
  .cid-snNN7SbOVt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snNN7Tz3yy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1439.png");
}
.cid-snNN7Tz3yy .row {
  justify-content: flex-end;
}
.cid-snNN7Tz3yy .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snNN7Tz3yy .block {
  background-color: #001f70;
}
.cid-snNN7Tz3yy img {
  width: 100%;
}
.cid-snNN7Tz3yy .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snNN7Tz3yy .content {
  max-width: 600px;
}
.cid-snNN7Tz3yy h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snNN7Tz3yy .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snNN7Tz3yy h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNN7Tz3yy .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snNN7Tz3yy h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snNN7Tz3yy .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snNN7Tz3yy H1 {
  color: #ffffff;
}
.cid-snNN7Tz3yy H3 {
  color: #efefef;
}
.cid-snNN7Tz3yy .mbr-text,
.cid-snNN7Tz3yy .mbr-section-btn {
  color: #fefaeb;
}
.cid-snNN7Tz3yy H4 {
  color: #ffffff;
}
.cid-snNN7TVn2d {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snNN7TVn2d h2 {
  text-align: center;
}
.cid-snNN7TVn2d h3 {
  text-align: center;
  font-weight: 300;
}
.cid-snNN7TVn2d p {
  color: #767676;
}
.cid-snNN7TVn2d img {
  object-fit: cover;
}
.cid-snNN7TVn2d .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-snNN7TVn2d .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-snNN7TVn2d .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-snNN7TVn2d .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-snNN7TVn2d .card-title {
  font-weight: 500;
}
.cid-snNN7TVn2d .card-img {
  text-align: inherit;
}
.cid-snNN7TVn2d .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-snNN7TVn2d .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-snNN7TVn2d .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-snNN7TVn2d .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-snNN7TVn2d .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-snNN7TVn2d .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-snNN7TVn2d .mbr-section-title {
  color: #123287;
  text-align: center;
}
.cid-tyqg7W93Rg {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tyqg7W93Rg .image-block {
  margin: auto;
}
.cid-tyqg7W93Rg figcaption {
  position: relative;
}
.cid-tyqg7W93Rg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tyqg7W93Rg .image-block {
    width: 100% !important;
  }
}
.cid-uUjMWVCoNy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #001f70;
}
.cid-uUjMWVCoNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjMWVCoNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjMWVCoNy .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uUjMWVCoNy .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uUjMWVCoNy .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uUjMWVCoNy .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uUjMWVCoNy .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uUjMWVCoNy .mbr-text {
    margin-top: 16px;
  }
}
.cid-uUjMWVCoNy .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uUjMWVCoNy .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uUjMWVCoNy .mbr-text,
.cid-uUjMWVCoNy .mbr-section-btn {
  color: #f6efe8;
}
.cid-snNN7TdydB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snNN7TdydB .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #123287;
  transition: all 0.4s ease-in-out;
}
.cid-snNN7TdydB .content-block .mbr-text {
  margin: 0;
}
.cid-snNN7TdydB .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-snNN7TdydB .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-snNN7TdydB .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-snNN7TdydB .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-snNN7TdydB .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-snNN7TdydB h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-snNN7TdydB .mbr-section-title {
  color: #123287;
}
.cid-snNN7UncgW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-snNN7UncgW .row {
  justify-content: flex-end;
}
.cid-snNN7UncgW .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snNN7UncgW .block {
  background-color: #001f70;
}
.cid-snNN7UncgW img {
  width: 100%;
}
.cid-snNN7UncgW .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snNN7UncgW .content {
  max-width: 600px;
}
.cid-snNN7UncgW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snNN7UncgW .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snNN7UncgW h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNN7UncgW .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snNN7UncgW h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snNN7UncgW .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snNN7UncgW H1 {
  color: #ffffff;
}
.cid-snNN7UncgW H3 {
  color: #efefef;
}
.cid-snNN7UncgW .mbr-text,
.cid-snNN7UncgW .mbr-section-btn {
  color: #fefaeb;
}
.cid-snNN7UncgW H4 {
  color: #ffffff;
}
.cid-uQhWg6xsbF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQhWg6xsbF .mbr-text,
.cid-uQhWg6xsbF blockquote {
  color: #767676;
}
.cid-uUjHpVfv7S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d7e7ff;
}
.cid-uUjHpVfv7S .nav-tabs .nav-item.open .nav-link:focus,
.cid-uUjHpVfv7S .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uUjHpVfv7S .nav-link.active {
  background: #001f70;
}
.cid-uUjHpVfv7S .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uUjHpVfv7S .nav-link:hover {
  background: #001f70;
}
.cid-uUjHpVfv7S .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uUjHpVfv7S .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uUjHpVfv7S p {
  padding-left: 2rem;
}
.cid-uUjHpVfv7S .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uUjHpVfv7S .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uUjHpVfv7S .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uUjHpVfv7S .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uUjHpVfv7S P {
  color: #767676;
}
.cid-uUjHpVfv7S H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-uUjHpVfv7S .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uUjHpVfv7S .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uUjHpVfv7S p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uUjHpVfv7S .mbr-text,
  .cid-uUjHpVfv7S .nav-link {
    text-align: center;
  }
  .cid-uUjHpVfv7S .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uUjHpVfv7S .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uUjHpVfv7S p {
    padding-left: 0rem;
  }
}
.cid-uUjHpVfv7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjHpVfv7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-snNN7VSxrV {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snNN7VSxrV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snNN7VSxrV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNN7VSxrV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNN7VSxrV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snNN7VSxrV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snNN7VSxrV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snNN7VSxrV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snNN7VSxrV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snNN7VSxrV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snNNTTyXeI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpeg");
}
.cid-snNNTTyXeI .row {
  justify-content: flex-end;
}
.cid-snNNTTyXeI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snNNTTyXeI .block {
  background-color: #001f70;
}
.cid-snNNTTyXeI img {
  width: 100%;
}
.cid-snNNTTyXeI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snNNTTyXeI .content {
  max-width: 600px;
}
.cid-snNNTTyXeI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snNNTTyXeI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snNNTTyXeI h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNNTTyXeI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snNNTTyXeI h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snNNTTyXeI .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snNNTTyXeI H1 {
  color: #ffffff;
}
.cid-snNNTTyXeI H3 {
  color: #efefef;
}
.cid-snNNTTyXeI .mbr-text,
.cid-snNNTTyXeI .mbr-section-btn {
  color: #fefaeb;
}
.cid-snNNTTyXeI H4 {
  color: #ffffff;
}
.cid-uQhXrfVVFy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQhXrfVVFy .mbr-text,
.cid-uQhXrfVVFy blockquote {
  color: #767676;
}
.cid-uUjJL179DW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d7e7ff;
}
.cid-uUjJL179DW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uUjJL179DW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uUjJL179DW .nav-link.active {
  background: #001f70;
}
.cid-uUjJL179DW .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uUjJL179DW .nav-link:hover {
  background: #001f70;
}
.cid-uUjJL179DW .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uUjJL179DW .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uUjJL179DW p {
  padding-left: 2rem;
}
.cid-uUjJL179DW .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uUjJL179DW .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uUjJL179DW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uUjJL179DW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uUjJL179DW P {
  color: #767676;
}
.cid-uUjJL179DW H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-uUjJL179DW .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uUjJL179DW .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uUjJL179DW p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uUjJL179DW .mbr-text,
  .cid-uUjJL179DW .nav-link {
    text-align: center;
  }
  .cid-uUjJL179DW .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uUjJL179DW .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uUjJL179DW p {
    padding-left: 0rem;
  }
}
.cid-uUjJL179DW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjJL179DW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-snNN7Xnw9Y {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snNN7Xnw9Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snNN7Xnw9Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNN7Xnw9Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNN7Xnw9Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snNN7Xnw9Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snNN7Xnw9Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snNN7Xnw9Y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snNN7Xnw9Y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snNN7Xnw9Y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snNNUvlMtH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpeg");
}
.cid-snNNUvlMtH .row {
  justify-content: flex-end;
}
.cid-snNNUvlMtH .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snNNUvlMtH .block {
  background-color: #001f70;
}
.cid-snNNUvlMtH img {
  width: 100%;
}
.cid-snNNUvlMtH .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snNNUvlMtH .content {
  max-width: 600px;
}
.cid-snNNUvlMtH h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snNNUvlMtH .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snNNUvlMtH h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNNUvlMtH .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snNNUvlMtH h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snNNUvlMtH .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snNNUvlMtH H1 {
  color: #ffffff;
}
.cid-snNNUvlMtH H3 {
  color: #efefef;
}
.cid-snNNUvlMtH .mbr-text,
.cid-snNNUvlMtH .mbr-section-btn {
  color: #fefaeb;
}
.cid-snNNUvlMtH H4 {
  color: #ffffff;
}
.cid-uQi7m4TlVT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQi7m4TlVT .mbr-text,
.cid-uQi7m4TlVT blockquote {
  color: #767676;
}
.cid-uUjJMtmFpt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d7e7ff;
}
.cid-uUjJMtmFpt .nav-tabs .nav-item.open .nav-link:focus,
.cid-uUjJMtmFpt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uUjJMtmFpt .nav-link.active {
  background: #001f70;
}
.cid-uUjJMtmFpt .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uUjJMtmFpt .nav-link:hover {
  background: #001f70;
}
.cid-uUjJMtmFpt .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uUjJMtmFpt .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uUjJMtmFpt p {
  padding-left: 2rem;
}
.cid-uUjJMtmFpt .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uUjJMtmFpt .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uUjJMtmFpt .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uUjJMtmFpt .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uUjJMtmFpt P {
  color: #767676;
}
.cid-uUjJMtmFpt H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-uUjJMtmFpt .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uUjJMtmFpt .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uUjJMtmFpt p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uUjJMtmFpt .mbr-text,
  .cid-uUjJMtmFpt .nav-link {
    text-align: center;
  }
  .cid-uUjJMtmFpt .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uUjJMtmFpt .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uUjJMtmFpt p {
    padding-left: 0rem;
  }
}
.cid-uUjJMtmFpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjJMtmFpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-snNN7Z2nku {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snNN7Z2nku .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snNN7Z2nku .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNN7Z2nku .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNN7Z2nku .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snNN7Z2nku .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snNN7Z2nku .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snNN7Z2nku .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snNN7Z2nku .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snNN7Z2nku .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snNN7ZvYEA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #25937c;
}
.cid-snNN7ZvYEA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-snNN7ZvYEA H2 {
  text-align: left;
  color: #ffffff;
}
.cid-snNN7ZNn3o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snNN7ZNn3o .mbr-section-subtitle {
  color: #767676;
}
.cid-snNN7ZNn3o .btn {
  margin: 0 0 .5rem 0;
}
.cid-snNN7ZNn3o H2 {
  color: #27527d;
}
.cid-snNN80c9pt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snNN80c9pt .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snNN80c9pt .first-column .mbr-text {
  margin: 0;
}
.cid-snNN80c9pt .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snNN80c9pt .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snNN80c9pt .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snNN80c9pt .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snNN80c9pt .form-group {
  max-width: 55%;
}
.cid-snNN80c9pt .form-group,
.cid-snNN80c9pt .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snNN80c9pt .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snNN80c9pt .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snNN80c9pt .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snNN80c9pt .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snNN80c9pt .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snNN80c9pt .col + .mbr-section-btn .btn,
.cid-snNN80c9pt .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snNN80c9pt .dragArea > *:nth-last-child(2).col,
.cid-snNN80c9pt .dragArea > *:nth-last-child(2).col-auto,
.cid-snNN80c9pt .col + .mbr-section-btn,
.cid-snNN80c9pt .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snNN80c9pt .first-column,
  .cid-snNN80c9pt .second-column {
    padding-bottom: 2rem;
  }
  .cid-snNN80c9pt .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snNN80c9pt .first-column,
  .cid-snNN80c9pt .second-column,
  .cid-snNN80c9pt .third-column {
    text-align: center;
  }
}
.cid-snNN80c9pt .mbr-section-title,
.cid-snNN80c9pt .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snNN80c9pt .mbr-section-subtitle,
.cid-snNN80c9pt .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snNN80c9pt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snNN80c9pt .mbr-section-title {
  color: #ffffff;
}
.cid-snNN80MqoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snNN80MqoK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snRNIyBNL0 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-snRNIyBNL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-snRNIyBNL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-snRNIyBNL0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snRNIyBNL0 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snRNIyBNL0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snRNIyBNL0 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snRNIyBNL0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snRNIyBNL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snRNIyBNL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snRNIyBNL0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snRNIyBNL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snRNIyBNL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snRNIyBNL0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-snRNIyBNL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snRNIyBNL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snRNIyBNL0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snRNIyBNL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snRNIyBNL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snRNIyBNL0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snRNIyBNL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snRNIyBNL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snRNIyBNL0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snRNIyBNL0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snRNIyBNL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snRNIyBNL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snRNIyBNL0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snRNIyBNL0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snRNIyBNL0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snRNIyBNL0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snRNIyBNL0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snRNIyBNL0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snRNIyBNL0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snRNIyBNL0 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snRNIyBNL0 .nav-item:focus,
.cid-snRNIyBNL0 .nav-link:focus {
  outline: none;
}
.cid-snRNIyBNL0 .text-white:hover,
.cid-snRNIyBNL0 .text-white:active,
.cid-snRNIyBNL0 .text-white:focus {
  color: white !important;
}
.cid-snRNIyBNL0 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snRNIyBNL0 .dropdown-item:hover {
  color: black !important;
}
.cid-snRNIyBNL0 .dropdown-menu {
  background-color: white !important;
}
.cid-snRNIyBNL0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-snRNIyBNL0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snRNIyBNL0 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snRNIyBNL0 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snRNIyBNL0 .nav-item {
    position: relative;
  }
}
.cid-snRNIyBNL0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snRNIyBNL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snRNIyBNL0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snRNIyBNL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snRNIyBNL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snRNIyBNL0 .navbar-caption {
  font-weight: 600 !important;
}
.cid-snRNIyBNL0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snRNIyBNL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snRNIyBNL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snRNIyBNL0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snRNIyBNL0 .dropdown-item.active,
.cid-snRNIyBNL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-snRNIyBNL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snRNIyBNL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-snRNIyBNL0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-snRNIyBNL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snRNIyBNL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snRNIyBNL0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snRNIyBNL0 .navbar-buttons {
  text-align: center;
}
.cid-snRNIyBNL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snRNIyBNL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-snRNIyBNL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snRNIyBNL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snRNIyBNL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snRNIyBNL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snRNIyBNL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snRNIyBNL0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snRNIyBNL0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snRNIyBNL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snRNIyBNL0 .nav-link {
  font-weight: 600 !important;
}
.cid-snRNIyBNL0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snRNIyBNL0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snRNIyBNL0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-snRNIyBNL0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snRNIyBNL0 .navbar {
    height: 77px;
  }
  .cid-snRNIyBNL0 .navbar.opened {
    height: auto;
  }
  .cid-snRNIyBNL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snRNIzoGci {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-snRNIzoGci .row {
  justify-content: flex-end;
}
.cid-snRNIzoGci .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-snRNIzoGci .block {
  background-color: #cc2952;
}
.cid-snRNIzoGci img {
  width: 100%;
}
.cid-snRNIzoGci .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-snRNIzoGci .content {
  max-width: 600px;
}
.cid-snRNIzoGci h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-snRNIzoGci .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-snRNIzoGci h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-snRNIzoGci .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-snRNIzoGci h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-snRNIzoGci .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-snRNIzoGci H1 {
  color: #ffffff;
}
.cid-snRNIzoGci H3 {
  color: #efefef;
}
.cid-snRNIzoGci .mbr-text,
.cid-snRNIzoGci .mbr-section-btn {
  color: #fefaeb;
}
.cid-snRNIzoGci H4 {
  color: #073b4c;
}
#custom-html-gy {
  /* Type valid CSS here */
}
#custom-html-gy div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-gy p {
  font-size: 60px;
  color: #777;
}
.cid-uQo5bYwq8S {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7f1933, #ff3366);
}
.cid-uQo5bYwq8S .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uQo5bYwq8S .main .mbr-section-btn {
  text-align: right;
}
.cid-uQo5bYwq8S .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo5bYwq8S H3 {
  text-align: center;
}
.cid-uQo530YO7k {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQo530YO7k .mbr-section-subtitle {
  color: #767676;
}
.cid-uQo530YO7k .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo530YO7k H2 {
  color: #27527d;
}
.cid-snRNIAHmkc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-snRNIAHmkc .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-snRNIAHmkc .first-column .mbr-text {
  margin: 0;
}
.cid-snRNIAHmkc .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snRNIAHmkc .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snRNIAHmkc .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-snRNIAHmkc .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-snRNIAHmkc .form-group {
  max-width: 55%;
}
.cid-snRNIAHmkc .form-group,
.cid-snRNIAHmkc .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snRNIAHmkc .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-snRNIAHmkc .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snRNIAHmkc .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snRNIAHmkc .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snRNIAHmkc .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snRNIAHmkc .col + .mbr-section-btn .btn,
.cid-snRNIAHmkc .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snRNIAHmkc .dragArea > *:nth-last-child(2).col,
.cid-snRNIAHmkc .dragArea > *:nth-last-child(2).col-auto,
.cid-snRNIAHmkc .col + .mbr-section-btn,
.cid-snRNIAHmkc .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snRNIAHmkc .first-column,
  .cid-snRNIAHmkc .second-column {
    padding-bottom: 2rem;
  }
  .cid-snRNIAHmkc .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snRNIAHmkc .first-column,
  .cid-snRNIAHmkc .second-column,
  .cid-snRNIAHmkc .third-column {
    text-align: center;
  }
}
.cid-snRNIAHmkc .mbr-section-title,
.cid-snRNIAHmkc .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-snRNIAHmkc .mbr-section-subtitle,
.cid-snRNIAHmkc .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-snRNIAHmkc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-snRNIAHmkc .mbr-section-title {
  color: #ffffff;
}
.cid-snRNIBcIH0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-snRNIBcIH0 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tyq9MrEdQL .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-tyq9MrEdQL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-tyq9MrEdQL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-tyq9MrEdQL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tyq9MrEdQL .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tyq9MrEdQL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tyq9MrEdQL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tyq9MrEdQL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyq9MrEdQL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyq9MrEdQL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyq9MrEdQL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyq9MrEdQL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyq9MrEdQL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyq9MrEdQL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyq9MrEdQL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyq9MrEdQL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyq9MrEdQL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyq9MrEdQL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyq9MrEdQL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyq9MrEdQL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyq9MrEdQL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyq9MrEdQL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyq9MrEdQL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyq9MrEdQL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tyq9MrEdQL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyq9MrEdQL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyq9MrEdQL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyq9MrEdQL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyq9MrEdQL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyq9MrEdQL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyq9MrEdQL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyq9MrEdQL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyq9MrEdQL .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyq9MrEdQL .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tyq9MrEdQL .nav-item:focus,
.cid-tyq9MrEdQL .nav-link:focus {
  outline: none;
}
.cid-tyq9MrEdQL .text-white:hover,
.cid-tyq9MrEdQL .text-white:active,
.cid-tyq9MrEdQL .text-white:focus {
  color: white !important;
}
.cid-tyq9MrEdQL .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-tyq9MrEdQL .dropdown-item:hover {
  color: black !important;
}
.cid-tyq9MrEdQL .dropdown-menu {
  background-color: white !important;
}
.cid-tyq9MrEdQL .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-tyq9MrEdQL .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyq9MrEdQL .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tyq9MrEdQL .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tyq9MrEdQL .nav-item {
    position: relative;
  }
}
.cid-tyq9MrEdQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyq9MrEdQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyq9MrEdQL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyq9MrEdQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyq9MrEdQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyq9MrEdQL .navbar-caption {
  font-weight: 600 !important;
}
.cid-tyq9MrEdQL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyq9MrEdQL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyq9MrEdQL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyq9MrEdQL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyq9MrEdQL .dropdown-item.active,
.cid-tyq9MrEdQL .dropdown-item:active {
  background-color: transparent;
}
.cid-tyq9MrEdQL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyq9MrEdQL .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-tyq9MrEdQL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-tyq9MrEdQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyq9MrEdQL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyq9MrEdQL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyq9MrEdQL .navbar-buttons {
  text-align: center;
}
.cid-tyq9MrEdQL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyq9MrEdQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-tyq9MrEdQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyq9MrEdQL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyq9MrEdQL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyq9MrEdQL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyq9MrEdQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyq9MrEdQL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyq9MrEdQL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyq9MrEdQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyq9MrEdQL .nav-link {
  font-weight: 600 !important;
}
.cid-tyq9MrEdQL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyq9MrEdQL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyq9MrEdQL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyq9MrEdQL .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyq9MrEdQL .navbar {
    height: 77px;
  }
  .cid-tyq9MrEdQL .navbar.opened {
    height: auto;
  }
  .cid-tyq9MrEdQL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyq9Mu7de8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/copia20de20sin20tc3adtulo203-1366x768.png");
}
.cid-tyq9Mu7de8 .row {
  justify-content: flex-end;
}
.cid-tyq9Mu7de8 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-tyq9Mu7de8 .block {
  background-color: #25937c;
}
.cid-tyq9Mu7de8 img {
  width: 100%;
}
.cid-tyq9Mu7de8 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-tyq9Mu7de8 .content {
  max-width: 600px;
}
.cid-tyq9Mu7de8 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-tyq9Mu7de8 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-tyq9Mu7de8 h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyq9Mu7de8 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-tyq9Mu7de8 h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-tyq9Mu7de8 .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-tyq9Mu7de8 H1 {
  color: #ffffff;
}
.cid-tyq9Mu7de8 H3 {
  color: #072a4c;
}
.cid-tyq9Mu7de8 .mbr-text,
.cid-tyq9Mu7de8 .mbr-section-btn {
  color: #fefaeb;
}
.cid-tyq9Mu7de8 H4 {
  color: #073b4c;
}
.cid-tyq9MusCZM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyq9MusCZM .mbr-text {
  color: #27527d;
}
.cid-tyq9MusCZM .mbr-text P {
  text-align: left;
}
.cid-tyq9MuJx0G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyq9MuJx0G .mbr-text,
.cid-tyq9MuJx0G blockquote {
  color: #767676;
}
.cid-tyq9MuJx0G .mbr-text {
  color: #465052;
}
.cid-tyqaxxvYFV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyq9Mxae60 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-tyq9Mxae60 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-tyq9Mxae60 .first-column .mbr-text {
  margin: 0;
}
.cid-tyq9Mxae60 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tyq9Mxae60 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tyq9Mxae60 .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-tyq9Mxae60 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-tyq9Mxae60 .form-group {
  max-width: 55%;
}
.cid-tyq9Mxae60 .form-group,
.cid-tyq9Mxae60 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tyq9Mxae60 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-tyq9Mxae60 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tyq9Mxae60 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tyq9Mxae60 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tyq9Mxae60 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tyq9Mxae60 .col + .mbr-section-btn .btn,
.cid-tyq9Mxae60 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tyq9Mxae60 .dragArea > *:nth-last-child(2).col,
.cid-tyq9Mxae60 .dragArea > *:nth-last-child(2).col-auto,
.cid-tyq9Mxae60 .col + .mbr-section-btn,
.cid-tyq9Mxae60 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tyq9Mxae60 .first-column,
  .cid-tyq9Mxae60 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tyq9Mxae60 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tyq9Mxae60 .first-column,
  .cid-tyq9Mxae60 .second-column,
  .cid-tyq9Mxae60 .third-column {
    text-align: center;
  }
}
.cid-tyq9Mxae60 .mbr-section-title,
.cid-tyq9Mxae60 .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-tyq9Mxae60 .mbr-section-subtitle,
.cid-tyq9Mxae60 .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tyq9Mxae60 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tyq9Mxae60 .mbr-section-title {
  color: #ffffff;
}
.cid-tyq9MxBaom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-tyq9MxBaom .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uQibsYF9sI .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-uQibsYF9sI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-uQibsYF9sI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-uQibsYF9sI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uQibsYF9sI .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uQibsYF9sI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uQibsYF9sI .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQibsYF9sI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQibsYF9sI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQibsYF9sI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQibsYF9sI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQibsYF9sI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQibsYF9sI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQibsYF9sI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQibsYF9sI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQibsYF9sI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQibsYF9sI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQibsYF9sI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQibsYF9sI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQibsYF9sI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQibsYF9sI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQibsYF9sI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQibsYF9sI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQibsYF9sI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQibsYF9sI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQibsYF9sI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQibsYF9sI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQibsYF9sI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQibsYF9sI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQibsYF9sI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQibsYF9sI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQibsYF9sI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQibsYF9sI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQibsYF9sI .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-uQibsYF9sI .nav-item:focus,
.cid-uQibsYF9sI .nav-link:focus {
  outline: none;
}
.cid-uQibsYF9sI .text-white:hover,
.cid-uQibsYF9sI .text-white:active,
.cid-uQibsYF9sI .text-white:focus {
  color: white !important;
}
.cid-uQibsYF9sI .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-uQibsYF9sI .dropdown-item:hover {
  color: black !important;
}
.cid-uQibsYF9sI .dropdown-menu {
  background-color: white !important;
}
.cid-uQibsYF9sI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-uQibsYF9sI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQibsYF9sI .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uQibsYF9sI .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uQibsYF9sI .nav-item {
    position: relative;
  }
}
.cid-uQibsYF9sI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQibsYF9sI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQibsYF9sI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQibsYF9sI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQibsYF9sI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQibsYF9sI .navbar-caption {
  font-weight: 600 !important;
}
.cid-uQibsYF9sI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQibsYF9sI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQibsYF9sI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQibsYF9sI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQibsYF9sI .dropdown-item.active,
.cid-uQibsYF9sI .dropdown-item:active {
  background-color: transparent;
}
.cid-uQibsYF9sI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQibsYF9sI .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-uQibsYF9sI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-uQibsYF9sI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQibsYF9sI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQibsYF9sI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQibsYF9sI .navbar-buttons {
  text-align: center;
}
.cid-uQibsYF9sI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQibsYF9sI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-uQibsYF9sI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQibsYF9sI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQibsYF9sI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQibsYF9sI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQibsYF9sI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQibsYF9sI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQibsYF9sI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQibsYF9sI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQibsYF9sI .nav-link {
  font-weight: 600 !important;
}
.cid-uQibsYF9sI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQibsYF9sI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQibsYF9sI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQibsYF9sI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQibsYF9sI .navbar {
    height: 77px;
  }
  .cid-uQibsYF9sI .navbar.opened {
    height: auto;
  }
  .cid-uQibsYF9sI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQibYPJVG8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpeg");
}
.cid-uQibYPJVG8 .row {
  justify-content: flex-end;
}
.cid-uQibYPJVG8 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-uQibYPJVG8 .block {
  background-color: #001f70;
}
.cid-uQibYPJVG8 img {
  width: 100%;
}
.cid-uQibYPJVG8 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uQibYPJVG8 .content {
  max-width: 600px;
}
.cid-uQibYPJVG8 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uQibYPJVG8 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uQibYPJVG8 h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQibYPJVG8 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uQibYPJVG8 h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-uQibYPJVG8 .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-uQibYPJVG8 H1 {
  color: #ffffff;
}
.cid-uQibYPJVG8 H3 {
  color: #efefef;
}
.cid-uQibYPJVG8 .mbr-text,
.cid-uQibYPJVG8 .mbr-section-btn {
  color: #fefaeb;
}
.cid-uQibYPJVG8 H4 {
  color: #ffffff;
}
.cid-uQic8lS1ZF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQic8lS1ZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQic8lS1ZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQic8lS1ZF .mbr-section-title {
  color: #001f70;
  text-align: center;
}
.cid-uQic8lS1ZF .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uQic8lS1ZF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uQid4MgXCX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d7e7ff;
}
.cid-uQid4MgXCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQid4MgXCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQid4MgXCX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #25937c;
  margin-left: 1rem;
}
.cid-uQid4MgXCX .panel-group {
  border: none;
}
.cid-uQid4MgXCX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQid4MgXCX .panel-body,
.cid-uQid4MgXCX .card-header {
  padding: 1rem 0;
}
.cid-uQid4MgXCX .panel-title-edit {
  color: #001f70;
}
.cid-uQid4MgXCX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQid4MgXCX H3 {
  color: #001f70;
}
.cid-uQid4MgXCX .panel-text {
  color: #001f70;
}
.cid-uQiePFXbZB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d7e7ff;
}
.cid-uQiePFXbZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiePFXbZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQiePFXbZB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #25937c;
  margin-left: 1rem;
}
.cid-uQiePFXbZB .panel-group {
  border: none;
}
.cid-uQiePFXbZB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQiePFXbZB .panel-body,
.cid-uQiePFXbZB .card-header {
  padding: 1rem 0;
}
.cid-uQiePFXbZB .panel-title-edit {
  color: #001f70;
}
.cid-uQiePFXbZB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQiePFXbZB H3 {
  color: #001f70;
}
.cid-uQiePFXbZB .panel-text {
  color: #001f70;
}
.cid-uQo7yHbWAm {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQo7yHbWAm .mbr-section-subtitle {
  color: #767676;
}
.cid-uQo7yHbWAm .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo7yHbWAm H2 {
  color: #27527d;
}
.cid-uQo7xgjecD {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #2a4895);
}
.cid-uQo7xgjecD .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uQo7xgjecD .main .mbr-section-btn {
  text-align: right;
}
.cid-uQo7xgjecD .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo7xgjecD H3 {
  text-align: center;
}
.cid-uQo7hknw0O {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQo7hknw0O .mbr-section-subtitle {
  color: #767676;
}
.cid-uQo7hknw0O .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo7hknw0O H2 {
  color: #27527d;
}
.cid-uQibsZTk9O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-uQibsZTk9O .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uQibsZTk9O .first-column .mbr-text {
  margin: 0;
}
.cid-uQibsZTk9O .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uQibsZTk9O .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uQibsZTk9O .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-uQibsZTk9O .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-uQibsZTk9O .form-group {
  max-width: 55%;
}
.cid-uQibsZTk9O .form-group,
.cid-uQibsZTk9O .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uQibsZTk9O .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-uQibsZTk9O .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uQibsZTk9O .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uQibsZTk9O .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uQibsZTk9O .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uQibsZTk9O .col + .mbr-section-btn .btn,
.cid-uQibsZTk9O .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uQibsZTk9O .dragArea > *:nth-last-child(2).col,
.cid-uQibsZTk9O .dragArea > *:nth-last-child(2).col-auto,
.cid-uQibsZTk9O .col + .mbr-section-btn,
.cid-uQibsZTk9O .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uQibsZTk9O .first-column,
  .cid-uQibsZTk9O .second-column {
    padding-bottom: 2rem;
  }
  .cid-uQibsZTk9O .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uQibsZTk9O .first-column,
  .cid-uQibsZTk9O .second-column,
  .cid-uQibsZTk9O .third-column {
    text-align: center;
  }
}
.cid-uQibsZTk9O .mbr-section-title,
.cid-uQibsZTk9O .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-uQibsZTk9O .mbr-section-subtitle,
.cid-uQibsZTk9O .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQibsZTk9O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQibsZTk9O .mbr-section-title {
  color: #ffffff;
}
.cid-uQibt0fdKh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-uQibt0fdKh .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uQmHiFaGGt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-uQmHiFaGGt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-uQmHiFaGGt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-uQmHiFaGGt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uQmHiFaGGt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uQmHiFaGGt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uQmHiFaGGt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQmHiFaGGt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQmHiFaGGt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQmHiFaGGt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQmHiFaGGt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQmHiFaGGt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQmHiFaGGt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQmHiFaGGt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQmHiFaGGt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQmHiFaGGt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQmHiFaGGt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQmHiFaGGt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQmHiFaGGt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQmHiFaGGt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQmHiFaGGt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQmHiFaGGt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQmHiFaGGt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQmHiFaGGt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQmHiFaGGt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQmHiFaGGt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQmHiFaGGt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQmHiFaGGt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQmHiFaGGt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQmHiFaGGt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQmHiFaGGt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQmHiFaGGt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQmHiFaGGt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQmHiFaGGt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-uQmHiFaGGt .nav-item:focus,
.cid-uQmHiFaGGt .nav-link:focus {
  outline: none;
}
.cid-uQmHiFaGGt .text-white:hover,
.cid-uQmHiFaGGt .text-white:active,
.cid-uQmHiFaGGt .text-white:focus {
  color: white !important;
}
.cid-uQmHiFaGGt .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-uQmHiFaGGt .dropdown-item:hover {
  color: black !important;
}
.cid-uQmHiFaGGt .dropdown-menu {
  background-color: white !important;
}
.cid-uQmHiFaGGt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-uQmHiFaGGt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQmHiFaGGt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uQmHiFaGGt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uQmHiFaGGt .nav-item {
    position: relative;
  }
}
.cid-uQmHiFaGGt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQmHiFaGGt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQmHiFaGGt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQmHiFaGGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQmHiFaGGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQmHiFaGGt .navbar-caption {
  font-weight: 600 !important;
}
.cid-uQmHiFaGGt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQmHiFaGGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQmHiFaGGt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQmHiFaGGt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQmHiFaGGt .dropdown-item.active,
.cid-uQmHiFaGGt .dropdown-item:active {
  background-color: transparent;
}
.cid-uQmHiFaGGt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQmHiFaGGt .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-uQmHiFaGGt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-uQmHiFaGGt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQmHiFaGGt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQmHiFaGGt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQmHiFaGGt .navbar-buttons {
  text-align: center;
}
.cid-uQmHiFaGGt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQmHiFaGGt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-uQmHiFaGGt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQmHiFaGGt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQmHiFaGGt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQmHiFaGGt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQmHiFaGGt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQmHiFaGGt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQmHiFaGGt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQmHiFaGGt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQmHiFaGGt .nav-link {
  font-weight: 600 !important;
}
.cid-uQmHiFaGGt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQmHiFaGGt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQmHiFaGGt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQmHiFaGGt .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQmHiFaGGt .navbar {
    height: 77px;
  }
  .cid-uQmHiFaGGt .navbar.opened {
    height: auto;
  }
  .cid-uQmHiFaGGt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQmHiFvdcb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sin-ttulo-800-x-800-px-6-800x800.png");
}
.cid-uQmHiFvdcb .row {
  justify-content: flex-end;
}
.cid-uQmHiFvdcb .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #2a4895;
}
.cid-uQmHiFvdcb .block {
  background-color: #001f70;
}
.cid-uQmHiFvdcb img {
  width: 100%;
}
.cid-uQmHiFvdcb .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uQmHiFvdcb .content {
  max-width: 600px;
}
.cid-uQmHiFvdcb h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uQmHiFvdcb .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uQmHiFvdcb h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQmHiFvdcb .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uQmHiFvdcb h4 {
    right: 2rem;
    bottom: 20%;
  }
  .cid-uQmHiFvdcb .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-uQmHiFvdcb H1 {
  color: #ffffff;
}
.cid-uQmHiFvdcb H3 {
  color: #efefef;
}
.cid-uQmHiFvdcb .mbr-text,
.cid-uQmHiFvdcb .mbr-section-btn {
  color: #fefaeb;
}
.cid-uQmHiFvdcb H4 {
  color: #ffffff;
}
.cid-uQmHiGym4s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQmHiGym4s .line {
  background-color: #001f70;
  color: #001f70;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQmHiGym4s .section-text {
  padding: 2rem 0;
  color: #001f70;
}
.cid-uQmHiGym4s .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQmHiGym4s .inner-container {
    width: 100% !important;
  }
}
.cid-uQmKWqWj92 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQmKWqWj92 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQmKWqWj92 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uQmKWqWj92 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uQngvydcaP {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #073b4c, #2a4895);
}
.cid-uQngvydcaP .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQngvydcaP H3 {
  text-align: center;
}
.cid-uQmHiFKgDo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQmHiFKgDo .mbr-text,
.cid-uQmHiFKgDo blockquote {
  color: #767676;
}
.cid-uQmHiFKgDo .mbr-text {
  color: #767676;
}
.cid-uUmvTC31zn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #d7e7ff;
}
.cid-uUmvTC31zn .line {
  background-color: #f5f7ff;
  color: #f5f7ff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUmvTC31zn .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #465052;
}
.cid-uUmvTC31zn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uUmvTC31zn .inner-container {
    width: 100% !important;
  }
}
.cid-uUmwvKoXUS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUmwvKoXUS .mbr-text,
.cid-uUmwvKoXUS blockquote {
  color: #767676;
}
.cid-uUmwvKoXUS .mbr-text {
  color: #767676;
}
.cid-uUmyiyKQAh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #d7e7ff;
}
.cid-uUmyiyKQAh .line {
  background-color: #f5f7ff;
  color: #f5f7ff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUmyiyKQAh .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #465052;
}
.cid-uUmyiyKQAh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uUmyiyKQAh .inner-container {
    width: 100% !important;
  }
}
.cid-uUmykGlPAZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUmykGlPAZ .mbr-text,
.cid-uUmykGlPAZ blockquote {
  color: #767676;
}
.cid-uUmykGlPAZ .mbr-text {
  color: #767676;
}
.cid-uUmzxWvCNj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUmzxWvCNj .counter-container {
  color: #767676;
}
.cid-uUmzxWvCNj .counter-container ul {
  margin-bottom: 0;
}
.cid-uUmzxWvCNj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uUmzxWvCNj .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #073b4c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uQmTTW72Bq {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #fefbfb;
}
.cid-uQmTTW72Bq .mbr-section-subtitle,
.cid-uQmTTW72Bq .mbr-text {
  color: #767676;
}
.cid-uQmTTW72Bq .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQmTTW72Bq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQmTTW72Bq .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uQmTTW72Bq .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-uQmTTW72Bq .card-wrapper .card-img img {
  width: 100%;
}
.cid-uQmTTW72Bq .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uQmTTW72Bq .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uQmTTW72Bq .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uQmTTW72Bq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uQmTTW72Bq .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uQmTTW72Bq .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uQmTTW72Bq .mbr-section-title {
  color: #073b4c;
}
.cid-uQmWEpREFP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sin-ttulo-815-x-458-px-815x458.png");
}
.cid-uQmHiGo5Bt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQmHiGo5Bt .mbr-text,
.cid-uQmHiGo5Bt blockquote {
  color: #767676;
}
.cid-uQmHiGo5Bt .mbr-text {
  color: #767676;
}
.cid-uQmZaqoUUH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/whatsapp20image202025-08-2120at209.05.1420am-714x1280.jpeg");
}
.cid-uQmZaU1Ooh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQmZaU1Ooh .mbr-text,
.cid-uQmZaU1Ooh blockquote {
  color: #767676;
}
.cid-uQmZaU1Ooh .mbr-text {
  color: #767676;
}
.cid-uQmZaU1Ooh .mbr-text P {
  text-align: left;
}
.cid-uQmZbnzTlL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/hijas-secundaria-4-1160x870.jpeg");
}
.cid-uQmZcBMi3K {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQmZcBMi3K .mbr-text,
.cid-uQmZcBMi3K blockquote {
  color: #767676;
}
.cid-uQmZcBMi3K .mbr-text {
  color: #767676;
}
.cid-uQmZcBMi3K .mbr-text P {
  text-align: left;
}
.cid-uQn4mlBXMM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #001f70;
}
.cid-uQn4mlBXMM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQn4mlBXMM H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uQn1E06vwh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQn1E06vwh .mbr-text,
.cid-uQn1E06vwh blockquote {
  color: #767676;
}
.cid-uQn1E06vwh .mbr-text {
  color: #767676;
}
.cid-uQn1E06vwh .mbr-text P {
  text-align: left;
}
.cid-uQn4YNVhOC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #001f70;
}
.cid-uQn4YNVhOC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQn4YNVhOC H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uQn50axe3F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQn50axe3F .mbr-text,
.cid-uQn50axe3F blockquote {
  color: #767676;
}
.cid-uQn50axe3F .mbr-text {
  color: #767676;
}
.cid-uQn50axe3F .mbr-text P {
  text-align: left;
}
.cid-uQo5Lxfp8Q {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #2a4895);
}
.cid-uQo5Lxfp8Q .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uQo5Lxfp8Q .main .mbr-section-btn {
  text-align: right;
}
.cid-uQo5Lxfp8Q .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo5Lxfp8Q H3 {
  text-align: center;
}
.cid-uQo5JReN74 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQo5JReN74 .mbr-section-subtitle {
  color: #767676;
}
.cid-uQo5JReN74 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo5JReN74 H2 {
  color: #27527d;
}
.cid-uQmHiHE9dw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-uQmHiHE9dw .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uQmHiHE9dw .first-column .mbr-text {
  margin: 0;
}
.cid-uQmHiHE9dw .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uQmHiHE9dw .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uQmHiHE9dw .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-uQmHiHE9dw .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-uQmHiHE9dw .form-group {
  max-width: 55%;
}
.cid-uQmHiHE9dw .form-group,
.cid-uQmHiHE9dw .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uQmHiHE9dw .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-uQmHiHE9dw .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uQmHiHE9dw .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uQmHiHE9dw .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uQmHiHE9dw .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uQmHiHE9dw .col + .mbr-section-btn .btn,
.cid-uQmHiHE9dw .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uQmHiHE9dw .dragArea > *:nth-last-child(2).col,
.cid-uQmHiHE9dw .dragArea > *:nth-last-child(2).col-auto,
.cid-uQmHiHE9dw .col + .mbr-section-btn,
.cid-uQmHiHE9dw .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uQmHiHE9dw .first-column,
  .cid-uQmHiHE9dw .second-column {
    padding-bottom: 2rem;
  }
  .cid-uQmHiHE9dw .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uQmHiHE9dw .first-column,
  .cid-uQmHiHE9dw .second-column,
  .cid-uQmHiHE9dw .third-column {
    text-align: center;
  }
}
.cid-uQmHiHE9dw .mbr-section-title,
.cid-uQmHiHE9dw .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-uQmHiHE9dw .mbr-section-subtitle,
.cid-uQmHiHE9dw .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQmHiHE9dw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQmHiHE9dw .mbr-section-title {
  color: #ffffff;
}
.cid-uQmHiI1RRM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-uQmHiI1RRM .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uQmkdgKte1 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-uQmkdgKte1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-uQmkdgKte1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-uQmkdgKte1 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uQmkdgKte1 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uQmkdgKte1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uQmkdgKte1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQmkdgKte1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQmkdgKte1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQmkdgKte1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQmkdgKte1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQmkdgKte1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQmkdgKte1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQmkdgKte1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQmkdgKte1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQmkdgKte1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQmkdgKte1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQmkdgKte1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQmkdgKte1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQmkdgKte1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQmkdgKte1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQmkdgKte1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQmkdgKte1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQmkdgKte1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQmkdgKte1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQmkdgKte1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQmkdgKte1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQmkdgKte1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQmkdgKte1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQmkdgKte1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQmkdgKte1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQmkdgKte1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQmkdgKte1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQmkdgKte1 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-uQmkdgKte1 .nav-item:focus,
.cid-uQmkdgKte1 .nav-link:focus {
  outline: none;
}
.cid-uQmkdgKte1 .text-white:hover,
.cid-uQmkdgKte1 .text-white:active,
.cid-uQmkdgKte1 .text-white:focus {
  color: white !important;
}
.cid-uQmkdgKte1 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-uQmkdgKte1 .dropdown-item:hover {
  color: black !important;
}
.cid-uQmkdgKte1 .dropdown-menu {
  background-color: white !important;
}
.cid-uQmkdgKte1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-uQmkdgKte1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQmkdgKte1 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uQmkdgKte1 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uQmkdgKte1 .nav-item {
    position: relative;
  }
}
.cid-uQmkdgKte1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQmkdgKte1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQmkdgKte1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQmkdgKte1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQmkdgKte1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQmkdgKte1 .navbar-caption {
  font-weight: 600 !important;
}
.cid-uQmkdgKte1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQmkdgKte1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQmkdgKte1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQmkdgKte1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQmkdgKte1 .dropdown-item.active,
.cid-uQmkdgKte1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQmkdgKte1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQmkdgKte1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-uQmkdgKte1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-uQmkdgKte1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQmkdgKte1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQmkdgKte1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQmkdgKte1 .navbar-buttons {
  text-align: center;
}
.cid-uQmkdgKte1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQmkdgKte1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-uQmkdgKte1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQmkdgKte1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQmkdgKte1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQmkdgKte1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQmkdgKte1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQmkdgKte1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQmkdgKte1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQmkdgKte1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQmkdgKte1 .nav-link {
  font-weight: 600 !important;
}
.cid-uQmkdgKte1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQmkdgKte1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQmkdgKte1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQmkdgKte1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQmkdgKte1 .navbar {
    height: 77px;
  }
  .cid-uQmkdgKte1 .navbar.opened {
    height: auto;
  }
  .cid-uQmkdgKte1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQmkdh3EaY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpeg");
}
.cid-uQmkdh3EaY .row {
  justify-content: flex-end;
}
.cid-uQmkdh3EaY .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #2a4895;
}
.cid-uQmkdh3EaY .block {
  background-color: #25937c;
}
.cid-uQmkdh3EaY img {
  width: 100%;
}
.cid-uQmkdh3EaY .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uQmkdh3EaY .content {
  max-width: 600px;
}
.cid-uQmkdh3EaY h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uQmkdh3EaY .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uQmkdh3EaY h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQmkdh3EaY .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uQmkdh3EaY h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uQmkdh3EaY .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-uQmkdh3EaY H1 {
  color: #ffffff;
}
.cid-uQmkdh3EaY H3 {
  color: #efefef;
}
.cid-uQmkdh3EaY .mbr-text,
.cid-uQmkdh3EaY .mbr-section-btn {
  color: #fefaeb;
}
.cid-uQmkdh3EaY H4 {
  color: #ffffff;
}
.cid-uR7s8eXfKt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uR7s8eXfKt .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uR7s8eXfKt .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uR7s8eXfKt .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uQmqfi7ZL5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fffcf2;
}
.cid-uQmqfi7ZL5 .mbr-text {
  color: #767676;
}
.cid-uQmFYYSS0x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQmFYYSS0x .mbr-text,
.cid-uQmFYYSS0x blockquote {
  color: #767676;
}
.cid-uQmFYYSS0x .mbr-text {
  color: #767676;
}
.cid-uQmoYAGGup {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25937c;
}
.cid-uQmoYAGGup .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQmoYAGGup .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uQmoYAGGup .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQmoYAGGup .inner-container {
    width: 100% !important;
  }
}
.cid-uQmF1zBzUr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQmF1zBzUr .mbr-text,
.cid-uQmF1zBzUr blockquote {
  color: #767676;
}
.cid-uQmlHXh6lx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQmlHXh6lx .counter-container {
  color: #767676;
}
.cid-uQmlHXh6lx .counter-container ul {
  margin-bottom: 0;
}
.cid-uQmlHXh6lx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uQmlHXh6lx .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #25937c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-uQmlHXh6lx .mbr-text UL {
  text-align: left;
}
.cid-uQo6nkZyJu {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #056453, #568c74);
}
.cid-uQo6nkZyJu .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uQo6nkZyJu .main .mbr-section-btn {
  text-align: right;
}
.cid-uQo6nkZyJu .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo6nkZyJu H3 {
  text-align: center;
}
.cid-uQo6mJJjSU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQo6mJJjSU .mbr-section-subtitle {
  color: #767676;
}
.cid-uQo6mJJjSU .btn {
  margin: 0 0 .5rem 0;
}
.cid-uQo6mJJjSU H2 {
  color: #27527d;
}
.cid-uQmkdi7ODa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-uQmkdi7ODa .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uQmkdi7ODa .first-column .mbr-text {
  margin: 0;
}
.cid-uQmkdi7ODa .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uQmkdi7ODa .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uQmkdi7ODa .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-uQmkdi7ODa .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-uQmkdi7ODa .form-group {
  max-width: 55%;
}
.cid-uQmkdi7ODa .form-group,
.cid-uQmkdi7ODa .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uQmkdi7ODa .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-uQmkdi7ODa .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uQmkdi7ODa .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uQmkdi7ODa .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uQmkdi7ODa .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uQmkdi7ODa .col + .mbr-section-btn .btn,
.cid-uQmkdi7ODa .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uQmkdi7ODa .dragArea > *:nth-last-child(2).col,
.cid-uQmkdi7ODa .dragArea > *:nth-last-child(2).col-auto,
.cid-uQmkdi7ODa .col + .mbr-section-btn,
.cid-uQmkdi7ODa .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uQmkdi7ODa .first-column,
  .cid-uQmkdi7ODa .second-column {
    padding-bottom: 2rem;
  }
  .cid-uQmkdi7ODa .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uQmkdi7ODa .first-column,
  .cid-uQmkdi7ODa .second-column,
  .cid-uQmkdi7ODa .third-column {
    text-align: center;
  }
}
.cid-uQmkdi7ODa .mbr-section-title,
.cid-uQmkdi7ODa .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-uQmkdi7ODa .mbr-section-subtitle,
.cid-uQmkdi7ODa .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQmkdi7ODa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQmkdi7ODa .mbr-section-title {
  color: #ffffff;
}
.cid-uQmkdirsRO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-uQmkdirsRO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUB7CS1zPF .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-uUB7CS1zPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-uUB7CS1zPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-uUB7CS1zPF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUB7CS1zPF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUB7CS1zPF .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uUB7CS1zPF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uUB7CS1zPF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUB7CS1zPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUB7CS1zPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUB7CS1zPF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUB7CS1zPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUB7CS1zPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUB7CS1zPF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUB7CS1zPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUB7CS1zPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUB7CS1zPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUB7CS1zPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUB7CS1zPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUB7CS1zPF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUB7CS1zPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUB7CS1zPF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUB7CS1zPF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUB7CS1zPF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUB7CS1zPF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUB7CS1zPF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUB7CS1zPF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUB7CS1zPF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUB7CS1zPF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUB7CS1zPF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUB7CS1zPF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUB7CS1zPF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUB7CS1zPF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uUB7CS1zPF .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-uUB7CS1zPF .nav-item:focus,
.cid-uUB7CS1zPF .nav-link:focus {
  outline: none;
}
.cid-uUB7CS1zPF .text-white:hover,
.cid-uUB7CS1zPF .text-white:active,
.cid-uUB7CS1zPF .text-white:focus {
  color: white !important;
}
.cid-uUB7CS1zPF .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-uUB7CS1zPF .dropdown-item:hover {
  color: black !important;
}
.cid-uUB7CS1zPF .dropdown-menu {
  background-color: white !important;
}
.cid-uUB7CS1zPF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-uUB7CS1zPF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uUB7CS1zPF .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uUB7CS1zPF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uUB7CS1zPF .nav-item {
    position: relative;
  }
}
.cid-uUB7CS1zPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUB7CS1zPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUB7CS1zPF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUB7CS1zPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUB7CS1zPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUB7CS1zPF .navbar-caption {
  font-weight: 600 !important;
}
.cid-uUB7CS1zPF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUB7CS1zPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUB7CS1zPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUB7CS1zPF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUB7CS1zPF .dropdown-item.active,
.cid-uUB7CS1zPF .dropdown-item:active {
  background-color: transparent;
}
.cid-uUB7CS1zPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUB7CS1zPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-uUB7CS1zPF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-uUB7CS1zPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUB7CS1zPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUB7CS1zPF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUB7CS1zPF .navbar-buttons {
  text-align: center;
}
.cid-uUB7CS1zPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUB7CS1zPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-uUB7CS1zPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUB7CS1zPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUB7CS1zPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUB7CS1zPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUB7CS1zPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUB7CS1zPF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUB7CS1zPF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUB7CS1zPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUB7CS1zPF .nav-link {
  font-weight: 600 !important;
}
.cid-uUB7CS1zPF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUB7CS1zPF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUB7CS1zPF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uUB7CS1zPF .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUB7CS1zPF .navbar {
    height: 77px;
  }
  .cid-uUB7CS1zPF .navbar.opened {
    height: auto;
  }
  .cid-uUB7CS1zPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUB7CSe8wv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ihj-el-colegio-2-1366x768.png");
}
.cid-uUB7CSe8wv .row {
  justify-content: flex-end;
}
.cid-uUB7CSe8wv .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-uUB7CSe8wv .block {
  background-color: #787324;
}
.cid-uUB7CSe8wv img {
  width: 100%;
}
.cid-uUB7CSe8wv .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uUB7CSe8wv .content {
  max-width: 600px;
}
.cid-uUB7CSe8wv h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uUB7CSe8wv .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uUB7CSe8wv h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUB7CSe8wv .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uUB7CSe8wv h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uUB7CSe8wv .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-uUB7CSe8wv H1 {
  color: #ffffff;
}
.cid-uUB7CSe8wv H3 {
  color: #ffffff;
}
.cid-uUB7CSe8wv .mbr-text,
.cid-uUB7CSe8wv .mbr-section-btn {
  color: #fefaeb;
}
.cid-uUB7CSe8wv H4 {
  color: #073b4c;
}
.cid-uUB7CSx6ng {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #7654ff);
}
.cid-uUB7CSx6ng .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uUB7CSx6ng .main .mbr-section-btn {
  text-align: right;
}
.cid-uUB7CSx6ng .btn {
  margin: 0 0 .5rem 0;
}
.cid-uUB7CSx6ng H3 {
  text-align: center;
}
.cid-uUB7CSFvqa {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUB7CSFvqa .mbr-section-subtitle {
  color: #767676;
}
.cid-uUB7CSFvqa .btn {
  margin: 0 0 .5rem 0;
}
.cid-uUB7CSFvqa H2 {
  color: #27527d;
}
.cid-uUB7CSPRWc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-uUB7CSPRWc .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uUB7CSPRWc .first-column .mbr-text {
  margin: 0;
}
.cid-uUB7CSPRWc .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uUB7CSPRWc .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uUB7CSPRWc .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-uUB7CSPRWc .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-uUB7CSPRWc .form-group {
  max-width: 55%;
}
.cid-uUB7CSPRWc .form-group,
.cid-uUB7CSPRWc .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uUB7CSPRWc .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-uUB7CSPRWc .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uUB7CSPRWc .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUB7CSPRWc .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUB7CSPRWc .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uUB7CSPRWc .col + .mbr-section-btn .btn,
.cid-uUB7CSPRWc .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uUB7CSPRWc .dragArea > *:nth-last-child(2).col,
.cid-uUB7CSPRWc .dragArea > *:nth-last-child(2).col-auto,
.cid-uUB7CSPRWc .col + .mbr-section-btn,
.cid-uUB7CSPRWc .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUB7CSPRWc .first-column,
  .cid-uUB7CSPRWc .second-column {
    padding-bottom: 2rem;
  }
  .cid-uUB7CSPRWc .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uUB7CSPRWc .first-column,
  .cid-uUB7CSPRWc .second-column,
  .cid-uUB7CSPRWc .third-column {
    text-align: center;
  }
}
.cid-uUB7CSPRWc .mbr-section-title,
.cid-uUB7CSPRWc .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-uUB7CSPRWc .mbr-section-subtitle,
.cid-uUB7CSPRWc .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUB7CSPRWc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUB7CSPRWc .mbr-section-title {
  color: #ffffff;
}
.cid-uUB7CT6plV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-uUB7CT6plV .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUB95wcaBd .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-uUB95wcaBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-uUB95wcaBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-uUB95wcaBd .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUB95wcaBd .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUB95wcaBd .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uUB95wcaBd .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uUB95wcaBd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUB95wcaBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUB95wcaBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUB95wcaBd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUB95wcaBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUB95wcaBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUB95wcaBd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUB95wcaBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUB95wcaBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUB95wcaBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUB95wcaBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUB95wcaBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUB95wcaBd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUB95wcaBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUB95wcaBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUB95wcaBd .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUB95wcaBd .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUB95wcaBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUB95wcaBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUB95wcaBd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUB95wcaBd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUB95wcaBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUB95wcaBd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUB95wcaBd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUB95wcaBd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUB95wcaBd .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uUB95wcaBd .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-uUB95wcaBd .nav-item:focus,
.cid-uUB95wcaBd .nav-link:focus {
  outline: none;
}
.cid-uUB95wcaBd .text-white:hover,
.cid-uUB95wcaBd .text-white:active,
.cid-uUB95wcaBd .text-white:focus {
  color: white !important;
}
.cid-uUB95wcaBd .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-uUB95wcaBd .dropdown-item:hover {
  color: black !important;
}
.cid-uUB95wcaBd .dropdown-menu {
  background-color: white !important;
}
.cid-uUB95wcaBd .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-uUB95wcaBd .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uUB95wcaBd .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uUB95wcaBd .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uUB95wcaBd .nav-item {
    position: relative;
  }
}
.cid-uUB95wcaBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUB95wcaBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUB95wcaBd .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUB95wcaBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUB95wcaBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUB95wcaBd .navbar-caption {
  font-weight: 600 !important;
}
.cid-uUB95wcaBd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUB95wcaBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUB95wcaBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUB95wcaBd .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUB95wcaBd .dropdown-item.active,
.cid-uUB95wcaBd .dropdown-item:active {
  background-color: transparent;
}
.cid-uUB95wcaBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUB95wcaBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-uUB95wcaBd .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-uUB95wcaBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUB95wcaBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUB95wcaBd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUB95wcaBd .navbar-buttons {
  text-align: center;
}
.cid-uUB95wcaBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUB95wcaBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-uUB95wcaBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUB95wcaBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUB95wcaBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUB95wcaBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUB95wcaBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUB95wcaBd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUB95wcaBd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUB95wcaBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUB95wcaBd .nav-link {
  font-weight: 600 !important;
}
.cid-uUB95wcaBd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUB95wcaBd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUB95wcaBd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uUB95wcaBd .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUB95wcaBd .navbar {
    height: 77px;
  }
  .cid-uUB95wcaBd .navbar.opened {
    height: auto;
  }
  .cid-uUB95wcaBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUB95wrcpd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ihj-el-colegio-2-1366x768.png");
}
.cid-uUB95wrcpd .row {
  justify-content: flex-end;
}
.cid-uUB95wrcpd .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-uUB95wrcpd .block {
  background-color: #787324;
}
.cid-uUB95wrcpd img {
  width: 100%;
}
.cid-uUB95wrcpd .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uUB95wrcpd .content {
  max-width: 600px;
}
.cid-uUB95wrcpd h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uUB95wrcpd .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uUB95wrcpd h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUB95wrcpd .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uUB95wrcpd h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uUB95wrcpd .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-uUB95wrcpd H1 {
  color: #ffffff;
}
.cid-uUB95wrcpd H3 {
  color: #ffffff;
}
.cid-uUB95wrcpd .mbr-text,
.cid-uUB95wrcpd .mbr-section-btn {
  color: #fefaeb;
}
.cid-uUB95wrcpd H4 {
  color: #073b4c;
}
.cid-uUB95wCNQ3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #7654ff);
}
.cid-uUB95wCNQ3 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uUB95wCNQ3 .main .mbr-section-btn {
  text-align: right;
}
.cid-uUB95wCNQ3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uUB95wCNQ3 H3 {
  text-align: center;
}
.cid-uUB95wL2cH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUB95wL2cH .mbr-section-subtitle {
  color: #767676;
}
.cid-uUB95wL2cH .btn {
  margin: 0 0 .5rem 0;
}
.cid-uUB95wL2cH H2 {
  color: #27527d;
}
.cid-uUB95wUipP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-uUB95wUipP .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uUB95wUipP .first-column .mbr-text {
  margin: 0;
}
.cid-uUB95wUipP .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uUB95wUipP .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uUB95wUipP .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-uUB95wUipP .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-uUB95wUipP .form-group {
  max-width: 55%;
}
.cid-uUB95wUipP .form-group,
.cid-uUB95wUipP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uUB95wUipP .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-uUB95wUipP .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uUB95wUipP .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUB95wUipP .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUB95wUipP .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uUB95wUipP .col + .mbr-section-btn .btn,
.cid-uUB95wUipP .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uUB95wUipP .dragArea > *:nth-last-child(2).col,
.cid-uUB95wUipP .dragArea > *:nth-last-child(2).col-auto,
.cid-uUB95wUipP .col + .mbr-section-btn,
.cid-uUB95wUipP .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUB95wUipP .first-column,
  .cid-uUB95wUipP .second-column {
    padding-bottom: 2rem;
  }
  .cid-uUB95wUipP .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uUB95wUipP .first-column,
  .cid-uUB95wUipP .second-column,
  .cid-uUB95wUipP .third-column {
    text-align: center;
  }
}
.cid-uUB95wUipP .mbr-section-title,
.cid-uUB95wUipP .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-uUB95wUipP .mbr-section-subtitle,
.cid-uUB95wUipP .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUB95wUipP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUB95wUipP .mbr-section-title {
  color: #ffffff;
}
.cid-uUB95xc1Lr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-uUB95xc1Lr .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUBasOHTid .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.1rem 0.1rem;
}
.cid-uUBasOHTid .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
  padding: 0.1em 0.1em 0.1em 0.1em !important;
}
.cid-uUBasOHTid .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.1em 0.1em 0.1em 0.1em 
    transition: none;
  margin: 0 !important;
}
.cid-uUBasOHTid .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uUBasOHTid .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uUBasOHTid .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uUBasOHTid .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uUBasOHTid .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUBasOHTid .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUBasOHTid .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUBasOHTid .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUBasOHTid .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUBasOHTid .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUBasOHTid .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUBasOHTid .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUBasOHTid .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUBasOHTid .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUBasOHTid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUBasOHTid .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUBasOHTid .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUBasOHTid .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUBasOHTid .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUBasOHTid .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUBasOHTid .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUBasOHTid .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUBasOHTid .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUBasOHTid .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUBasOHTid .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUBasOHTid .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUBasOHTid .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUBasOHTid .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUBasOHTid .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUBasOHTid .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uUBasOHTid .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-uUBasOHTid .nav-item:focus,
.cid-uUBasOHTid .nav-link:focus {
  outline: none;
}
.cid-uUBasOHTid .text-white:hover,
.cid-uUBasOHTid .text-white:active,
.cid-uUBasOHTid .text-white:focus {
  color: white !important;
}
.cid-uUBasOHTid .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-uUBasOHTid .dropdown-item:hover {
  color: black !important;
}
.cid-uUBasOHTid .dropdown-menu {
  background-color: white !important;
}
.cid-uUBasOHTid .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(166, 184, 208, 0.35);
  display: block;
}
.cid-uUBasOHTid .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #849ebf;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uUBasOHTid .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uUBasOHTid .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uUBasOHTid .nav-item {
    position: relative;
  }
}
.cid-uUBasOHTid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBasOHTid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBasOHTid .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uUBasOHTid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUBasOHTid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUBasOHTid .navbar-caption {
  font-weight: 600 !important;
}
.cid-uUBasOHTid .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUBasOHTid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUBasOHTid .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUBasOHTid .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUBasOHTid .dropdown-item.active,
.cid-uUBasOHTid .dropdown-item:active {
  background-color: transparent;
}
.cid-uUBasOHTid .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUBasOHTid .nav-dropdown .link.dropdown-toggle {
  margin-right: 0.667em;
}
.cid-uUBasOHTid .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 0.667em;
}
.cid-uUBasOHTid .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUBasOHTid .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUBasOHTid ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUBasOHTid .navbar-buttons {
  text-align: center;
}
.cid-uUBasOHTid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUBasOHTid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #25937c;
}
.cid-uUBasOHTid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBasOHTid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBasOHTid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBasOHTid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBasOHTid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBasOHTid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBasOHTid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBasOHTid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBasOHTid .nav-link {
  font-weight: 600 !important;
}
.cid-uUBasOHTid a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUBasOHTid .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUBasOHTid .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uUBasOHTid .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUBasOHTid .navbar {
    height: 77px;
  }
  .cid-uUBasOHTid .navbar.opened {
    height: auto;
  }
  .cid-uUBasOHTid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUBasOXBFO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ihj-el-colegio-2-1366x768.png");
}
.cid-uUBasOXBFO .row {
  justify-content: flex-end;
}
.cid-uUBasOXBFO .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #c0d8f7;
}
.cid-uUBasOXBFO .block {
  background-color: #787324;
}
.cid-uUBasOXBFO img {
  width: 100%;
}
.cid-uUBasOXBFO .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uUBasOXBFO .content {
  max-width: 600px;
}
.cid-uUBasOXBFO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uUBasOXBFO .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uUBasOXBFO h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUBasOXBFO .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uUBasOXBFO h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-uUBasOXBFO .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-uUBasOXBFO H1 {
  color: #ffffff;
}
.cid-uUBasOXBFO H3 {
  color: #ffffff;
}
.cid-uUBasOXBFO .mbr-text,
.cid-uUBasOXBFO .mbr-section-btn {
  color: #fefaeb;
}
.cid-uUBasOXBFO H4 {
  color: #073b4c;
}
.cid-uUBasP9GMm {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #232323, #7654ff);
}
.cid-uUBasP9GMm .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uUBasP9GMm .main .mbr-section-btn {
  text-align: right;
}
.cid-uUBasP9GMm .btn {
  margin: 0 0 .5rem 0;
}
.cid-uUBasP9GMm H3 {
  text-align: center;
}
.cid-uUBasPkrAW {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUBasPkrAW .mbr-section-subtitle {
  color: #767676;
}
.cid-uUBasPkrAW .btn {
  margin: 0 0 .5rem 0;
}
.cid-uUBasPkrAW H2 {
  color: #27527d;
}
.cid-uUBasPr020 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/10648452-979030572123346-1468433493114589867-o-800x450.jpeg");
}
.cid-uUBasPr020 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-uUBasPr020 .first-column .mbr-text {
  margin: 0;
}
.cid-uUBasPr020 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uUBasPr020 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uUBasPr020 .icons-wrapper ul li .mbr-iconfont {
  color: #f7f5d9;
  font-size: 1.5rem;
}
.cid-uUBasPr020 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #27527d;
}
.cid-uUBasPr020 .form-group {
  max-width: 55%;
}
.cid-uUBasPr020 .form-group,
.cid-uUBasPr020 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uUBasPr020 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #27527d;
  color: #d8d7d7;
}
.cid-uUBasPr020 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uUBasPr020 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUBasPr020 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUBasPr020 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uUBasPr020 .col + .mbr-section-btn .btn,
.cid-uUBasPr020 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uUBasPr020 .dragArea > *:nth-last-child(2).col,
.cid-uUBasPr020 .dragArea > *:nth-last-child(2).col-auto,
.cid-uUBasPr020 .col + .mbr-section-btn,
.cid-uUBasPr020 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUBasPr020 .first-column,
  .cid-uUBasPr020 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uUBasPr020 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uUBasPr020 .first-column,
  .cid-uUBasPr020 .second-column,
  .cid-uUBasPr020 .third-column {
    text-align: center;
  }
}
.cid-uUBasPr020 .mbr-section-title,
.cid-uUBasPr020 .icons-wrapper {
  color: #27527d;
  text-align: center;
}
.cid-uUBasPr020 .mbr-section-subtitle,
.cid-uUBasPr020 .icons-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUBasPr020 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUBasPr020 .mbr-section-title {
  color: #ffffff;
}
.cid-uUBasPMwDc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #27527d;
}
.cid-uUBasPMwDc .media-container-row .mbr-text {
  color: #ffffff;
}
