body {
  font-family: 'Exo 2';
}
.display-1 {
  font-family: 'KeepCalm-Medium';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'KeepCalm-Medium';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.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))));
  }
}
/* 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: #e61259 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #e61259 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e61259 !important;
  border-color: #e61259 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9f0c3e !important;
  border-color: #9f0c3e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f0c3e !important;
  border-color: #9f0c3e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #22c7b8 !important;
  border-color: #22c7b8 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17867c !important;
  border-color: #17867c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17867c !important;
  border-color: #17867c !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e61259 !important;
  border-color: #e61259 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0c3e !important;
  border-color: #9f0c3e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0c3e !important;
  border-color: #9f0c3e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #870b34;
  color: #870b34;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e61259;
  border-color: #e61259;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e61259 !important;
  border-color: #e61259 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #137067;
  color: #137067;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #22c7b8;
  border-color: #22c7b8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #22c7b8 !important;
  border-color: #22c7b8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #870b34;
  color: #870b34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #e61259;
  border-color: #e61259;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e61259 !important;
  border-color: #e61259 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #e61259 !important;
}
.text-secondary {
  color: #22c7b8 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #e61259 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #870b34 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #137067 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #870b34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #e61259;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e61259;
  border-color: #e61259;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e61259;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbc9da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbc9da;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e61259;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #e61259;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e61259;
}
/* Headers*/
@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: #e61259;
  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: #e61259;
  border-bottom-color: #e61259;
}
.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: #e61259 !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: #22c7b8 !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='%23e61259' %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-smHWEV7HB2 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-smHWEV7HB2 .collapsed {
  flex-direction: row !important;
}
.cid-smHWEV7HB2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smHWEV7HB2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smHWEV7HB2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smHWEV7HB2 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-smHWEV7HB2 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-smHWEV7HB2 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-smHWEV7HB2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-smHWEV7HB2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smHWEV7HB2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smHWEV7HB2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smHWEV7HB2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smHWEV7HB2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smHWEV7HB2 .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-smHWEV7HB2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smHWEV7HB2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smHWEV7HB2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smHWEV7HB2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smHWEV7HB2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smHWEV7HB2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smHWEV7HB2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smHWEV7HB2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smHWEV7HB2 .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-smHWEV7HB2 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smHWEV7HB2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smHWEV7HB2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smHWEV7HB2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smHWEV7HB2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smHWEV7HB2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smHWEV7HB2 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-smHWEV7HB2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smHWEV7HB2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smHWEV7HB2 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smHWEV7HB2 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-smHWEV7HB2 .nav-item:focus,
.cid-smHWEV7HB2 .nav-link:focus {
  outline: none;
}
.cid-smHWEV7HB2 .text-white:hover,
.cid-smHWEV7HB2 .text-white:active,
.cid-smHWEV7HB2 .text-white:focus {
  color: white !important;
}
.cid-smHWEV7HB2 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-smHWEV7HB2 .dropdown-item:hover {
  color: black !important;
}
.cid-smHWEV7HB2 .dropdown-menu {
  background-color: white !important;
}
.cid-smHWEV7HB2 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-smHWEV7HB2 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smHWEV7HB2 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-smHWEV7HB2 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-smHWEV7HB2 .nav-item {
    position: relative;
  }
}
.cid-smHWEV7HB2 .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-smHWEV7HB2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smHWEV7HB2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-smHWEV7HB2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smHWEV7HB2 .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-smHWEV7HB2 .navbar-caption {
  font-weight: 600 !important;
}
.cid-smHWEV7HB2 .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-smHWEV7HB2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smHWEV7HB2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smHWEV7HB2 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smHWEV7HB2 .dropdown-item.active,
.cid-smHWEV7HB2 .dropdown-item:active {
  background-color: transparent;
}
.cid-smHWEV7HB2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smHWEV7HB2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smHWEV7HB2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smHWEV7HB2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-smHWEV7HB2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smHWEV7HB2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smHWEV7HB2 .navbar-buttons {
  text-align: center;
}
.cid-smHWEV7HB2 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-smHWEV7HB2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-smHWEV7HB2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smHWEV7HB2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smHWEV7HB2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smHWEV7HB2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smHWEV7HB2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smHWEV7HB2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smHWEV7HB2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smHWEV7HB2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smHWEV7HB2 .nav-link {
  font-weight: 600 !important;
}
.cid-smHWEV7HB2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smHWEV7HB2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smHWEV7HB2 .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-smHWEV7HB2 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smHWEV7HB2 .navbar {
    height: 77px;
  }
  .cid-smHWEV7HB2 .navbar.opened {
    height: auto;
  }
  .cid-smHWEV7HB2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smHWPSW9ul .modal-body .close {
  background: #1b1b1b;
}
.cid-smHWPSW9ul .modal-body .close span {
  font-style: normal;
}
.cid-smHWPSW9ul .carousel-inner > .active,
.cid-smHWPSW9ul .carousel-inner > .next,
.cid-smHWPSW9ul .carousel-inner > .prev {
  display: flex;
}
.cid-smHWPSW9ul .carousel-control .icon-next,
.cid-smHWPSW9ul .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-smHWPSW9ul .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smHWPSW9ul .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smHWPSW9ul .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-smHWPSW9ul .boxed-slider > div {
  position: relative;
}
.cid-smHWPSW9ul .container img {
  width: 100%;
}
.cid-smHWPSW9ul .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-smHWPSW9ul .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smHWPSW9ul .mbr-table-cell {
  padding: 0;
}
.cid-smHWPSW9ul .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-smHWPSW9ul .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-smHWPSW9ul .mbr-overlay {
  z-index: 1;
}
.cid-smHWPSW9ul .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-smHWPSW9ul .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-smHWPSW9ul .carousel-item.active.right,
.cid-smHWPSW9ul .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-smHWPSW9ul .carousel-item.active.left,
.cid-smHWPSW9ul .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-smHWPSW9ul .carousel-item.active,
.cid-smHWPSW9ul .carousel-item.next.left,
.cid-smHWPSW9ul .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-smHWPSW9ul .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-smHWPSW9ul .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smHWPSW9ul .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smHWPSW9ul .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-smHWPSW9ul .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smHWPSW9ul .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-smHWPSW9ul .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-smHWPSW9ul .mbr-slider .carousel-indicators li.active,
.cid-smHWPSW9ul .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-smHWPSW9ul .mbr-slider .carousel-indicators li::after,
.cid-smHWPSW9ul .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-smHWPSW9ul .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-smHWPSW9ul .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-smHWPSW9ul .mbr-slider > .container img {
  width: 100%;
}
.cid-smHWPSW9ul .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-smHWPSW9ul .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-smHWPSW9ul .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smHWPSW9ul .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smHWPSW9ul .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-smHWPSW9ul .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-smHWPSW9ul .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-smHWPSW9ul .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-smHWPSW9ul .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-smHWPSW9ul .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-smHWPSW9ul .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-smHWPSW9ul .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-smHWPSW9ul .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-smHWPSW9ul H2 {
  text-align: center;
}
.cid-smHWPSW9ul P {
  text-align: center;
}
.cid-smHYlP1qJU {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-smHYlP1qJU .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-smHYlP1qJU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-smHYlP1qJU .text-content {
  padding-right: 1.5rem;
}
.cid-smHYlP1qJU .mbr-text,
.cid-smHYlP1qJU .mbr-section-btn {
  color: #767676;
}
.cid-smHYlP1qJU .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-smHYlP1qJU .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-smHYlP1qJU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-smHYlP1qJU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smHYlP1qJU .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-smHYlP1qJU .main-row {
    margin: 0;
  }
  .cid-smHYlP1qJU .mbr-section-title,
  .cid-smHYlP1qJU .mbr-text,
  .cid-smHYlP1qJU .list,
  .cid-smHYlP1qJU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-smHYlP1qJU .text-content {
    padding: 0;
  }
}
.cid-smHYlP1qJU .mbr-section-title {
  color: #4f6466;
}
.cid-smHWYKfxt6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-smHWYKfxt6 .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-smHWYKfxt6 .mbr-section-title {
  margin: 0;
  text-align: right;
  color: #4f6466;
}
.cid-smHWYKfxt6 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-smHWYKfxt6 .card-img {
  text-align: inherit;
}
.cid-smHWYKfxt6 .card-img span {
  background: linear-gradient(90deg, #22c7b8, #0f7699);
}
.cid-smHWYKfxt6 .mbr-text {
  color: #8d97ad;
}
.cid-smHWYKfxt6 .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-smHWYKfxt6 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-smHXhQxNlh {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-smHXhQxNlh .column-content {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-smHXhQxNlh .text-content .btn-bgr {
  z-index: 0;
}
.cid-smHXhQxNlh .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-smHXhQxNlh .container-full-width {
  position: relative;
}
.cid-smHXhQxNlh .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-smHXhQxNlh .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-smHXhQxNlh .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-smHXhQxNlh .text-content {
    width: 540px;
  }
  .cid-smHXhQxNlh .column-content {
    width: 100%;
  }
  .cid-smHXhQxNlh .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-smHXhQxNlh .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-smHXhQxNlh .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-smHXhQxNlh .column-content {
    width: 50%;
  }
  .cid-smHXhQxNlh .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-smHXhQxNlh .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smHXhQxNlh .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-smHXhQxNlh .column-content {
    height: 33rem;
  }
}
.cid-smHXhQxNlh .mbr-text,
.cid-smHXhQxNlh .mbr-section-btn {
  color: #767676;
}
.cid-sylzQVTp7d {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sylzQVTp7d .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #22c7b8;
  transition: all 0.4s ease-in-out;
}
.cid-sylzQVTp7d .content-block .mbr-text {
  margin: 0;
}
.cid-sylzQVTp7d .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sylzQVTp7d .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sylzQVTp7d .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sylzQVTp7d .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sylzQVTp7d .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sylzQVTp7d h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sndK3A4AdZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sndK3A4AdZ .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #22c7b8;
  transition: all 0.4s ease-in-out;
}
.cid-sndK3A4AdZ .content-block .mbr-text {
  margin: 0;
}
.cid-sndK3A4AdZ .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sndK3A4AdZ .image-wrap:hover img {
  opacity: 2;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sndK3A4AdZ .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sndK3A4AdZ .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sndK3A4AdZ .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sndK3A4AdZ h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sndTtJhxMq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sndTtJhxMq .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #22c7b8;
  transition: all 0.4s ease-in-out;
}
.cid-sndTtJhxMq .content-block .mbr-text {
  margin: 0;
}
.cid-sndTtJhxMq .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sndTtJhxMq .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sndTtJhxMq .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sndTtJhxMq .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sndTtJhxMq .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sndTtJhxMq h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sneAEJCNdt {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-sneAEJCNdt .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #22c7b8;
  transition: all 0.4s ease-in-out;
}
.cid-sneAEJCNdt .content-block .mbr-text {
  margin: 0;
}
.cid-sneAEJCNdt .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sneAEJCNdt .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sneAEJCNdt .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sneAEJCNdt .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sneAEJCNdt .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sneAEJCNdt h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-toNwqKXjHL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toNwqKXjHL .image-block {
  margin: auto;
}
.cid-toNwqKXjHL figcaption {
  position: relative;
}
.cid-toNwqKXjHL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toNwqKXjHL .image-block {
    width: 100% !important;
  }
}
.cid-toNyVTeshg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toNDfcMIjw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toNDfcMIjw .mbr-section-subtitle,
.cid-toNDfcMIjw .mbr-text {
  color: #767676;
}
.cid-toNDfcMIjw .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-toNDfcMIjw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toNDfcMIjw .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-toNDfcMIjw .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-toNDfcMIjw .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-toNDfcMIjw .card-wrapper .card-img img {
  width: 100%;
}
.cid-toNDfcMIjw .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-toNDfcMIjw .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-toNDfcMIjw .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-toNDfcMIjw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-toNDfcMIjw .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-toNDfcMIjw .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-toNDfcMIjw .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-toNDfcMIjw .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-toNDfcMIjw .card-title {
  color: #1a9f93;
}
.cid-toNDfcMIjw .mbr-section-title {
  color: #ffffff;
}
.cid-toNDfcMIjw .mbr-section-subtitle {
  color: #232323;
}
.cid-toO3IsJuEJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toO3IsJuEJ .mbr-section-subtitle,
.cid-toO3IsJuEJ .mbr-text {
  color: #767676;
}
.cid-toO3IsJuEJ .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-toO3IsJuEJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toO3IsJuEJ .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-toO3IsJuEJ .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-toO3IsJuEJ .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-toO3IsJuEJ .card-wrapper .card-img img {
  width: 100%;
}
.cid-toO3IsJuEJ .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-toO3IsJuEJ .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-toO3IsJuEJ .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-toO3IsJuEJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-toO3IsJuEJ .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-toO3IsJuEJ .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-toO3IsJuEJ .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-toO3IsJuEJ .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-toO3IsJuEJ .card-title {
  color: #1a9f93;
}
.cid-toO3IsJuEJ .mbr-section-title {
  color: #ffffff;
}
.cid-toO3IsJuEJ .mbr-section-subtitle {
  color: #232323;
}
.cid-toOdFxohs7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toOdFxohs7 .mbr-section-subtitle,
.cid-toOdFxohs7 .mbr-text {
  color: #767676;
}
.cid-toOdFxohs7 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-toOdFxohs7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toOdFxohs7 .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-toOdFxohs7 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-toOdFxohs7 .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-toOdFxohs7 .card-wrapper .card-img img {
  width: 100%;
}
.cid-toOdFxohs7 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-toOdFxohs7 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-toOdFxohs7 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-toOdFxohs7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-toOdFxohs7 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-toOdFxohs7 .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-toOdFxohs7 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-toOdFxohs7 .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-toOdFxohs7 .card-title {
  color: #1a9f93;
}
.cid-toOdFxohs7 .mbr-section-title {
  color: #ffffff;
}
.cid-toOdFxohs7 .mbr-section-subtitle {
  color: #232323;
}
.cid-sxIe0FVx5a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sxIe0FVx5a .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sxIe0FVx5a .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sxIe0FVx5a .rev,
.cid-sxIe0FVx5a .mbr-iconfont {
  display: inline-block;
}
.cid-sxIe0FVx5a .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sxIe0FVx5a .card-img {
  position: relative;
}
.cid-sxIe0FVx5a .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sxIe0FVx5a .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sxIe0FVx5a .card-title {
  color: #22c7b8;
  margin: 0;
  text-align: center;
}
.cid-sxIe0FVx5a .card-box {
  padding: 1.5rem;
}
.cid-sxIe0FVx5a .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sxIe0FVx5a .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sxIe0FVx5a .mbr-section-title,
.cid-sxIe0FVx5a .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sxIe0FVx5a .card-text,
.cid-sxIe0FVx5a .mbr-section-btn,
.cid-sxIe0FVx5a .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sxIe0FVx5a .mbr-text,
.cid-sxIe0FVx5a .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sxIe0FVx5a .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sxIeTiduWi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #4f6466;
}
.cid-sxIeTiduWi .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sxIeTiduWi .rev,
.cid-sxIeTiduWi .mbr-iconfont {
  display: inline-block;
}
.cid-sxIeTiduWi .card-img {
  position: relative;
}
.cid-sxIeTiduWi .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sxIeTiduWi .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sxIeTiduWi .card-title {
  color: #22c7b8;
  margin: 0;
  text-align: center;
}
.cid-sxIeTiduWi .card-box {
  padding: 1.5rem;
}
.cid-sxIeTiduWi .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sxIeTiduWi .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sxIeTiduWi .mbr-section-title,
.cid-sxIeTiduWi .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sxIeTiduWi .card-text,
.cid-sxIeTiduWi .mbr-section-btn,
.cid-sxIeTiduWi .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sxIeTiduWi .mbr-text,
.cid-sxIeTiduWi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sxIeTiduWi .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sneLG62Cwz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sneLG62Cwz .line {
  background-color: #22c7b8;
  color: #22c7b8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sneLG62Cwz .section-text {
  padding: 2rem 0;
  color: #4f6466;
}
.cid-sneLG62Cwz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sneLG62Cwz .inner-container {
    width: 100% !important;
  }
}
.cid-sneKKl43Ws {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sneKKl43Ws h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sneKKl43Ws p {
  color: #767676;
  text-align: left;
}
.cid-sneKKl43Ws .card-box {
  padding-top: 2rem;
}
.cid-sneKKl43Ws .card-wrapper {
  height: 100%;
}
.cid-sneKKl43Ws img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sneKKl43Ws P {
  text-align: center;
}
.cid-sneKKl43Ws .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sneKKl43Ws .card-img {
  position: relative;
}
.cid-sneKKl43Ws .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sneKKl43Ws .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-sneLABH86r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sneLABH86r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sneLABH86r p {
  color: #767676;
  text-align: left;
}
.cid-sneLABH86r .card-box {
  padding-top: 2rem;
}
.cid-sneLABH86r .card-wrapper {
  height: 100%;
}
.cid-sneLABH86r img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sneLABH86r P {
  text-align: center;
}
.cid-sneLABH86r .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sneLABH86r .card-img {
  position: relative;
}
.cid-sneLABH86r .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sneLABH86r .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-smHXd4UA2M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-smHXd4UA2M .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-smHXd4UA2M input,
.cid-smHXd4UA2M textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-smHXd4UA2M img {
  width: 90%;
  border-radius: 8px;
}
.cid-smHXd4UA2M .title {
  margin-bottom: 1rem;
}
.cid-smHXd4UA2M p {
  line-height: 1.6;
}
.cid-smHXd4UA2M .btn {
  padding: 0.6rem 3rem!important;
}
.cid-smHXd4UA2M textarea {
  min-height: 160px;
}
.cid-smHXd4UA2M .form-control,
.cid-smHXd4UA2M .field-input {
  padding: 0.5rem;
  background-color: #efefef;
  border-color: #22c7b8;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-smHXd4UA2M .form-control:hover,
.cid-smHXd4UA2M .field-input:hover,
.cid-smHXd4UA2M .form-control:focus,
.cid-smHXd4UA2M .field-input:focus {
  background-color: #4f6466;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-smHXd4UA2M input::-webkit-input-placeholder,
.cid-smHXd4UA2M textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-smHXd4UA2M input:-moz-placeholder,
.cid-smHXd4UA2M textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-smHXd4UA2M .jq-selectbox li,
.cid-smHXd4UA2M .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-smHXd4UA2M .jq-selectbox li:hover,
.cid-smHXd4UA2M .jq-selectbox li.selected {
  background-color: #4f6466;
  color: #ffffff;
}
.cid-smHXd4UA2M .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
.cid-smHXd4UA2M .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #4f6466;
}
.cid-smHXd4UA2M H5 {
  color: #4f6466;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-smHXd4UA2M img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-smHXd4UA2M .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-smHXd4UA2M H2 {
  color: #4f6466;
}
.cid-smHXd4UA2M H3 {
  color: #4f6466;
}
.cid-smHXd4UA2M .mbr-text {
  color: #716c80;
}
.cid-smHXDg7wDY {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #4f6466;
}
.cid-smHXDg7wDY img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-smHXDg7wDY .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-smHXDg7wDY .card:hover {
  opacity: 0.9;
}
.cid-smHXDg7wDY H1 {
  color: #ffffff;
}
.cid-smHXDg7wDY .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-smHXDg7wDY .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sn7QH3Xo0N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sn7QH3Xo0N .content {
    text-align: center;
  }
  .cid-sn7QH3Xo0N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sn7QH3Xo0N .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sn7QH3Xo0N .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sn7QH3Xo0N .media-wrap img {
  height: 6rem;
}
.cid-sn7QH3Xo0N .mbr-text {
  color: #8d97ad;
}
.cid-sn7QH3Xo0N .p-title {
  font-size: 17px;
}
.cid-sn7QH3Xo0N .p-title span {
  color: #111111;
}
.cid-sn7QH3Xo0N .title-card {
  font-size: 1.3rem;
}
.cid-sn7QH3Xo0N .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sn7QH3Xo0N .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sn7QH3Xo0N .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sn7QH3Xo0N .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sn7QH3Xo0N .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sn7QH3Xo0N .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sn7QH3Xo0N .copyright img {
  margin-right: 10px;
}
.cid-sn7QH3Xo0N .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sn7QH3Xo0N .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sn7QH3Xo0N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sn7QH3Xo0N .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sn7QH3Xo0N .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sn7QH3Xo0N SPAN {
  color: #4f6466;
}
.cid-snfTmP2Gsj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-snfTmP2Gsj .collapsed {
  flex-direction: row !important;
}
.cid-snfTmP2Gsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snfTmP2Gsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snfTmP2Gsj .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snfTmP2Gsj .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-snfTmP2Gsj .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-snfTmP2Gsj .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snfTmP2Gsj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snfTmP2Gsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snfTmP2Gsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snfTmP2Gsj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snfTmP2Gsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snfTmP2Gsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snfTmP2Gsj .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-snfTmP2Gsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snfTmP2Gsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snfTmP2Gsj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snfTmP2Gsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snfTmP2Gsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snfTmP2Gsj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snfTmP2Gsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snfTmP2Gsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snfTmP2Gsj .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-snfTmP2Gsj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snfTmP2Gsj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snfTmP2Gsj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snfTmP2Gsj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snfTmP2Gsj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snfTmP2Gsj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snfTmP2Gsj .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-snfTmP2Gsj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snfTmP2Gsj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snfTmP2Gsj .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snfTmP2Gsj .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snfTmP2Gsj .nav-item:focus,
.cid-snfTmP2Gsj .nav-link:focus {
  outline: none;
}
.cid-snfTmP2Gsj .text-white:hover,
.cid-snfTmP2Gsj .text-white:active,
.cid-snfTmP2Gsj .text-white:focus {
  color: white !important;
}
.cid-snfTmP2Gsj .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snfTmP2Gsj .dropdown-item:hover {
  color: black !important;
}
.cid-snfTmP2Gsj .dropdown-menu {
  background-color: white !important;
}
.cid-snfTmP2Gsj .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-snfTmP2Gsj .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snfTmP2Gsj .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snfTmP2Gsj .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snfTmP2Gsj .nav-item {
    position: relative;
  }
}
.cid-snfTmP2Gsj .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-snfTmP2Gsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snfTmP2Gsj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snfTmP2Gsj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snfTmP2Gsj .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-snfTmP2Gsj .navbar-caption {
  font-weight: 600 !important;
}
.cid-snfTmP2Gsj .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-snfTmP2Gsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snfTmP2Gsj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snfTmP2Gsj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snfTmP2Gsj .dropdown-item.active,
.cid-snfTmP2Gsj .dropdown-item:active {
  background-color: transparent;
}
.cid-snfTmP2Gsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snfTmP2Gsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snfTmP2Gsj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snfTmP2Gsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-snfTmP2Gsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snfTmP2Gsj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snfTmP2Gsj .navbar-buttons {
  text-align: center;
}
.cid-snfTmP2Gsj 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-snfTmP2Gsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-snfTmP2Gsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snfTmP2Gsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snfTmP2Gsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snfTmP2Gsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snfTmP2Gsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snfTmP2Gsj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snfTmP2Gsj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snfTmP2Gsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snfTmP2Gsj .nav-link {
  font-weight: 600 !important;
}
.cid-snfTmP2Gsj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snfTmP2Gsj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snfTmP2Gsj .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-snfTmP2Gsj .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snfTmP2Gsj .navbar {
    height: 77px;
  }
  .cid-snfTmP2Gsj .navbar.opened {
    height: auto;
  }
  .cid-snfTmP2Gsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snfTHasfVK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-snfTHasfVK h1 {
  color: #616161;
}
.cid-snfTHasfVK h2,
.cid-snfTHasfVK h3,
.cid-snfTHasfVK p {
  color: #767676;
}
.cid-snfTHasfVK .mbr-section-subtitle {
  font-style: italic;
}
.cid-snfTHasfVK H1 {
  color: #ffffff;
}
.cid-snfTHasfVK H3 {
  color: #ffffff;
}
.cid-snfTHasfVK .mbr-text,
.cid-snfTHasfVK .mbr-section-btn {
  color: #ffffff;
}
.cid-snglycF8KV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snglycF8KV .mbr-text,
.cid-snglycF8KV .mbr-section-subtitle {
  color: #767676;
}
.cid-snglycF8KV .card-title {
  color: #66458e;
}
.cid-snglycF8KV .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-snglycF8KV .mbr-section-subtitle,
  .cid-snglycF8KV .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snglycF8KV .card .card-img span {
    background: none;
  }
}
.cid-sngmM0Hwh0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sngmM0Hwh0 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-sngmM0Hwh0 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sngmM0Hwh0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sngmM0Hwh0 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sngmM0Hwh0 .card-overlay {
  display: none;
  background: #22c7b8;
}
@media (min-width: 768px) {
  .cid-sngmM0Hwh0 .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-sngmM0Hwh0 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sngmM0Hwh0 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sngmM0Hwh0 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sngmM0Hwh0 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sngmM0Hwh0 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sngmM0Hwh0 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sngmM0Hwh0 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sngmM0Hwh0 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sngmM0Hwh0 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sngmM0Hwh0 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sngmM0Hwh0 .card-title,
  .cid-sngmM0Hwh0 .underline,
  .cid-sngmM0Hwh0 .mbr-text,
  .cid-sngmM0Hwh0 .mbr-section-btn,
  .cid-sngmM0Hwh0 .mbr-section-subtitle,
  .cid-sngmM0Hwh0 .mbr-section-title {
    text-align: center !important;
  }
  .cid-sngmM0Hwh0 .wrapper {
    background-color: #22c7b8;
  }
}
.cid-sngmM0Hwh0 .mbr-section-title {
  text-align: left;
}
.cid-sngrccK95T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sngrccK95T h2 {
  text-align: center;
}
.cid-sngrccK95T h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sngrccK95T p {
  color: #767676;
}
.cid-sngrccK95T img {
  object-fit: cover;
}
.cid-sngrccK95T .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sngrccK95T .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sngrccK95T .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sngrccK95T .mbr-section-subtitle {
  color: #767676;
}
.cid-sngrccK95T .card-title {
  font-weight: 500;
}
.cid-sngrccK95T .card-img {
  text-align: inherit;
}
.cid-sngrccK95T .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sngrccK95T .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sngrccK95T .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sngrccK95T .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sngrccK95T .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sngrccK95T .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-sngrccK95T .mbr-crt-title {
  color: #22c7b8;
}
.cid-toOBRXRD9c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toOBRXRD9c .line {
  background-color: #22c7b8;
  color: #22c7b8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-toOBRXRD9c .section-text {
  padding: 2rem 0;
  color: #4f6466;
}
.cid-toOBRXRD9c .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-toOBRXRD9c .inner-container {
    width: 100% !important;
  }
}
.cid-toOBVn5kwV {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-toOBVn5kwV .image-block {
  margin: auto;
}
.cid-toOBVn5kwV figcaption {
  position: relative;
}
.cid-toOBVn5kwV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toOBVn5kwV .image-block {
    width: 100% !important;
  }
}
.cid-snfTn0KpG0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #4f6466;
}
.cid-snfTn0KpG0 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-snfTn0KpG0 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-snfTn0KpG0 .card:hover {
  opacity: 0.9;
}
.cid-snfTn0KpG0 H1 {
  color: #ffffff;
}
.cid-snfTn0KpG0 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-snfTn0KpG0 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sAycSrfGBw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAycSrfGBw .content {
    text-align: center;
  }
  .cid-sAycSrfGBw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAycSrfGBw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAycSrfGBw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAycSrfGBw .media-wrap img {
  height: 6rem;
}
.cid-sAycSrfGBw .mbr-text {
  color: #8d97ad;
}
.cid-sAycSrfGBw .p-title {
  font-size: 17px;
}
.cid-sAycSrfGBw .p-title span {
  color: #111111;
}
.cid-sAycSrfGBw .title-card {
  font-size: 1.3rem;
}
.cid-sAycSrfGBw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAycSrfGBw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAycSrfGBw .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAycSrfGBw .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAycSrfGBw .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAycSrfGBw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAycSrfGBw .copyright img {
  margin-right: 10px;
}
.cid-sAycSrfGBw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAycSrfGBw .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAycSrfGBw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAycSrfGBw .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAycSrfGBw .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAycSrfGBw SPAN {
  color: #4f6466;
}
.cid-sngxGhHGgp .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sngxGhHGgp .collapsed {
  flex-direction: row !important;
}
.cid-sngxGhHGgp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sngxGhHGgp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sngxGhHGgp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sngxGhHGgp .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sngxGhHGgp .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sngxGhHGgp .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sngxGhHGgp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sngxGhHGgp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sngxGhHGgp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sngxGhHGgp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sngxGhHGgp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sngxGhHGgp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sngxGhHGgp .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-sngxGhHGgp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sngxGhHGgp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sngxGhHGgp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sngxGhHGgp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sngxGhHGgp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sngxGhHGgp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sngxGhHGgp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sngxGhHGgp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sngxGhHGgp .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-sngxGhHGgp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sngxGhHGgp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sngxGhHGgp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sngxGhHGgp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sngxGhHGgp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sngxGhHGgp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sngxGhHGgp .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sngxGhHGgp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sngxGhHGgp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sngxGhHGgp .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sngxGhHGgp .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sngxGhHGgp .nav-item:focus,
.cid-sngxGhHGgp .nav-link:focus {
  outline: none;
}
.cid-sngxGhHGgp .text-white:hover,
.cid-sngxGhHGgp .text-white:active,
.cid-sngxGhHGgp .text-white:focus {
  color: white !important;
}
.cid-sngxGhHGgp .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sngxGhHGgp .dropdown-item:hover {
  color: black !important;
}
.cid-sngxGhHGgp .dropdown-menu {
  background-color: white !important;
}
.cid-sngxGhHGgp .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sngxGhHGgp .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sngxGhHGgp .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sngxGhHGgp .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sngxGhHGgp .nav-item {
    position: relative;
  }
}
.cid-sngxGhHGgp .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-sngxGhHGgp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sngxGhHGgp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sngxGhHGgp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sngxGhHGgp .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-sngxGhHGgp .navbar-caption {
  font-weight: 600 !important;
}
.cid-sngxGhHGgp .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-sngxGhHGgp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sngxGhHGgp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sngxGhHGgp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sngxGhHGgp .dropdown-item.active,
.cid-sngxGhHGgp .dropdown-item:active {
  background-color: transparent;
}
.cid-sngxGhHGgp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sngxGhHGgp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sngxGhHGgp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sngxGhHGgp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sngxGhHGgp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sngxGhHGgp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sngxGhHGgp .navbar-buttons {
  text-align: center;
}
.cid-sngxGhHGgp 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-sngxGhHGgp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sngxGhHGgp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sngxGhHGgp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngxGhHGgp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngxGhHGgp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sngxGhHGgp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngxGhHGgp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sngxGhHGgp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sngxGhHGgp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngxGhHGgp .nav-link {
  font-weight: 600 !important;
}
.cid-sngxGhHGgp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sngxGhHGgp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sngxGhHGgp .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-sngxGhHGgp .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sngxGhHGgp .navbar {
    height: 77px;
  }
  .cid-sngxGhHGgp .navbar.opened {
    height: auto;
  }
  .cid-sngxGhHGgp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sngxGiADR2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sngxGiADR2 h1 {
  color: #616161;
}
.cid-sngxGiADR2 h2,
.cid-sngxGiADR2 h3,
.cid-sngxGiADR2 p {
  color: #767676;
}
.cid-sngxGiADR2 .mbr-section-subtitle {
  font-style: italic;
}
.cid-sngxGiADR2 H1 {
  color: #ffffff;
}
.cid-sngxGiADR2 H3 {
  color: #ffffff;
}
.cid-sngxGiADR2 .mbr-text,
.cid-sngxGiADR2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sngyEBuUqE {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sngyEBuUqE .line {
  background-color: #22c7b8;
  color: #22c7b8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sngyEBuUqE .section-text {
  padding: 2rem 0;
}
.cid-sngyEBuUqE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sngyEBuUqE .inner-container {
    width: 100% !important;
  }
}
.cid-sngyVC5ObP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sngyVC5ObP .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sngyVC5ObP .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sngyVC5ObP .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #4f6466;
  z-index: 2;
  opacity: 1;
}
.cid-sngyVC5ObP .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sngyVC5ObP .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sngyVC5ObP .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sngyVC5ObP .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sngyVC5ObP .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sngyVC5ObP .hoverEl:hover .box-title2,
.cid-sngyVC5ObP .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sngyVC5ObP .box-title2,
.cid-sngyVC5ObP .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sngyVC5ObP .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #4f6466;
}
.cid-sngyVC5ObP .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sngyVC5ObP .img-content {
    opacity: 1;
  }
  .cid-sngyVC5ObP .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sngyVC5ObP .box-content {
    width: 100%;
  }
  .cid-sngyVC5ObP .box-title2,
  .cid-sngyVC5ObP .box-text2 {
    color: #ffffff !important;
  }
  .cid-sngyVC5ObP .content-block,
  .cid-sngyVC5ObP .content1 {
    padding: 3rem 1rem;
  }
  .cid-sngyVC5ObP * {
    text-align: left;
  }
}
.cid-sngyVC5ObP .box-text1 {
  color: #333333;
}
.cid-sngyVC5ObP .box-title2 {
  color: #cccccc;
}
.cid-sngzGzfWJg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sngzGzfWJg H1 {
  color: #232323;
}
.cid-sngzGzfWJg .mbr-text,
.cid-sngzGzfWJg .mbr-section-btn {
  color: #767676;
}
.cid-sngzGzfWJg .img-box {
  position: relative;
}
.cid-sngzGzfWJg .card-ico span {
  font-size: 96px;
  color: #e61259;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sngzGzfWJg .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-sngzGzfWJg .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sngzGzfWJg .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sngzGzfWJg .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sngzGzfWJg .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sngzGzfWJg img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
}
@media (max-width: 992px) {
  .cid-sngzGzfWJg .img-box {
    height: 500px;
  }
  .cid-sngzGzfWJg .img1 {
    left: 1rem;
  }
  .cid-sngzGzfWJg .img2 {
    right: 1rem;
  }
  .cid-sngzGzfWJg img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sngzGzfWJg img {
    width: 60%;
  }
  .cid-sngzGzfWJg .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sngzGzfWJg .author-box {
    justify-content: center;
  }
  .cid-sngzGzfWJg .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sngzGzfWJg .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sngzGzfWJg .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sngzGzfWJg .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sngzGzfWJg .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sngzGzfWJg .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sngzGzfWJg .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sngzGzfWJg h3,
.cid-sngzGzfWJg h4 {
  margin: 0;
  padding: 0;
}
.cid-sngzGzfWJg .card-title,
.cid-sngzGzfWJg .mbr-section-subtitle {
  color: #232323;
}
.cid-sngC45U7UO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sngC45U7UO .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sngC45U7UO .mbr-section-title {
  margin: 0;
}
.cid-sngC45U7UO .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sngC45U7UO .card-img span {
  color: #0f7699;
}
.cid-sngC45U7UO .row-item {
  margin-bottom: 2rem;
}
.cid-sngC45U7UO .row-item:hover .wrapper {
  background: linear-gradient(90deg, #22c7b8, #149dcc);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sngC45U7UO .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-sngC45U7UO .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-sngC45U7UO .wrapper {
  padding: 2.5rem 1rem;
  background: #f4f8fa;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sngCavqo7Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sngCavqo7Y .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sngCavqo7Y .mbr-section-title {
  margin: 0;
}
.cid-sngCavqo7Y .card-img {
  text-align: center;
}
.cid-sngCavqo7Y .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sngCavqo7Y .row-item.card1 {
  background: #1dc9cb;
}
.cid-sngCavqo7Y .row-item.card2 {
  background: #188ef4;
}
.cid-sngCavqo7Y .row-item.card3 {
  background: #ff695c;
}
.cid-sngCavqo7Y .row-item.card4 {
  background: #2bdc9d;
}
.cid-sngCavqo7Y .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sngCavqo7Y .card-img,
  .cid-sngCavqo7Y .mbr-text,
  .cid-sngCavqo7Y .mbr-card-title,
  .cid-sngCavqo7Y .mbr-section-subtitle,
  .cid-sngCavqo7Y .mbr-section-title,
  .cid-sngCavqo7Y .underline {
    text-align: center !important;
  }
}
.cid-sAycVu2lAz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAycVu2lAz .content {
    text-align: center;
  }
  .cid-sAycVu2lAz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAycVu2lAz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAycVu2lAz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAycVu2lAz .media-wrap img {
  height: 6rem;
}
.cid-sAycVu2lAz .mbr-text {
  color: #8d97ad;
}
.cid-sAycVu2lAz .p-title {
  font-size: 17px;
}
.cid-sAycVu2lAz .p-title span {
  color: #111111;
}
.cid-sAycVu2lAz .title-card {
  font-size: 1.3rem;
}
.cid-sAycVu2lAz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAycVu2lAz .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAycVu2lAz .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAycVu2lAz .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAycVu2lAz .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAycVu2lAz .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAycVu2lAz .copyright img {
  margin-right: 10px;
}
.cid-sAycVu2lAz .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAycVu2lAz .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAycVu2lAz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAycVu2lAz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAycVu2lAz .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAycVu2lAz SPAN {
  color: #4f6466;
}
.cid-sngGIAzgUR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sngGIAzgUR .collapsed {
  flex-direction: row !important;
}
.cid-sngGIAzgUR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sngGIAzgUR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sngGIAzgUR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sngGIAzgUR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sngGIAzgUR .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sngGIAzgUR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sngGIAzgUR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sngGIAzgUR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sngGIAzgUR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sngGIAzgUR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sngGIAzgUR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sngGIAzgUR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sngGIAzgUR .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-sngGIAzgUR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sngGIAzgUR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sngGIAzgUR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sngGIAzgUR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sngGIAzgUR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sngGIAzgUR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sngGIAzgUR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sngGIAzgUR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sngGIAzgUR .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-sngGIAzgUR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sngGIAzgUR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sngGIAzgUR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sngGIAzgUR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sngGIAzgUR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sngGIAzgUR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sngGIAzgUR .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sngGIAzgUR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sngGIAzgUR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sngGIAzgUR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sngGIAzgUR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sngGIAzgUR .nav-item:focus,
.cid-sngGIAzgUR .nav-link:focus {
  outline: none;
}
.cid-sngGIAzgUR .text-white:hover,
.cid-sngGIAzgUR .text-white:active,
.cid-sngGIAzgUR .text-white:focus {
  color: white !important;
}
.cid-sngGIAzgUR .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sngGIAzgUR .dropdown-item:hover {
  color: black !important;
}
.cid-sngGIAzgUR .dropdown-menu {
  background-color: white !important;
}
.cid-sngGIAzgUR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sngGIAzgUR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sngGIAzgUR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sngGIAzgUR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sngGIAzgUR .nav-item {
    position: relative;
  }
}
.cid-sngGIAzgUR .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-sngGIAzgUR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sngGIAzgUR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sngGIAzgUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sngGIAzgUR .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-sngGIAzgUR .navbar-caption {
  font-weight: 600 !important;
}
.cid-sngGIAzgUR .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-sngGIAzgUR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sngGIAzgUR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sngGIAzgUR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sngGIAzgUR .dropdown-item.active,
.cid-sngGIAzgUR .dropdown-item:active {
  background-color: transparent;
}
.cid-sngGIAzgUR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sngGIAzgUR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sngGIAzgUR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sngGIAzgUR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sngGIAzgUR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sngGIAzgUR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sngGIAzgUR .navbar-buttons {
  text-align: center;
}
.cid-sngGIAzgUR 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-sngGIAzgUR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sngGIAzgUR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sngGIAzgUR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngGIAzgUR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sngGIAzgUR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sngGIAzgUR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngGIAzgUR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sngGIAzgUR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sngGIAzgUR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sngGIAzgUR .nav-link {
  font-weight: 600 !important;
}
.cid-sngGIAzgUR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sngGIAzgUR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sngGIAzgUR .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-sngGIAzgUR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sngGIAzgUR .navbar {
    height: 77px;
  }
  .cid-sngGIAzgUR .navbar.opened {
    height: auto;
  }
  .cid-sngGIAzgUR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sngGIBkUjj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/science-background-with-molecule-or-atom-2000x1200.jpg");
}
.cid-sngGIBkUjj h1 {
  color: #616161;
}
.cid-sngGIBkUjj h2,
.cid-sngGIBkUjj h3,
.cid-sngGIBkUjj p {
  color: #767676;
}
.cid-sngGIBkUjj .mbr-section-subtitle {
  font-style: italic;
}
.cid-sngGIBkUjj H1 {
  color: #ffffff;
}
.cid-sngGIBkUjj H3 {
  color: #ffffff;
}
.cid-sngGIBkUjj .mbr-text,
.cid-sngGIBkUjj .mbr-section-btn {
  color: #ffffff;
}
.cid-sngHPF0rZ9 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sngHPF0rZ9 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sngHPF0rZ9 H2 {
  text-align: left;
}
.cid-snjl4JIEFS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sngK0z5PHO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sngK0z5PHO .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sngK0z5PHO .title,
.cid-sngK0z5PHO .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sngK0z5PHO .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sngK0z5PHO .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sngK0z5PHO .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sngK0z5PHO .text-box {
  padding: 0rem;
}
.cid-sngK0z5PHO .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sngK0z5PHO .card-title {
  color: #22c7b8;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sngK0z5PHO .card-img {
  overflow: hidden;
}
.cid-sngK0z5PHO .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sngK0z5PHO .card-box {
  padding: 0rem;
}
.cid-sngK0z5PHO img {
  transition: all 0.3s;
}
.cid-sngK0z5PHO .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sngK0z5PHO .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sngK0z5PHO .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sngK0z5PHO .card-img {
    width: 30%;
  }
  .cid-sngK0z5PHO .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sngK0z5PHO .card-img {
    width: 50%;
  }
  .cid-sngK0z5PHO .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sngK0z5PHO .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sngK0z5PHO .card-img {
    width: 100%;
  }
  .cid-sngK0z5PHO .card-box {
    width: 100%;
  }
}
.cid-sngK0z5PHO .card-box > p,
.cid-sngK0z5PHO .mbr-section-btn {
  color: #767676;
}
.cid-sngM3RjEXY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sngM3RjEXY .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sngM3RjEXY .title,
.cid-sngM3RjEXY .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sngM3RjEXY .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sngM3RjEXY .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sngM3RjEXY .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sngM3RjEXY .text-box {
  padding: 0rem;
}
.cid-sngM3RjEXY .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sngM3RjEXY .card-title {
  color: #22c7b8;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sngM3RjEXY .card-img {
  overflow: hidden;
}
.cid-sngM3RjEXY .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sngM3RjEXY .card-box {
  padding: 0rem;
}
.cid-sngM3RjEXY img {
  transition: all 0.3s;
}
.cid-sngM3RjEXY .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sngM3RjEXY .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sngM3RjEXY .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sngM3RjEXY .card-img {
    width: 30%;
  }
  .cid-sngM3RjEXY .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sngM3RjEXY .card-img {
    width: 50%;
  }
  .cid-sngM3RjEXY .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sngM3RjEXY .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sngM3RjEXY .card-img {
    width: 100%;
  }
  .cid-sngM3RjEXY .card-box {
    width: 100%;
  }
}
.cid-sngM3RjEXY .card-box > p,
.cid-sngM3RjEXY .mbr-section-btn {
  color: #767676;
}
.cid-snjoTL6gd0 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-snjoTL6gd0 H2 {
  color: #4f6466;
}
.cid-snjoTL6gd0 .mbr-text,
.cid-snjoTL6gd0 .mbr-section-btn {
  color: #232323;
}
.cid-snjoTL6gd0 H3 {
  color: #232323;
}
.cid-snjoxYAfS9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-snjoxYAfS9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-snjoxYAfS9 p {
  color: #767676;
  text-align: left;
}
.cid-snjoxYAfS9 .card-img {
  text-align: left;
}
.cid-snjoxYAfS9 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-snjoxYAfS9 .card-title,
.cid-snjoxYAfS9 .card-img {
  color: #22c7b8;
}
.cid-snjqhEO2j0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-snjqhEO2j0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-snjqhEO2j0 p {
  color: #767676;
  text-align: left;
}
.cid-snjqhEO2j0 .card-img {
  text-align: left;
}
.cid-snjqhEO2j0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-snjqhEO2j0 .card-title,
.cid-snjqhEO2j0 .card-img {
  color: #22c7b8;
}
.cid-sAycYQyHPg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAycYQyHPg .content {
    text-align: center;
  }
  .cid-sAycYQyHPg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAycYQyHPg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAycYQyHPg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAycYQyHPg .media-wrap img {
  height: 6rem;
}
.cid-sAycYQyHPg .mbr-text {
  color: #8d97ad;
}
.cid-sAycYQyHPg .p-title {
  font-size: 17px;
}
.cid-sAycYQyHPg .p-title span {
  color: #111111;
}
.cid-sAycYQyHPg .title-card {
  font-size: 1.3rem;
}
.cid-sAycYQyHPg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAycYQyHPg .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAycYQyHPg .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAycYQyHPg .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAycYQyHPg .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAycYQyHPg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAycYQyHPg .copyright img {
  margin-right: 10px;
}
.cid-sAycYQyHPg .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAycYQyHPg .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAycYQyHPg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAycYQyHPg .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAycYQyHPg .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAycYQyHPg SPAN {
  color: #4f6466;
}
.cid-snpF2d5Jr6 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-snpF2d5Jr6 .collapsed {
  flex-direction: row !important;
}
.cid-snpF2d5Jr6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snpF2d5Jr6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snpF2d5Jr6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snpF2d5Jr6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-snpF2d5Jr6 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-snpF2d5Jr6 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snpF2d5Jr6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snpF2d5Jr6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snpF2d5Jr6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snpF2d5Jr6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snpF2d5Jr6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snpF2d5Jr6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snpF2d5Jr6 .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-snpF2d5Jr6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snpF2d5Jr6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snpF2d5Jr6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snpF2d5Jr6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snpF2d5Jr6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snpF2d5Jr6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snpF2d5Jr6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snpF2d5Jr6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snpF2d5Jr6 .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-snpF2d5Jr6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snpF2d5Jr6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snpF2d5Jr6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snpF2d5Jr6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snpF2d5Jr6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snpF2d5Jr6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snpF2d5Jr6 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-snpF2d5Jr6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snpF2d5Jr6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snpF2d5Jr6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snpF2d5Jr6 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snpF2d5Jr6 .nav-item:focus,
.cid-snpF2d5Jr6 .nav-link:focus {
  outline: none;
}
.cid-snpF2d5Jr6 .text-white:hover,
.cid-snpF2d5Jr6 .text-white:active,
.cid-snpF2d5Jr6 .text-white:focus {
  color: white !important;
}
.cid-snpF2d5Jr6 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snpF2d5Jr6 .dropdown-item:hover {
  color: black !important;
}
.cid-snpF2d5Jr6 .dropdown-menu {
  background-color: white !important;
}
.cid-snpF2d5Jr6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-snpF2d5Jr6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snpF2d5Jr6 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snpF2d5Jr6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snpF2d5Jr6 .nav-item {
    position: relative;
  }
}
.cid-snpF2d5Jr6 .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-snpF2d5Jr6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snpF2d5Jr6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snpF2d5Jr6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snpF2d5Jr6 .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-snpF2d5Jr6 .navbar-caption {
  font-weight: 600 !important;
}
.cid-snpF2d5Jr6 .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-snpF2d5Jr6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snpF2d5Jr6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snpF2d5Jr6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snpF2d5Jr6 .dropdown-item.active,
.cid-snpF2d5Jr6 .dropdown-item:active {
  background-color: transparent;
}
.cid-snpF2d5Jr6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snpF2d5Jr6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snpF2d5Jr6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snpF2d5Jr6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-snpF2d5Jr6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snpF2d5Jr6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snpF2d5Jr6 .navbar-buttons {
  text-align: center;
}
.cid-snpF2d5Jr6 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-snpF2d5Jr6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-snpF2d5Jr6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snpF2d5Jr6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snpF2d5Jr6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snpF2d5Jr6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snpF2d5Jr6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snpF2d5Jr6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snpF2d5Jr6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snpF2d5Jr6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snpF2d5Jr6 .nav-link {
  font-weight: 600 !important;
}
.cid-snpF2d5Jr6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snpF2d5Jr6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snpF2d5Jr6 .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-snpF2d5Jr6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snpF2d5Jr6 .navbar {
    height: 77px;
  }
  .cid-snpF2d5Jr6 .navbar.opened {
    height: auto;
  }
  .cid-snpF2d5Jr6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snpF2faJNp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/young-woman-medical-health-care-researchers-working-in-life-science-laboratory-1200x801.jpg");
}
.cid-snpF2faJNp h1 {
  color: #616161;
}
.cid-snpF2faJNp h2,
.cid-snpF2faJNp h3,
.cid-snpF2faJNp p {
  color: #767676;
}
.cid-snpF2faJNp .mbr-section-subtitle {
  font-style: italic;
}
.cid-snpF2faJNp H1 {
  color: #ffffff;
}
.cid-snpF2faJNp H3 {
  color: #ffffff;
}
.cid-snpF2faJNp .mbr-text,
.cid-snpF2faJNp .mbr-section-btn {
  color: #ffffff;
}
.cid-snpF2g8Sgh {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snpF2g8Sgh .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-snpF2g8Sgh H2 {
  text-align: left;
}
.cid-snq1ARbZFM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snq1ARbZFM p {
  line-height: 1.6;
}
.cid-snq1ARbZFM .card-box {
  width: -webkit-fill-available;
}
.cid-snq1ARbZFM .card-img {
  width: auto;
}
.cid-snq1ARbZFM .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-snq1ARbZFM .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snq1ARbZFM .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-snq1ARbZFM .card {
  height: 100%;
  margin: auto;
}
.cid-snq1ARbZFM img {
  width: 100%;
  heigth: auto;
}
.cid-snq1ARbZFM .card-title1 {
  color: #073b4c;
}
.cid-snq1ARbZFM .mbr-text1 {
  color: #767676;
}
.cid-snq1ARbZFM .card-title2 {
  color: #22c7b8;
}
.cid-snq1ARbZFM .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-snq1ARbZFM .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-snq1ARbZFM .card-img {
    order: 1;
  }
  .cid-snq1ARbZFM .card-box {
    order: 2;
  }
}
.cid-snrN3lHmwz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snrN3lHmwz .counter-container {
  color: #767676;
}
.cid-snrN3lHmwz .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-snrN3lHmwz .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-snrN3lHmwz .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-snrN3lHmwz .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: #000000;
  background: #22c7b8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sAxCUeHKVx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sAxCUeHKVx .line {
  background-color: #22c7b8;
  color: #22c7b8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sAxCUeHKVx .section-text {
  padding: 2rem 0;
}
.cid-sAxCUeHKVx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAxCUeHKVx .inner-container {
    width: 100% !important;
  }
}
.cid-sAxExkOB08 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAxExkOB08 .mbr-section-subtitle {
  color: #767676;
}
.cid-sAxCEsBH0A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAxCEsBH0A h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAxCEsBH0A p {
  color: #767676;
  text-align: left;
}
.cid-sAxCEsBH0A .card-box {
  padding-top: 2rem;
}
.cid-sAxCEsBH0A .card-wrapper {
  height: 100%;
}
.cid-sAxCEsBH0A img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sAxCEsBH0A P {
  text-align: center;
}
.cid-sAxCEsBH0A .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sAxCEsBH0A .card-img {
  position: relative;
}
.cid-sAxCEsBH0A .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sAxCEsBH0A .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-sAxJ24cFiA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAxJ24cFiA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAxJ24cFiA p {
  color: #767676;
  text-align: left;
}
.cid-sAxJ24cFiA .card-box {
  padding-top: 2rem;
}
.cid-sAxJ24cFiA .card-wrapper {
  height: 100%;
}
.cid-sAxJ24cFiA img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sAxJ24cFiA P {
  text-align: center;
}
.cid-sAxJ24cFiA .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sAxJ24cFiA .card-img {
  position: relative;
}
.cid-sAxJ24cFiA .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sAxJ24cFiA .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-sAxOROI17m {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAxOROI17m h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAxOROI17m p {
  color: #767676;
  text-align: left;
}
.cid-sAxOROI17m .card-box {
  padding-top: 2rem;
}
.cid-sAxOROI17m .card-wrapper {
  height: 100%;
}
.cid-sAxOROI17m img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sAxOROI17m P {
  text-align: center;
}
.cid-sAxOROI17m .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sAxOROI17m .card-img {
  position: relative;
}
.cid-sAxOROI17m .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sAxOROI17m .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-sAxXDavvnC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAxXDavvnC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAxXDavvnC p {
  color: #767676;
  text-align: left;
}
.cid-sAxXDavvnC .card-box {
  padding-top: 2rem;
}
.cid-sAxXDavvnC .card-wrapper {
  height: 100%;
}
.cid-sAxXDavvnC img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sAxXDavvnC P {
  text-align: center;
}
.cid-sAxXDavvnC .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sAxXDavvnC .card-img {
  position: relative;
}
.cid-sAxXDavvnC .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sAxXDavvnC .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-snrT3N3fGy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #4f6466;
}
.cid-snrSYeNHV9 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-snrSYeNHV9 .carousel {
  z-index: 0;
}
.cid-snrSYeNHV9 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-snrSYeNHV9 .carousel-item.active,
.cid-snrSYeNHV9 .carousel-item-next,
.cid-snrSYeNHV9 .carousel-item-prev {
  display: flex;
}
.cid-snrSYeNHV9 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-snrSYeNHV9 .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-snrSYeNHV9 .line {
  width: 100px;
  height: 1px;
  background: #232323;
}
.cid-snrSYeNHV9 .line1 {
  margin-left: -2rem;
}
.cid-snrSYeNHV9 .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-snrSYeNHV9 .carousel-controls a {
  font-size: 2rem;
}
.cid-snrSYeNHV9 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-snrSYeNHV9 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-snrSYeNHV9 ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-snrSYeNHV9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #232323;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-snrSYeNHV9 .carousel-indicators .active {
  opacity: 1;
}
.cid-snrSYeNHV9 .user_text,
.cid-snrSYeNHV9 .user_desk {
  color: #767676;
}
.cid-szM649M7lD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-szM649M7lD H2 {
  color: #ffffff;
}
.cid-szM649M7lD .mbr-text,
.cid-szM649M7lD .mbr-section-btn {
  color: #232323;
}
.cid-szM66e7ygJ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szM66e7ygJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 400px;
}
.cid-szM66e7ygJ .card-wrap {
  background-color: #22c7b8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-szM66e7ygJ .card-wrap:hover h4,
.cid-szM66e7ygJ .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-szM66e7ygJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-szM66e7ygJ h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-szM66e7ygJ img {
  width: 100%;
}
.cid-szM66e7ygJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-szM66e7ygJ h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-szM66e7ygJ .card-title1,
.cid-szM66e7ygJ .title-wrap1 {
  color: #ffffff;
}
.cid-szM66e7ygJ .card-title,
.cid-szM66e7ygJ .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-szM66e7ygJ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-szM66e7ygJ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-szM66e7ygJ H3 {
  color: #ffffff;
}
.cid-szM6IgHevc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szM6IgHevc .mbr-text,
.cid-szM6IgHevc blockquote {
  color: #767676;
}
.cid-szM6YMEu0r {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szM6YMEu0r .mbr-section-subtitle {
  color: #767676;
}
.cid-szM72TqyG8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szM72TqyG8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szM72TqyG8 p {
  color: #767676;
  text-align: left;
}
.cid-szM72TqyG8 .card-box {
  padding-top: 2rem;
}
.cid-szM72TqyG8 .card-wrapper {
  height: 100%;
}
.cid-sAxDIJ5FcK.popup-builder {
  background-color: #ffffff;
}
.cid-sAxDIJ5FcK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxDIJ5FcK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxDIJ5FcK .modal-content,
.cid-sAxDIJ5FcK .modal-dialog {
  height: auto;
}
.cid-sAxDIJ5FcK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxDIJ5FcK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxDIJ5FcK .form-wrapper .mbr-form .form-group,
  .cid-sAxDIJ5FcK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxDIJ5FcK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxDIJ5FcK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxDIJ5FcK .mbr-text {
  text-align: left;
}
.cid-sAxDIJ5FcK .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxDIJ5FcK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxDIJ5FcK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxDIJ5FcK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxDIJ5FcK .modal-open {
  overflow: hidden;
}
.cid-sAxDIJ5FcK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxDIJ5FcK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxDIJ5FcK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxDIJ5FcK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxDIJ5FcK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxDIJ5FcK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxDIJ5FcK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxDIJ5FcK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxDIJ5FcK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxDIJ5FcK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxDIJ5FcK .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxDIJ5FcK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxDIJ5FcK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxDIJ5FcK .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxDIJ5FcK .modal-header .close:focus {
  outline: none;
}
.cid-sAxDIJ5FcK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxDIJ5FcK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxDIJ5FcK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxDIJ5FcK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxDIJ5FcK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxDIJ5FcK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxDIJ5FcK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxDIJ5FcK .modal-sm {
    max-width: 300px;
  }
  .cid-sAxDIJ5FcK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxDIJ5FcK .modal-lg,
  .cid-sAxDIJ5FcK .modal-xl {
    max-width: 800px;
  }
  .cid-sAxDIJ5FcK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxDIJ5FcK .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxDIJ5FcK .container {
    max-width: 1140px;
  }
}
.cid-sAxDIJ5FcK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxDIJ5FcK .container {
    max-width: 720px;
  }
}
.cid-sAxDIJ5FcK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxDIJ5FcK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxDIJ5FcK .form-group {
  margin-bottom: 1rem;
}
.cid-sAxDIJ5FcK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxDIJ5FcK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxDIJ5FcK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxEYYug9E.popup-builder {
  background-color: #ffffff;
}
.cid-sAxEYYug9E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxEYYug9E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxEYYug9E .modal-content,
.cid-sAxEYYug9E .modal-dialog {
  height: auto;
}
.cid-sAxEYYug9E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxEYYug9E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxEYYug9E .form-wrapper .mbr-form .form-group,
  .cid-sAxEYYug9E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxEYYug9E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxEYYug9E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxEYYug9E .mbr-text {
  text-align: left;
}
.cid-sAxEYYug9E .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxEYYug9E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxEYYug9E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxEYYug9E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxEYYug9E .modal-open {
  overflow: hidden;
}
.cid-sAxEYYug9E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxEYYug9E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxEYYug9E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxEYYug9E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxEYYug9E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxEYYug9E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxEYYug9E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxEYYug9E .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxEYYug9E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxEYYug9E .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxEYYug9E .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxEYYug9E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxEYYug9E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxEYYug9E .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxEYYug9E .modal-header .close:focus {
  outline: none;
}
.cid-sAxEYYug9E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxEYYug9E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxEYYug9E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxEYYug9E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxEYYug9E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxEYYug9E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxEYYug9E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxEYYug9E .modal-sm {
    max-width: 300px;
  }
  .cid-sAxEYYug9E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxEYYug9E .modal-lg,
  .cid-sAxEYYug9E .modal-xl {
    max-width: 800px;
  }
  .cid-sAxEYYug9E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxEYYug9E .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxEYYug9E .container {
    max-width: 1140px;
  }
}
.cid-sAxEYYug9E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxEYYug9E .container {
    max-width: 720px;
  }
}
.cid-sAxEYYug9E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxEYYug9E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxEYYug9E .form-group {
  margin-bottom: 1rem;
}
.cid-sAxEYYug9E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxEYYug9E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxEYYug9E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxFzAoJRv.popup-builder {
  background-color: #ffffff;
}
.cid-sAxFzAoJRv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxFzAoJRv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxFzAoJRv .modal-content,
.cid-sAxFzAoJRv .modal-dialog {
  height: auto;
}
.cid-sAxFzAoJRv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxFzAoJRv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxFzAoJRv .form-wrapper .mbr-form .form-group,
  .cid-sAxFzAoJRv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxFzAoJRv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxFzAoJRv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxFzAoJRv .mbr-text {
  text-align: left;
}
.cid-sAxFzAoJRv .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxFzAoJRv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxFzAoJRv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxFzAoJRv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxFzAoJRv .modal-open {
  overflow: hidden;
}
.cid-sAxFzAoJRv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxFzAoJRv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxFzAoJRv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxFzAoJRv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxFzAoJRv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxFzAoJRv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxFzAoJRv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxFzAoJRv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxFzAoJRv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxFzAoJRv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxFzAoJRv .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxFzAoJRv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxFzAoJRv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxFzAoJRv .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxFzAoJRv .modal-header .close:focus {
  outline: none;
}
.cid-sAxFzAoJRv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxFzAoJRv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxFzAoJRv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxFzAoJRv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxFzAoJRv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxFzAoJRv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxFzAoJRv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxFzAoJRv .modal-sm {
    max-width: 300px;
  }
  .cid-sAxFzAoJRv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxFzAoJRv .modal-lg,
  .cid-sAxFzAoJRv .modal-xl {
    max-width: 800px;
  }
  .cid-sAxFzAoJRv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxFzAoJRv .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxFzAoJRv .container {
    max-width: 1140px;
  }
}
.cid-sAxFzAoJRv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxFzAoJRv .container {
    max-width: 720px;
  }
}
.cid-sAxFzAoJRv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxFzAoJRv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxFzAoJRv .form-group {
  margin-bottom: 1rem;
}
.cid-sAxFzAoJRv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxFzAoJRv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxFzAoJRv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxH0QMafW.popup-builder {
  background-color: #ffffff;
}
.cid-sAxH0QMafW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxH0QMafW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxH0QMafW .modal-content,
.cid-sAxH0QMafW .modal-dialog {
  height: auto;
}
.cid-sAxH0QMafW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxH0QMafW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxH0QMafW .form-wrapper .mbr-form .form-group,
  .cid-sAxH0QMafW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxH0QMafW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxH0QMafW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxH0QMafW .mbr-text {
  text-align: left;
}
.cid-sAxH0QMafW .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxH0QMafW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxH0QMafW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxH0QMafW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxH0QMafW .modal-open {
  overflow: hidden;
}
.cid-sAxH0QMafW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxH0QMafW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxH0QMafW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxH0QMafW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxH0QMafW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxH0QMafW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxH0QMafW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxH0QMafW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxH0QMafW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxH0QMafW .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxH0QMafW .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxH0QMafW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxH0QMafW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxH0QMafW .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxH0QMafW .modal-header .close:focus {
  outline: none;
}
.cid-sAxH0QMafW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxH0QMafW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxH0QMafW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxH0QMafW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxH0QMafW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxH0QMafW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxH0QMafW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxH0QMafW .modal-sm {
    max-width: 300px;
  }
  .cid-sAxH0QMafW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxH0QMafW .modal-lg,
  .cid-sAxH0QMafW .modal-xl {
    max-width: 800px;
  }
  .cid-sAxH0QMafW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxH0QMafW .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxH0QMafW .container {
    max-width: 1140px;
  }
}
.cid-sAxH0QMafW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxH0QMafW .container {
    max-width: 720px;
  }
}
.cid-sAxH0QMafW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxH0QMafW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxH0QMafW .form-group {
  margin-bottom: 1rem;
}
.cid-sAxH0QMafW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxH0QMafW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxH0QMafW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxIDWTkQ7.popup-builder {
  background-color: #ffffff;
}
.cid-sAxIDWTkQ7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxIDWTkQ7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxIDWTkQ7 .modal-content,
.cid-sAxIDWTkQ7 .modal-dialog {
  height: auto;
}
.cid-sAxIDWTkQ7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxIDWTkQ7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxIDWTkQ7 .form-wrapper .mbr-form .form-group,
  .cid-sAxIDWTkQ7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxIDWTkQ7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxIDWTkQ7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxIDWTkQ7 .mbr-text {
  text-align: left;
}
.cid-sAxIDWTkQ7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxIDWTkQ7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxIDWTkQ7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxIDWTkQ7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxIDWTkQ7 .modal-open {
  overflow: hidden;
}
.cid-sAxIDWTkQ7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxIDWTkQ7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxIDWTkQ7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxIDWTkQ7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxIDWTkQ7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxIDWTkQ7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxIDWTkQ7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxIDWTkQ7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxIDWTkQ7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxIDWTkQ7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxIDWTkQ7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxIDWTkQ7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxIDWTkQ7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxIDWTkQ7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxIDWTkQ7 .modal-header .close:focus {
  outline: none;
}
.cid-sAxIDWTkQ7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxIDWTkQ7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxIDWTkQ7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxIDWTkQ7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxIDWTkQ7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxIDWTkQ7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxIDWTkQ7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxIDWTkQ7 .modal-sm {
    max-width: 300px;
  }
  .cid-sAxIDWTkQ7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxIDWTkQ7 .modal-lg,
  .cid-sAxIDWTkQ7 .modal-xl {
    max-width: 800px;
  }
  .cid-sAxIDWTkQ7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxIDWTkQ7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxIDWTkQ7 .container {
    max-width: 1140px;
  }
}
.cid-sAxIDWTkQ7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxIDWTkQ7 .container {
    max-width: 720px;
  }
}
.cid-sAxIDWTkQ7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxIDWTkQ7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxIDWTkQ7 .form-group {
  margin-bottom: 1rem;
}
.cid-sAxIDWTkQ7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxIDWTkQ7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxIDWTkQ7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxKaTUoOg.popup-builder {
  background-color: #ffffff;
}
.cid-sAxKaTUoOg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxKaTUoOg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxKaTUoOg .modal-content,
.cid-sAxKaTUoOg .modal-dialog {
  height: auto;
}
.cid-sAxKaTUoOg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxKaTUoOg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxKaTUoOg .form-wrapper .mbr-form .form-group,
  .cid-sAxKaTUoOg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxKaTUoOg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxKaTUoOg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxKaTUoOg .mbr-text {
  text-align: left;
}
.cid-sAxKaTUoOg .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxKaTUoOg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxKaTUoOg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxKaTUoOg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxKaTUoOg .modal-open {
  overflow: hidden;
}
.cid-sAxKaTUoOg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxKaTUoOg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxKaTUoOg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxKaTUoOg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxKaTUoOg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxKaTUoOg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxKaTUoOg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxKaTUoOg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxKaTUoOg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxKaTUoOg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxKaTUoOg .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxKaTUoOg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxKaTUoOg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxKaTUoOg .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxKaTUoOg .modal-header .close:focus {
  outline: none;
}
.cid-sAxKaTUoOg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxKaTUoOg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxKaTUoOg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxKaTUoOg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxKaTUoOg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxKaTUoOg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxKaTUoOg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxKaTUoOg .modal-sm {
    max-width: 300px;
  }
  .cid-sAxKaTUoOg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxKaTUoOg .modal-lg,
  .cid-sAxKaTUoOg .modal-xl {
    max-width: 800px;
  }
  .cid-sAxKaTUoOg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxKaTUoOg .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxKaTUoOg .container {
    max-width: 1140px;
  }
}
.cid-sAxKaTUoOg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxKaTUoOg .container {
    max-width: 720px;
  }
}
.cid-sAxKaTUoOg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxKaTUoOg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxKaTUoOg .form-group {
  margin-bottom: 1rem;
}
.cid-sAxKaTUoOg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxKaTUoOg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxKaTUoOg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxL4dci4w.popup-builder {
  background-color: #ffffff;
}
.cid-sAxL4dci4w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxL4dci4w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxL4dci4w .modal-content,
.cid-sAxL4dci4w .modal-dialog {
  height: auto;
}
.cid-sAxL4dci4w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxL4dci4w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxL4dci4w .form-wrapper .mbr-form .form-group,
  .cid-sAxL4dci4w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxL4dci4w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxL4dci4w .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxL4dci4w .mbr-text {
  text-align: left;
}
.cid-sAxL4dci4w .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxL4dci4w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxL4dci4w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxL4dci4w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxL4dci4w .modal-open {
  overflow: hidden;
}
.cid-sAxL4dci4w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxL4dci4w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxL4dci4w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxL4dci4w .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxL4dci4w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxL4dci4w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxL4dci4w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxL4dci4w .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxL4dci4w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxL4dci4w .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxL4dci4w .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxL4dci4w .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxL4dci4w .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxL4dci4w .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxL4dci4w .modal-header .close:focus {
  outline: none;
}
.cid-sAxL4dci4w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxL4dci4w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxL4dci4w .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxL4dci4w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxL4dci4w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxL4dci4w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxL4dci4w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxL4dci4w .modal-sm {
    max-width: 300px;
  }
  .cid-sAxL4dci4w .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxL4dci4w .modal-lg,
  .cid-sAxL4dci4w .modal-xl {
    max-width: 800px;
  }
  .cid-sAxL4dci4w .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxL4dci4w .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxL4dci4w .container {
    max-width: 1140px;
  }
}
.cid-sAxL4dci4w .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxL4dci4w .container {
    max-width: 720px;
  }
}
.cid-sAxL4dci4w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxL4dci4w .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxL4dci4w .form-group {
  margin-bottom: 1rem;
}
.cid-sAxL4dci4w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxL4dci4w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxL4dci4w .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxLwVkWf7.popup-builder {
  background-color: #ffffff;
}
.cid-sAxLwVkWf7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxLwVkWf7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxLwVkWf7 .modal-content,
.cid-sAxLwVkWf7 .modal-dialog {
  height: auto;
}
.cid-sAxLwVkWf7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxLwVkWf7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxLwVkWf7 .form-wrapper .mbr-form .form-group,
  .cid-sAxLwVkWf7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxLwVkWf7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxLwVkWf7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxLwVkWf7 .mbr-text {
  text-align: left;
}
.cid-sAxLwVkWf7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxLwVkWf7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxLwVkWf7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxLwVkWf7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxLwVkWf7 .modal-open {
  overflow: hidden;
}
.cid-sAxLwVkWf7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxLwVkWf7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxLwVkWf7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxLwVkWf7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxLwVkWf7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxLwVkWf7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxLwVkWf7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxLwVkWf7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxLwVkWf7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxLwVkWf7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxLwVkWf7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxLwVkWf7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxLwVkWf7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxLwVkWf7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxLwVkWf7 .modal-header .close:focus {
  outline: none;
}
.cid-sAxLwVkWf7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxLwVkWf7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxLwVkWf7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxLwVkWf7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxLwVkWf7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxLwVkWf7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxLwVkWf7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxLwVkWf7 .modal-sm {
    max-width: 300px;
  }
  .cid-sAxLwVkWf7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxLwVkWf7 .modal-lg,
  .cid-sAxLwVkWf7 .modal-xl {
    max-width: 800px;
  }
  .cid-sAxLwVkWf7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxLwVkWf7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxLwVkWf7 .container {
    max-width: 1140px;
  }
}
.cid-sAxLwVkWf7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxLwVkWf7 .container {
    max-width: 720px;
  }
}
.cid-sAxLwVkWf7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxLwVkWf7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxLwVkWf7 .form-group {
  margin-bottom: 1rem;
}
.cid-sAxLwVkWf7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxLwVkWf7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxLwVkWf7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxOUefBkL.popup-builder {
  background-color: #ffffff;
}
.cid-sAxOUefBkL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxOUefBkL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxOUefBkL .modal-content,
.cid-sAxOUefBkL .modal-dialog {
  height: auto;
}
.cid-sAxOUefBkL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxOUefBkL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxOUefBkL .form-wrapper .mbr-form .form-group,
  .cid-sAxOUefBkL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxOUefBkL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxOUefBkL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxOUefBkL .mbr-text {
  text-align: left;
}
.cid-sAxOUefBkL .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxOUefBkL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxOUefBkL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxOUefBkL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxOUefBkL .modal-open {
  overflow: hidden;
}
.cid-sAxOUefBkL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxOUefBkL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxOUefBkL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxOUefBkL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxOUefBkL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxOUefBkL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxOUefBkL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxOUefBkL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxOUefBkL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxOUefBkL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxOUefBkL .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxOUefBkL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxOUefBkL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxOUefBkL .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxOUefBkL .modal-header .close:focus {
  outline: none;
}
.cid-sAxOUefBkL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxOUefBkL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxOUefBkL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxOUefBkL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxOUefBkL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxOUefBkL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxOUefBkL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxOUefBkL .modal-sm {
    max-width: 300px;
  }
  .cid-sAxOUefBkL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxOUefBkL .modal-lg,
  .cid-sAxOUefBkL .modal-xl {
    max-width: 800px;
  }
  .cid-sAxOUefBkL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxOUefBkL .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxOUefBkL .container {
    max-width: 1140px;
  }
}
.cid-sAxOUefBkL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxOUefBkL .container {
    max-width: 720px;
  }
}
.cid-sAxOUefBkL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxOUefBkL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxOUefBkL .form-group {
  margin-bottom: 1rem;
}
.cid-sAxOUefBkL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxOUefBkL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxOUefBkL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxPX3n3U9.popup-builder {
  background-color: #ffffff;
}
.cid-sAxPX3n3U9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxPX3n3U9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxPX3n3U9 .modal-content,
.cid-sAxPX3n3U9 .modal-dialog {
  height: auto;
}
.cid-sAxPX3n3U9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxPX3n3U9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxPX3n3U9 .form-wrapper .mbr-form .form-group,
  .cid-sAxPX3n3U9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxPX3n3U9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxPX3n3U9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxPX3n3U9 .mbr-text {
  text-align: left;
}
.cid-sAxPX3n3U9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxPX3n3U9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxPX3n3U9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxPX3n3U9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxPX3n3U9 .modal-open {
  overflow: hidden;
}
.cid-sAxPX3n3U9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxPX3n3U9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxPX3n3U9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxPX3n3U9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxPX3n3U9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxPX3n3U9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxPX3n3U9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxPX3n3U9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxPX3n3U9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxPX3n3U9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxPX3n3U9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxPX3n3U9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxPX3n3U9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxPX3n3U9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxPX3n3U9 .modal-header .close:focus {
  outline: none;
}
.cid-sAxPX3n3U9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxPX3n3U9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxPX3n3U9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxPX3n3U9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxPX3n3U9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxPX3n3U9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxPX3n3U9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxPX3n3U9 .modal-sm {
    max-width: 300px;
  }
  .cid-sAxPX3n3U9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxPX3n3U9 .modal-lg,
  .cid-sAxPX3n3U9 .modal-xl {
    max-width: 800px;
  }
  .cid-sAxPX3n3U9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxPX3n3U9 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxPX3n3U9 .container {
    max-width: 1140px;
  }
}
.cid-sAxPX3n3U9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxPX3n3U9 .container {
    max-width: 720px;
  }
}
.cid-sAxPX3n3U9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxPX3n3U9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxPX3n3U9 .form-group {
  margin-bottom: 1rem;
}
.cid-sAxPX3n3U9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxPX3n3U9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxPX3n3U9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxQmTQMrB.popup-builder {
  background-color: #ffffff;
}
.cid-sAxQmTQMrB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxQmTQMrB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxQmTQMrB .modal-content,
.cid-sAxQmTQMrB .modal-dialog {
  height: auto;
}
.cid-sAxQmTQMrB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxQmTQMrB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxQmTQMrB .form-wrapper .mbr-form .form-group,
  .cid-sAxQmTQMrB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxQmTQMrB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxQmTQMrB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxQmTQMrB .mbr-text {
  text-align: left;
}
.cid-sAxQmTQMrB .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxQmTQMrB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxQmTQMrB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxQmTQMrB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxQmTQMrB .modal-open {
  overflow: hidden;
}
.cid-sAxQmTQMrB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxQmTQMrB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxQmTQMrB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxQmTQMrB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxQmTQMrB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxQmTQMrB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxQmTQMrB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxQmTQMrB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxQmTQMrB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxQmTQMrB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxQmTQMrB .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxQmTQMrB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxQmTQMrB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxQmTQMrB .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxQmTQMrB .modal-header .close:focus {
  outline: none;
}
.cid-sAxQmTQMrB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxQmTQMrB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxQmTQMrB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxQmTQMrB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxQmTQMrB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxQmTQMrB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxQmTQMrB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxQmTQMrB .modal-sm {
    max-width: 300px;
  }
  .cid-sAxQmTQMrB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxQmTQMrB .modal-lg,
  .cid-sAxQmTQMrB .modal-xl {
    max-width: 800px;
  }
  .cid-sAxQmTQMrB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxQmTQMrB .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxQmTQMrB .container {
    max-width: 1140px;
  }
}
.cid-sAxQmTQMrB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxQmTQMrB .container {
    max-width: 720px;
  }
}
.cid-sAxQmTQMrB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxQmTQMrB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxQmTQMrB .form-group {
  margin-bottom: 1rem;
}
.cid-sAxQmTQMrB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxQmTQMrB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxQmTQMrB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxWKAjK7Q.popup-builder {
  background-color: #ffffff;
}
.cid-sAxWKAjK7Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxWKAjK7Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxWKAjK7Q .modal-content,
.cid-sAxWKAjK7Q .modal-dialog {
  height: auto;
}
.cid-sAxWKAjK7Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxWKAjK7Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxWKAjK7Q .form-wrapper .mbr-form .form-group,
  .cid-sAxWKAjK7Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxWKAjK7Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxWKAjK7Q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxWKAjK7Q .mbr-text {
  text-align: left;
}
.cid-sAxWKAjK7Q .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxWKAjK7Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxWKAjK7Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxWKAjK7Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxWKAjK7Q .modal-open {
  overflow: hidden;
}
.cid-sAxWKAjK7Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxWKAjK7Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxWKAjK7Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxWKAjK7Q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxWKAjK7Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxWKAjK7Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxWKAjK7Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxWKAjK7Q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxWKAjK7Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxWKAjK7Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxWKAjK7Q .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxWKAjK7Q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxWKAjK7Q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxWKAjK7Q .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxWKAjK7Q .modal-header .close:focus {
  outline: none;
}
.cid-sAxWKAjK7Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxWKAjK7Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxWKAjK7Q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxWKAjK7Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxWKAjK7Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxWKAjK7Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxWKAjK7Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxWKAjK7Q .modal-sm {
    max-width: 300px;
  }
  .cid-sAxWKAjK7Q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxWKAjK7Q .modal-lg,
  .cid-sAxWKAjK7Q .modal-xl {
    max-width: 800px;
  }
  .cid-sAxWKAjK7Q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxWKAjK7Q .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxWKAjK7Q .container {
    max-width: 1140px;
  }
}
.cid-sAxWKAjK7Q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxWKAjK7Q .container {
    max-width: 720px;
  }
}
.cid-sAxWKAjK7Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxWKAjK7Q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxWKAjK7Q .form-group {
  margin-bottom: 1rem;
}
.cid-sAxWKAjK7Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxWKAjK7Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxWKAjK7Q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxXo9bEYo.popup-builder {
  background-color: #ffffff;
}
.cid-sAxXo9bEYo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxXo9bEYo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxXo9bEYo .modal-content,
.cid-sAxXo9bEYo .modal-dialog {
  height: auto;
}
.cid-sAxXo9bEYo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxXo9bEYo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxXo9bEYo .form-wrapper .mbr-form .form-group,
  .cid-sAxXo9bEYo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxXo9bEYo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxXo9bEYo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxXo9bEYo .mbr-text {
  text-align: left;
}
.cid-sAxXo9bEYo .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxXo9bEYo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxXo9bEYo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxXo9bEYo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxXo9bEYo .modal-open {
  overflow: hidden;
}
.cid-sAxXo9bEYo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxXo9bEYo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxXo9bEYo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxXo9bEYo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxXo9bEYo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxXo9bEYo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxXo9bEYo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxXo9bEYo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxXo9bEYo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxXo9bEYo .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxXo9bEYo .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxXo9bEYo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxXo9bEYo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxXo9bEYo .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxXo9bEYo .modal-header .close:focus {
  outline: none;
}
.cid-sAxXo9bEYo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxXo9bEYo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxXo9bEYo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxXo9bEYo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxXo9bEYo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxXo9bEYo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxXo9bEYo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxXo9bEYo .modal-sm {
    max-width: 300px;
  }
  .cid-sAxXo9bEYo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxXo9bEYo .modal-lg,
  .cid-sAxXo9bEYo .modal-xl {
    max-width: 800px;
  }
  .cid-sAxXo9bEYo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxXo9bEYo .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxXo9bEYo .container {
    max-width: 1140px;
  }
}
.cid-sAxXo9bEYo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxXo9bEYo .container {
    max-width: 720px;
  }
}
.cid-sAxXo9bEYo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxXo9bEYo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxXo9bEYo .form-group {
  margin-bottom: 1rem;
}
.cid-sAxXo9bEYo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxXo9bEYo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxXo9bEYo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAxYsggTd9.popup-builder {
  background-color: #ffffff;
}
.cid-sAxYsggTd9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sAxYsggTd9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sAxYsggTd9 .modal-content,
.cid-sAxYsggTd9 .modal-dialog {
  height: auto;
}
.cid-sAxYsggTd9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sAxYsggTd9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sAxYsggTd9 .form-wrapper .mbr-form .form-group,
  .cid-sAxYsggTd9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sAxYsggTd9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sAxYsggTd9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAxYsggTd9 .mbr-text {
  text-align: left;
}
.cid-sAxYsggTd9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sAxYsggTd9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sAxYsggTd9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sAxYsggTd9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sAxYsggTd9 .modal-open {
  overflow: hidden;
}
.cid-sAxYsggTd9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sAxYsggTd9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sAxYsggTd9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sAxYsggTd9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sAxYsggTd9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sAxYsggTd9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sAxYsggTd9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sAxYsggTd9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sAxYsggTd9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sAxYsggTd9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sAxYsggTd9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sAxYsggTd9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sAxYsggTd9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sAxYsggTd9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sAxYsggTd9 .modal-header .close:focus {
  outline: none;
}
.cid-sAxYsggTd9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sAxYsggTd9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sAxYsggTd9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sAxYsggTd9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sAxYsggTd9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sAxYsggTd9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sAxYsggTd9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sAxYsggTd9 .modal-sm {
    max-width: 300px;
  }
  .cid-sAxYsggTd9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sAxYsggTd9 .modal-lg,
  .cid-sAxYsggTd9 .modal-xl {
    max-width: 800px;
  }
  .cid-sAxYsggTd9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sAxYsggTd9 .modal-xl {
    max-width: 1140px;
  }
  .cid-sAxYsggTd9 .container {
    max-width: 1140px;
  }
}
.cid-sAxYsggTd9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sAxYsggTd9 .container {
    max-width: 720px;
  }
}
.cid-sAxYsggTd9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sAxYsggTd9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sAxYsggTd9 .form-group {
  margin-bottom: 1rem;
}
.cid-sAxYsggTd9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sAxYsggTd9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sAxYsggTd9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sAydea6MZ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydea6MZ8 .content {
    text-align: center;
  }
  .cid-sAydea6MZ8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydea6MZ8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydea6MZ8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydea6MZ8 .media-wrap img {
  height: 6rem;
}
.cid-sAydea6MZ8 .mbr-text {
  color: #8d97ad;
}
.cid-sAydea6MZ8 .p-title {
  font-size: 17px;
}
.cid-sAydea6MZ8 .p-title span {
  color: #111111;
}
.cid-sAydea6MZ8 .title-card {
  font-size: 1.3rem;
}
.cid-sAydea6MZ8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydea6MZ8 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydea6MZ8 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydea6MZ8 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydea6MZ8 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydea6MZ8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydea6MZ8 .copyright img {
  margin-right: 10px;
}
.cid-sAydea6MZ8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydea6MZ8 .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydea6MZ8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydea6MZ8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydea6MZ8 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydea6MZ8 SPAN {
  color: #4f6466;
}
.cid-snrWDnVY0u .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-snrWDnVY0u .collapsed {
  flex-direction: row !important;
}
.cid-snrWDnVY0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snrWDnVY0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snrWDnVY0u .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snrWDnVY0u .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-snrWDnVY0u .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-snrWDnVY0u .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snrWDnVY0u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snrWDnVY0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snrWDnVY0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snrWDnVY0u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snrWDnVY0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snrWDnVY0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snrWDnVY0u .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-snrWDnVY0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snrWDnVY0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snrWDnVY0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snrWDnVY0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snrWDnVY0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snrWDnVY0u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snrWDnVY0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snrWDnVY0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snrWDnVY0u .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-snrWDnVY0u .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snrWDnVY0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snrWDnVY0u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snrWDnVY0u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snrWDnVY0u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snrWDnVY0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snrWDnVY0u .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-snrWDnVY0u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snrWDnVY0u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snrWDnVY0u .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snrWDnVY0u .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snrWDnVY0u .nav-item:focus,
.cid-snrWDnVY0u .nav-link:focus {
  outline: none;
}
.cid-snrWDnVY0u .text-white:hover,
.cid-snrWDnVY0u .text-white:active,
.cid-snrWDnVY0u .text-white:focus {
  color: white !important;
}
.cid-snrWDnVY0u .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snrWDnVY0u .dropdown-item:hover {
  color: black !important;
}
.cid-snrWDnVY0u .dropdown-menu {
  background-color: white !important;
}
.cid-snrWDnVY0u .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-snrWDnVY0u .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snrWDnVY0u .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snrWDnVY0u .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snrWDnVY0u .nav-item {
    position: relative;
  }
}
.cid-snrWDnVY0u .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-snrWDnVY0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snrWDnVY0u .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snrWDnVY0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snrWDnVY0u .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-snrWDnVY0u .navbar-caption {
  font-weight: 600 !important;
}
.cid-snrWDnVY0u .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-snrWDnVY0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snrWDnVY0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snrWDnVY0u .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snrWDnVY0u .dropdown-item.active,
.cid-snrWDnVY0u .dropdown-item:active {
  background-color: transparent;
}
.cid-snrWDnVY0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snrWDnVY0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snrWDnVY0u .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snrWDnVY0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-snrWDnVY0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snrWDnVY0u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snrWDnVY0u .navbar-buttons {
  text-align: center;
}
.cid-snrWDnVY0u 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-snrWDnVY0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-snrWDnVY0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snrWDnVY0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snrWDnVY0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snrWDnVY0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snrWDnVY0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snrWDnVY0u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snrWDnVY0u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snrWDnVY0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snrWDnVY0u .nav-link {
  font-weight: 600 !important;
}
.cid-snrWDnVY0u a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snrWDnVY0u .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snrWDnVY0u .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-snrWDnVY0u .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snrWDnVY0u .navbar {
    height: 77px;
  }
  .cid-snrWDnVY0u .navbar.opened {
    height: auto;
  }
  .cid-snrWDnVY0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snrWDqbPXP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-snrWDqbPXP h1 {
  color: #616161;
}
.cid-snrWDqbPXP h2,
.cid-snrWDqbPXP h3,
.cid-snrWDqbPXP p {
  color: #767676;
}
.cid-snrWDqbPXP .mbr-section-subtitle {
  font-style: italic;
}
.cid-snrWDqbPXP H1 {
  color: #ffffff;
}
.cid-snrWDqbPXP H3 {
  color: #ffffff;
}
.cid-snrWDqbPXP .mbr-text,
.cid-snrWDqbPXP .mbr-section-btn {
  color: #ffffff;
}
.cid-snrWDqJ7AG {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snrWDqJ7AG .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-snrWDqJ7AG H2 {
  text-align: left;
}
.cid-snrWDr6BQK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-snrZafyHOZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snrZafyHOZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-snrZafyHOZ p {
  color: #767676;
  text-align: left;
}
.cid-snrZafyHOZ .card-box {
  padding-top: 2rem;
}
.cid-snrZafyHOZ .card-wrapper {
  height: 100%;
}
.cid-snrZafyHOZ .card-title {
  color: #22c7b8;
}
.cid-snrWDtXYmJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-snrWDtXYmJ H2 {
  color: #ffffff;
}
.cid-snrWDtXYmJ .mbr-text,
.cid-snrWDtXYmJ .mbr-section-btn {
  color: #232323;
}
.cid-sns478ZdyT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sns478ZdyT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sns478ZdyT p {
  color: #767676;
  text-align: left;
}
.cid-sns478ZdyT .card-box {
  padding-top: 2rem;
}
.cid-sns478ZdyT .card-wrapper {
  height: 100%;
}
.cid-sns478ZdyT .card-title {
  color: #22c7b8;
}
.cid-sylG4QLn3t {
  background-image: url("../../../assets/images/captura-de-pantalla-2021-05-24-a-las-11.59.42-2000x891.png");
}
.cid-sylG4QLn3t .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sylG4QLn3t .text-content .btn-bgr {
  z-index: 0;
}
.cid-sylG4QLn3t .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sylG4QLn3t .container-full-width {
  position: relative;
}
.cid-sylG4QLn3t .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sylG4QLn3t .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sylG4QLn3t .layer path {
  fill: #efefef;
}
@media (min-width: 576px) {
  .cid-sylG4QLn3t .text-content {
    width: 540px;
  }
  .cid-sylG4QLn3t .column-content {
    width: 100%;
  }
  .cid-sylG4QLn3t .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sylG4QLn3t .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sylG4QLn3t .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sylG4QLn3t .column-content {
    width: 50%;
  }
  .cid-sylG4QLn3t .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sylG4QLn3t .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sylG4QLn3t .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sylG4QLn3t .column-content {
    height: 33rem;
  }
}
.cid-sylG4QLn3t .mbr-text,
.cid-sylG4QLn3t .mbr-section-btn {
  color: #767676;
}
.cid-sns4dVSrNI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sns4lBrLlm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sns4lBrLlm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sns4lBrLlm p {
  color: #767676;
  text-align: left;
}
.cid-sns4lBrLlm .card-box {
  padding-top: 2rem;
}
.cid-sns4lBrLlm .card-wrapper {
  height: 100%;
}
.cid-sns4lBrLlm .card-title {
  color: #22c7b8;
}
.cid-sns4py2ePs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sns4s98tKK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sns4s98tKK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sns4s98tKK p {
  color: #767676;
  text-align: left;
}
.cid-sns4s98tKK .card-box {
  padding-top: 2rem;
}
.cid-sns4s98tKK .card-wrapper {
  height: 100%;
}
.cid-sns4s98tKK .card-title {
  color: #22c7b8;
}
.cid-sns4sRlnCI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sns4sRlnCI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sns4sRlnCI p {
  color: #767676;
  text-align: left;
}
.cid-sns4sRlnCI .card-box {
  padding-top: 2rem;
}
.cid-sns4sRlnCI .card-wrapper {
  height: 100%;
}
.cid-sns4sRlnCI .card-title {
  color: #22c7b8;
}
.cid-sns4ttKixv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sns4u3k6kq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sns4u3k6kq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sns4u3k6kq p {
  color: #767676;
  text-align: left;
}
.cid-sns4u3k6kq .card-box {
  padding-top: 2rem;
}
.cid-sns4u3k6kq .card-wrapper {
  height: 100%;
}
.cid-sns4u3k6kq .card-title {
  color: #22c7b8;
}
.cid-sAydBwQnSo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydBwQnSo .content {
    text-align: center;
  }
  .cid-sAydBwQnSo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydBwQnSo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydBwQnSo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydBwQnSo .media-wrap img {
  height: 6rem;
}
.cid-sAydBwQnSo .mbr-text {
  color: #8d97ad;
}
.cid-sAydBwQnSo .p-title {
  font-size: 17px;
}
.cid-sAydBwQnSo .p-title span {
  color: #111111;
}
.cid-sAydBwQnSo .title-card {
  font-size: 1.3rem;
}
.cid-sAydBwQnSo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydBwQnSo .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydBwQnSo .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydBwQnSo .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydBwQnSo .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydBwQnSo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydBwQnSo .copyright img {
  margin-right: 10px;
}
.cid-sAydBwQnSo .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydBwQnSo .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydBwQnSo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydBwQnSo .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydBwQnSo .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydBwQnSo SPAN {
  color: #4f6466;
}
.cid-snuVsZO0tB .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-snuVsZO0tB .collapsed {
  flex-direction: row !important;
}
.cid-snuVsZO0tB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snuVsZO0tB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snuVsZO0tB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snuVsZO0tB .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-snuVsZO0tB .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-snuVsZO0tB .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snuVsZO0tB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snuVsZO0tB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snuVsZO0tB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-snuVsZO0tB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snuVsZO0tB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snuVsZO0tB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snuVsZO0tB .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-snuVsZO0tB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snuVsZO0tB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snuVsZO0tB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snuVsZO0tB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snuVsZO0tB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snuVsZO0tB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snuVsZO0tB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snuVsZO0tB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snuVsZO0tB .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-snuVsZO0tB .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snuVsZO0tB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snuVsZO0tB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snuVsZO0tB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snuVsZO0tB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snuVsZO0tB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snuVsZO0tB .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-snuVsZO0tB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snuVsZO0tB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snuVsZO0tB .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snuVsZO0tB .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-snuVsZO0tB .nav-item:focus,
.cid-snuVsZO0tB .nav-link:focus {
  outline: none;
}
.cid-snuVsZO0tB .text-white:hover,
.cid-snuVsZO0tB .text-white:active,
.cid-snuVsZO0tB .text-white:focus {
  color: white !important;
}
.cid-snuVsZO0tB .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-snuVsZO0tB .dropdown-item:hover {
  color: black !important;
}
.cid-snuVsZO0tB .dropdown-menu {
  background-color: white !important;
}
.cid-snuVsZO0tB .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-snuVsZO0tB .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-snuVsZO0tB .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-snuVsZO0tB .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-snuVsZO0tB .nav-item {
    position: relative;
  }
}
.cid-snuVsZO0tB .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-snuVsZO0tB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snuVsZO0tB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-snuVsZO0tB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snuVsZO0tB .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-snuVsZO0tB .navbar-caption {
  font-weight: 600 !important;
}
.cid-snuVsZO0tB .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-snuVsZO0tB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snuVsZO0tB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snuVsZO0tB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snuVsZO0tB .dropdown-item.active,
.cid-snuVsZO0tB .dropdown-item:active {
  background-color: transparent;
}
.cid-snuVsZO0tB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snuVsZO0tB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snuVsZO0tB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snuVsZO0tB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-snuVsZO0tB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snuVsZO0tB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snuVsZO0tB .navbar-buttons {
  text-align: center;
}
.cid-snuVsZO0tB 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-snuVsZO0tB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-snuVsZO0tB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snuVsZO0tB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuVsZO0tB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuVsZO0tB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snuVsZO0tB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuVsZO0tB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snuVsZO0tB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snuVsZO0tB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuVsZO0tB .nav-link {
  font-weight: 600 !important;
}
.cid-snuVsZO0tB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snuVsZO0tB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snuVsZO0tB .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-snuVsZO0tB .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snuVsZO0tB .navbar {
    height: 77px;
  }
  .cid-snuVsZO0tB .navbar.opened {
    height: auto;
  }
  .cid-snuVsZO0tB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snuVt0Cywb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1271.jpg");
}
.cid-snuVt0Cywb h1 {
  color: #616161;
}
.cid-snuVt0Cywb h2,
.cid-snuVt0Cywb h3,
.cid-snuVt0Cywb p {
  color: #767676;
}
.cid-snuVt0Cywb .mbr-section-subtitle {
  font-style: italic;
}
.cid-snuVt0Cywb H1 {
  color: #ffffff;
}
.cid-snuVt0Cywb H3 {
  color: #ffffff;
}
.cid-snuVt0Cywb .mbr-text,
.cid-snuVt0Cywb .mbr-section-btn {
  color: #ffffff;
}
.cid-snuVt11yrC {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snuVt11yrC .line {
  background-color: #22c7b8;
  color: #22c7b8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-snuVt11yrC .section-text {
  padding: 2rem 0;
}
.cid-snuVt11yrC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-snuVt11yrC .inner-container {
    width: 100% !important;
  }
}
.cid-snuVNpwKWX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snuVNpwKWX .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-snuVNpwKWX .icon2 {
  color: #ffffff;
}
.cid-snuVNpwKWX .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-snuVNpwKWX p {
  font-weight: 400;
}
.cid-snuVNpwKWX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-snuVNpwKWX .line2 {
  background: #ffffff;
}
.cid-snuVNpwKWX .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #4f6466;
}
.cid-snuVNpwKWX .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-snuVNpwKWX .card2 {
  background: #22c7b8;
}
.cid-snuVNpwKWX .card-title,
.cid-snuVNpwKWX .card-ico,
.cid-snuVNpwKWX .line-wrap {
  text-align: center;
}
.cid-snuVNpwKWX .mbr-text,
.cid-snuVNpwKWX .card-link {
  text-align: center;
}
.cid-snuVWo0F77 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-snuVWo0F77 h2,
.cid-snuVWo0F77 h3,
.cid-snuVWo0F77 h4,
.cid-snuVWo0F77 p {
  color: #ffffff;
}
.cid-snuVWo0F77 .mbr-overlay {
  z-index: -1;
}
.cid-snuVWo0F77 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-snuVWo0F77 .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-snuVWo0F77 .form-control:focus,
.cid-snuVWo0F77 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-snuVWo0F77 .form-group {
  margin-bottom: 1rem;
}
.cid-snuVWo0F77 input::-webkit-input-placeholder,
.cid-snuVWo0F77 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-snuVWo0F77 input:-moz-placeholder,
.cid-snuVWo0F77 textarea:-moz-placeholder {
  color: #656565;
}
.cid-snuVWo0F77 .jq-selectbox li,
.cid-snuVWo0F77 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-snuVWo0F77 .jq-selectbox li:hover,
.cid-snuVWo0F77 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-snuVWo0F77 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-snuVWo0F77 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-snuVWo0F77 .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-snuVWo0F77 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snuVWo0F77 .mbr-text {
  color: #767676;
}
.cid-snuVWo0F77 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-snuVWo0F77 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-snuVWo0F77 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-snuVWo0F77 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-snuVWo0F77 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-snuVWo0F77 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-snuVWo0F77 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-snuVWo0F77 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-snuVWo0F77 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-snuVWo0F77 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-snuVWo0F77 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-snuVWo0F77 .block-content {
    padding: 0;
  }
  .cid-snuVWo0F77 .form-block {
    padding: 1rem;
  }
}
.cid-snuWjbS5o0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #f4f8fa, #f4f8fa);
}
.cid-snuWjbS5o0 .mbr-iconfont-social {
  font-size: 32px;
  color: #22c7b8;
}
.cid-snuWjbS5o0 .social-list a:focus {
  text-decoration: none;
}
.cid-snuVt1FGOE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-snuVt1FGOE H1 {
  color: #232323;
}
.cid-snuVt1FGOE .mbr-text,
.cid-snuVt1FGOE .mbr-section-btn {
  color: #767676;
}
.cid-snuVt1FGOE .img-box {
  position: relative;
}
.cid-snuVt1FGOE .card-ico span {
  font-size: 96px;
  color: #e61259;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-snuVt1FGOE .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-snuVt1FGOE .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-snuVt1FGOE .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-snuVt1FGOE .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-snuVt1FGOE .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-snuVt1FGOE img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
}
@media (max-width: 992px) {
  .cid-snuVt1FGOE .img-box {
    height: 500px;
  }
  .cid-snuVt1FGOE .img1 {
    left: 1rem;
  }
  .cid-snuVt1FGOE .img2 {
    right: 1rem;
  }
  .cid-snuVt1FGOE img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-snuVt1FGOE img {
    width: 60%;
  }
  .cid-snuVt1FGOE .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-snuVt1FGOE .author-box {
    justify-content: center;
  }
  .cid-snuVt1FGOE .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-snuVt1FGOE .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-snuVt1FGOE .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-snuVt1FGOE .card-ico span {
    margin-right: 0rem;
  }
}
.cid-snuVt1FGOE .author-box {
  display: flex;
  flex-direction: row;
}
.cid-snuVt1FGOE .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-snuVt1FGOE .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-snuVt1FGOE h3,
.cid-snuVt1FGOE h4 {
  margin: 0;
  padding: 0;
}
.cid-snuVt1FGOE .card-title,
.cid-snuVt1FGOE .mbr-section-subtitle {
  color: #232323;
}
.cid-sAyet1KLZG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAyet1KLZG .content {
    text-align: center;
  }
  .cid-sAyet1KLZG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAyet1KLZG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAyet1KLZG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAyet1KLZG .media-wrap img {
  height: 6rem;
}
.cid-sAyet1KLZG .mbr-text {
  color: #8d97ad;
}
.cid-sAyet1KLZG .p-title {
  font-size: 17px;
}
.cid-sAyet1KLZG .p-title span {
  color: #111111;
}
.cid-sAyet1KLZG .title-card {
  font-size: 1.3rem;
}
.cid-sAyet1KLZG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAyet1KLZG .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAyet1KLZG .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAyet1KLZG .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAyet1KLZG .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAyet1KLZG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAyet1KLZG .copyright img {
  margin-right: 10px;
}
.cid-sAyet1KLZG .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAyet1KLZG .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAyet1KLZG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAyet1KLZG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAyet1KLZG .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAyet1KLZG SPAN {
  color: #4f6466;
}
.cid-sxImWcUNkW .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxImWcUNkW .collapsed {
  flex-direction: row !important;
}
.cid-sxImWcUNkW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxImWcUNkW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxImWcUNkW .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxImWcUNkW .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxImWcUNkW .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxImWcUNkW .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxImWcUNkW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxImWcUNkW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxImWcUNkW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxImWcUNkW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxImWcUNkW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxImWcUNkW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxImWcUNkW .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-sxImWcUNkW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxImWcUNkW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxImWcUNkW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxImWcUNkW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxImWcUNkW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxImWcUNkW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxImWcUNkW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxImWcUNkW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxImWcUNkW .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-sxImWcUNkW .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxImWcUNkW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxImWcUNkW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxImWcUNkW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxImWcUNkW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxImWcUNkW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxImWcUNkW .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxImWcUNkW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxImWcUNkW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxImWcUNkW .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxImWcUNkW .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxImWcUNkW .nav-item:focus,
.cid-sxImWcUNkW .nav-link:focus {
  outline: none;
}
.cid-sxImWcUNkW .text-white:hover,
.cid-sxImWcUNkW .text-white:active,
.cid-sxImWcUNkW .text-white:focus {
  color: white !important;
}
.cid-sxImWcUNkW .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxImWcUNkW .dropdown-item:hover {
  color: black !important;
}
.cid-sxImWcUNkW .dropdown-menu {
  background-color: white !important;
}
.cid-sxImWcUNkW .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxImWcUNkW .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxImWcUNkW .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxImWcUNkW .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxImWcUNkW .nav-item {
    position: relative;
  }
}
.cid-sxImWcUNkW .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-sxImWcUNkW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxImWcUNkW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxImWcUNkW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxImWcUNkW .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-sxImWcUNkW .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxImWcUNkW .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-sxImWcUNkW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxImWcUNkW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxImWcUNkW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxImWcUNkW .dropdown-item.active,
.cid-sxImWcUNkW .dropdown-item:active {
  background-color: transparent;
}
.cid-sxImWcUNkW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxImWcUNkW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxImWcUNkW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxImWcUNkW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxImWcUNkW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxImWcUNkW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxImWcUNkW .navbar-buttons {
  text-align: center;
}
.cid-sxImWcUNkW 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-sxImWcUNkW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxImWcUNkW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxImWcUNkW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxImWcUNkW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxImWcUNkW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxImWcUNkW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxImWcUNkW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxImWcUNkW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxImWcUNkW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxImWcUNkW .nav-link {
  font-weight: 600 !important;
}
.cid-sxImWcUNkW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxImWcUNkW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxImWcUNkW .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-sxImWcUNkW .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxImWcUNkW .navbar {
    height: 77px;
  }
  .cid-sxImWcUNkW .navbar.opened {
    height: auto;
  }
  .cid-sxImWcUNkW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxImWdu98i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/young-woman-medical-health-care-researchers-working-in-life-science-laboratory-1200x801.jpg");
}
.cid-sxImWdu98i h1 {
  color: #616161;
}
.cid-sxImWdu98i h2,
.cid-sxImWdu98i h3,
.cid-sxImWdu98i p {
  color: #767676;
}
.cid-sxImWdu98i .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxImWdu98i H1 {
  color: #ffffff;
}
.cid-sxImWdu98i H3 {
  color: #ffffff;
}
.cid-sxImWdu98i .mbr-text,
.cid-sxImWdu98i .mbr-section-btn {
  color: #ffffff;
}
.cid-sxImWdVDGR {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxImWdVDGR .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxImWdVDGR H2 {
  text-align: left;
}
.cid-sxIoT1bvcW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sxIoT1bvcW .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-sxIoT1bvcW .mbr-author-name {
  font-weight: bold;
}
.cid-sxIoT1bvcW .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sxIoT1bvcW .mbr-figure,
  .cid-sxIoT1bvcW img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sxIoT1bvcW .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sxIpBo1fCY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxIpBo1fCY .counter-container {
  color: #767676;
}
.cid-sxIpBo1fCY .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sxIpBo1fCY .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sxIpBo1fCY .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sxIpBo1fCY .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: #1a9f93;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sAxyq46SWg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f6fffe;
  position: relative;
  overflow: hidden;
}
.cid-sAxyq46SWg svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sAxyq46SWg #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sAxyq46SWg img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
}
@media (max-width: 576px) {
  .cid-sAxyq46SWg img {
    width: 100%;
    left: 0;
  }
}
.cid-sAxyq46SWg H1 {
  color: #82786e;
}
.cid-sAxyq46SWg .mbr-text,
.cid-sAxyq46SWg .mbr-section-btn {
  color: #716c80;
}
.cid-sAydhLausc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydhLausc .content {
    text-align: center;
  }
  .cid-sAydhLausc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydhLausc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydhLausc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydhLausc .media-wrap img {
  height: 6rem;
}
.cid-sAydhLausc .mbr-text {
  color: #8d97ad;
}
.cid-sAydhLausc .p-title {
  font-size: 17px;
}
.cid-sAydhLausc .p-title span {
  color: #111111;
}
.cid-sAydhLausc .title-card {
  font-size: 1.3rem;
}
.cid-sAydhLausc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydhLausc .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydhLausc .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydhLausc .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydhLausc .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydhLausc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydhLausc .copyright img {
  margin-right: 10px;
}
.cid-sAydhLausc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydhLausc .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydhLausc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydhLausc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydhLausc .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydhLausc SPAN {
  color: #4f6466;
}
.cid-sxIu1Q6soe .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxIu1Q6soe .collapsed {
  flex-direction: row !important;
}
.cid-sxIu1Q6soe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxIu1Q6soe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxIu1Q6soe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxIu1Q6soe .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxIu1Q6soe .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxIu1Q6soe .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxIu1Q6soe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxIu1Q6soe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxIu1Q6soe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxIu1Q6soe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxIu1Q6soe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxIu1Q6soe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxIu1Q6soe .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-sxIu1Q6soe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxIu1Q6soe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxIu1Q6soe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxIu1Q6soe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxIu1Q6soe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxIu1Q6soe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxIu1Q6soe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxIu1Q6soe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxIu1Q6soe .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-sxIu1Q6soe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxIu1Q6soe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxIu1Q6soe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxIu1Q6soe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxIu1Q6soe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxIu1Q6soe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxIu1Q6soe .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxIu1Q6soe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxIu1Q6soe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxIu1Q6soe .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxIu1Q6soe .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxIu1Q6soe .nav-item:focus,
.cid-sxIu1Q6soe .nav-link:focus {
  outline: none;
}
.cid-sxIu1Q6soe .text-white:hover,
.cid-sxIu1Q6soe .text-white:active,
.cid-sxIu1Q6soe .text-white:focus {
  color: white !important;
}
.cid-sxIu1Q6soe .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxIu1Q6soe .dropdown-item:hover {
  color: black !important;
}
.cid-sxIu1Q6soe .dropdown-menu {
  background-color: white !important;
}
.cid-sxIu1Q6soe .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxIu1Q6soe .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxIu1Q6soe .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxIu1Q6soe .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxIu1Q6soe .nav-item {
    position: relative;
  }
}
.cid-sxIu1Q6soe .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-sxIu1Q6soe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxIu1Q6soe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxIu1Q6soe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxIu1Q6soe .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-sxIu1Q6soe .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxIu1Q6soe .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-sxIu1Q6soe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxIu1Q6soe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxIu1Q6soe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxIu1Q6soe .dropdown-item.active,
.cid-sxIu1Q6soe .dropdown-item:active {
  background-color: transparent;
}
.cid-sxIu1Q6soe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxIu1Q6soe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxIu1Q6soe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxIu1Q6soe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxIu1Q6soe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxIu1Q6soe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxIu1Q6soe .navbar-buttons {
  text-align: center;
}
.cid-sxIu1Q6soe 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-sxIu1Q6soe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxIu1Q6soe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxIu1Q6soe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxIu1Q6soe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxIu1Q6soe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxIu1Q6soe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxIu1Q6soe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxIu1Q6soe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxIu1Q6soe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxIu1Q6soe .nav-link {
  font-weight: 600 !important;
}
.cid-sxIu1Q6soe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxIu1Q6soe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxIu1Q6soe .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-sxIu1Q6soe .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxIu1Q6soe .navbar {
    height: 77px;
  }
  .cid-sxIu1Q6soe .navbar.opened {
    height: auto;
  }
  .cid-sxIu1Q6soe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxIu1QT6XB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-sxIu1QT6XB h1 {
  color: #616161;
}
.cid-sxIu1QT6XB h2,
.cid-sxIu1QT6XB h3,
.cid-sxIu1QT6XB p {
  color: #767676;
}
.cid-sxIu1QT6XB .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxIu1QT6XB H1 {
  color: #ffffff;
}
.cid-sxIu1QT6XB H3 {
  color: #ffffff;
}
.cid-sxIu1QT6XB .mbr-text,
.cid-sxIu1QT6XB .mbr-section-btn {
  color: #ffffff;
}
.cid-sxIu1RkiTJ {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxIu1RkiTJ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxIu1RkiTJ H2 {
  text-align: left;
}
.cid-sxIu1RRCJS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxIu1RRCJS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxIu1RRCJS p {
  color: #767676;
  text-align: left;
}
.cid-sxIu1RRCJS .card-box {
  padding-top: 2rem;
}
.cid-sxIu1RRCJS .card-wrapper {
  height: 100%;
}
.cid-sxIu1RRCJS .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-sxIu1SwIIN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxIu1SwIIN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxIu1SwIIN p {
  color: #767676;
  text-align: left;
}
.cid-sxIu1SwIIN .card-box {
  padding-top: 2rem;
}
.cid-sxIu1SwIIN .card-wrapper {
  height: 100%;
}
.cid-sxIu1SwIIN .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-sxIu1SwIIN P {
  text-align: center;
}
.cid-sxIu1TgS6t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxIu1TgS6t h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxIu1TgS6t p {
  color: #767676;
  text-align: left;
}
.cid-sxIu1TgS6t .card-box {
  padding-top: 2rem;
}
.cid-sxIu1TgS6t .card-wrapper {
  height: 100%;
}
.cid-sxIu1TgS6t .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-sxIu1TWyic {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxIu1TWyic h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxIu1TWyic p {
  color: #767676;
  text-align: left;
}
.cid-sxIu1TWyic .card-box {
  padding-top: 2rem;
}
.cid-sxIu1TWyic .card-wrapper {
  height: 100%;
}
.cid-sxIu1TWyic .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-sxIu1UkMaS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxIu1UkMaS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxIu1UkMaS p {
  color: #767676;
  text-align: left;
}
.cid-sxIu1UkMaS .card-box {
  padding-top: 2rem;
}
.cid-sxIu1UkMaS .card-wrapper {
  height: 100%;
}
.cid-sxIu1UkMaS .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-synJ3ALrIW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-synJ3ALrIW .container {
  max-width: 1500px;
}
.cid-synJ3ALrIW .row {
  background: #333333;
}
.cid-synJ3ALrIW .img-col {
  padding: 0;
}
.cid-synJ3ALrIW .title-col {
  padding: 4rem 8rem;
}
.cid-synJ3ALrIW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-synJ3ALrIW h2 {
  padding: 0;
  margin: 0;
}
.cid-synJ3ALrIW .text-wrap {
  margin: auto;
}
.cid-synJ3ALrIW .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-synJ3ALrIW .row {
    margin: 2rem;
  }
  .cid-synJ3ALrIW .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-synJ3ALrIW .row {
    margin: 0rem;
  }
  .cid-synJ3ALrIW .title-col {
    padding: 2rem 1rem;
  }
}
#custom-html-8m {
  /* Type valid CSS here */
}
#custom-html-8m div {
  padding: 0;
  color: #777;
  text-align: center;
  align: center;
}
#custom-html-8m p {
  font-size: 60px;
  color: #777;
}
.cid-sAydkGK6oe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydkGK6oe .content {
    text-align: center;
  }
  .cid-sAydkGK6oe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydkGK6oe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydkGK6oe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydkGK6oe .media-wrap img {
  height: 6rem;
}
.cid-sAydkGK6oe .mbr-text {
  color: #8d97ad;
}
.cid-sAydkGK6oe .p-title {
  font-size: 17px;
}
.cid-sAydkGK6oe .p-title span {
  color: #111111;
}
.cid-sAydkGK6oe .title-card {
  font-size: 1.3rem;
}
.cid-sAydkGK6oe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydkGK6oe .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydkGK6oe .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydkGK6oe .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydkGK6oe .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydkGK6oe .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydkGK6oe .copyright img {
  margin-right: 10px;
}
.cid-sAydkGK6oe .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydkGK6oe .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydkGK6oe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydkGK6oe .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydkGK6oe .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydkGK6oe SPAN {
  color: #4f6466;
}
.cid-sxSUth4TLG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxSUth4TLG .collapsed {
  flex-direction: row !important;
}
.cid-sxSUth4TLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxSUth4TLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxSUth4TLG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxSUth4TLG .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxSUth4TLG .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxSUth4TLG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxSUth4TLG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxSUth4TLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxSUth4TLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxSUth4TLG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxSUth4TLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxSUth4TLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxSUth4TLG .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-sxSUth4TLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxSUth4TLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxSUth4TLG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxSUth4TLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxSUth4TLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxSUth4TLG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxSUth4TLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxSUth4TLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxSUth4TLG .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-sxSUth4TLG .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxSUth4TLG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxSUth4TLG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxSUth4TLG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxSUth4TLG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxSUth4TLG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxSUth4TLG .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxSUth4TLG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxSUth4TLG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxSUth4TLG .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxSUth4TLG .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxSUth4TLG .nav-item:focus,
.cid-sxSUth4TLG .nav-link:focus {
  outline: none;
}
.cid-sxSUth4TLG .text-white:hover,
.cid-sxSUth4TLG .text-white:active,
.cid-sxSUth4TLG .text-white:focus {
  color: white !important;
}
.cid-sxSUth4TLG .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxSUth4TLG .dropdown-item:hover {
  color: black !important;
}
.cid-sxSUth4TLG .dropdown-menu {
  background-color: white !important;
}
.cid-sxSUth4TLG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxSUth4TLG .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxSUth4TLG .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxSUth4TLG .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxSUth4TLG .nav-item {
    position: relative;
  }
}
.cid-sxSUth4TLG .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-sxSUth4TLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxSUth4TLG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxSUth4TLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxSUth4TLG .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-sxSUth4TLG .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxSUth4TLG .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-sxSUth4TLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxSUth4TLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxSUth4TLG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxSUth4TLG .dropdown-item.active,
.cid-sxSUth4TLG .dropdown-item:active {
  background-color: transparent;
}
.cid-sxSUth4TLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxSUth4TLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxSUth4TLG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxSUth4TLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxSUth4TLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxSUth4TLG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxSUth4TLG .navbar-buttons {
  text-align: center;
}
.cid-sxSUth4TLG 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-sxSUth4TLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxSUth4TLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxSUth4TLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxSUth4TLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxSUth4TLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxSUth4TLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxSUth4TLG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxSUth4TLG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxSUth4TLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxSUth4TLG .nav-link {
  font-weight: 600 !important;
}
.cid-sxSUth4TLG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxSUth4TLG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxSUth4TLG .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-sxSUth4TLG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxSUth4TLG .navbar {
    height: 77px;
  }
  .cid-sxSUth4TLG .navbar.opened {
    height: auto;
  }
  .cid-sxSUth4TLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxSUthx2ZR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/lab-217043-1280-1280x847.jpg");
}
.cid-sxSUthx2ZR h1 {
  color: #616161;
}
.cid-sxSUthx2ZR h2,
.cid-sxSUthx2ZR h3,
.cid-sxSUthx2ZR p {
  color: #767676;
}
.cid-sxSUthx2ZR .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxSUthx2ZR H1 {
  color: #ffffff;
}
.cid-sxSUthx2ZR H3 {
  color: #ffffff;
}
.cid-sxSUthx2ZR .mbr-text,
.cid-sxSUthx2ZR .mbr-section-btn {
  color: #ffffff;
}
.cid-sxSUthNMEe {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxSUthNMEe .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxSUthNMEe H2 {
  text-align: center;
}
.cid-sxTZizdyPc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #22c7b8;
}
.cid-sxTZizdyPc .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: #ffffff;
}
.cid-sxTZizdyPc img {
  width: 100%;
}
.cid-sxTZizdyPc p {
  margin-top: .5rem;
}
.cid-sxTZizdyPc .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxTZizdyPc .content-wrapper {
  padding-top: .5rem;
}
.cid-sxTZizdyPc h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sxTZizdyPc .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxTZizdyPc p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxTZizdyPc .back {
    width: 100%;
    height: 75%;
  }
  .cid-sxTZizdyPc .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-sxTZizdyPc p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxTZizdyPc .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-sxTZizdyPc h4 {
    left: 2rem;
  }
}
.cid-sxT1xQ2Vpk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxT1xQ2Vpk .mbr-section-subtitle {
  color: #767676;
}
.cid-sxT1s5Vbhw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxT1s5Vbhw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sxT1s5Vbhw p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sxT1s5Vbhw .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sxT1s5Vbhw .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sxT1s5Vbhw .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sxT1s5Vbhw .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sxT1s5Vbhw .card-box {
    padding-left: 0;
  }
}
.cid-sxT1s5Vbhw .card-title,
.cid-sxT1s5Vbhw .card-img {
  color: #22c7b8;
}
.cid-sxT2E9NQmV {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxT2E9NQmV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sxT2E9NQmV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sxT2E9NQmV .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sxT2E9NQmV .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sxT2E9NQmV .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sxT2E9NQmV .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sxT2E9NQmV .card-box {
    padding-left: 0;
  }
}
.cid-sxT2E9NQmV .card-title,
.cid-sxT2E9NQmV .card-img {
  color: #22c7b8;
}
.cid-sxSYvrzegI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxSYvrzegI .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #22c7b8;
}
.cid-sxSYvrzegI img {
  width: 100%;
}
.cid-sxSYvrzegI p {
  margin-top: .5rem;
}
.cid-sxSYvrzegI .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxSYvrzegI .content-wrapper {
  padding-top: .5rem;
}
.cid-sxSYvrzegI h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sxSYvrzegI .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxSYvrzegI p {
    margin-top: .5rem;
  }
}
@media (max-width: 992px) {
  .cid-sxSYvrzegI .back {
    width: 100%;
    height: 75%;
  }
  .cid-sxSYvrzegI .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sxSYvrzegI p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxSYvrzegI .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sxSYvrzegI h4 {
    right: 2rem;
  }
}
.cid-sxT9XbBLR8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxT9XbBLR8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sxT9UzzO9z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxT9UzzO9z p {
  line-height: 1.6;
}
.cid-sxT9UzzO9z .card-box {
  width: -webkit-fill-available;
}
.cid-sxT9UzzO9z .card-img {
  width: auto;
}
.cid-sxT9UzzO9z .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sxT9UzzO9z .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxT9UzzO9z .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sxT9UzzO9z .card {
  height: 100%;
  margin: auto;
}
.cid-sxT9UzzO9z img {
  width: 100%;
  heigth: auto;
}
.cid-sxT9UzzO9z .card-title1 {
  color: #073b4c;
}
.cid-sxT9UzzO9z .mbr-text1 {
  color: #767676;
}
.cid-sxT9UzzO9z .card-title2 {
  color: #7f1933;
}
.cid-sxT9UzzO9z .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sxT9UzzO9z .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sxT9UzzO9z .card-img {
    order: 1;
  }
  .cid-sxT9UzzO9z .card-box {
    order: 2;
  }
}
.cid-sxT5ixIxlH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #22c7b8;
}
.cid-sxT5ixIxlH .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: #ffffff;
}
.cid-sxT5ixIxlH img {
  width: 100%;
}
.cid-sxT5ixIxlH p {
  margin-top: .5rem;
}
.cid-sxT5ixIxlH .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxT5ixIxlH .content-wrapper {
  padding-top: .5rem;
}
.cid-sxT5ixIxlH h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sxT5ixIxlH .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxT5ixIxlH p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxT5ixIxlH .back {
    width: 100%;
    height: 75%;
  }
  .cid-sxT5ixIxlH .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-sxT5ixIxlH p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxT5ixIxlH .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-sxT5ixIxlH h4 {
    left: 2rem;
  }
}
.cid-sxTXcOIzeO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxTXcOIzeO .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTX824atH {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxTX824atH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxTX824atH p {
  color: #767676;
  text-align: left;
}
.cid-sxTX824atH .card-box {
  padding-top: 2rem;
}
.cid-sxTX824atH .card-wrapper {
  height: 100%;
}
.cid-sxTX824atH .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-sxTW7jsDdt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxTW7jsDdt .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #22c7b8;
}
.cid-sxTW7jsDdt img {
  width: 100%;
}
.cid-sxTW7jsDdt p {
  margin-top: .5rem;
}
.cid-sxTW7jsDdt .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxTW7jsDdt .content-wrapper {
  padding-top: .5rem;
}
.cid-sxTW7jsDdt h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sxTW7jsDdt .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxTW7jsDdt p {
    margin-top: .5rem;
  }
}
@media (max-width: 992px) {
  .cid-sxTW7jsDdt .back {
    width: 100%;
    height: 75%;
  }
  .cid-sxTW7jsDdt .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sxTW7jsDdt p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxTW7jsDdt .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sxTW7jsDdt h4 {
    right: 2rem;
  }
}
.cid-sAydoxtlKl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydoxtlKl .content {
    text-align: center;
  }
  .cid-sAydoxtlKl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydoxtlKl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydoxtlKl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydoxtlKl .media-wrap img {
  height: 6rem;
}
.cid-sAydoxtlKl .mbr-text {
  color: #8d97ad;
}
.cid-sAydoxtlKl .p-title {
  font-size: 17px;
}
.cid-sAydoxtlKl .p-title span {
  color: #111111;
}
.cid-sAydoxtlKl .title-card {
  font-size: 1.3rem;
}
.cid-sAydoxtlKl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydoxtlKl .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydoxtlKl .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydoxtlKl .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydoxtlKl .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydoxtlKl .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydoxtlKl .copyright img {
  margin-right: 10px;
}
.cid-sAydoxtlKl .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydoxtlKl .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydoxtlKl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydoxtlKl .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydoxtlKl .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydoxtlKl SPAN {
  color: #4f6466;
}
.cid-sxUbehse5m .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUbehse5m .collapsed {
  flex-direction: row !important;
}
.cid-sxUbehse5m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUbehse5m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUbehse5m .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUbehse5m .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUbehse5m .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUbehse5m .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUbehse5m .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUbehse5m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUbehse5m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUbehse5m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUbehse5m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUbehse5m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUbehse5m .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-sxUbehse5m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUbehse5m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUbehse5m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUbehse5m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUbehse5m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUbehse5m .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUbehse5m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUbehse5m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUbehse5m .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-sxUbehse5m .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUbehse5m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUbehse5m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUbehse5m .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUbehse5m .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUbehse5m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUbehse5m .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUbehse5m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUbehse5m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUbehse5m .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUbehse5m .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUbehse5m .nav-item:focus,
.cid-sxUbehse5m .nav-link:focus {
  outline: none;
}
.cid-sxUbehse5m .text-white:hover,
.cid-sxUbehse5m .text-white:active,
.cid-sxUbehse5m .text-white:focus {
  color: white !important;
}
.cid-sxUbehse5m .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUbehse5m .dropdown-item:hover {
  color: black !important;
}
.cid-sxUbehse5m .dropdown-menu {
  background-color: white !important;
}
.cid-sxUbehse5m .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUbehse5m .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUbehse5m .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUbehse5m .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUbehse5m .nav-item {
    position: relative;
  }
}
.cid-sxUbehse5m .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-sxUbehse5m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUbehse5m .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUbehse5m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUbehse5m .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-sxUbehse5m .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUbehse5m .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-sxUbehse5m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUbehse5m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUbehse5m .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUbehse5m .dropdown-item.active,
.cid-sxUbehse5m .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUbehse5m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUbehse5m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUbehse5m .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUbehse5m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUbehse5m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUbehse5m ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUbehse5m .navbar-buttons {
  text-align: center;
}
.cid-sxUbehse5m 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-sxUbehse5m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUbehse5m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUbehse5m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUbehse5m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUbehse5m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUbehse5m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUbehse5m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUbehse5m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUbehse5m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUbehse5m .nav-link {
  font-weight: 600 !important;
}
.cid-sxUbehse5m a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUbehse5m .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUbehse5m .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-sxUbehse5m .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUbehse5m .navbar {
    height: 77px;
  }
  .cid-sxUbehse5m .navbar.opened {
    height: auto;
  }
  .cid-sxUbehse5m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxUbehXvWR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-sxUbehXvWR h1 {
  color: #616161;
}
.cid-sxUbehXvWR h2,
.cid-sxUbehXvWR h3,
.cid-sxUbehXvWR p {
  color: #767676;
}
.cid-sxUbehXvWR .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxUbehXvWR H1 {
  color: #ffffff;
}
.cid-sxUbehXvWR H3 {
  color: #ffffff;
}
.cid-sxUbehXvWR .mbr-text,
.cid-sxUbehXvWR .mbr-section-btn {
  color: #ffffff;
}
.cid-sxUbeij04M {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxUbeij04M .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUbeij04M H2 {
  text-align: center;
}
.cid-sxUc6nIwHd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sxUc6nIwHd H2 {
  color: #ffffff;
}
.cid-sxUc6nIwHd .mbr-text,
.cid-sxUc6nIwHd .mbr-section-btn {
  color: #232323;
}
.cid-sxUbeizxYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxUbeizxYa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxUbeizxYa p {
  color: #767676;
  text-align: left;
}
.cid-sxUbeizxYa .card-box {
  padding-top: 2rem;
}
.cid-sxUbeizxYa .card-wrapper {
  height: 100%;
}
.cid-sxUbeizxYa .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-sxUfoDk60t {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sxUfoDk60t H2 {
  color: #ffffff;
}
.cid-sxUfoDk60t .mbr-text,
.cid-sxUfoDk60t .mbr-section-btn {
  color: #232323;
}
.cid-sxUbej29PM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxUbej29PM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxUbej29PM p {
  color: #767676;
  text-align: left;
}
.cid-sxUbej29PM .card-box {
  padding-top: 2rem;
}
.cid-sxUbej29PM .card-wrapper {
  height: 100%;
}
.cid-sxUbej29PM .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-szLukDsSUU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-szLukDsSUU H2 {
  color: #ffffff;
}
.cid-szLukDsSUU .mbr-text,
.cid-szLukDsSUU .mbr-section-btn {
  color: #232323;
}
.cid-szLuqhKFjS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-szLuqhKFjS .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-szLuqhKFjS .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-szLuqhKFjS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-szLuqhKFjS .mbr-text {
    text-align: center;
  }
}
.cid-szLuqhKFjS H1 {
  color: #1a9f93;
}
.cid-szLuqhKFjS .mbr-text,
.cid-szLuqhKFjS .mbr-section-btn {
  color: #4f6466;
}
.cid-szLwN3EzH2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-szLwN3EzH2 .card {
  align-self: stretch;
}
.cid-szLwN3EzH2 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-szLwN3EzH2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szLwN3EzH2 p {
  color: #767676;
  text-align: left;
}
.cid-szLwN3EzH2 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-szLwN3EzH2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-szLwN3EzH2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-szLxRyb0H0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-szLxRyb0H0 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-szLxRyb0H0 .step {
  width: 42px;
  height: 42px;
  font-size: 21px;
  border-radius: 50%;
  border: 2px solid #22c7b8;
}
.cid-szLxRyb0H0 .separline {
  position: relative;
}
.cid-szLxRyb0H0 .separline:after {
  top: 46px;
  left: 19px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (21px + 4px) * 2);
  background-color: #22c7b8;
}
.cid-szLyOlnX47 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-szLyOlnX47 H2 {
  color: #ffffff;
}
.cid-szLyOlnX47 .mbr-text,
.cid-szLyOlnX47 .mbr-section-btn {
  color: #232323;
}
.cid-szLDuceMuD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/imagen-2-884x350.jpg");
}
.cid-szLDNx2lR5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLDNx2lR5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-szLDNx2lR5 .mbr-content-text {
  color: #767676;
}
.cid-szLDNx2lR5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-szLDNx2lR5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-szLDNx2lR5 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-szLDNx2lR5 .img-text {
  color: #c1c1c1;
}
.cid-szLDRBYDhC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLDRBYDhC .line {
  background-color: #22c7b8;
  color: #22c7b8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-szLDRBYDhC .section-text {
  padding: 2rem 0;
}
.cid-szLDRBYDhC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-szLDRBYDhC .inner-container {
    width: 100% !important;
  }
}
.cid-szLF0mhrMA {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLF0mhrMA .mbr-section-subtitle {
  color: #767676;
}
.cid-szLET1Z24V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szLET1Z24V .mbr-text {
  color: #767676;
}
.cid-szLET1Z24V h4 {
  text-align: center;
}
.cid-szLET1Z24V p {
  text-align: center;
}
.cid-szLET1Z24V .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-szLFmeacjj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szLFmeacjj .mbr-text {
  color: #767676;
}
.cid-szLFmeacjj h4 {
  text-align: center;
}
.cid-szLFmeacjj p {
  text-align: center;
}
.cid-szLFmeacjj .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sxUgAYopoY {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #f6fffe;
}
.cid-sxUgAYopoY .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUgAYopoY H2 {
  text-align: center;
}
.cid-sxUbejuHSd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6fffe;
}
.cid-sxUbejuHSd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxUbejuHSd p {
  color: #767676;
  text-align: left;
}
.cid-sxUbejuHSd .card-box {
  padding-top: 2rem;
}
.cid-sxUbejuHSd .card-wrapper {
  height: 100%;
}
.cid-sxUbejuHSd .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-sxUbejWl83 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6fffe;
}
.cid-sxUbejWl83 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxUbejWl83 p {
  color: #767676;
  text-align: left;
}
.cid-sxUbejWl83 .card-box {
  padding-top: 2rem;
}
.cid-sxUbejWl83 .card-wrapper {
  height: 100%;
}
.cid-sxUbejWl83 .card-title {
  color: #22c7b8;
  text-align: center;
}
.cid-sAydsKGS85 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydsKGS85 .content {
    text-align: center;
  }
  .cid-sAydsKGS85 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydsKGS85 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydsKGS85 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydsKGS85 .media-wrap img {
  height: 6rem;
}
.cid-sAydsKGS85 .mbr-text {
  color: #8d97ad;
}
.cid-sAydsKGS85 .p-title {
  font-size: 17px;
}
.cid-sAydsKGS85 .p-title span {
  color: #111111;
}
.cid-sAydsKGS85 .title-card {
  font-size: 1.3rem;
}
.cid-sAydsKGS85 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydsKGS85 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydsKGS85 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydsKGS85 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydsKGS85 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydsKGS85 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydsKGS85 .copyright img {
  margin-right: 10px;
}
.cid-sAydsKGS85 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydsKGS85 .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydsKGS85 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydsKGS85 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydsKGS85 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydsKGS85 SPAN {
  color: #4f6466;
}
.cid-sxUmYiRXt3 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUmYiRXt3 .collapsed {
  flex-direction: row !important;
}
.cid-sxUmYiRXt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUmYiRXt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUmYiRXt3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUmYiRXt3 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUmYiRXt3 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUmYiRXt3 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUmYiRXt3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUmYiRXt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUmYiRXt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUmYiRXt3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUmYiRXt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUmYiRXt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUmYiRXt3 .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-sxUmYiRXt3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUmYiRXt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUmYiRXt3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUmYiRXt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUmYiRXt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUmYiRXt3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUmYiRXt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUmYiRXt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUmYiRXt3 .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-sxUmYiRXt3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUmYiRXt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUmYiRXt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUmYiRXt3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUmYiRXt3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUmYiRXt3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUmYiRXt3 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUmYiRXt3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUmYiRXt3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUmYiRXt3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUmYiRXt3 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUmYiRXt3 .nav-item:focus,
.cid-sxUmYiRXt3 .nav-link:focus {
  outline: none;
}
.cid-sxUmYiRXt3 .text-white:hover,
.cid-sxUmYiRXt3 .text-white:active,
.cid-sxUmYiRXt3 .text-white:focus {
  color: white !important;
}
.cid-sxUmYiRXt3 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUmYiRXt3 .dropdown-item:hover {
  color: black !important;
}
.cid-sxUmYiRXt3 .dropdown-menu {
  background-color: white !important;
}
.cid-sxUmYiRXt3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUmYiRXt3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUmYiRXt3 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUmYiRXt3 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUmYiRXt3 .nav-item {
    position: relative;
  }
}
.cid-sxUmYiRXt3 .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-sxUmYiRXt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUmYiRXt3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUmYiRXt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUmYiRXt3 .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-sxUmYiRXt3 .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUmYiRXt3 .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-sxUmYiRXt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUmYiRXt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUmYiRXt3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUmYiRXt3 .dropdown-item.active,
.cid-sxUmYiRXt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUmYiRXt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUmYiRXt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUmYiRXt3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUmYiRXt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUmYiRXt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUmYiRXt3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUmYiRXt3 .navbar-buttons {
  text-align: center;
}
.cid-sxUmYiRXt3 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-sxUmYiRXt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUmYiRXt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUmYiRXt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUmYiRXt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUmYiRXt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUmYiRXt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUmYiRXt3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUmYiRXt3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUmYiRXt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUmYiRXt3 .nav-link {
  font-weight: 600 !important;
}
.cid-sxUmYiRXt3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUmYiRXt3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUmYiRXt3 .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-sxUmYiRXt3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUmYiRXt3 .navbar {
    height: 77px;
  }
  .cid-sxUmYiRXt3 .navbar.opened {
    height: auto;
  }
  .cid-sxUmYiRXt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxUmYjrdos {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sxUmYjrdos h1 {
  color: #616161;
}
.cid-sxUmYjrdos h2,
.cid-sxUmYjrdos h3,
.cid-sxUmYjrdos p {
  color: #767676;
}
.cid-sxUmYjrdos .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxUmYjrdos H1 {
  color: #ffffff;
}
.cid-sxUmYjrdos H3 {
  color: #ffffff;
}
.cid-sxUmYjrdos .mbr-text,
.cid-sxUmYjrdos .mbr-section-btn {
  color: #ffffff;
}
.cid-szLHYnTiiI {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szLHYnTiiI .mbr-section-subtitle {
  color: #767676;
}
.cid-szLI5I5yWG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szLI5I5yWG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szLI5I5yWG p {
  color: #767676;
  text-align: left;
}
.cid-szLI5I5yWG .card-box {
  padding-top: 2rem;
}
.cid-szLI5I5yWG .card-wrapper {
  height: 100%;
}
.cid-szLJvF6qHL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLJvF6qHL .mbr-section-subtitle {
  color: #767676;
}
.cid-szLJvdz510 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLJvdz510 .counter-container {
  color: #767676;
}
.cid-szLJvdz510 .counter-container ul {
  margin-bottom: 0;
}
.cid-szLJvdz510 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-szLJvdz510 .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: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-szLQS0BnWa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLQS0BnWa h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-szLQS0BnWa p {
  color: #ffffff;
}
.cid-szLQS0BnWa .card {
  margin-bottom: 2rem;
}
.cid-szLQS0BnWa .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #1a9f93;
}
.cid-szLQS0BnWa .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-szLQS0BnWa .card-box {
  padding-bottom: 2rem;
  background-color: #1a9f93;
}
.cid-szLQS0BnWa .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-szLQS0BnWa .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-szLQS0BnWa .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-szLQS0BnWa .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-szLQS0BnWa P {
  text-align: center;
  color: #232323;
}
.cid-szLQS0BnWa .card-title,
.cid-szLQS0BnWa .card-img {
  color: #232323;
}
.cid-szLRY5mPoJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLRY5mPoJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szLRY5mPoJ p {
  color: #767676;
  text-align: left;
}
.cid-szLRY5mPoJ .card-box {
  padding-top: 2rem;
}
.cid-szLRY5mPoJ .card-wrapper {
  height: 100%;
}
.cid-szLS0Flexv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szLS0Flexv .mbr-text,
.cid-szLS0Flexv blockquote {
  color: #767676;
}
.cid-szLS0Flexv .mbr-text P {
  text-align: center;
}
.cid-szLS4M5DCy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szLS4M5DCy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szLS4M5DCy p {
  color: #767676;
  text-align: left;
}
.cid-szLS4M5DCy .card-box {
  padding-top: 2rem;
}
.cid-szLS4M5DCy .card-wrapper {
  height: 100%;
}
.cid-szLS5KNfkr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szLS5KNfkr .mbr-text,
.cid-szLS5KNfkr blockquote {
  color: #767676;
}
.cid-szLS5KNfkr .mbr-text P {
  text-align: center;
}
.cid-sxUmYjJjR2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxUmYjJjR2 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUmYjJjR2 H2 {
  text-align: center;
}
.cid-sxUnWO7tZH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxUnWO7tZH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxUnWO7tZH p {
  color: #767676;
  text-align: left;
}
.cid-sxUnWO7tZH .card-box {
  padding-top: 2rem;
}
.cid-sxUnWO7tZH .card-wrapper {
  height: 100%;
}
.cid-sxUnWO7tZH img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sxUnWO7tZH P {
  text-align: center;
}
.cid-sxUnWO7tZH .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sxUnWO7tZH .card-img {
  position: relative;
}
.cid-sxUnWO7tZH .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sxUnWO7tZH .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-sxUo2BVt0j {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxUo2BVt0j h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxUo2BVt0j p {
  color: #767676;
  text-align: left;
}
.cid-sxUo2BVt0j .card-box {
  padding-top: 2rem;
}
.cid-sxUo2BVt0j .card-wrapper {
  height: 100%;
}
.cid-sxUo2BVt0j img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sxUo2BVt0j P {
  text-align: center;
}
.cid-sxUo2BVt0j .card-title {
  text-align: center;
  color: #4f6466;
}
.cid-sxUo2BVt0j .card-img {
  position: relative;
}
.cid-sxUo2BVt0j .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sxUo2BVt0j .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e61259;
}
.cid-sAydvC3XPO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydvC3XPO .content {
    text-align: center;
  }
  .cid-sAydvC3XPO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydvC3XPO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydvC3XPO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydvC3XPO .media-wrap img {
  height: 6rem;
}
.cid-sAydvC3XPO .mbr-text {
  color: #8d97ad;
}
.cid-sAydvC3XPO .p-title {
  font-size: 17px;
}
.cid-sAydvC3XPO .p-title span {
  color: #111111;
}
.cid-sAydvC3XPO .title-card {
  font-size: 1.3rem;
}
.cid-sAydvC3XPO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydvC3XPO .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydvC3XPO .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydvC3XPO .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydvC3XPO .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydvC3XPO .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydvC3XPO .copyright img {
  margin-right: 10px;
}
.cid-sAydvC3XPO .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydvC3XPO .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydvC3XPO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydvC3XPO .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydvC3XPO .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydvC3XPO SPAN {
  color: #4f6466;
}
.cid-sxUqZoHHmO .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUqZoHHmO .collapsed {
  flex-direction: row !important;
}
.cid-sxUqZoHHmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUqZoHHmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUqZoHHmO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUqZoHHmO .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUqZoHHmO .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUqZoHHmO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUqZoHHmO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUqZoHHmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUqZoHHmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUqZoHHmO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUqZoHHmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUqZoHHmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUqZoHHmO .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-sxUqZoHHmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUqZoHHmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUqZoHHmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUqZoHHmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUqZoHHmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUqZoHHmO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUqZoHHmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUqZoHHmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUqZoHHmO .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-sxUqZoHHmO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUqZoHHmO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUqZoHHmO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUqZoHHmO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUqZoHHmO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUqZoHHmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUqZoHHmO .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUqZoHHmO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUqZoHHmO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUqZoHHmO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUqZoHHmO .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUqZoHHmO .nav-item:focus,
.cid-sxUqZoHHmO .nav-link:focus {
  outline: none;
}
.cid-sxUqZoHHmO .text-white:hover,
.cid-sxUqZoHHmO .text-white:active,
.cid-sxUqZoHHmO .text-white:focus {
  color: white !important;
}
.cid-sxUqZoHHmO .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUqZoHHmO .dropdown-item:hover {
  color: black !important;
}
.cid-sxUqZoHHmO .dropdown-menu {
  background-color: white !important;
}
.cid-sxUqZoHHmO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUqZoHHmO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUqZoHHmO .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUqZoHHmO .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUqZoHHmO .nav-item {
    position: relative;
  }
}
.cid-sxUqZoHHmO .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-sxUqZoHHmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUqZoHHmO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUqZoHHmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUqZoHHmO .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-sxUqZoHHmO .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUqZoHHmO .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-sxUqZoHHmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUqZoHHmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUqZoHHmO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUqZoHHmO .dropdown-item.active,
.cid-sxUqZoHHmO .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUqZoHHmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUqZoHHmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUqZoHHmO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUqZoHHmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUqZoHHmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUqZoHHmO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUqZoHHmO .navbar-buttons {
  text-align: center;
}
.cid-sxUqZoHHmO 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-sxUqZoHHmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUqZoHHmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUqZoHHmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUqZoHHmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUqZoHHmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUqZoHHmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUqZoHHmO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUqZoHHmO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUqZoHHmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUqZoHHmO .nav-link {
  font-weight: 600 !important;
}
.cid-sxUqZoHHmO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUqZoHHmO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUqZoHHmO .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-sxUqZoHHmO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUqZoHHmO .navbar {
    height: 77px;
  }
  .cid-sxUqZoHHmO .navbar.opened {
    height: auto;
  }
  .cid-sxUqZoHHmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxUqZpzvcr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/science-background-with-molecule-or-atom-2000x1200.jpg");
}
.cid-sxUqZpzvcr h1 {
  color: #616161;
}
.cid-sxUqZpzvcr h2,
.cid-sxUqZpzvcr h3,
.cid-sxUqZpzvcr p {
  color: #767676;
}
.cid-sxUqZpzvcr .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxUqZpzvcr H1 {
  color: #ffffff;
}
.cid-sxUqZpzvcr H3 {
  color: #ffffff;
}
.cid-sxUqZpzvcr .mbr-text,
.cid-sxUqZpzvcr .mbr-section-btn {
  color: #ffffff;
}
.cid-sxUqZq78xj {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxUqZq78xj .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUqZq78xj H2 {
  text-align: center;
}
.cid-sxUqZqO21A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxUqZqO21A .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sxUqZqO21A .title,
.cid-sxUqZqO21A .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sxUqZqO21A .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sxUqZqO21A .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sxUqZqO21A .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sxUqZqO21A .text-box {
  padding: 0rem;
}
.cid-sxUqZqO21A .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sxUqZqO21A .card-title {
  color: #22c7b8;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sxUqZqO21A .card-img {
  overflow: hidden;
}
.cid-sxUqZqO21A .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sxUqZqO21A .card-box {
  padding: 0rem;
}
.cid-sxUqZqO21A img {
  transition: all 0.3s;
}
.cid-sxUqZqO21A .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sxUqZqO21A .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sxUqZqO21A .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxUqZqO21A .card-img {
    width: 30%;
  }
  .cid-sxUqZqO21A .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxUqZqO21A .card-img {
    width: 50%;
  }
  .cid-sxUqZqO21A .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sxUqZqO21A .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sxUqZqO21A .card-img {
    width: 100%;
  }
  .cid-sxUqZqO21A .card-box {
    width: 100%;
  }
}
.cid-sxUqZqO21A .card-box > p,
.cid-sxUqZqO21A .mbr-section-btn {
  color: #767676;
}
.cid-sxUqZry607 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxUqZry607 .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sxUqZry607 .title,
.cid-sxUqZry607 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sxUqZry607 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sxUqZry607 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sxUqZry607 .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sxUqZry607 .text-box {
  padding: 0rem;
}
.cid-sxUqZry607 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sxUqZry607 .card-title {
  color: #22c7b8;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sxUqZry607 .card-img {
  overflow: hidden;
}
.cid-sxUqZry607 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sxUqZry607 .card-box {
  padding: 0rem;
}
.cid-sxUqZry607 img {
  transition: all 0.3s;
}
.cid-sxUqZry607 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sxUqZry607 .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sxUqZry607 .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxUqZry607 .card-img {
    width: 30%;
  }
  .cid-sxUqZry607 .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxUqZry607 .card-img {
    width: 50%;
  }
  .cid-sxUqZry607 .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sxUqZry607 .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sxUqZry607 .card-img {
    width: 100%;
  }
  .cid-sxUqZry607 .card-box {
    width: 100%;
  }
}
.cid-sxUqZry607 .card-box > p,
.cid-sxUqZry607 .mbr-section-btn {
  color: #767676;
}
.cid-szLZhhPxim {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szLZhhPxim .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-szLZhhPxim .title,
.cid-szLZhhPxim .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-szLZhhPxim .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-szLZhhPxim .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-szLZhhPxim .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-szLZhhPxim .text-box {
  padding: 0rem;
}
.cid-szLZhhPxim .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-szLZhhPxim .card-title {
  color: #22c7b8;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-szLZhhPxim .card-img {
  overflow: hidden;
}
.cid-szLZhhPxim .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-szLZhhPxim .card-box {
  padding: 0rem;
}
.cid-szLZhhPxim img {
  transition: all 0.3s;
}
.cid-szLZhhPxim .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-szLZhhPxim .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-szLZhhPxim .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szLZhhPxim .card-img {
    width: 30%;
  }
  .cid-szLZhhPxim .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-szLZhhPxim .card-img {
    width: 50%;
  }
  .cid-szLZhhPxim .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-szLZhhPxim .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-szLZhhPxim .card-img {
    width: 100%;
  }
  .cid-szLZhhPxim .card-box {
    width: 100%;
  }
}
.cid-szLZhhPxim .card-box > p,
.cid-szLZhhPxim .mbr-section-btn {
  color: #767676;
}
.cid-szM1mCoE7O {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f6fffe;
}
.cid-szM1mCoE7O .mbr-section-subtitle {
  color: #767676;
}
.cid-szM1kj6B35 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f6fffe;
}
.cid-szM1kj6B35 .mbr-text {
  color: #767676;
}
.cid-szM1kj6B35 h4 {
  text-align: center;
}
.cid-szM1kj6B35 p {
  text-align: center;
}
.cid-szM1kj6B35 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sAydysv2qR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydysv2qR .content {
    text-align: center;
  }
  .cid-sAydysv2qR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydysv2qR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydysv2qR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydysv2qR .media-wrap img {
  height: 6rem;
}
.cid-sAydysv2qR .mbr-text {
  color: #8d97ad;
}
.cid-sAydysv2qR .p-title {
  font-size: 17px;
}
.cid-sAydysv2qR .p-title span {
  color: #111111;
}
.cid-sAydysv2qR .title-card {
  font-size: 1.3rem;
}
.cid-sAydysv2qR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydysv2qR .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydysv2qR .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydysv2qR .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydysv2qR .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydysv2qR .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydysv2qR .copyright img {
  margin-right: 10px;
}
.cid-sAydysv2qR .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydysv2qR .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydysv2qR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydysv2qR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydysv2qR .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydysv2qR SPAN {
  color: #4f6466;
}
.cid-sxUAg3pMfL .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUAg3pMfL .collapsed {
  flex-direction: row !important;
}
.cid-sxUAg3pMfL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUAg3pMfL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUAg3pMfL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUAg3pMfL .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUAg3pMfL .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUAg3pMfL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUAg3pMfL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUAg3pMfL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUAg3pMfL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUAg3pMfL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUAg3pMfL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUAg3pMfL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUAg3pMfL .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-sxUAg3pMfL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUAg3pMfL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUAg3pMfL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUAg3pMfL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUAg3pMfL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUAg3pMfL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUAg3pMfL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUAg3pMfL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUAg3pMfL .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-sxUAg3pMfL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUAg3pMfL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUAg3pMfL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUAg3pMfL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUAg3pMfL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUAg3pMfL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUAg3pMfL .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUAg3pMfL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUAg3pMfL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUAg3pMfL .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUAg3pMfL .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUAg3pMfL .nav-item:focus,
.cid-sxUAg3pMfL .nav-link:focus {
  outline: none;
}
.cid-sxUAg3pMfL .text-white:hover,
.cid-sxUAg3pMfL .text-white:active,
.cid-sxUAg3pMfL .text-white:focus {
  color: white !important;
}
.cid-sxUAg3pMfL .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUAg3pMfL .dropdown-item:hover {
  color: black !important;
}
.cid-sxUAg3pMfL .dropdown-menu {
  background-color: white !important;
}
.cid-sxUAg3pMfL .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUAg3pMfL .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUAg3pMfL .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUAg3pMfL .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUAg3pMfL .nav-item {
    position: relative;
  }
}
.cid-sxUAg3pMfL .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-sxUAg3pMfL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUAg3pMfL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUAg3pMfL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUAg3pMfL .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-sxUAg3pMfL .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUAg3pMfL .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-sxUAg3pMfL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUAg3pMfL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUAg3pMfL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUAg3pMfL .dropdown-item.active,
.cid-sxUAg3pMfL .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUAg3pMfL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUAg3pMfL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUAg3pMfL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUAg3pMfL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUAg3pMfL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUAg3pMfL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUAg3pMfL .navbar-buttons {
  text-align: center;
}
.cid-sxUAg3pMfL 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-sxUAg3pMfL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUAg3pMfL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUAg3pMfL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUAg3pMfL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUAg3pMfL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUAg3pMfL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUAg3pMfL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUAg3pMfL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUAg3pMfL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUAg3pMfL .nav-link {
  font-weight: 600 !important;
}
.cid-sxUAg3pMfL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUAg3pMfL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUAg3pMfL .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-sxUAg3pMfL .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUAg3pMfL .navbar {
    height: 77px;
  }
  .cid-sxUAg3pMfL .navbar.opened {
    height: auto;
  }
  .cid-sxUAg3pMfL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-6s {
  /* Type valid CSS here */
}
#custom-html-6s div {
  padding: 0;
  color: #777;
  text-align: center;
  align: center;
}
#custom-html-6s p {
  font-size: 60px;
  color: #777;
}
.cid-txXtHLpG0d {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-txXtHLpG0d .image-block {
  margin: auto;
}
.cid-txXtHLpG0d figcaption {
  position: relative;
}
.cid-txXtHLpG0d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txXtHLpG0d .image-block {
    width: 100% !important;
  }
}
.cid-txXtRigvsc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txXtRigvsc .mbr-section-subtitle,
.cid-txXtRigvsc .mbr-text {
  color: #767676;
}
.cid-txXtRigvsc .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-txXtRigvsc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-txXtRigvsc .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-txXtRigvsc .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-txXtRigvsc .card-wrapper .card-img img {
  width: 100%;
}
.cid-txXtRigvsc .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-txXtRigvsc .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-txXtRigvsc .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-txXtRigvsc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-txXtRigvsc .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-txXtRigvsc .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-txXtRigvsc .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-txXtRigvsc .mbr-section-title {
  color: #ffffff;
}
.cid-txXtRigvsc .mbr-section-subtitle {
  color: #232323;
}
.cid-txXzttCOLe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txXzttCOLe .mbr-section-subtitle,
.cid-txXzttCOLe .mbr-text {
  color: #767676;
}
.cid-txXzttCOLe .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-txXzttCOLe .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-txXzttCOLe .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-txXzttCOLe .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-txXzttCOLe .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-txXzttCOLe .card-wrapper .card-img img {
  width: 100%;
}
.cid-txXzttCOLe .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-txXzttCOLe .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-txXzttCOLe .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-txXzttCOLe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-txXzttCOLe .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-txXzttCOLe .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-txXzttCOLe .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-txXzttCOLe .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-txXzttCOLe .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-txXzttCOLe .mbr-section-title {
  color: #ffffff;
}
.cid-txXzttCOLe .mbr-section-subtitle {
  color: #232323;
}
.cid-txXEDnfljS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txXEDnfljS .mbr-section-subtitle,
.cid-txXEDnfljS .mbr-text {
  color: #767676;
}
.cid-txXEDnfljS .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-txXEDnfljS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-txXEDnfljS .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-txXEDnfljS .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-txXEDnfljS .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-txXEDnfljS .card-wrapper .card-img img {
  width: 100%;
}
.cid-txXEDnfljS .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-txXEDnfljS .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-txXEDnfljS .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-txXEDnfljS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-txXEDnfljS .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-txXEDnfljS .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-txXEDnfljS .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-txXEDnfljS .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-txXEDnfljS .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-txXEDnfljS .mbr-section-title {
  color: #ffffff;
}
.cid-txXEDnfljS .mbr-section-subtitle {
  color: #232323;
}
.cid-txXIvDFVaP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txXIvDFVaP .mbr-section-subtitle,
.cid-txXIvDFVaP .mbr-text {
  color: #767676;
}
.cid-txXIvDFVaP .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-txXIvDFVaP .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-txXIvDFVaP .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-txXIvDFVaP .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-txXIvDFVaP .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-txXIvDFVaP .card-wrapper .card-img img {
  width: 100%;
}
.cid-txXIvDFVaP .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-txXIvDFVaP .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-txXIvDFVaP .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-txXIvDFVaP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-txXIvDFVaP .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-txXIvDFVaP .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-txXIvDFVaP .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-txXIvDFVaP .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-txXIvDFVaP .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-txXIvDFVaP .mbr-section-title {
  color: #ffffff;
}
.cid-txXIvDFVaP .mbr-section-subtitle {
  color: #232323;
}
.cid-sAydYdgu5U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydYdgu5U .content {
    text-align: center;
  }
  .cid-sAydYdgu5U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydYdgu5U .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydYdgu5U .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydYdgu5U .media-wrap img {
  height: 6rem;
}
.cid-sAydYdgu5U .mbr-text {
  color: #8d97ad;
}
.cid-sAydYdgu5U .p-title {
  font-size: 17px;
}
.cid-sAydYdgu5U .p-title span {
  color: #111111;
}
.cid-sAydYdgu5U .title-card {
  font-size: 1.3rem;
}
.cid-sAydYdgu5U .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydYdgu5U .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydYdgu5U .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydYdgu5U .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydYdgu5U .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydYdgu5U .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydYdgu5U .copyright img {
  margin-right: 10px;
}
.cid-sAydYdgu5U .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydYdgu5U .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydYdgu5U .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydYdgu5U .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydYdgu5U .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydYdgu5U SPAN {
  color: #4f6466;
}
.cid-sxUGdWcphO .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUGdWcphO .collapsed {
  flex-direction: row !important;
}
.cid-sxUGdWcphO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUGdWcphO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUGdWcphO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUGdWcphO .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUGdWcphO .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUGdWcphO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUGdWcphO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUGdWcphO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUGdWcphO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUGdWcphO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUGdWcphO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUGdWcphO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUGdWcphO .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-sxUGdWcphO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUGdWcphO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUGdWcphO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUGdWcphO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUGdWcphO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUGdWcphO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUGdWcphO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUGdWcphO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUGdWcphO .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-sxUGdWcphO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUGdWcphO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUGdWcphO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUGdWcphO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUGdWcphO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUGdWcphO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUGdWcphO .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUGdWcphO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUGdWcphO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUGdWcphO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUGdWcphO .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUGdWcphO .nav-item:focus,
.cid-sxUGdWcphO .nav-link:focus {
  outline: none;
}
.cid-sxUGdWcphO .text-white:hover,
.cid-sxUGdWcphO .text-white:active,
.cid-sxUGdWcphO .text-white:focus {
  color: white !important;
}
.cid-sxUGdWcphO .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUGdWcphO .dropdown-item:hover {
  color: black !important;
}
.cid-sxUGdWcphO .dropdown-menu {
  background-color: white !important;
}
.cid-sxUGdWcphO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUGdWcphO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUGdWcphO .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUGdWcphO .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUGdWcphO .nav-item {
    position: relative;
  }
}
.cid-sxUGdWcphO .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-sxUGdWcphO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUGdWcphO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUGdWcphO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUGdWcphO .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-sxUGdWcphO .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUGdWcphO .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-sxUGdWcphO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUGdWcphO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUGdWcphO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUGdWcphO .dropdown-item.active,
.cid-sxUGdWcphO .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUGdWcphO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUGdWcphO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUGdWcphO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUGdWcphO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUGdWcphO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUGdWcphO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUGdWcphO .navbar-buttons {
  text-align: center;
}
.cid-sxUGdWcphO 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-sxUGdWcphO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUGdWcphO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUGdWcphO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUGdWcphO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUGdWcphO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUGdWcphO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUGdWcphO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUGdWcphO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUGdWcphO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUGdWcphO .nav-link {
  font-weight: 600 !important;
}
.cid-sxUGdWcphO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUGdWcphO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUGdWcphO .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-sxUGdWcphO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUGdWcphO .navbar {
    height: 77px;
  }
  .cid-sxUGdWcphO .navbar.opened {
    height: auto;
  }
  .cid-sxUGdWcphO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-6v {
  /* Type valid CSS here */
}
#custom-html-6v div {
  padding: 0;
  color: #777;
  text-align: center;
  align: center;
}
#custom-html-6v p {
  font-size: 60px;
  color: #777;
}
.cid-sAyej1jLPN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAyej1jLPN .content {
    text-align: center;
  }
  .cid-sAyej1jLPN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAyej1jLPN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAyej1jLPN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAyej1jLPN .media-wrap img {
  height: 6rem;
}
.cid-sAyej1jLPN .mbr-text {
  color: #8d97ad;
}
.cid-sAyej1jLPN .p-title {
  font-size: 17px;
}
.cid-sAyej1jLPN .p-title span {
  color: #111111;
}
.cid-sAyej1jLPN .title-card {
  font-size: 1.3rem;
}
.cid-sAyej1jLPN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAyej1jLPN .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAyej1jLPN .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAyej1jLPN .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAyej1jLPN .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAyej1jLPN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAyej1jLPN .copyright img {
  margin-right: 10px;
}
.cid-sAyej1jLPN .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAyej1jLPN .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAyej1jLPN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAyej1jLPN .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAyej1jLPN .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAyej1jLPN SPAN {
  color: #4f6466;
}
.cid-sxUPpV7xv8 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUPpV7xv8 .collapsed {
  flex-direction: row !important;
}
.cid-sxUPpV7xv8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUPpV7xv8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUPpV7xv8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUPpV7xv8 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUPpV7xv8 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUPpV7xv8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUPpV7xv8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUPpV7xv8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUPpV7xv8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUPpV7xv8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUPpV7xv8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUPpV7xv8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUPpV7xv8 .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-sxUPpV7xv8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUPpV7xv8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUPpV7xv8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUPpV7xv8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUPpV7xv8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUPpV7xv8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUPpV7xv8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUPpV7xv8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUPpV7xv8 .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-sxUPpV7xv8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUPpV7xv8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUPpV7xv8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUPpV7xv8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUPpV7xv8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUPpV7xv8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUPpV7xv8 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUPpV7xv8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUPpV7xv8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUPpV7xv8 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUPpV7xv8 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUPpV7xv8 .nav-item:focus,
.cid-sxUPpV7xv8 .nav-link:focus {
  outline: none;
}
.cid-sxUPpV7xv8 .text-white:hover,
.cid-sxUPpV7xv8 .text-white:active,
.cid-sxUPpV7xv8 .text-white:focus {
  color: white !important;
}
.cid-sxUPpV7xv8 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUPpV7xv8 .dropdown-item:hover {
  color: black !important;
}
.cid-sxUPpV7xv8 .dropdown-menu {
  background-color: white !important;
}
.cid-sxUPpV7xv8 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUPpV7xv8 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUPpV7xv8 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUPpV7xv8 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUPpV7xv8 .nav-item {
    position: relative;
  }
}
.cid-sxUPpV7xv8 .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-sxUPpV7xv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUPpV7xv8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUPpV7xv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUPpV7xv8 .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-sxUPpV7xv8 .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUPpV7xv8 .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-sxUPpV7xv8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUPpV7xv8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUPpV7xv8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUPpV7xv8 .dropdown-item.active,
.cid-sxUPpV7xv8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUPpV7xv8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUPpV7xv8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUPpV7xv8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUPpV7xv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUPpV7xv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUPpV7xv8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUPpV7xv8 .navbar-buttons {
  text-align: center;
}
.cid-sxUPpV7xv8 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-sxUPpV7xv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUPpV7xv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUPpV7xv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUPpV7xv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUPpV7xv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUPpV7xv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUPpV7xv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUPpV7xv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUPpV7xv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUPpV7xv8 .nav-link {
  font-weight: 600 !important;
}
.cid-sxUPpV7xv8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUPpV7xv8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUPpV7xv8 .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-sxUPpV7xv8 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUPpV7xv8 .navbar {
    height: 77px;
  }
  .cid-sxUPpV7xv8 .navbar.opened {
    height: auto;
  }
  .cid-sxUPpV7xv8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxUPpVGq8p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/lab-1008858-1920-1920x1281.jpg");
}
.cid-sxUPpVGq8p h1 {
  color: #616161;
}
.cid-sxUPpVGq8p h2,
.cid-sxUPpVGq8p h3,
.cid-sxUPpVGq8p p {
  color: #767676;
}
.cid-sxUPpVGq8p .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxUPpVGq8p H1 {
  color: #ffffff;
}
.cid-sxUPpVGq8p H3 {
  color: #ffffff;
}
.cid-sxUPpVGq8p .mbr-text,
.cid-sxUPpVGq8p .mbr-section-btn {
  color: #ffffff;
}
.cid-sxUPpW5JYR {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxUPpW5JYR .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUPpW5JYR H2 {
  text-align: center;
}
.cid-sxUSlgvvTf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxUSlgvvTf .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 400px;
}
.cid-sxUSlgvvTf .card-wrap {
  background-color: #22c7b8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sxUSlgvvTf .card-wrap:hover h4,
.cid-sxUSlgvvTf .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sxUSlgvvTf h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sxUSlgvvTf h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sxUSlgvvTf img {
  width: 100%;
}
.cid-sxUSlgvvTf h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUSlgvvTf h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUSlgvvTf .card-title1,
.cid-sxUSlgvvTf .title-wrap1 {
  color: #ffffff;
}
.cid-sxUSlgvvTf .card-title,
.cid-sxUSlgvvTf .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sxUSlgvvTf .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sxUSlgvvTf .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sxUSlgvvTf H3 {
  color: #ffffff;
}
.cid-sxUUHj582I {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxUUHj582I .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUUHj582I H2 {
  text-align: center;
}
.cid-sxUTkoTMUO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxUTkoTMUO .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 400px;
}
.cid-sxUTkoTMUO .card-wrap {
  background-color: #22c7b8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sxUTkoTMUO .card-wrap:hover h4,
.cid-sxUTkoTMUO .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sxUTkoTMUO h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sxUTkoTMUO h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sxUTkoTMUO img {
  width: 100%;
}
.cid-sxUTkoTMUO h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUTkoTMUO h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUTkoTMUO .card-title1,
.cid-sxUTkoTMUO .title-wrap1 {
  color: #ffffff;
}
.cid-sxUTkoTMUO .card-title,
.cid-sxUTkoTMUO .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sxUTkoTMUO .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sxUTkoTMUO .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sxUTkoTMUO H3 {
  color: #ffffff;
}
.cid-sxUUHN5Quf {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxUUHN5Quf .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUUHN5Quf H2 {
  text-align: center;
}
.cid-sxUUu18XGc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxUUu18XGc .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 400px;
}
.cid-sxUUu18XGc .card-wrap {
  background-color: #22c7b8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sxUUu18XGc .card-wrap:hover h4,
.cid-sxUUu18XGc .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sxUUu18XGc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sxUUu18XGc h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sxUUu18XGc img {
  width: 100%;
}
.cid-sxUUu18XGc h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUUu18XGc h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUUu18XGc .card-title1,
.cid-sxUUu18XGc .title-wrap1 {
  color: #ffffff;
}
.cid-sxUUu18XGc .card-title,
.cid-sxUUu18XGc .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sxUUu18XGc .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sxUUu18XGc .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sxUUu18XGc H3 {
  color: #ffffff;
}
.cid-sAydId4QX8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydId4QX8 .content {
    text-align: center;
  }
  .cid-sAydId4QX8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydId4QX8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydId4QX8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydId4QX8 .media-wrap img {
  height: 6rem;
}
.cid-sAydId4QX8 .mbr-text {
  color: #8d97ad;
}
.cid-sAydId4QX8 .p-title {
  font-size: 17px;
}
.cid-sAydId4QX8 .p-title span {
  color: #111111;
}
.cid-sAydId4QX8 .title-card {
  font-size: 1.3rem;
}
.cid-sAydId4QX8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydId4QX8 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydId4QX8 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydId4QX8 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydId4QX8 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydId4QX8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydId4QX8 .copyright img {
  margin-right: 10px;
}
.cid-sAydId4QX8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydId4QX8 .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydId4QX8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydId4QX8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydId4QX8 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydId4QX8 SPAN {
  color: #4f6466;
}
.cid-sxUWAvKkLq .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUWAvKkLq .collapsed {
  flex-direction: row !important;
}
.cid-sxUWAvKkLq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUWAvKkLq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUWAvKkLq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUWAvKkLq .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUWAvKkLq .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUWAvKkLq .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUWAvKkLq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUWAvKkLq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUWAvKkLq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUWAvKkLq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUWAvKkLq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUWAvKkLq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUWAvKkLq .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-sxUWAvKkLq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUWAvKkLq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUWAvKkLq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUWAvKkLq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUWAvKkLq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUWAvKkLq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUWAvKkLq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUWAvKkLq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUWAvKkLq .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-sxUWAvKkLq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUWAvKkLq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUWAvKkLq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUWAvKkLq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUWAvKkLq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUWAvKkLq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUWAvKkLq .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUWAvKkLq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUWAvKkLq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUWAvKkLq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUWAvKkLq .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUWAvKkLq .nav-item:focus,
.cid-sxUWAvKkLq .nav-link:focus {
  outline: none;
}
.cid-sxUWAvKkLq .text-white:hover,
.cid-sxUWAvKkLq .text-white:active,
.cid-sxUWAvKkLq .text-white:focus {
  color: white !important;
}
.cid-sxUWAvKkLq .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUWAvKkLq .dropdown-item:hover {
  color: black !important;
}
.cid-sxUWAvKkLq .dropdown-menu {
  background-color: white !important;
}
.cid-sxUWAvKkLq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUWAvKkLq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUWAvKkLq .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUWAvKkLq .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUWAvKkLq .nav-item {
    position: relative;
  }
}
.cid-sxUWAvKkLq .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-sxUWAvKkLq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUWAvKkLq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUWAvKkLq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUWAvKkLq .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-sxUWAvKkLq .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUWAvKkLq .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-sxUWAvKkLq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUWAvKkLq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUWAvKkLq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUWAvKkLq .dropdown-item.active,
.cid-sxUWAvKkLq .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUWAvKkLq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUWAvKkLq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUWAvKkLq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUWAvKkLq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUWAvKkLq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUWAvKkLq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUWAvKkLq .navbar-buttons {
  text-align: center;
}
.cid-sxUWAvKkLq 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-sxUWAvKkLq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUWAvKkLq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUWAvKkLq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUWAvKkLq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUWAvKkLq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUWAvKkLq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUWAvKkLq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUWAvKkLq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUWAvKkLq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUWAvKkLq .nav-link {
  font-weight: 600 !important;
}
.cid-sxUWAvKkLq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUWAvKkLq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUWAvKkLq .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-sxUWAvKkLq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUWAvKkLq .navbar {
    height: 77px;
  }
  .cid-sxUWAvKkLq .navbar.opened {
    height: auto;
  }
  .cid-sxUWAvKkLq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxUWAwugL5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1021.jpg");
}
.cid-sxUWAwugL5 h1 {
  color: #616161;
}
.cid-sxUWAwugL5 h2,
.cid-sxUWAwugL5 h3,
.cid-sxUWAwugL5 p {
  color: #767676;
}
.cid-sxUWAwugL5 .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxUWAwugL5 H1 {
  color: #ffffff;
}
.cid-sxUWAwugL5 H3 {
  color: #ffffff;
}
.cid-sxUWAwugL5 .mbr-text,
.cid-sxUWAwugL5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sxUWAxqWkQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxUWAxqWkQ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 400px;
}
.cid-sxUWAxqWkQ .card-wrap {
  background-color: #22c7b8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sxUWAxqWkQ .card-wrap:hover h4,
.cid-sxUWAxqWkQ .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sxUWAxqWkQ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sxUWAxqWkQ h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sxUWAxqWkQ img {
  width: 100%;
}
.cid-sxUWAxqWkQ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUWAxqWkQ h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sxUWAxqWkQ .card-title1,
.cid-sxUWAxqWkQ .title-wrap1 {
  color: #ffffff;
}
.cid-sxUWAxqWkQ .card-title,
.cid-sxUWAxqWkQ .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sxUWAxqWkQ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sxUWAxqWkQ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sxUWAxqWkQ H3 {
  color: #ffffff;
}
.cid-sxUWAxO32x {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxUWAxO32x .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sxUWAxO32x H2 {
  text-align: center;
}
.cid-szLqYkDDSU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szLqYkDDSU .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 400px;
}
.cid-szLqYkDDSU .card-wrap {
  background-color: #22c7b8;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-szLqYkDDSU .card-wrap:hover h4,
.cid-szLqYkDDSU .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-szLqYkDDSU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-szLqYkDDSU h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-szLqYkDDSU img {
  width: 100%;
}
.cid-szLqYkDDSU h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-szLqYkDDSU h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-szLqYkDDSU .card-title1,
.cid-szLqYkDDSU .title-wrap1 {
  color: #ffffff;
}
.cid-szLqYkDDSU .card-title,
.cid-szLqYkDDSU .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-szLqYkDDSU .mdpb {
    padding-bottom: 2rem;
  }
  .cid-szLqYkDDSU .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-szLqYkDDSU H3 {
  color: #ffffff;
}
.cid-sAye7okOa9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAye7okOa9 .content {
    text-align: center;
  }
  .cid-sAye7okOa9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAye7okOa9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAye7okOa9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAye7okOa9 .media-wrap img {
  height: 6rem;
}
.cid-sAye7okOa9 .mbr-text {
  color: #8d97ad;
}
.cid-sAye7okOa9 .p-title {
  font-size: 17px;
}
.cid-sAye7okOa9 .p-title span {
  color: #111111;
}
.cid-sAye7okOa9 .title-card {
  font-size: 1.3rem;
}
.cid-sAye7okOa9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAye7okOa9 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAye7okOa9 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAye7okOa9 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAye7okOa9 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAye7okOa9 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAye7okOa9 .copyright img {
  margin-right: 10px;
}
.cid-sAye7okOa9 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAye7okOa9 .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAye7okOa9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAye7okOa9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAye7okOa9 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAye7okOa9 SPAN {
  color: #4f6466;
}
.cid-sxV1oR1E8W .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxV1oR1E8W .collapsed {
  flex-direction: row !important;
}
.cid-sxV1oR1E8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxV1oR1E8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxV1oR1E8W .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxV1oR1E8W .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxV1oR1E8W .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxV1oR1E8W .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxV1oR1E8W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxV1oR1E8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxV1oR1E8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxV1oR1E8W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxV1oR1E8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxV1oR1E8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxV1oR1E8W .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-sxV1oR1E8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxV1oR1E8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxV1oR1E8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxV1oR1E8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxV1oR1E8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxV1oR1E8W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxV1oR1E8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxV1oR1E8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxV1oR1E8W .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-sxV1oR1E8W .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxV1oR1E8W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxV1oR1E8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxV1oR1E8W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxV1oR1E8W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxV1oR1E8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxV1oR1E8W .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxV1oR1E8W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxV1oR1E8W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxV1oR1E8W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxV1oR1E8W .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxV1oR1E8W .nav-item:focus,
.cid-sxV1oR1E8W .nav-link:focus {
  outline: none;
}
.cid-sxV1oR1E8W .text-white:hover,
.cid-sxV1oR1E8W .text-white:active,
.cid-sxV1oR1E8W .text-white:focus {
  color: white !important;
}
.cid-sxV1oR1E8W .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxV1oR1E8W .dropdown-item:hover {
  color: black !important;
}
.cid-sxV1oR1E8W .dropdown-menu {
  background-color: white !important;
}
.cid-sxV1oR1E8W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxV1oR1E8W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxV1oR1E8W .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxV1oR1E8W .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxV1oR1E8W .nav-item {
    position: relative;
  }
}
.cid-sxV1oR1E8W .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-sxV1oR1E8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxV1oR1E8W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxV1oR1E8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxV1oR1E8W .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-sxV1oR1E8W .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxV1oR1E8W .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-sxV1oR1E8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxV1oR1E8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxV1oR1E8W .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxV1oR1E8W .dropdown-item.active,
.cid-sxV1oR1E8W .dropdown-item:active {
  background-color: transparent;
}
.cid-sxV1oR1E8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxV1oR1E8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxV1oR1E8W .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxV1oR1E8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxV1oR1E8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxV1oR1E8W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxV1oR1E8W .navbar-buttons {
  text-align: center;
}
.cid-sxV1oR1E8W 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-sxV1oR1E8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxV1oR1E8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxV1oR1E8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV1oR1E8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV1oR1E8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxV1oR1E8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV1oR1E8W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxV1oR1E8W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxV1oR1E8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV1oR1E8W .nav-link {
  font-weight: 600 !important;
}
.cid-sxV1oR1E8W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxV1oR1E8W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxV1oR1E8W .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-sxV1oR1E8W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxV1oR1E8W .navbar {
    height: 77px;
  }
  .cid-sxV1oR1E8W .navbar.opened {
    height: auto;
  }
  .cid-sxV1oR1E8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-synMlHmVuU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-synMlHmVuU .main,
.cid-synMlHmVuU .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-synMlHmVuU .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-synMlHmVuU .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-synMlHmVuU .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-synMlHmVuU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-synMlHmVuU .text-element {
  padding: 3rem 2rem;
}
.cid-synMlHmVuU .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
.cid-synMlHmVuU .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-synMlHmVuU .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-synMlHmVuU .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-synMlHmVuU .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-synMlHmVuU .image-element,
  .cid-synMlHmVuU .text-element {
    margin-bottom: 0;
  }
  .cid-synMlHmVuU .main:first-child {
    padding-top: 0;
  }
}
.cid-synMlHmVuU .mbr-section-subtitle,
.cid-synMlHmVuU .card-text,
.cid-synMlHmVuU .mbr-section-btn {
  color: #8d97ad;
}
.cid-synMlHmVuU .card-text,
.cid-synMlHmVuU .mbr-section-btn {
  color: #767676;
}
.cid-synMlHmVuU .mbr-section-subtitle {
  color: #767676;
}
.cid-synMlHmVuU .mbr-title,
.cid-synMlHmVuU .card-img {
  text-align: center;
}
.cid-synMlHmVuU .mbr-section-title {
  color: #1a9f93;
}
.cid-synMZy3HUg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-synMZy3HUg .main,
.cid-synMZy3HUg .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-synMZy3HUg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-synMZy3HUg .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-synMZy3HUg .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-synMZy3HUg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-synMZy3HUg .text-element {
  padding: 3rem 2rem;
}
.cid-synMZy3HUg .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
.cid-synMZy3HUg .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-synMZy3HUg .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-synMZy3HUg .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-synMZy3HUg .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-synMZy3HUg .image-element,
  .cid-synMZy3HUg .text-element {
    margin-bottom: 0;
  }
  .cid-synMZy3HUg .main:first-child {
    padding-top: 0;
  }
}
.cid-synMZy3HUg .mbr-section-subtitle,
.cid-synMZy3HUg .card-text,
.cid-synMZy3HUg .mbr-section-btn {
  color: #8d97ad;
}
.cid-synMZy3HUg .card-text,
.cid-synMZy3HUg .mbr-section-btn {
  color: #767676;
}
.cid-synMZy3HUg .mbr-section-subtitle {
  color: #767676;
}
.cid-synMZy3HUg .mbr-title,
.cid-synMZy3HUg .card-img {
  text-align: center;
}
.cid-sAydLJ96FW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydLJ96FW .content {
    text-align: center;
  }
  .cid-sAydLJ96FW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydLJ96FW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydLJ96FW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydLJ96FW .media-wrap img {
  height: 6rem;
}
.cid-sAydLJ96FW .mbr-text {
  color: #8d97ad;
}
.cid-sAydLJ96FW .p-title {
  font-size: 17px;
}
.cid-sAydLJ96FW .p-title span {
  color: #111111;
}
.cid-sAydLJ96FW .title-card {
  font-size: 1.3rem;
}
.cid-sAydLJ96FW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydLJ96FW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydLJ96FW .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydLJ96FW .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydLJ96FW .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydLJ96FW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydLJ96FW .copyright img {
  margin-right: 10px;
}
.cid-sAydLJ96FW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydLJ96FW .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydLJ96FW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydLJ96FW .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydLJ96FW .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydLJ96FW SPAN {
  color: #4f6466;
}
.cid-sylAz7lrOq .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sylAz7lrOq .collapsed {
  flex-direction: row !important;
}
.cid-sylAz7lrOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sylAz7lrOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sylAz7lrOq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sylAz7lrOq .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sylAz7lrOq .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sylAz7lrOq .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sylAz7lrOq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sylAz7lrOq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sylAz7lrOq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sylAz7lrOq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sylAz7lrOq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sylAz7lrOq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sylAz7lrOq .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-sylAz7lrOq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sylAz7lrOq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sylAz7lrOq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sylAz7lrOq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sylAz7lrOq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sylAz7lrOq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sylAz7lrOq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sylAz7lrOq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sylAz7lrOq .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-sylAz7lrOq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sylAz7lrOq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sylAz7lrOq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sylAz7lrOq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sylAz7lrOq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sylAz7lrOq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sylAz7lrOq .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sylAz7lrOq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sylAz7lrOq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sylAz7lrOq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sylAz7lrOq .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sylAz7lrOq .nav-item:focus,
.cid-sylAz7lrOq .nav-link:focus {
  outline: none;
}
.cid-sylAz7lrOq .text-white:hover,
.cid-sylAz7lrOq .text-white:active,
.cid-sylAz7lrOq .text-white:focus {
  color: white !important;
}
.cid-sylAz7lrOq .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sylAz7lrOq .dropdown-item:hover {
  color: black !important;
}
.cid-sylAz7lrOq .dropdown-menu {
  background-color: white !important;
}
.cid-sylAz7lrOq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sylAz7lrOq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sylAz7lrOq .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sylAz7lrOq .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sylAz7lrOq .nav-item {
    position: relative;
  }
}
.cid-sylAz7lrOq .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-sylAz7lrOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sylAz7lrOq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sylAz7lrOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sylAz7lrOq .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-sylAz7lrOq .navbar-caption {
  font-weight: 600 !important;
}
.cid-sylAz7lrOq .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-sylAz7lrOq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sylAz7lrOq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sylAz7lrOq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sylAz7lrOq .dropdown-item.active,
.cid-sylAz7lrOq .dropdown-item:active {
  background-color: transparent;
}
.cid-sylAz7lrOq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sylAz7lrOq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sylAz7lrOq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sylAz7lrOq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sylAz7lrOq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sylAz7lrOq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sylAz7lrOq .navbar-buttons {
  text-align: center;
}
.cid-sylAz7lrOq 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-sylAz7lrOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sylAz7lrOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sylAz7lrOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sylAz7lrOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sylAz7lrOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sylAz7lrOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sylAz7lrOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sylAz7lrOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sylAz7lrOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sylAz7lrOq .nav-link {
  font-weight: 600 !important;
}
.cid-sylAz7lrOq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sylAz7lrOq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sylAz7lrOq .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-sylAz7lrOq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sylAz7lrOq .navbar {
    height: 77px;
  }
  .cid-sylAz7lrOq .navbar.opened {
    height: auto;
  }
  .cid-sylAz7lrOq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sylAz86Apv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/science-background-with-molecule-or-atom-2000x1200.jpg");
}
.cid-sylAz86Apv h1 {
  color: #616161;
}
.cid-sylAz86Apv h2,
.cid-sylAz86Apv h3,
.cid-sylAz86Apv p {
  color: #767676;
}
.cid-sylAz86Apv .mbr-section-subtitle {
  font-style: italic;
}
.cid-sylAz86Apv H1 {
  color: #ffffff;
}
.cid-sylAz86Apv H3 {
  color: #ffffff;
}
.cid-sylAz86Apv .mbr-text,
.cid-sylAz86Apv .mbr-section-btn {
  color: #ffffff;
}
.cid-sylAz8vfDu {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sylAz8vfDu .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sylAz8vfDu H2 {
  text-align: left;
}
.cid-sylAUcIgwf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4f6466;
}
.cid-sylAUcIgwf H2 {
  color: #ffffff;
}
.cid-sylAUcIgwf .mbr-text,
.cid-sylAUcIgwf .mbr-section-btn {
  color: #232323;
}
.cid-sylAVdmmhv {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sylAVdmmhv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sylAVdmmhv p {
  color: #767676;
  text-align: left;
}
.cid-sylAVdmmhv .card-box {
  padding-top: 2rem;
}
.cid-sylAVdmmhv .card-wrapper {
  height: 100%;
}
.cid-sylAVdmmhv .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-sylAVIPYWC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sylAVIPYWC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sylAVIPYWC p {
  color: #767676;
  text-align: left;
}
.cid-sylAVIPYWC .card-box {
  padding-top: 2rem;
}
.cid-sylAVIPYWC .card-wrapper {
  height: 100%;
}
.cid-sylAVIPYWC .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-sylAWedVz0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sylAWedVz0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sylAWedVz0 p {
  color: #767676;
  text-align: left;
}
.cid-sylAWedVz0 .card-box {
  padding-top: 2rem;
}
.cid-sylAWedVz0 .card-wrapper {
  height: 100%;
}
.cid-sylAWedVz0 .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-sylAzaEVBD {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-sylAzaEVBD H2 {
  color: #4f6466;
}
.cid-sylAzaEVBD .mbr-text,
.cid-sylAzaEVBD .mbr-section-btn {
  color: #232323;
}
.cid-sylAzaEVBD H3 {
  color: #232323;
}
.cid-sylAzaVKnZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sylAzaVKnZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sylAzaVKnZ p {
  color: #767676;
  text-align: left;
}
.cid-sylAzaVKnZ .card-img {
  text-align: left;
}
.cid-sylAzaVKnZ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sylAzaVKnZ .card-title,
.cid-sylAzaVKnZ .card-img {
  color: #22c7b8;
}
.cid-sylAzbj1Hj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-sylAzbj1Hj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sylAzbj1Hj p {
  color: #767676;
  text-align: left;
}
.cid-sylAzbj1Hj .card-img {
  text-align: left;
}
.cid-sylAzbj1Hj .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sylAzbj1Hj .card-title,
.cid-sylAzbj1Hj .card-img {
  color: #22c7b8;
}
.cid-sAydF29uIQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydF29uIQ .content {
    text-align: center;
  }
  .cid-sAydF29uIQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydF29uIQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydF29uIQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydF29uIQ .media-wrap img {
  height: 6rem;
}
.cid-sAydF29uIQ .mbr-text {
  color: #8d97ad;
}
.cid-sAydF29uIQ .p-title {
  font-size: 17px;
}
.cid-sAydF29uIQ .p-title span {
  color: #111111;
}
.cid-sAydF29uIQ .title-card {
  font-size: 1.3rem;
}
.cid-sAydF29uIQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydF29uIQ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydF29uIQ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydF29uIQ .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydF29uIQ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydF29uIQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydF29uIQ .copyright img {
  margin-right: 10px;
}
.cid-sAydF29uIQ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydF29uIQ .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydF29uIQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydF29uIQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydF29uIQ .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydF29uIQ SPAN {
  color: #4f6466;
}
.cid-synUweEgqU .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-synUweEgqU .collapsed {
  flex-direction: row !important;
}
.cid-synUweEgqU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-synUweEgqU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-synUweEgqU .navbar-buttons {
  flex-wrap: wrap;
}
.cid-synUweEgqU .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-synUweEgqU .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-synUweEgqU .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-synUweEgqU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-synUweEgqU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-synUweEgqU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-synUweEgqU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-synUweEgqU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-synUweEgqU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-synUweEgqU .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-synUweEgqU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-synUweEgqU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-synUweEgqU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-synUweEgqU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-synUweEgqU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-synUweEgqU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-synUweEgqU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-synUweEgqU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-synUweEgqU .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-synUweEgqU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-synUweEgqU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-synUweEgqU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-synUweEgqU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-synUweEgqU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-synUweEgqU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-synUweEgqU .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-synUweEgqU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-synUweEgqU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-synUweEgqU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-synUweEgqU .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-synUweEgqU .nav-item:focus,
.cid-synUweEgqU .nav-link:focus {
  outline: none;
}
.cid-synUweEgqU .text-white:hover,
.cid-synUweEgqU .text-white:active,
.cid-synUweEgqU .text-white:focus {
  color: white !important;
}
.cid-synUweEgqU .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-synUweEgqU .dropdown-item:hover {
  color: black !important;
}
.cid-synUweEgqU .dropdown-menu {
  background-color: white !important;
}
.cid-synUweEgqU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-synUweEgqU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-synUweEgqU .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-synUweEgqU .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-synUweEgqU .nav-item {
    position: relative;
  }
}
.cid-synUweEgqU .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-synUweEgqU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-synUweEgqU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-synUweEgqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-synUweEgqU .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-synUweEgqU .navbar-caption {
  font-weight: 600 !important;
}
.cid-synUweEgqU .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-synUweEgqU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-synUweEgqU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-synUweEgqU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-synUweEgqU .dropdown-item.active,
.cid-synUweEgqU .dropdown-item:active {
  background-color: transparent;
}
.cid-synUweEgqU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-synUweEgqU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-synUweEgqU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-synUweEgqU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-synUweEgqU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-synUweEgqU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-synUweEgqU .navbar-buttons {
  text-align: center;
}
.cid-synUweEgqU 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-synUweEgqU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-synUweEgqU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-synUweEgqU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-synUweEgqU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-synUweEgqU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-synUweEgqU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-synUweEgqU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-synUweEgqU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-synUweEgqU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-synUweEgqU .nav-link {
  font-weight: 600 !important;
}
.cid-synUweEgqU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-synUweEgqU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-synUweEgqU .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-synUweEgqU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-synUweEgqU .navbar {
    height: 77px;
  }
  .cid-synUweEgqU .navbar.opened {
    height: auto;
  }
  .cid-synUweEgqU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-8v {
  /* Type valid CSS here */
}
#custom-html-8v div {
  padding: 0;
  color: #777;
  text-align: center;
  align: center;
}
#custom-html-8v p {
  font-size: 60px;
  color: #777;
}
.cid-ty7jZK7YrY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ty7jZK7YrY .image-block {
  margin: auto;
}
.cid-ty7jZK7YrY figcaption {
  position: relative;
}
.cid-ty7jZK7YrY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ty7jZK7YrY .image-block {
    width: 100% !important;
  }
}
.cid-ty7kqa7xNZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty7kqa7xNZ .mbr-section-subtitle,
.cid-ty7kqa7xNZ .mbr-text {
  color: #767676;
}
.cid-ty7kqa7xNZ .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ty7kqa7xNZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty7kqa7xNZ .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-ty7kqa7xNZ .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-ty7kqa7xNZ .card-wrapper .card-img img {
  width: 100%;
}
.cid-ty7kqa7xNZ .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ty7kqa7xNZ .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ty7kqa7xNZ .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-ty7kqa7xNZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-ty7kqa7xNZ .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-ty7kqa7xNZ .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ty7kqa7xNZ .card-title {
  color: #1a9f93;
}
.cid-ty7kqa7xNZ .mbr-section-title {
  color: #ffffff;
}
.cid-ty7kqa7xNZ .mbr-section-subtitle {
  color: #232323;
}
.cid-ty89VXQURE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty89VXQURE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ty89VXQURE .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ty89VXQURE .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ty89VXQURE .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ty89VXQURE .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ty89VXQURE .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ty89VXQURE .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ty89VXQURE .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ty89VXQURE .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ty89VXQURE .media-block {
    padding-left: 2rem;
  }
}
.cid-ty89VXQURE .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ty89VXQURE .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ty89VXQURE .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty8tEJ08o6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty8tEJ08o6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ty8tEJ08o6 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ty8tEJ08o6 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ty8tEJ08o6 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ty8tEJ08o6 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ty8tEJ08o6 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ty8tEJ08o6 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ty8tEJ08o6 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ty8tEJ08o6 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ty8tEJ08o6 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ty8blvfxFE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty8blvfxFE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ty8blvfxFE .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ty8blvfxFE .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ty8blvfxFE .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ty8blvfxFE .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ty8blvfxFE .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ty8blvfxFE .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ty8blvfxFE .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ty8blvfxFE .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ty8blvfxFE .media-block {
    padding-right: 2rem;
  }
}
.cid-ty8blvfxFE .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ty8blvfxFE .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ty8vrMb02u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ty8vrMb02u .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ty8vrMb02u .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ty8vrMb02u .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ty8vrMb02u .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ty8vrMb02u .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ty8vrMb02u .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ty8vrMb02u .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ty8vrMb02u .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ty8vrMb02u .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ty8vrMb02u .media-block {
    padding-left: 2rem;
  }
}
.cid-ty8vrMb02u .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ty8vrMb02u .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ty8vrMb02u .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty8wcd9tQ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ty8wcd9tQ8 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ty8wcd9tQ8 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ty8wcd9tQ8 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ty8wcd9tQ8 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ty8wcd9tQ8 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ty8wcd9tQ8 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ty8wcd9tQ8 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ty8wcd9tQ8 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ty8wcd9tQ8 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ty8wcd9tQ8 .media-block {
    padding-right: 2rem;
  }
}
.cid-ty8wcd9tQ8 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ty8wcd9tQ8 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sAye1kta67 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAye1kta67 .content {
    text-align: center;
  }
  .cid-sAye1kta67 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAye1kta67 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAye1kta67 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAye1kta67 .media-wrap img {
  height: 6rem;
}
.cid-sAye1kta67 .mbr-text {
  color: #8d97ad;
}
.cid-sAye1kta67 .p-title {
  font-size: 17px;
}
.cid-sAye1kta67 .p-title span {
  color: #111111;
}
.cid-sAye1kta67 .title-card {
  font-size: 1.3rem;
}
.cid-sAye1kta67 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAye1kta67 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAye1kta67 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAye1kta67 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAye1kta67 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAye1kta67 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAye1kta67 .copyright img {
  margin-right: 10px;
}
.cid-sAye1kta67 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAye1kta67 .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAye1kta67 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAye1kta67 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAye1kta67 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAye1kta67 SPAN {
  color: #4f6466;
}
.cid-syo20EMuxc .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-syo20EMuxc .collapsed {
  flex-direction: row !important;
}
.cid-syo20EMuxc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syo20EMuxc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syo20EMuxc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-syo20EMuxc .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-syo20EMuxc .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-syo20EMuxc .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-syo20EMuxc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syo20EMuxc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syo20EMuxc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syo20EMuxc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syo20EMuxc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syo20EMuxc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syo20EMuxc .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-syo20EMuxc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syo20EMuxc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syo20EMuxc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syo20EMuxc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syo20EMuxc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syo20EMuxc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syo20EMuxc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syo20EMuxc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syo20EMuxc .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-syo20EMuxc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syo20EMuxc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syo20EMuxc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syo20EMuxc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syo20EMuxc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syo20EMuxc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syo20EMuxc .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-syo20EMuxc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syo20EMuxc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syo20EMuxc .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-syo20EMuxc .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-syo20EMuxc .nav-item:focus,
.cid-syo20EMuxc .nav-link:focus {
  outline: none;
}
.cid-syo20EMuxc .text-white:hover,
.cid-syo20EMuxc .text-white:active,
.cid-syo20EMuxc .text-white:focus {
  color: white !important;
}
.cid-syo20EMuxc .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-syo20EMuxc .dropdown-item:hover {
  color: black !important;
}
.cid-syo20EMuxc .dropdown-menu {
  background-color: white !important;
}
.cid-syo20EMuxc .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-syo20EMuxc .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-syo20EMuxc .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-syo20EMuxc .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-syo20EMuxc .nav-item {
    position: relative;
  }
}
.cid-syo20EMuxc .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-syo20EMuxc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syo20EMuxc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-syo20EMuxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syo20EMuxc .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-syo20EMuxc .navbar-caption {
  font-weight: 600 !important;
}
.cid-syo20EMuxc .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-syo20EMuxc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syo20EMuxc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syo20EMuxc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syo20EMuxc .dropdown-item.active,
.cid-syo20EMuxc .dropdown-item:active {
  background-color: transparent;
}
.cid-syo20EMuxc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syo20EMuxc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syo20EMuxc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syo20EMuxc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-syo20EMuxc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syo20EMuxc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syo20EMuxc .navbar-buttons {
  text-align: center;
}
.cid-syo20EMuxc 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-syo20EMuxc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-syo20EMuxc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syo20EMuxc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syo20EMuxc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syo20EMuxc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syo20EMuxc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syo20EMuxc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syo20EMuxc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syo20EMuxc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syo20EMuxc .nav-link {
  font-weight: 600 !important;
}
.cid-syo20EMuxc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syo20EMuxc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syo20EMuxc .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-syo20EMuxc .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syo20EMuxc .navbar {
    height: 77px;
  }
  .cid-syo20EMuxc .navbar.opened {
    height: auto;
  }
  .cid-syo20EMuxc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-8y {
  /* Type valid CSS here */
}
#custom-html-8y div {
  padding: 0;
  color: #777;
  text-align: center;
  align: center;
}
#custom-html-8y p {
  font-size: 60px;
  color: #777;
}
.cid-ty3oQ16NdO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ty3oQ16NdO .image-block {
  margin: auto;
}
.cid-ty3oQ16NdO figcaption {
  position: relative;
}
.cid-ty3oQ16NdO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ty3oQ16NdO .image-block {
    width: 100% !important;
  }
}
.cid-ty3oM1ExTg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty3oM1ExTg .mbr-section-subtitle,
.cid-ty3oM1ExTg .mbr-text {
  color: #767676;
}
.cid-ty3oM1ExTg .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ty3oM1ExTg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty3oM1ExTg .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-ty3oM1ExTg .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-ty3oM1ExTg .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-ty3oM1ExTg .card-wrapper .card-img img {
  width: 100%;
}
.cid-ty3oM1ExTg .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ty3oM1ExTg .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ty3oM1ExTg .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ty3oM1ExTg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-ty3oM1ExTg .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-ty3oM1ExTg .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-ty3oM1ExTg .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ty3oM1ExTg .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-ty3oM1ExTg .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-ty3oM1ExTg .mbr-section-title {
  color: #ffffff;
}
.cid-ty3oM1ExTg .mbr-section-subtitle {
  color: #232323;
}
.cid-ty3peTWW9s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty3peTWW9s .mbr-section-subtitle,
.cid-ty3peTWW9s .mbr-text {
  color: #767676;
}
.cid-ty3peTWW9s .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ty3peTWW9s .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty3peTWW9s .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-ty3peTWW9s .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-ty3peTWW9s .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-ty3peTWW9s .card-wrapper .card-img img {
  width: 100%;
}
.cid-ty3peTWW9s .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ty3peTWW9s .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ty3peTWW9s .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ty3peTWW9s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-ty3peTWW9s .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-ty3peTWW9s .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-ty3peTWW9s .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ty3peTWW9s .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-ty3peTWW9s .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-ty3peTWW9s .mbr-section-title {
  color: #ffffff;
}
.cid-ty3peTWW9s .mbr-section-subtitle {
  color: #232323;
}
.cid-ty3vLHf9oj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty3vLHf9oj .mbr-section-subtitle,
.cid-ty3vLHf9oj .mbr-text {
  color: #767676;
}
.cid-ty3vLHf9oj .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ty3vLHf9oj .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty3vLHf9oj .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-ty3vLHf9oj .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-ty3vLHf9oj .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-ty3vLHf9oj .card-wrapper .card-img img {
  width: 100%;
}
.cid-ty3vLHf9oj .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ty3vLHf9oj .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ty3vLHf9oj .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ty3vLHf9oj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-ty3vLHf9oj .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-ty3vLHf9oj .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-ty3vLHf9oj .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ty3vLHf9oj .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-ty3vLHf9oj .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-ty3vLHf9oj .mbr-section-title {
  color: #ffffff;
}
.cid-ty3vLHf9oj .mbr-section-subtitle {
  color: #232323;
}
.cid-sAyefUMGmV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAyefUMGmV .content {
    text-align: center;
  }
  .cid-sAyefUMGmV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAyefUMGmV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAyefUMGmV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAyefUMGmV .media-wrap img {
  height: 6rem;
}
.cid-sAyefUMGmV .mbr-text {
  color: #8d97ad;
}
.cid-sAyefUMGmV .p-title {
  font-size: 17px;
}
.cid-sAyefUMGmV .p-title span {
  color: #111111;
}
.cid-sAyefUMGmV .title-card {
  font-size: 1.3rem;
}
.cid-sAyefUMGmV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAyefUMGmV .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAyefUMGmV .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAyefUMGmV .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAyefUMGmV .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAyefUMGmV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAyefUMGmV .copyright img {
  margin-right: 10px;
}
.cid-sAyefUMGmV .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAyefUMGmV .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAyefUMGmV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAyefUMGmV .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAyefUMGmV .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAyefUMGmV SPAN {
  color: #4f6466;
}
.cid-syo2dzAQLE .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-syo2dzAQLE .collapsed {
  flex-direction: row !important;
}
.cid-syo2dzAQLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syo2dzAQLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syo2dzAQLE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-syo2dzAQLE .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-syo2dzAQLE .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-syo2dzAQLE .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-syo2dzAQLE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syo2dzAQLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syo2dzAQLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syo2dzAQLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syo2dzAQLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syo2dzAQLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syo2dzAQLE .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-syo2dzAQLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syo2dzAQLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syo2dzAQLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syo2dzAQLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syo2dzAQLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syo2dzAQLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syo2dzAQLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syo2dzAQLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syo2dzAQLE .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-syo2dzAQLE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syo2dzAQLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syo2dzAQLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syo2dzAQLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syo2dzAQLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syo2dzAQLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syo2dzAQLE .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-syo2dzAQLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syo2dzAQLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syo2dzAQLE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-syo2dzAQLE .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-syo2dzAQLE .nav-item:focus,
.cid-syo2dzAQLE .nav-link:focus {
  outline: none;
}
.cid-syo2dzAQLE .text-white:hover,
.cid-syo2dzAQLE .text-white:active,
.cid-syo2dzAQLE .text-white:focus {
  color: white !important;
}
.cid-syo2dzAQLE .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-syo2dzAQLE .dropdown-item:hover {
  color: black !important;
}
.cid-syo2dzAQLE .dropdown-menu {
  background-color: white !important;
}
.cid-syo2dzAQLE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-syo2dzAQLE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-syo2dzAQLE .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-syo2dzAQLE .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-syo2dzAQLE .nav-item {
    position: relative;
  }
}
.cid-syo2dzAQLE .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-syo2dzAQLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syo2dzAQLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-syo2dzAQLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syo2dzAQLE .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-syo2dzAQLE .navbar-caption {
  font-weight: 600 !important;
}
.cid-syo2dzAQLE .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-syo2dzAQLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syo2dzAQLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syo2dzAQLE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syo2dzAQLE .dropdown-item.active,
.cid-syo2dzAQLE .dropdown-item:active {
  background-color: transparent;
}
.cid-syo2dzAQLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syo2dzAQLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syo2dzAQLE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syo2dzAQLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-syo2dzAQLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syo2dzAQLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syo2dzAQLE .navbar-buttons {
  text-align: center;
}
.cid-syo2dzAQLE 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-syo2dzAQLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-syo2dzAQLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syo2dzAQLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syo2dzAQLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syo2dzAQLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syo2dzAQLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syo2dzAQLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syo2dzAQLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syo2dzAQLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syo2dzAQLE .nav-link {
  font-weight: 600 !important;
}
.cid-syo2dzAQLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syo2dzAQLE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syo2dzAQLE .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-syo2dzAQLE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syo2dzAQLE .navbar {
    height: 77px;
  }
  .cid-syo2dzAQLE .navbar.opened {
    height: auto;
  }
  .cid-syo2dzAQLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0pRT5ZEOn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/camara-de-autoclave-1920x1080.jpg");
}
.cid-u0pRZrGOVC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1a9f93;
}
.cid-u0pRZrGOVC P {
  color: #767676;
}
.cid-u0pRZrGOVC H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u0pTngK9Rp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTngK9Rp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTngK9Rp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTngK9Rp b,
.cid-u0pTngK9Rp strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-u0pTngK9Rp img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTngK9Rp img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTngK9Rp .row {
  align-items: center;
}
.cid-u0pTngK9Rp .mbr-section-title {
  color: #17003b;
}
.cid-u0pTngK9Rp .mbr-text,
.cid-u0pTngK9Rp .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTngK9Rp .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTVYHGYU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTVYHGYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTVYHGYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTVYHGYU b,
.cid-u0pTVYHGYU strong {
  font-weight: 900;
}
.cid-u0pTVYHGYU .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u0pTVYHGYU img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTVYHGYU img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTVYHGYU .row {
  align-items: center;
}
.cid-u0pTVYHGYU .mbr-section-title {
  color: #17003b;
}
.cid-u0pTVYHGYU .mbr-text,
.cid-u0pTVYHGYU .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTVYHGYU .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTWX6VIq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTWX6VIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTWX6VIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTWX6VIq b,
.cid-u0pTWX6VIq strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-u0pTWX6VIq img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTWX6VIq img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTWX6VIq .row {
  align-items: center;
}
.cid-u0pTWX6VIq .mbr-section-title {
  color: #17003b;
}
.cid-u0pTWX6VIq .mbr-text,
.cid-u0pTWX6VIq .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTWX6VIq .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTXo6ZOR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTXo6ZOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTXo6ZOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTXo6ZOR b,
.cid-u0pTXo6ZOR strong {
  font-weight: 900;
}
.cid-u0pTXo6ZOR .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u0pTXo6ZOR img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTXo6ZOR img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTXo6ZOR .row {
  align-items: center;
}
.cid-u0pTXo6ZOR .mbr-section-title {
  color: #17003b;
}
.cid-u0pTXo6ZOR .mbr-text,
.cid-u0pTXo6ZOR .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTXo6ZOR .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTXQrQRY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTXQrQRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTXQrQRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTXQrQRY b,
.cid-u0pTXQrQRY strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-u0pTXQrQRY img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTXQrQRY img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTXQrQRY .row {
  align-items: center;
}
.cid-u0pTXQrQRY .mbr-section-title {
  color: #17003b;
}
.cid-u0pTXQrQRY .mbr-text,
.cid-u0pTXQrQRY .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTXQrQRY .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTYlqgZz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTYlqgZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTYlqgZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTYlqgZz b,
.cid-u0pTYlqgZz strong {
  font-weight: 900;
}
.cid-u0pTYlqgZz .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u0pTYlqgZz img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTYlqgZz img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTYlqgZz .row {
  align-items: center;
}
.cid-u0pTYlqgZz .mbr-section-title {
  color: #17003b;
}
.cid-u0pTYlqgZz .mbr-text,
.cid-u0pTYlqgZz .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTYlqgZz .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTYP89Om {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTYP89Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTYP89Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTYP89Om b,
.cid-u0pTYP89Om strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-u0pTYP89Om img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTYP89Om img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTYP89Om .row {
  align-items: center;
}
.cid-u0pTYP89Om .mbr-section-title {
  color: #17003b;
}
.cid-u0pTYP89Om .mbr-text,
.cid-u0pTYP89Om .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTYP89Om .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTZcbhZw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTZcbhZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTZcbhZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTZcbhZw b,
.cid-u0pTZcbhZw strong {
  font-weight: 900;
}
.cid-u0pTZcbhZw .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u0pTZcbhZw img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTZcbhZw img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTZcbhZw .row {
  align-items: center;
}
.cid-u0pTZcbhZw .mbr-section-title {
  color: #17003b;
}
.cid-u0pTZcbhZw .mbr-text,
.cid-u0pTZcbhZw .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTZcbhZw .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pTZD0azu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pTZD0azu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pTZD0azu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTZD0azu b,
.cid-u0pTZD0azu strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-u0pTZD0azu img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pTZD0azu img {
    padding-bottom: 2rem;
  }
}
.cid-u0pTZD0azu .row {
  align-items: center;
}
.cid-u0pTZD0azu .mbr-section-title {
  color: #17003b;
}
.cid-u0pTZD0azu .mbr-text,
.cid-u0pTZD0azu .mbr-section-btn {
  color: #17003b;
}
.cid-u0pTZD0azu .mbr-section-subtitle {
  color: #17003b;
}
.cid-u0pZgJwslE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0pZgJwslE .mbr-text,
.cid-u0pZgJwslE blockquote {
  color: #767676;
}
.cid-u0pZgJwslE .mbr-text {
  color: #232323;
}
.cid-u0pU02Qj9O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0pU02Qj9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pU02Qj9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pU02Qj9O b,
.cid-u0pU02Qj9O strong {
  font-weight: 900;
}
.cid-u0pU02Qj9O .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u0pU02Qj9O img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u0pU02Qj9O img {
    padding-bottom: 2rem;
  }
}
.cid-u0pU02Qj9O .row {
  align-items: center;
}
.cid-u0pU02Qj9O .mbr-section-title {
  color: #17003b;
}
.cid-u0pU02Qj9O .mbr-text,
.cid-u0pU02Qj9O .mbr-section-btn {
  color: #17003b;
}
.cid-u0pU02Qj9O .mbr-section-subtitle {
  color: #17003b;
}
.cid-sAyem42M2m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAyem42M2m .content {
    text-align: center;
  }
  .cid-sAyem42M2m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAyem42M2m .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAyem42M2m .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAyem42M2m .media-wrap img {
  height: 6rem;
}
.cid-sAyem42M2m .mbr-text {
  color: #8d97ad;
}
.cid-sAyem42M2m .p-title {
  font-size: 17px;
}
.cid-sAyem42M2m .p-title span {
  color: #111111;
}
.cid-sAyem42M2m .title-card {
  font-size: 1.3rem;
}
.cid-sAyem42M2m .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAyem42M2m .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAyem42M2m .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAyem42M2m .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAyem42M2m .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAyem42M2m .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAyem42M2m .copyright img {
  margin-right: 10px;
}
.cid-sAyem42M2m .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAyem42M2m .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAyem42M2m .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAyem42M2m .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAyem42M2m .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAyem42M2m SPAN {
  color: #4f6466;
}
.cid-syo2PG2lh3 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-syo2PG2lh3 .collapsed {
  flex-direction: row !important;
}
.cid-syo2PG2lh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syo2PG2lh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syo2PG2lh3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-syo2PG2lh3 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-syo2PG2lh3 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-syo2PG2lh3 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-syo2PG2lh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syo2PG2lh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syo2PG2lh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syo2PG2lh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syo2PG2lh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syo2PG2lh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syo2PG2lh3 .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-syo2PG2lh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syo2PG2lh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syo2PG2lh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syo2PG2lh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syo2PG2lh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syo2PG2lh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syo2PG2lh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syo2PG2lh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syo2PG2lh3 .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-syo2PG2lh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syo2PG2lh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syo2PG2lh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syo2PG2lh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syo2PG2lh3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syo2PG2lh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syo2PG2lh3 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-syo2PG2lh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syo2PG2lh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syo2PG2lh3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-syo2PG2lh3 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-syo2PG2lh3 .nav-item:focus,
.cid-syo2PG2lh3 .nav-link:focus {
  outline: none;
}
.cid-syo2PG2lh3 .text-white:hover,
.cid-syo2PG2lh3 .text-white:active,
.cid-syo2PG2lh3 .text-white:focus {
  color: white !important;
}
.cid-syo2PG2lh3 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-syo2PG2lh3 .dropdown-item:hover {
  color: black !important;
}
.cid-syo2PG2lh3 .dropdown-menu {
  background-color: white !important;
}
.cid-syo2PG2lh3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-syo2PG2lh3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-syo2PG2lh3 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-syo2PG2lh3 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-syo2PG2lh3 .nav-item {
    position: relative;
  }
}
.cid-syo2PG2lh3 .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-syo2PG2lh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syo2PG2lh3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-syo2PG2lh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syo2PG2lh3 .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-syo2PG2lh3 .navbar-caption {
  font-weight: 600 !important;
}
.cid-syo2PG2lh3 .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-syo2PG2lh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syo2PG2lh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syo2PG2lh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syo2PG2lh3 .dropdown-item.active,
.cid-syo2PG2lh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-syo2PG2lh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syo2PG2lh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syo2PG2lh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syo2PG2lh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-syo2PG2lh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syo2PG2lh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syo2PG2lh3 .navbar-buttons {
  text-align: center;
}
.cid-syo2PG2lh3 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-syo2PG2lh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-syo2PG2lh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syo2PG2lh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syo2PG2lh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syo2PG2lh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syo2PG2lh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syo2PG2lh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syo2PG2lh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syo2PG2lh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syo2PG2lh3 .nav-link {
  font-weight: 600 !important;
}
.cid-syo2PG2lh3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syo2PG2lh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-syo2PG2lh3 .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-syo2PG2lh3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syo2PG2lh3 .navbar {
    height: 77px;
  }
  .cid-syo2PG2lh3 .navbar.opened {
    height: auto;
  }
  .cid-syo2PG2lh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-94 {
  /* Type valid CSS here */
}
#custom-html-94 div {
  padding: 0;
  color: #777;
  text-align: center;
  align: center;
}
#custom-html-94 p {
  font-size: 60px;
  color: #777;
}
.cid-ty1Wt3ORNR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty1Wt3ORNR .mbr-section-subtitle,
.cid-ty1Wt3ORNR .mbr-text {
  color: #767676;
}
.cid-ty1Wt3ORNR .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ty1Wt3ORNR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty1Wt3ORNR .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-ty1Wt3ORNR .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-ty1Wt3ORNR .card-wrapper .card-img img {
  width: 100%;
}
.cid-ty1Wt3ORNR .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ty1Wt3ORNR .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ty1Wt3ORNR .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ty1Wt3ORNR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-ty1Wt3ORNR .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-ty1Wt3ORNR .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ty1Wt3ORNR .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-ty1Wt3ORNR .mbr-section-title {
  color: #ffffff;
}
.cid-ty1Wt3ORNR .mbr-section-subtitle {
  color: #232323;
}
.cid-ty21Xm8tNY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty21Xm8tNY .mbr-section-subtitle,
.cid-ty21Xm8tNY .mbr-text {
  color: #767676;
}
.cid-ty21Xm8tNY .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ty21Xm8tNY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty21Xm8tNY .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-ty21Xm8tNY .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-ty21Xm8tNY .card-wrapper .card-img img {
  width: 100%;
}
.cid-ty21Xm8tNY .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ty21Xm8tNY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ty21Xm8tNY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ty21Xm8tNY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-ty21Xm8tNY .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-ty21Xm8tNY .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ty21Xm8tNY .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-ty21Xm8tNY .mbr-section-title {
  color: #ffffff;
}
.cid-ty21Xm8tNY .mbr-section-subtitle {
  color: #232323;
}
.cid-ty21XJX2iO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty21XJX2iO .mbr-section-subtitle,
.cid-ty21XJX2iO .mbr-text {
  color: #767676;
}
.cid-ty21XJX2iO .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ty21XJX2iO .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ty21XJX2iO .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-ty21XJX2iO .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-ty21XJX2iO .card-wrapper .card-img img {
  width: 100%;
}
.cid-ty21XJX2iO .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-ty21XJX2iO .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-ty21XJX2iO .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-ty21XJX2iO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-ty21XJX2iO .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-ty21XJX2iO .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ty21XJX2iO .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-ty21XJX2iO .mbr-section-title {
  color: #ffffff;
}
.cid-ty21XJX2iO .mbr-section-subtitle {
  color: #232323;
}
.cid-sAyepkv6ut {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAyepkv6ut .content {
    text-align: center;
  }
  .cid-sAyepkv6ut .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAyepkv6ut .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAyepkv6ut .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAyepkv6ut .media-wrap img {
  height: 6rem;
}
.cid-sAyepkv6ut .mbr-text {
  color: #8d97ad;
}
.cid-sAyepkv6ut .p-title {
  font-size: 17px;
}
.cid-sAyepkv6ut .p-title span {
  color: #111111;
}
.cid-sAyepkv6ut .title-card {
  font-size: 1.3rem;
}
.cid-sAyepkv6ut .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAyepkv6ut .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAyepkv6ut .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAyepkv6ut .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAyepkv6ut .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAyepkv6ut .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAyepkv6ut .copyright img {
  margin-right: 10px;
}
.cid-sAyepkv6ut .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAyepkv6ut .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAyepkv6ut .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAyepkv6ut .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAyepkv6ut .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAyepkv6ut SPAN {
  color: #4f6466;
}
.cid-szG9SgTmi8 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-szG9SgTmi8 .collapsed {
  flex-direction: row !important;
}
.cid-szG9SgTmi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szG9SgTmi8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szG9SgTmi8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-szG9SgTmi8 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-szG9SgTmi8 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-szG9SgTmi8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-szG9SgTmi8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-szG9SgTmi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szG9SgTmi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-szG9SgTmi8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-szG9SgTmi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szG9SgTmi8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szG9SgTmi8 .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-szG9SgTmi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szG9SgTmi8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-szG9SgTmi8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-szG9SgTmi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szG9SgTmi8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szG9SgTmi8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szG9SgTmi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szG9SgTmi8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szG9SgTmi8 .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-szG9SgTmi8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-szG9SgTmi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szG9SgTmi8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szG9SgTmi8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-szG9SgTmi8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-szG9SgTmi8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-szG9SgTmi8 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-szG9SgTmi8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-szG9SgTmi8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szG9SgTmi8 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-szG9SgTmi8 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-szG9SgTmi8 .nav-item:focus,
.cid-szG9SgTmi8 .nav-link:focus {
  outline: none;
}
.cid-szG9SgTmi8 .text-white:hover,
.cid-szG9SgTmi8 .text-white:active,
.cid-szG9SgTmi8 .text-white:focus {
  color: white !important;
}
.cid-szG9SgTmi8 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-szG9SgTmi8 .dropdown-item:hover {
  color: black !important;
}
.cid-szG9SgTmi8 .dropdown-menu {
  background-color: white !important;
}
.cid-szG9SgTmi8 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-szG9SgTmi8 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-szG9SgTmi8 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-szG9SgTmi8 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-szG9SgTmi8 .nav-item {
    position: relative;
  }
}
.cid-szG9SgTmi8 .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-szG9SgTmi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szG9SgTmi8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-szG9SgTmi8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szG9SgTmi8 .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-szG9SgTmi8 .navbar-caption {
  font-weight: 600 !important;
}
.cid-szG9SgTmi8 .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-szG9SgTmi8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szG9SgTmi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szG9SgTmi8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-szG9SgTmi8 .dropdown-item.active,
.cid-szG9SgTmi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-szG9SgTmi8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szG9SgTmi8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szG9SgTmi8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szG9SgTmi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-szG9SgTmi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szG9SgTmi8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szG9SgTmi8 .navbar-buttons {
  text-align: center;
}
.cid-szG9SgTmi8 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-szG9SgTmi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-szG9SgTmi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szG9SgTmi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szG9SgTmi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szG9SgTmi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szG9SgTmi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szG9SgTmi8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szG9SgTmi8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szG9SgTmi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szG9SgTmi8 .nav-link {
  font-weight: 600 !important;
}
.cid-szG9SgTmi8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szG9SgTmi8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-szG9SgTmi8 .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-szG9SgTmi8 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szG9SgTmi8 .navbar {
    height: 77px;
  }
  .cid-szG9SgTmi8 .navbar.opened {
    height: auto;
  }
  .cid-szG9SgTmi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szG9ShfDg4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1056.jpg");
}
.cid-szG9ShfDg4 h1 {
  color: #616161;
}
.cid-szG9ShfDg4 h2,
.cid-szG9ShfDg4 h3,
.cid-szG9ShfDg4 p {
  color: #767676;
}
.cid-szG9ShfDg4 .mbr-section-subtitle {
  font-style: italic;
}
.cid-szG9ShfDg4 H1 {
  color: #ffffff;
}
.cid-szG9ShfDg4 H3 {
  color: #ffffff;
}
.cid-szG9ShfDg4 .mbr-text,
.cid-szG9ShfDg4 .mbr-section-btn {
  color: #ffffff;
}
.cid-szG9ShrhAz {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szG9ShrhAz .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-szG9ShrhAz H2 {
  text-align: center;
}
.cid-szGkp7j94o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/captura-de-pantalla-2021-06-07-a-las-15.12.03-2000x996.png");
}
.cid-szGl6TiHK2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szGl6TiHK2 p {
  margin-bottom: 0;
}
.cid-szGl6TiHK2 .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-szGl6TiHK2 .card-box .card-title {
  pointer-events: all;
}
.cid-szGl6TiHK2 .card-box .mbr-text {
  pointer-events: all;
}
.cid-szGl6TiHK2 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-szGl6TiHK2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-szGl6TiHK2 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-szGl6TiHK2 .card-wrap {
  position: relative;
}
.cid-szGl6TiHK2 .card {
  padding-bottom: 2rem;
}
.cid-szGl6TiHK2 P {
  color: #4f6466;
  text-align: left;
}
.cid-szGl6TiHK2 H4 {
  color: #333333;
}
.cid-szGl6TiHK2 .mbr-section-title {
  color: #4f6466;
}
.cid-szGmdBwSvf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szGmdBwSvf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szGmdBwSvf p {
  color: #767676;
  text-align: left;
}
.cid-szGmdBwSvf .card-box {
  padding-top: 2rem;
}
.cid-szGmdBwSvf .card-wrapper {
  height: 100%;
}
.cid-szGmdBwSvf .card-title {
  text-align: center;
}
.cid-szHGvwXywU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/captura-de-pantalla-2021-06-07-a-las-20.47.34-2000x1093.png");
}
.cid-szHGAOnFCE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHGAOnFCE p {
  margin-bottom: 0;
}
.cid-szHGAOnFCE .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-szHGAOnFCE .card-box .card-title {
  pointer-events: all;
}
.cid-szHGAOnFCE .card-box .mbr-text {
  pointer-events: all;
}
.cid-szHGAOnFCE .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-szHGAOnFCE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-szHGAOnFCE .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-szHGAOnFCE .card-wrap {
  position: relative;
}
.cid-szHGAOnFCE .card {
  padding-bottom: 2rem;
}
.cid-szHGAOnFCE P {
  color: #4f6466;
  text-align: left;
}
.cid-szHGAOnFCE H4 {
  color: #333333;
}
.cid-szHGAOnFCE .mbr-section-title {
  color: #4f6466;
}
.cid-szHGCwzSFO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHGCwzSFO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szHGCwzSFO p {
  color: #767676;
  text-align: left;
}
.cid-szHGCwzSFO .card-box {
  padding-top: 2rem;
}
.cid-szHGCwzSFO .card-wrapper {
  height: 100%;
}
.cid-szHGCwzSFO .card-title {
  text-align: center;
}
.cid-szHHEdeGhm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/captura-de-pantalla-2021-06-07-a-las-15.12.03-2000x996.png");
}
.cid-szHHEDvORF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHHEDvORF p {
  margin-bottom: 0;
}
.cid-szHHEDvORF .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-szHHEDvORF .card-box .card-title {
  pointer-events: all;
}
.cid-szHHEDvORF .card-box .mbr-text {
  pointer-events: all;
}
.cid-szHHEDvORF .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-szHHEDvORF .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-szHHEDvORF .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-szHHEDvORF .card-wrap {
  position: relative;
}
.cid-szHHEDvORF .card {
  padding-bottom: 2rem;
}
.cid-szHHEDvORF P {
  color: #4f6466;
  text-align: left;
}
.cid-szHHEDvORF H4 {
  color: #333333;
}
.cid-szHHEDvORF .mbr-section-title {
  color: #4f6466;
}
.cid-szHHF1KWM2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHHF1KWM2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szHHF1KWM2 p {
  color: #767676;
  text-align: left;
}
.cid-szHHF1KWM2 .card-box {
  padding-top: 2rem;
}
.cid-szHHF1KWM2 .card-wrapper {
  height: 100%;
}
.cid-szHHF1KWM2 .card-title {
  text-align: center;
}
.cid-szHIwe3ybw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/captura-de-pantalla-2021-06-07-a-las-20.52.57-2000x962.png");
}
.cid-szHIwCwBz5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHIwCwBz5 p {
  margin-bottom: 0;
}
.cid-szHIwCwBz5 .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-szHIwCwBz5 .card-box .card-title {
  pointer-events: all;
}
.cid-szHIwCwBz5 .card-box .mbr-text {
  pointer-events: all;
}
.cid-szHIwCwBz5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-szHIwCwBz5 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-szHIwCwBz5 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-szHIwCwBz5 .card-wrap {
  position: relative;
}
.cid-szHIwCwBz5 .card {
  padding-bottom: 2rem;
}
.cid-szHIwCwBz5 P {
  color: #4f6466;
  text-align: left;
}
.cid-szHIwCwBz5 H4 {
  color: #333333;
}
.cid-szHIwCwBz5 .mbr-section-title {
  color: #4f6466;
}
.cid-szHIx8vYdC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHIx8vYdC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szHIx8vYdC p {
  color: #767676;
  text-align: left;
}
.cid-szHIx8vYdC .card-box {
  padding-top: 2rem;
}
.cid-szHIx8vYdC .card-wrapper {
  height: 100%;
}
.cid-szHIx8vYdC .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-szHIx8vYdC P {
  text-align: center;
}
.cid-sAydU1XPck {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAydU1XPck .content {
    text-align: center;
  }
  .cid-sAydU1XPck .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAydU1XPck .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAydU1XPck .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAydU1XPck .media-wrap img {
  height: 6rem;
}
.cid-sAydU1XPck .mbr-text {
  color: #8d97ad;
}
.cid-sAydU1XPck .p-title {
  font-size: 17px;
}
.cid-sAydU1XPck .p-title span {
  color: #111111;
}
.cid-sAydU1XPck .title-card {
  font-size: 1.3rem;
}
.cid-sAydU1XPck .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAydU1XPck .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAydU1XPck .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAydU1XPck .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAydU1XPck .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAydU1XPck .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAydU1XPck .copyright img {
  margin-right: 10px;
}
.cid-sAydU1XPck .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAydU1XPck .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAydU1XPck .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAydU1XPck .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAydU1XPck .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAydU1XPck SPAN {
  color: #4f6466;
}
.cid-szHO1uRGlu .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-szHO1uRGlu .collapsed {
  flex-direction: row !important;
}
.cid-szHO1uRGlu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szHO1uRGlu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szHO1uRGlu .navbar-buttons {
  flex-wrap: wrap;
}
.cid-szHO1uRGlu .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-szHO1uRGlu .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-szHO1uRGlu .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-szHO1uRGlu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-szHO1uRGlu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szHO1uRGlu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-szHO1uRGlu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-szHO1uRGlu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szHO1uRGlu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szHO1uRGlu .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-szHO1uRGlu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szHO1uRGlu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-szHO1uRGlu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-szHO1uRGlu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szHO1uRGlu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szHO1uRGlu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szHO1uRGlu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szHO1uRGlu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szHO1uRGlu .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-szHO1uRGlu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-szHO1uRGlu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szHO1uRGlu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szHO1uRGlu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-szHO1uRGlu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-szHO1uRGlu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-szHO1uRGlu .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-szHO1uRGlu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-szHO1uRGlu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szHO1uRGlu .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-szHO1uRGlu .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-szHO1uRGlu .nav-item:focus,
.cid-szHO1uRGlu .nav-link:focus {
  outline: none;
}
.cid-szHO1uRGlu .text-white:hover,
.cid-szHO1uRGlu .text-white:active,
.cid-szHO1uRGlu .text-white:focus {
  color: white !important;
}
.cid-szHO1uRGlu .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-szHO1uRGlu .dropdown-item:hover {
  color: black !important;
}
.cid-szHO1uRGlu .dropdown-menu {
  background-color: white !important;
}
.cid-szHO1uRGlu .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-szHO1uRGlu .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-szHO1uRGlu .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-szHO1uRGlu .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-szHO1uRGlu .nav-item {
    position: relative;
  }
}
.cid-szHO1uRGlu .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-szHO1uRGlu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szHO1uRGlu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-szHO1uRGlu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szHO1uRGlu .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-szHO1uRGlu .navbar-caption {
  font-weight: 600 !important;
}
.cid-szHO1uRGlu .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-szHO1uRGlu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szHO1uRGlu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szHO1uRGlu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-szHO1uRGlu .dropdown-item.active,
.cid-szHO1uRGlu .dropdown-item:active {
  background-color: transparent;
}
.cid-szHO1uRGlu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szHO1uRGlu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szHO1uRGlu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szHO1uRGlu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-szHO1uRGlu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szHO1uRGlu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szHO1uRGlu .navbar-buttons {
  text-align: center;
}
.cid-szHO1uRGlu 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-szHO1uRGlu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-szHO1uRGlu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szHO1uRGlu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szHO1uRGlu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szHO1uRGlu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szHO1uRGlu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szHO1uRGlu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szHO1uRGlu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szHO1uRGlu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szHO1uRGlu .nav-link {
  font-weight: 600 !important;
}
.cid-szHO1uRGlu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szHO1uRGlu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-szHO1uRGlu .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-szHO1uRGlu .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szHO1uRGlu .navbar {
    height: 77px;
  }
  .cid-szHO1uRGlu .navbar.opened {
    height: auto;
  }
  .cid-szHO1uRGlu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szHO1vlP4E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/csm-solutions-lab-application-vacuum-oven-2020-1200px-900px-637bff33d8.jpg.webp");
}
.cid-szHO1vlP4E h1 {
  color: #616161;
}
.cid-szHO1vlP4E h2,
.cid-szHO1vlP4E h3,
.cid-szHO1vlP4E p {
  color: #767676;
}
.cid-szHO1vlP4E .mbr-section-subtitle {
  font-style: italic;
}
.cid-szHO1vlP4E H1 {
  color: #ffffff;
}
.cid-szHO1vlP4E H3 {
  color: #ffffff;
}
.cid-szHO1vlP4E .mbr-text,
.cid-szHO1vlP4E .mbr-section-btn {
  color: #ffffff;
}
.cid-szHPFhj1tT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHPFhj1tT .mbr-section-subtitle {
  color: #767676;
}
.cid-szHPFhj1tT H2 {
  text-align: center;
  color: #4f6466;
}
.cid-szHPCBAcca {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szHPCBAcca h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szHPCBAcca p {
  color: #767676;
  text-align: left;
}
.cid-szHPCBAcca .card-box {
  padding-top: 2rem;
}
.cid-szHPCBAcca .card-wrapper {
  height: 100%;
}
.cid-szHPCBAcca .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-szHT2x8aHo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-szHT2x8aHo .mbr-section-subtitle {
  color: #767676;
}
.cid-szHT2x8aHo H2 {
  text-align: center;
  color: #4f6466;
}
.cid-szHT4nrB3a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-szHT4nrB3a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szHT4nrB3a p {
  color: #767676;
  text-align: left;
}
.cid-szHT4nrB3a .card-box {
  padding-top: 2rem;
}
.cid-szHT4nrB3a .card-wrapper {
  height: 100%;
}
.cid-szHT4nrB3a .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-szHUenbAV2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szHUenbAV2 .mbr-section-subtitle {
  color: #767676;
}
.cid-szHUenbAV2 H2 {
  text-align: center;
  color: #4f6466;
}
.cid-szHUfnEof4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-szHUfnEof4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szHUfnEof4 p {
  color: #767676;
  text-align: left;
}
.cid-szHUfnEof4 .card-box {
  padding-top: 2rem;
}
.cid-szHUfnEof4 .card-wrapper {
  height: 100%;
}
.cid-szHUfnEof4 .card-title {
  text-align: center;
  color: #22c7b8;
}
.cid-sAyebRhWlS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAyebRhWlS .content {
    text-align: center;
  }
  .cid-sAyebRhWlS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAyebRhWlS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAyebRhWlS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAyebRhWlS .media-wrap img {
  height: 6rem;
}
.cid-sAyebRhWlS .mbr-text {
  color: #8d97ad;
}
.cid-sAyebRhWlS .p-title {
  font-size: 17px;
}
.cid-sAyebRhWlS .p-title span {
  color: #111111;
}
.cid-sAyebRhWlS .title-card {
  font-size: 1.3rem;
}
.cid-sAyebRhWlS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAyebRhWlS .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAyebRhWlS .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAyebRhWlS .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAyebRhWlS .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAyebRhWlS .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAyebRhWlS .copyright img {
  margin-right: 10px;
}
.cid-sAyebRhWlS .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAyebRhWlS .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAyebRhWlS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAyebRhWlS .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAyebRhWlS .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAyebRhWlS SPAN {
  color: #4f6466;
}
.cid-tmZK0me0lq .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tmZK0me0lq .collapsed {
  flex-direction: row !important;
}
.cid-tmZK0me0lq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmZK0me0lq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmZK0me0lq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tmZK0me0lq .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-tmZK0me0lq .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-tmZK0me0lq .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tmZK0me0lq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmZK0me0lq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmZK0me0lq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tmZK0me0lq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmZK0me0lq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmZK0me0lq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmZK0me0lq .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-tmZK0me0lq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmZK0me0lq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmZK0me0lq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmZK0me0lq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmZK0me0lq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmZK0me0lq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmZK0me0lq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmZK0me0lq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmZK0me0lq .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-tmZK0me0lq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tmZK0me0lq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmZK0me0lq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmZK0me0lq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmZK0me0lq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmZK0me0lq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmZK0me0lq .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-tmZK0me0lq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tmZK0me0lq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmZK0me0lq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tmZK0me0lq .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tmZK0me0lq .nav-item:focus,
.cid-tmZK0me0lq .nav-link:focus {
  outline: none;
}
.cid-tmZK0me0lq .text-white:hover,
.cid-tmZK0me0lq .text-white:active,
.cid-tmZK0me0lq .text-white:focus {
  color: white !important;
}
.cid-tmZK0me0lq .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-tmZK0me0lq .dropdown-item:hover {
  color: black !important;
}
.cid-tmZK0me0lq .dropdown-menu {
  background-color: white !important;
}
.cid-tmZK0me0lq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-tmZK0me0lq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tmZK0me0lq .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tmZK0me0lq .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tmZK0me0lq .nav-item {
    position: relative;
  }
}
.cid-tmZK0me0lq .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-tmZK0me0lq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmZK0me0lq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tmZK0me0lq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmZK0me0lq .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-tmZK0me0lq .navbar-caption {
  font-weight: 600 !important;
}
.cid-tmZK0me0lq .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-tmZK0me0lq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmZK0me0lq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmZK0me0lq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tmZK0me0lq .dropdown-item.active,
.cid-tmZK0me0lq .dropdown-item:active {
  background-color: transparent;
}
.cid-tmZK0me0lq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmZK0me0lq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmZK0me0lq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmZK0me0lq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-tmZK0me0lq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmZK0me0lq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmZK0me0lq .navbar-buttons {
  text-align: center;
}
.cid-tmZK0me0lq 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-tmZK0me0lq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tmZK0me0lq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmZK0me0lq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmZK0me0lq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmZK0me0lq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmZK0me0lq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmZK0me0lq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmZK0me0lq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmZK0me0lq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmZK0me0lq .nav-link {
  font-weight: 600 !important;
}
.cid-tmZK0me0lq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmZK0me0lq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmZK0me0lq .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-tmZK0me0lq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmZK0me0lq .navbar {
    height: 77px;
  }
  .cid-tmZK0me0lq .navbar.opened {
    height: auto;
  }
  .cid-tmZK0me0lq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmZK0nbYQC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/aceite-1-750x750.jpg");
}
.cid-tmZK0nbYQC h1 {
  color: #616161;
}
.cid-tmZK0nbYQC h2,
.cid-tmZK0nbYQC h3,
.cid-tmZK0nbYQC p {
  color: #767676;
}
.cid-tmZK0nbYQC .mbr-section-subtitle {
  font-style: italic;
}
.cid-tmZK0nbYQC H1 {
  color: #ffffff;
}
.cid-tmZK0nbYQC H3 {
  color: #ffffff;
}
.cid-tmZK0nbYQC .mbr-text,
.cid-tmZK0nbYQC .mbr-section-btn {
  color: #ffffff;
}
.cid-tmZK0nNJPI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tmZK0nNJPI .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-tmZK0nNJPI H2 {
  text-align: center;
}
.cid-tmZK0oLF5t {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tmZK0oLF5t .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tmZK0oLF5t .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmZK0oLF5t .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tmZK0oLF5t .mbr-text {
    text-align: center;
  }
}
.cid-tmZK0oLF5t H1 {
  color: #1a9f93;
}
.cid-tmZK0oLF5t .mbr-text,
.cid-tmZK0oLF5t .mbr-section-btn {
  color: #4f6466;
}
.cid-tni2EqbENq {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tni2EqbENq .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tni2EqbENq .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tni2EqbENq .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-tni2EqbENq .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-tni2EqbENq .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tni2EqbENq .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-tni2EqbENq .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tni2EqbENq .img-item {
    width: 100% !important;
  }
  .cid-tni2EqbENq .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tnhWmxB4Sw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tnhWmxB4Sw .mbr-text,
.cid-tnhWmxB4Sw blockquote {
  color: #767676;
}
.cid-tnhOWMHn7T {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tnhOWMHn7T h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tnhOWMHn7T p {
  color: #767676;
}
.cid-tnhOWMHn7T .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tnhOWMHn7T .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tnhOWMHn7T .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tnhOWMHn7T .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tnhOWMHn7T .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tnhOWMHn7T .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tnhOWMHn7T H2 {
  color: #22c7b8;
}
.cid-tnhOWMHn7T .mbr-section-subtitle {
  color: #4f6466;
}
.cid-tnhI1oLp7i {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tnhI1oLp7i h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tnhI1oLp7i p {
  color: #767676;
}
.cid-tnhI1oLp7i .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tnhI1oLp7i .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tnhI1oLp7i .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tnhI1oLp7i .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tnhI1oLp7i .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tnhI1oLp7i .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tnhI1oLp7i H2 {
  color: #22c7b8;
}
.cid-tnhI1oLp7i .mbr-section-subtitle {
  color: #4f6466;
}
.cid-tnhS2Hn2S0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tnhS2Hn2S0 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tnhS2Hn2S0 p {
  color: #767676;
}
.cid-tnhS2Hn2S0 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tnhS2Hn2S0 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tnhS2Hn2S0 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tnhS2Hn2S0 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tnhS2Hn2S0 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tnhS2Hn2S0 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tnhS2Hn2S0 H2 {
  color: #22c7b8;
}
.cid-tnhS2Hn2S0 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-tmZK0rKlig {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-tmZK0rKlig .content {
    text-align: center;
  }
  .cid-tmZK0rKlig .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tmZK0rKlig .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tmZK0rKlig .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tmZK0rKlig .media-wrap img {
  height: 6rem;
}
.cid-tmZK0rKlig .mbr-text {
  color: #8d97ad;
}
.cid-tmZK0rKlig .p-title {
  font-size: 17px;
}
.cid-tmZK0rKlig .p-title span {
  color: #111111;
}
.cid-tmZK0rKlig .title-card {
  font-size: 1.3rem;
}
.cid-tmZK0rKlig .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tmZK0rKlig .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tmZK0rKlig .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tmZK0rKlig .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-tmZK0rKlig .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tmZK0rKlig .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmZK0rKlig .copyright img {
  margin-right: 10px;
}
.cid-tmZK0rKlig .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tmZK0rKlig .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-tmZK0rKlig .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmZK0rKlig .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tmZK0rKlig .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmZK0rKlig SPAN {
  color: #4f6466;
}
.cid-to1Yn3YRf2 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-to1Yn3YRf2 .collapsed {
  flex-direction: row !important;
}
.cid-to1Yn3YRf2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to1Yn3YRf2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to1Yn3YRf2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-to1Yn3YRf2 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-to1Yn3YRf2 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-to1Yn3YRf2 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-to1Yn3YRf2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-to1Yn3YRf2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to1Yn3YRf2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-to1Yn3YRf2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to1Yn3YRf2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to1Yn3YRf2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to1Yn3YRf2 .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-to1Yn3YRf2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to1Yn3YRf2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to1Yn3YRf2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to1Yn3YRf2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to1Yn3YRf2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to1Yn3YRf2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to1Yn3YRf2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to1Yn3YRf2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to1Yn3YRf2 .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-to1Yn3YRf2 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-to1Yn3YRf2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to1Yn3YRf2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to1Yn3YRf2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to1Yn3YRf2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-to1Yn3YRf2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-to1Yn3YRf2 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-to1Yn3YRf2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-to1Yn3YRf2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to1Yn3YRf2 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to1Yn3YRf2 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-to1Yn3YRf2 .nav-item:focus,
.cid-to1Yn3YRf2 .nav-link:focus {
  outline: none;
}
.cid-to1Yn3YRf2 .text-white:hover,
.cid-to1Yn3YRf2 .text-white:active,
.cid-to1Yn3YRf2 .text-white:focus {
  color: white !important;
}
.cid-to1Yn3YRf2 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-to1Yn3YRf2 .dropdown-item:hover {
  color: black !important;
}
.cid-to1Yn3YRf2 .dropdown-menu {
  background-color: white !important;
}
.cid-to1Yn3YRf2 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-to1Yn3YRf2 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to1Yn3YRf2 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-to1Yn3YRf2 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-to1Yn3YRf2 .nav-item {
    position: relative;
  }
}
.cid-to1Yn3YRf2 .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-to1Yn3YRf2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to1Yn3YRf2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-to1Yn3YRf2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-to1Yn3YRf2 .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-to1Yn3YRf2 .navbar-caption {
  font-weight: 600 !important;
}
.cid-to1Yn3YRf2 .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-to1Yn3YRf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to1Yn3YRf2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to1Yn3YRf2 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to1Yn3YRf2 .dropdown-item.active,
.cid-to1Yn3YRf2 .dropdown-item:active {
  background-color: transparent;
}
.cid-to1Yn3YRf2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to1Yn3YRf2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to1Yn3YRf2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to1Yn3YRf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-to1Yn3YRf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to1Yn3YRf2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-to1Yn3YRf2 .navbar-buttons {
  text-align: center;
}
.cid-to1Yn3YRf2 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-to1Yn3YRf2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-to1Yn3YRf2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to1Yn3YRf2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to1Yn3YRf2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to1Yn3YRf2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to1Yn3YRf2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to1Yn3YRf2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to1Yn3YRf2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to1Yn3YRf2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to1Yn3YRf2 .nav-link {
  font-weight: 600 !important;
}
.cid-to1Yn3YRf2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to1Yn3YRf2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to1Yn3YRf2 .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-to1Yn3YRf2 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to1Yn3YRf2 .navbar {
    height: 77px;
  }
  .cid-to1Yn3YRf2 .navbar.opened {
    height: auto;
  }
  .cid-to1Yn3YRf2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to1Yn4xG23 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/23-1-2000x1768.jpg");
}
.cid-to1Yn4xG23 h1 {
  color: #616161;
}
.cid-to1Yn4xG23 h2,
.cid-to1Yn4xG23 h3,
.cid-to1Yn4xG23 p {
  color: #767676;
}
.cid-to1Yn4xG23 .mbr-section-subtitle {
  font-style: italic;
}
.cid-to1Yn4xG23 H1 {
  color: #ffffff;
}
.cid-to1Yn4xG23 H3 {
  color: #ffffff;
}
.cid-to1Yn4xG23 .mbr-text,
.cid-to1Yn4xG23 .mbr-section-btn {
  color: #ffffff;
}
.cid-to1Yn4PVMt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-to1Yn4PVMt .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-to1Yn4PVMt H2 {
  text-align: center;
}
.cid-to1Yn4YvwJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to1Yn4YvwJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-to1Yn4YvwJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-to1Yn4YvwJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-to1Yn4YvwJ .mbr-text {
    text-align: center;
  }
}
.cid-to1Yn4YvwJ H1 {
  color: #1a9f93;
}
.cid-to1Yn4YvwJ .mbr-text,
.cid-to1Yn4YvwJ .mbr-section-btn {
  color: #4f6466;
}
.cid-to1Yn5hJFB {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-to1Yn5hJFB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-to1Yn5hJFB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-to1Yn5hJFB .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-to1Yn5hJFB .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-to1Yn5hJFB .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-to1Yn5hJFB .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-to1Yn5hJFB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-to1Yn5hJFB .img-item {
    width: 100% !important;
  }
  .cid-to1Yn5hJFB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-to1Yn5vG0M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to1Yn5vG0M .mbr-text,
.cid-to1Yn5vG0M blockquote {
  color: #767676;
}
.cid-to1Yn5C449 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to1Yn5C449 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to1Yn5C449 p {
  color: #767676;
}
.cid-to1Yn5C449 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to1Yn5C449 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to1Yn5C449 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to1Yn5C449 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to1Yn5C449 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to1Yn5C449 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to1Yn5C449 H2 {
  color: #22c7b8;
}
.cid-to1Yn5C449 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to1Yn5C449 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-to1Yn5C449 DIV {
  text-align: left;
}
.cid-to1Yn6c3c8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to1Yn6c3c8 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to1Yn6c3c8 p {
  color: #767676;
}
.cid-to1Yn6c3c8 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to1Yn6c3c8 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to1Yn6c3c8 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to1Yn6c3c8 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to1Yn6c3c8 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to1Yn6c3c8 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to1Yn6c3c8 H2 {
  color: #22c7b8;
}
.cid-to1Yn6c3c8 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to1Yn6GKRK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to1Yn6GKRK h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to1Yn6GKRK p {
  color: #767676;
}
.cid-to1Yn6GKRK .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to1Yn6GKRK .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to1Yn6GKRK .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to1Yn6GKRK .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to1Yn6GKRK .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to1Yn6GKRK .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to1Yn6GKRK H2 {
  color: #22c7b8;
}
.cid-to1Yn6GKRK .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to1Yn7wnHm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-to1Yn7wnHm .content {
    text-align: center;
  }
  .cid-to1Yn7wnHm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-to1Yn7wnHm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-to1Yn7wnHm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-to1Yn7wnHm .media-wrap img {
  height: 6rem;
}
.cid-to1Yn7wnHm .mbr-text {
  color: #8d97ad;
}
.cid-to1Yn7wnHm .p-title {
  font-size: 17px;
}
.cid-to1Yn7wnHm .p-title span {
  color: #111111;
}
.cid-to1Yn7wnHm .title-card {
  font-size: 1.3rem;
}
.cid-to1Yn7wnHm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-to1Yn7wnHm .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-to1Yn7wnHm .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-to1Yn7wnHm .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-to1Yn7wnHm .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-to1Yn7wnHm .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to1Yn7wnHm .copyright img {
  margin-right: 10px;
}
.cid-to1Yn7wnHm .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-to1Yn7wnHm .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-to1Yn7wnHm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-to1Yn7wnHm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-to1Yn7wnHm .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to1Yn7wnHm SPAN {
  color: #4f6466;
}
.cid-to2ydiml2H .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-to2ydiml2H .collapsed {
  flex-direction: row !important;
}
.cid-to2ydiml2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to2ydiml2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to2ydiml2H .navbar-buttons {
  flex-wrap: wrap;
}
.cid-to2ydiml2H .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-to2ydiml2H .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-to2ydiml2H .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-to2ydiml2H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-to2ydiml2H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to2ydiml2H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-to2ydiml2H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to2ydiml2H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to2ydiml2H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to2ydiml2H .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-to2ydiml2H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to2ydiml2H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to2ydiml2H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to2ydiml2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to2ydiml2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to2ydiml2H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to2ydiml2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to2ydiml2H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to2ydiml2H .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-to2ydiml2H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-to2ydiml2H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to2ydiml2H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to2ydiml2H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to2ydiml2H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-to2ydiml2H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-to2ydiml2H .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-to2ydiml2H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-to2ydiml2H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to2ydiml2H .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to2ydiml2H .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-to2ydiml2H .nav-item:focus,
.cid-to2ydiml2H .nav-link:focus {
  outline: none;
}
.cid-to2ydiml2H .text-white:hover,
.cid-to2ydiml2H .text-white:active,
.cid-to2ydiml2H .text-white:focus {
  color: white !important;
}
.cid-to2ydiml2H .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-to2ydiml2H .dropdown-item:hover {
  color: black !important;
}
.cid-to2ydiml2H .dropdown-menu {
  background-color: white !important;
}
.cid-to2ydiml2H .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-to2ydiml2H .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to2ydiml2H .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-to2ydiml2H .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-to2ydiml2H .nav-item {
    position: relative;
  }
}
.cid-to2ydiml2H .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-to2ydiml2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to2ydiml2H .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-to2ydiml2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-to2ydiml2H .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-to2ydiml2H .navbar-caption {
  font-weight: 600 !important;
}
.cid-to2ydiml2H .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-to2ydiml2H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to2ydiml2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to2ydiml2H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to2ydiml2H .dropdown-item.active,
.cid-to2ydiml2H .dropdown-item:active {
  background-color: transparent;
}
.cid-to2ydiml2H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to2ydiml2H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to2ydiml2H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to2ydiml2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-to2ydiml2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to2ydiml2H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-to2ydiml2H .navbar-buttons {
  text-align: center;
}
.cid-to2ydiml2H 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-to2ydiml2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-to2ydiml2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to2ydiml2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to2ydiml2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to2ydiml2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to2ydiml2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to2ydiml2H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to2ydiml2H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to2ydiml2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to2ydiml2H .nav-link {
  font-weight: 600 !important;
}
.cid-to2ydiml2H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to2ydiml2H .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to2ydiml2H .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-to2ydiml2H .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to2ydiml2H .navbar {
    height: 77px;
  }
  .cid-to2ydiml2H .navbar.opened {
    height: auto;
  }
  .cid-to2ydiml2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to2ydj63K6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/meat-1-750x500.jpg");
}
.cid-to2ydj63K6 h1 {
  color: #616161;
}
.cid-to2ydj63K6 h2,
.cid-to2ydj63K6 h3,
.cid-to2ydj63K6 p {
  color: #767676;
}
.cid-to2ydj63K6 .mbr-section-subtitle {
  font-style: italic;
}
.cid-to2ydj63K6 H1 {
  color: #ffffff;
}
.cid-to2ydj63K6 H3 {
  color: #ffffff;
}
.cid-to2ydj63K6 .mbr-text,
.cid-to2ydj63K6 .mbr-section-btn {
  color: #ffffff;
}
.cid-to2ydjqc1x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-to2ydjqc1x .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-to2ydjqc1x H2 {
  text-align: center;
}
.cid-to2ydjybE8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2ydjybE8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-to2ydjybE8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-to2ydjybE8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-to2ydjybE8 .mbr-text {
    text-align: center;
  }
}
.cid-to2ydjybE8 H1 {
  color: #e3888e;
}
.cid-to2ydjybE8 .mbr-text,
.cid-to2ydjybE8 .mbr-section-btn {
  color: #4f6466;
}
.cid-to2ydjKOZp {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-to2ydjKOZp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-to2ydjKOZp .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-to2ydjKOZp .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-to2ydjKOZp .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-to2ydjKOZp .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-to2ydjKOZp .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-to2ydjKOZp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-to2ydjKOZp .img-item {
    width: 100% !important;
  }
  .cid-to2ydjKOZp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-to2ydjVE55 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to2ydjVE55 .mbr-text,
.cid-to2ydjVE55 blockquote {
  color: #767676;
}
.cid-to2ydk21kc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2ydk21kc h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to2ydk21kc p {
  color: #767676;
}
.cid-to2ydk21kc .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to2ydk21kc .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to2ydk21kc .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to2ydk21kc .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to2ydk21kc .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to2ydk21kc .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to2ydk21kc H2 {
  color: #e3888e;
}
.cid-to2ydk21kc .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to2ydk21kc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-to2ydk21kc DIV {
  text-align: left;
}
.cid-to2ydkqiiz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2ydkqiiz h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to2ydkqiiz p {
  color: #767676;
}
.cid-to2ydkqiiz .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to2ydkqiiz .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to2ydkqiiz .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to2ydkqiiz .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to2ydkqiiz .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to2ydkqiiz .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to2ydkqiiz H2 {
  color: #e3888e;
}
.cid-to2ydkqiiz .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to2ydl3Kj8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2ydl3Kj8 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to2ydl3Kj8 p {
  color: #767676;
}
.cid-to2ydl3Kj8 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to2ydl3Kj8 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to2ydl3Kj8 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to2ydl3Kj8 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to2ydl3Kj8 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to2ydl3Kj8 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to2ydl3Kj8 H2 {
  color: #e3888e;
}
.cid-to2ydl3Kj8 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to2ydlnMoH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-to2ydlnMoH .content {
    text-align: center;
  }
  .cid-to2ydlnMoH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-to2ydlnMoH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-to2ydlnMoH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-to2ydlnMoH .media-wrap img {
  height: 6rem;
}
.cid-to2ydlnMoH .mbr-text {
  color: #8d97ad;
}
.cid-to2ydlnMoH .p-title {
  font-size: 17px;
}
.cid-to2ydlnMoH .p-title span {
  color: #111111;
}
.cid-to2ydlnMoH .title-card {
  font-size: 1.3rem;
}
.cid-to2ydlnMoH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-to2ydlnMoH .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-to2ydlnMoH .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-to2ydlnMoH .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-to2ydlnMoH .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-to2ydlnMoH .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to2ydlnMoH .copyright img {
  margin-right: 10px;
}
.cid-to2ydlnMoH .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-to2ydlnMoH .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-to2ydlnMoH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-to2ydlnMoH .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-to2ydlnMoH .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to2ydlnMoH SPAN {
  color: #4f6466;
}
.cid-to2Rv6TaJK .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-to2Rv6TaJK .collapsed {
  flex-direction: row !important;
}
.cid-to2Rv6TaJK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to2Rv6TaJK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to2Rv6TaJK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-to2Rv6TaJK .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-to2Rv6TaJK .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-to2Rv6TaJK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-to2Rv6TaJK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-to2Rv6TaJK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to2Rv6TaJK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-to2Rv6TaJK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to2Rv6TaJK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to2Rv6TaJK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to2Rv6TaJK .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-to2Rv6TaJK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to2Rv6TaJK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to2Rv6TaJK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to2Rv6TaJK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to2Rv6TaJK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to2Rv6TaJK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to2Rv6TaJK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to2Rv6TaJK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to2Rv6TaJK .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-to2Rv6TaJK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-to2Rv6TaJK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to2Rv6TaJK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to2Rv6TaJK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to2Rv6TaJK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-to2Rv6TaJK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-to2Rv6TaJK .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-to2Rv6TaJK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-to2Rv6TaJK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to2Rv6TaJK .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to2Rv6TaJK .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-to2Rv6TaJK .nav-item:focus,
.cid-to2Rv6TaJK .nav-link:focus {
  outline: none;
}
.cid-to2Rv6TaJK .text-white:hover,
.cid-to2Rv6TaJK .text-white:active,
.cid-to2Rv6TaJK .text-white:focus {
  color: white !important;
}
.cid-to2Rv6TaJK .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-to2Rv6TaJK .dropdown-item:hover {
  color: black !important;
}
.cid-to2Rv6TaJK .dropdown-menu {
  background-color: white !important;
}
.cid-to2Rv6TaJK .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-to2Rv6TaJK .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to2Rv6TaJK .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-to2Rv6TaJK .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-to2Rv6TaJK .nav-item {
    position: relative;
  }
}
.cid-to2Rv6TaJK .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-to2Rv6TaJK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to2Rv6TaJK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-to2Rv6TaJK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-to2Rv6TaJK .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-to2Rv6TaJK .navbar-caption {
  font-weight: 600 !important;
}
.cid-to2Rv6TaJK .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-to2Rv6TaJK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to2Rv6TaJK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to2Rv6TaJK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to2Rv6TaJK .dropdown-item.active,
.cid-to2Rv6TaJK .dropdown-item:active {
  background-color: transparent;
}
.cid-to2Rv6TaJK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to2Rv6TaJK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to2Rv6TaJK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to2Rv6TaJK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-to2Rv6TaJK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to2Rv6TaJK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-to2Rv6TaJK .navbar-buttons {
  text-align: center;
}
.cid-to2Rv6TaJK 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-to2Rv6TaJK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-to2Rv6TaJK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to2Rv6TaJK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to2Rv6TaJK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to2Rv6TaJK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to2Rv6TaJK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to2Rv6TaJK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to2Rv6TaJK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to2Rv6TaJK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to2Rv6TaJK .nav-link {
  font-weight: 600 !important;
}
.cid-to2Rv6TaJK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to2Rv6TaJK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to2Rv6TaJK .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-to2Rv6TaJK .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to2Rv6TaJK .navbar {
    height: 77px;
  }
  .cid-to2Rv6TaJK .navbar.opened {
    height: auto;
  }
  .cid-to2Rv6TaJK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to2Rv7D2az {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-11-23-a-las-19.01.23-2000x916.png");
}
.cid-to2Rv7D2az h1 {
  color: #616161;
}
.cid-to2Rv7D2az h2,
.cid-to2Rv7D2az h3,
.cid-to2Rv7D2az p {
  color: #767676;
}
.cid-to2Rv7D2az .mbr-section-subtitle {
  font-style: italic;
}
.cid-to2Rv7D2az H1 {
  color: #ffffff;
}
.cid-to2Rv7D2az H3 {
  color: #ffffff;
}
.cid-to2Rv7D2az .mbr-text,
.cid-to2Rv7D2az .mbr-section-btn {
  color: #ffffff;
}
.cid-to2Rv7WZpq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-to2Rv7WZpq .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-to2Rv7WZpq H2 {
  text-align: center;
}
.cid-to2Rv847tl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2Rv847tl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-to2Rv847tl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-to2Rv847tl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-to2Rv847tl .mbr-text {
    text-align: center;
  }
}
.cid-to2Rv847tl H1 {
  color: #ea9b37;
}
.cid-to2Rv847tl .mbr-text,
.cid-to2Rv847tl .mbr-section-btn {
  color: #4f6466;
}
.cid-to2Rv8oT2o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to2Rv8oT2o .mbr-text,
.cid-to2Rv8oT2o blockquote {
  color: #767676;
}
.cid-to2Rv8hR9t {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-to2Rv8hR9t .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-to2Rv8hR9t .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-to2Rv8hR9t .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-to2Rv8hR9t .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-to2Rv8hR9t .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-to2Rv8hR9t .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-to2Rv8hR9t .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-to2Rv8hR9t .img-item {
    width: 100% !important;
  }
  .cid-to2Rv8hR9t .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-to3n5IoB3M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-to3n5IoB3M .mbr-section-subtitle {
  color: #767676;
}
.cid-to3n5IoB3M .container-table {
  margin: 0 auto;
}
.cid-to3n5IoB3M .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-to3n5IoB3M .dataTables_wrapper {
  display: block;
}
.cid-to3n5IoB3M .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-to3n5IoB3M .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-to3n5IoB3M table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-to3n5IoB3M table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-to3n5IoB3M table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-to3n5IoB3M table td {
  border-top: 1px solid #cccccc;
}
.cid-to3n5IoB3M table.table {
  background: #ffffff;
}
.cid-to3n5IoB3M .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-to3n5IoB3M .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-to3n5IoB3M .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-to3n5IoB3M .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-to3n5IoB3M .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-to3n5IoB3M .dataTables_filter {
    text-align: center;
  }
  .cid-to3n5IoB3M .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-to3n5IoB3M .mbr-section-title {
  color: #ea9b37;
}
.cid-to3wIC5MEj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-to3wIC5MEj .mbr-section-subtitle {
  color: #767676;
}
.cid-to3wIC5MEj .container-table {
  margin: 0 auto;
}
.cid-to3wIC5MEj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-to3wIC5MEj .dataTables_wrapper {
  display: block;
}
.cid-to3wIC5MEj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-to3wIC5MEj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-to3wIC5MEj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-to3wIC5MEj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-to3wIC5MEj table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-to3wIC5MEj table td {
  border-top: 1px solid #cccccc;
}
.cid-to3wIC5MEj table.table {
  background: #ffffff;
}
.cid-to3wIC5MEj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-to3wIC5MEj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-to3wIC5MEj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-to3wIC5MEj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-to3wIC5MEj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-to3wIC5MEj .dataTables_filter {
    text-align: center;
  }
  .cid-to3wIC5MEj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-to2Rv8v1rC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2Rv8v1rC h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to2Rv8v1rC p {
  color: #767676;
}
.cid-to2Rv8v1rC .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to2Rv8v1rC .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to2Rv8v1rC .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to2Rv8v1rC .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to2Rv8v1rC .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to2Rv8v1rC .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to2Rv8v1rC H2 {
  color: #ea9b37;
}
.cid-to2Rv8v1rC .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to2Rv8v1rC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-to2Rv8v1rC DIV {
  text-align: left;
}
.cid-to3zVmF3Xg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to3zVmF3Xg h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to3zVmF3Xg p {
  color: #767676;
}
.cid-to3zVmF3Xg .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to3zVmF3Xg .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to3zVmF3Xg .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to3zVmF3Xg .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to3zVmF3Xg .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to3zVmF3Xg .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to3zVmF3Xg H2 {
  color: #ea9b37;
}
.cid-to2Rv8P9iz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2Rv8P9iz h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to2Rv8P9iz p {
  color: #767676;
}
.cid-to2Rv8P9iz .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to2Rv8P9iz .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to2Rv8P9iz .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to2Rv8P9iz .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to2Rv8P9iz .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to2Rv8P9iz .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to2Rv8P9iz H2 {
  color: #ea9b37;
}
.cid-to2Rv8P9iz .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to3HGLbYQ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-to3HGLbYQ0 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to3HGLbYQ0 p {
  color: #767676;
}
.cid-to3HGLbYQ0 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to3HGLbYQ0 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to3HGLbYQ0 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to3HGLbYQ0 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to3HGLbYQ0 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to3HGLbYQ0 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to3HGLbYQ0 H2 {
  color: #ea9b37;
}
.cid-to3HGLbYQ0 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to3HGLbYQ0 .b-descr {
  text-align: left;
}
.cid-to2Rv9wt5Y {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-to2Rv9wt5Y h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-to2Rv9wt5Y p {
  color: #767676;
}
.cid-to2Rv9wt5Y .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-to2Rv9wt5Y .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-to2Rv9wt5Y .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-to2Rv9wt5Y .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-to2Rv9wt5Y .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-to2Rv9wt5Y .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-to2Rv9wt5Y H2 {
  color: #ea9b37;
}
.cid-to2Rv9wt5Y .mbr-section-subtitle {
  color: #4f6466;
}
.cid-to2Rv9Q6MC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-to2Rv9Q6MC .content {
    text-align: center;
  }
  .cid-to2Rv9Q6MC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-to2Rv9Q6MC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-to2Rv9Q6MC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-to2Rv9Q6MC .media-wrap img {
  height: 6rem;
}
.cid-to2Rv9Q6MC .mbr-text {
  color: #8d97ad;
}
.cid-to2Rv9Q6MC .p-title {
  font-size: 17px;
}
.cid-to2Rv9Q6MC .p-title span {
  color: #111111;
}
.cid-to2Rv9Q6MC .title-card {
  font-size: 1.3rem;
}
.cid-to2Rv9Q6MC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-to2Rv9Q6MC .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-to2Rv9Q6MC .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-to2Rv9Q6MC .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-to2Rv9Q6MC .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-to2Rv9Q6MC .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to2Rv9Q6MC .copyright img {
  margin-right: 10px;
}
.cid-to2Rv9Q6MC .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-to2Rv9Q6MC .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-to2Rv9Q6MC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-to2Rv9Q6MC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-to2Rv9Q6MC .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to2Rv9Q6MC SPAN {
  color: #4f6466;
}
.cid-to7yHgg5Z1 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-to7yHgg5Z1 .collapsed {
  flex-direction: row !important;
}
.cid-to7yHgg5Z1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to7yHgg5Z1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to7yHgg5Z1 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-to7yHgg5Z1 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-to7yHgg5Z1 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-to7yHgg5Z1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-to7yHgg5Z1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-to7yHgg5Z1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to7yHgg5Z1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-to7yHgg5Z1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to7yHgg5Z1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to7yHgg5Z1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to7yHgg5Z1 .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-to7yHgg5Z1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to7yHgg5Z1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to7yHgg5Z1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to7yHgg5Z1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to7yHgg5Z1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to7yHgg5Z1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to7yHgg5Z1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to7yHgg5Z1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to7yHgg5Z1 .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-to7yHgg5Z1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-to7yHgg5Z1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to7yHgg5Z1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to7yHgg5Z1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to7yHgg5Z1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-to7yHgg5Z1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-to7yHgg5Z1 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-to7yHgg5Z1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-to7yHgg5Z1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to7yHgg5Z1 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to7yHgg5Z1 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-to7yHgg5Z1 .nav-item:focus,
.cid-to7yHgg5Z1 .nav-link:focus {
  outline: none;
}
.cid-to7yHgg5Z1 .text-white:hover,
.cid-to7yHgg5Z1 .text-white:active,
.cid-to7yHgg5Z1 .text-white:focus {
  color: white !important;
}
.cid-to7yHgg5Z1 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-to7yHgg5Z1 .dropdown-item:hover {
  color: black !important;
}
.cid-to7yHgg5Z1 .dropdown-menu {
  background-color: white !important;
}
.cid-to7yHgg5Z1 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-to7yHgg5Z1 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-to7yHgg5Z1 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-to7yHgg5Z1 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-to7yHgg5Z1 .nav-item {
    position: relative;
  }
}
.cid-to7yHgg5Z1 .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-to7yHgg5Z1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to7yHgg5Z1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-to7yHgg5Z1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-to7yHgg5Z1 .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-to7yHgg5Z1 .navbar-caption {
  font-weight: 600 !important;
}
.cid-to7yHgg5Z1 .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-to7yHgg5Z1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to7yHgg5Z1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to7yHgg5Z1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to7yHgg5Z1 .dropdown-item.active,
.cid-to7yHgg5Z1 .dropdown-item:active {
  background-color: transparent;
}
.cid-to7yHgg5Z1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to7yHgg5Z1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to7yHgg5Z1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to7yHgg5Z1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-to7yHgg5Z1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to7yHgg5Z1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-to7yHgg5Z1 .navbar-buttons {
  text-align: center;
}
.cid-to7yHgg5Z1 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-to7yHgg5Z1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-to7yHgg5Z1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to7yHgg5Z1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to7yHgg5Z1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to7yHgg5Z1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to7yHgg5Z1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to7yHgg5Z1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to7yHgg5Z1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to7yHgg5Z1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to7yHgg5Z1 .nav-link {
  font-weight: 600 !important;
}
.cid-to7yHgg5Z1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to7yHgg5Z1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to7yHgg5Z1 .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-to7yHgg5Z1 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to7yHgg5Z1 .navbar {
    height: 77px;
  }
  .cid-to7yHgg5Z1 .navbar.opened {
    height: auto;
  }
  .cid-to7yHgg5Z1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to7yHgNQ7u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c82454;
}
.cid-to7yHgNQ7u h1 {
  color: #616161;
}
.cid-to7yHgNQ7u h2,
.cid-to7yHgNQ7u h3,
.cid-to7yHgNQ7u p {
  color: #767676;
}
.cid-to7yHgNQ7u .mbr-section-subtitle {
  font-style: italic;
}
.cid-to7yHgNQ7u H1 {
  color: #ffffff;
}
.cid-to7yHgNQ7u H3 {
  color: #ffffff;
}
.cid-to7yHgNQ7u .mbr-text,
.cid-to7yHgNQ7u .mbr-section-btn {
  color: #ffffff;
}
.cid-to7P518hSO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to7P518hSO .image-block {
  margin: auto;
}
.cid-to7P518hSO figcaption {
  position: relative;
}
.cid-to7P518hSO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to7P518hSO .image-block {
    width: 100% !important;
  }
}
.cid-to7Xn60u4z {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-to7Xn60u4z .image-block {
  margin: auto;
}
.cid-to7Xn60u4z figcaption {
  position: relative;
}
.cid-to7Xn60u4z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to7Xn60u4z .image-block {
    width: 100% !important;
  }
}
.cid-to7yHh4HCm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-to7yHh4HCm .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-to7yHh4HCm H2 {
  text-align: center;
}
.cid-to80HWrK6X {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-to80HWrK6X .image-block {
  margin: auto;
}
.cid-to80HWrK6X figcaption {
  position: relative;
}
.cid-to80HWrK6X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to80HWrK6X .image-block {
    width: 100% !important;
  }
}
.cid-to7yHhqaS1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to7yHhqaS1 .mbr-text,
.cid-to7yHhqaS1 blockquote {
  color: #767676;
}
.cid-to8mkjXX7o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8mkjXX7o .mbr-section-subtitle {
  color: #767676;
}
.cid-to8l9DRynJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-to8l9DRynJ .mbr-text,
.cid-to8l9DRynJ blockquote {
  color: #767676;
}
.cid-to8jSRZCPj {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-to8jSRZCPj .image-block {
  margin: auto;
}
.cid-to8jSRZCPj figcaption {
  position: relative;
}
.cid-to8jSRZCPj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8jSRZCPj .image-block {
    width: 100% !important;
  }
}
.cid-to8pszmLYX {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-to8pszmLYX .images-container.container-fluid {
  padding: 0;
}
.cid-to8pszmLYX .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-to8pszmLYX .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-to8pszmLYX .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-to8pszmLYX .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-to8pszmLYX .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-to8pszmLYX .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-to8pszmLYX .img-item {
    width: 100% !important;
  }
  .cid-to8pszmLYX .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-to8z5XL1Ek {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-to8z5XL1Ek .images-container.container-fluid {
  padding: 0;
}
.cid-to8z5XL1Ek .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-to8z5XL1Ek .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-to8z5XL1Ek .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-to8z5XL1Ek .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-to8z5XL1Ek .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-to8z5XL1Ek .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-to8z5XL1Ek .img-item {
    width: 100% !important;
  }
  .cid-to8z5XL1Ek .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-to8t9exF1I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-to8t9exF1I .mbr-text,
.cid-to8t9exF1I blockquote {
  color: #767676;
}
.cid-to7yHkBJxM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-to7yHkBJxM .content {
    text-align: center;
  }
  .cid-to7yHkBJxM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-to7yHkBJxM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-to7yHkBJxM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-to7yHkBJxM .media-wrap img {
  height: 6rem;
}
.cid-to7yHkBJxM .mbr-text {
  color: #8d97ad;
}
.cid-to7yHkBJxM .p-title {
  font-size: 17px;
}
.cid-to7yHkBJxM .p-title span {
  color: #111111;
}
.cid-to7yHkBJxM .title-card {
  font-size: 1.3rem;
}
.cid-to7yHkBJxM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-to7yHkBJxM .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-to7yHkBJxM .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-to7yHkBJxM .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-to7yHkBJxM .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-to7yHkBJxM .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-to7yHkBJxM .copyright img {
  margin-right: 10px;
}
.cid-to7yHkBJxM .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-to7yHkBJxM .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-to7yHkBJxM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-to7yHkBJxM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-to7yHkBJxM .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to7yHkBJxM SPAN {
  color: #4f6466;
}
.cid-toBQfcL4DJ .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-toBQfcL4DJ .collapsed {
  flex-direction: row !important;
}
.cid-toBQfcL4DJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toBQfcL4DJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toBQfcL4DJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-toBQfcL4DJ .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-toBQfcL4DJ .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-toBQfcL4DJ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-toBQfcL4DJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toBQfcL4DJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toBQfcL4DJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toBQfcL4DJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toBQfcL4DJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toBQfcL4DJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toBQfcL4DJ .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-toBQfcL4DJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toBQfcL4DJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toBQfcL4DJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toBQfcL4DJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toBQfcL4DJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toBQfcL4DJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toBQfcL4DJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toBQfcL4DJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toBQfcL4DJ .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-toBQfcL4DJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toBQfcL4DJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toBQfcL4DJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toBQfcL4DJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toBQfcL4DJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toBQfcL4DJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toBQfcL4DJ .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-toBQfcL4DJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toBQfcL4DJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toBQfcL4DJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toBQfcL4DJ .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-toBQfcL4DJ .nav-item:focus,
.cid-toBQfcL4DJ .nav-link:focus {
  outline: none;
}
.cid-toBQfcL4DJ .text-white:hover,
.cid-toBQfcL4DJ .text-white:active,
.cid-toBQfcL4DJ .text-white:focus {
  color: white !important;
}
.cid-toBQfcL4DJ .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-toBQfcL4DJ .dropdown-item:hover {
  color: black !important;
}
.cid-toBQfcL4DJ .dropdown-menu {
  background-color: white !important;
}
.cid-toBQfcL4DJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-toBQfcL4DJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toBQfcL4DJ .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-toBQfcL4DJ .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-toBQfcL4DJ .nav-item {
    position: relative;
  }
}
.cid-toBQfcL4DJ .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-toBQfcL4DJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toBQfcL4DJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-toBQfcL4DJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toBQfcL4DJ .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-toBQfcL4DJ .navbar-caption {
  font-weight: 600 !important;
}
.cid-toBQfcL4DJ .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-toBQfcL4DJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toBQfcL4DJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toBQfcL4DJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toBQfcL4DJ .dropdown-item.active,
.cid-toBQfcL4DJ .dropdown-item:active {
  background-color: transparent;
}
.cid-toBQfcL4DJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toBQfcL4DJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toBQfcL4DJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toBQfcL4DJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-toBQfcL4DJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toBQfcL4DJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toBQfcL4DJ .navbar-buttons {
  text-align: center;
}
.cid-toBQfcL4DJ 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-toBQfcL4DJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-toBQfcL4DJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toBQfcL4DJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toBQfcL4DJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toBQfcL4DJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toBQfcL4DJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toBQfcL4DJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toBQfcL4DJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toBQfcL4DJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toBQfcL4DJ .nav-link {
  font-weight: 600 !important;
}
.cid-toBQfcL4DJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toBQfcL4DJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toBQfcL4DJ .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-toBQfcL4DJ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toBQfcL4DJ .navbar {
    height: 77px;
  }
  .cid-toBQfcL4DJ .navbar.opened {
    height: auto;
  }
  .cid-toBQfcL4DJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toBQfddqmU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/the-loose-flour-lies-on-the-black-background-2000x1333.jpg");
}
.cid-toBQfddqmU h1 {
  color: #616161;
}
.cid-toBQfddqmU h2,
.cid-toBQfddqmU h3,
.cid-toBQfddqmU p {
  color: #767676;
}
.cid-toBQfddqmU .mbr-section-subtitle {
  font-style: italic;
}
.cid-toBQfddqmU H1 {
  color: #ffffff;
}
.cid-toBQfddqmU H3 {
  color: #ffffff;
}
.cid-toBQfddqmU .mbr-text,
.cid-toBQfddqmU .mbr-section-btn {
  color: #ffffff;
}
.cid-toBQfduCAW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-toBQfduCAW .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-toBQfduCAW H2 {
  text-align: center;
}
.cid-toBQfdFVXB {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toBQfdFVXB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toBQfdFVXB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-toBQfdFVXB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-toBQfdFVXB .mbr-text {
    text-align: center;
  }
}
.cid-toBQfdFVXB H1 {
  color: #cebfaf;
}
.cid-toBQfdFVXB .mbr-text,
.cid-toBQfdFVXB .mbr-section-btn {
  color: #4f6466;
}
.cid-toBQfdRfV8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-toBQfdRfV8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-toBQfdRfV8 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-toBQfdRfV8 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-toBQfdRfV8 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-toBQfdRfV8 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-toBQfdRfV8 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-toBQfdRfV8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-toBQfdRfV8 .img-item {
    width: 100% !important;
  }
  .cid-toBQfdRfV8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-toBQfe0Ayp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toBQfe0Ayp .mbr-text,
.cid-toBQfe0Ayp blockquote {
  color: #767676;
}
.cid-toBVGhSe9s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-toBVGhSe9s .mbr-section-subtitle {
  color: #767676;
}
.cid-toBVGhSe9s .container-table {
  margin: 0 auto;
}
.cid-toBVGhSe9s .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-toBVGhSe9s .dataTables_wrapper {
  display: block;
}
.cid-toBVGhSe9s .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-toBVGhSe9s .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-toBVGhSe9s table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-toBVGhSe9s table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-toBVGhSe9s table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-toBVGhSe9s table td {
  border-top: 1px solid #cccccc;
}
.cid-toBVGhSe9s table.table {
  background: #ffffff;
}
.cid-toBVGhSe9s .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-toBVGhSe9s .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-toBVGhSe9s .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-toBVGhSe9s .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-toBVGhSe9s .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-toBVGhSe9s .dataTables_filter {
    text-align: center;
  }
  .cid-toBVGhSe9s .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-toBVGhSe9s .mbr-section-title {
  color: #cebfaf;
}
.cid-toBXGIfcIi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toBXGIfcIi h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toBXGIfcIi p {
  color: #767676;
}
.cid-toBXGIfcIi .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toBXGIfcIi .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toBXGIfcIi .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toBXGIfcIi .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toBXGIfcIi .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toBXGIfcIi .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toBXGIfcIi H2 {
  color: #073b4c;
}
.cid-toBXGIfcIi .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toBQfets7H {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toBQfets7H h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toBQfets7H p {
  color: #767676;
}
.cid-toBQfets7H .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toBQfets7H .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toBQfets7H .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toBQfets7H .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toBQfets7H .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toBQfets7H .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toBQfets7H H2 {
  color: #cebfaf;
}
.cid-toBQfets7H .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toBQfeNkcE {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toBQfeNkcE h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toBQfeNkcE p {
  color: #767676;
}
.cid-toBQfeNkcE .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toBQfeNkcE .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toBQfeNkcE .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toBQfeNkcE .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toBQfeNkcE .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toBQfeNkcE .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toBQfeNkcE H2 {
  color: #cebfaf;
}
.cid-toBQfeNkcE .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toBQff54cT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-toBQff54cT .content {
    text-align: center;
  }
  .cid-toBQff54cT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toBQff54cT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-toBQff54cT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-toBQff54cT .media-wrap img {
  height: 6rem;
}
.cid-toBQff54cT .mbr-text {
  color: #8d97ad;
}
.cid-toBQff54cT .p-title {
  font-size: 17px;
}
.cid-toBQff54cT .p-title span {
  color: #111111;
}
.cid-toBQff54cT .title-card {
  font-size: 1.3rem;
}
.cid-toBQff54cT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-toBQff54cT .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-toBQff54cT .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-toBQff54cT .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-toBQff54cT .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-toBQff54cT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toBQff54cT .copyright img {
  margin-right: 10px;
}
.cid-toBQff54cT .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-toBQff54cT .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-toBQff54cT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toBQff54cT .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-toBQff54cT .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toBQff54cT SPAN {
  color: #4f6466;
}
.cid-toCl6iwB2C .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-toCl6iwB2C .collapsed {
  flex-direction: row !important;
}
.cid-toCl6iwB2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toCl6iwB2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toCl6iwB2C .navbar-buttons {
  flex-wrap: wrap;
}
.cid-toCl6iwB2C .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-toCl6iwB2C .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-toCl6iwB2C .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-toCl6iwB2C .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toCl6iwB2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toCl6iwB2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toCl6iwB2C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toCl6iwB2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toCl6iwB2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toCl6iwB2C .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-toCl6iwB2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toCl6iwB2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toCl6iwB2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toCl6iwB2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toCl6iwB2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toCl6iwB2C .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toCl6iwB2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toCl6iwB2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toCl6iwB2C .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-toCl6iwB2C .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toCl6iwB2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toCl6iwB2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toCl6iwB2C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toCl6iwB2C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toCl6iwB2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toCl6iwB2C .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-toCl6iwB2C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toCl6iwB2C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toCl6iwB2C .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toCl6iwB2C .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-toCl6iwB2C .nav-item:focus,
.cid-toCl6iwB2C .nav-link:focus {
  outline: none;
}
.cid-toCl6iwB2C .text-white:hover,
.cid-toCl6iwB2C .text-white:active,
.cid-toCl6iwB2C .text-white:focus {
  color: white !important;
}
.cid-toCl6iwB2C .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-toCl6iwB2C .dropdown-item:hover {
  color: black !important;
}
.cid-toCl6iwB2C .dropdown-menu {
  background-color: white !important;
}
.cid-toCl6iwB2C .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-toCl6iwB2C .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toCl6iwB2C .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-toCl6iwB2C .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-toCl6iwB2C .nav-item {
    position: relative;
  }
}
.cid-toCl6iwB2C .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-toCl6iwB2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toCl6iwB2C .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-toCl6iwB2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toCl6iwB2C .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-toCl6iwB2C .navbar-caption {
  font-weight: 600 !important;
}
.cid-toCl6iwB2C .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-toCl6iwB2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toCl6iwB2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toCl6iwB2C .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toCl6iwB2C .dropdown-item.active,
.cid-toCl6iwB2C .dropdown-item:active {
  background-color: transparent;
}
.cid-toCl6iwB2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toCl6iwB2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toCl6iwB2C .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toCl6iwB2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-toCl6iwB2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toCl6iwB2C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toCl6iwB2C .navbar-buttons {
  text-align: center;
}
.cid-toCl6iwB2C 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-toCl6iwB2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-toCl6iwB2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toCl6iwB2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toCl6iwB2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toCl6iwB2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toCl6iwB2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toCl6iwB2C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toCl6iwB2C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toCl6iwB2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toCl6iwB2C .nav-link {
  font-weight: 600 !important;
}
.cid-toCl6iwB2C a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toCl6iwB2C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toCl6iwB2C .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-toCl6iwB2C .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toCl6iwB2C .navbar {
    height: 77px;
  }
  .cid-toCl6iwB2C .navbar.opened {
    height: auto;
  }
  .cid-toCl6iwB2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toCl6jgt1B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/still-life-of-wine-carafe-on-table-2000x1335.jpg");
}
.cid-toCl6jgt1B h1 {
  color: #616161;
}
.cid-toCl6jgt1B h2,
.cid-toCl6jgt1B h3,
.cid-toCl6jgt1B p {
  color: #767676;
}
.cid-toCl6jgt1B .mbr-section-subtitle {
  font-style: italic;
}
.cid-toCl6jgt1B H1 {
  color: #ffffff;
}
.cid-toCl6jgt1B H3 {
  color: #ffffff;
}
.cid-toCl6jgt1B .mbr-text,
.cid-toCl6jgt1B .mbr-section-btn {
  color: #ffffff;
}
.cid-toCl6jzvqq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-toCl6jzvqq .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-toCl6jzvqq H2 {
  text-align: center;
}
.cid-toCl6jHgTN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toCl6jHgTN .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toCl6jHgTN .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-toCl6jHgTN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-toCl6jHgTN .mbr-text {
    text-align: center;
  }
}
.cid-toCl6jHgTN H1 {
  color: #073b4c;
}
.cid-toCl6jHgTN .mbr-text,
.cid-toCl6jHgTN .mbr-section-btn {
  color: #4f6466;
}
.cid-toCl6jUn9z {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-toCl6jUn9z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-toCl6jUn9z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-toCl6jUn9z .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-toCl6jUn9z .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-toCl6jUn9z .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-toCl6jUn9z .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-toCl6jUn9z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-toCl6jUn9z .img-item {
    width: 100% !important;
  }
  .cid-toCl6jUn9z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-toCl6k176N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toCl6k176N .mbr-text,
.cid-toCl6k176N blockquote {
  color: #767676;
}
.cid-toCl6k89dX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-toCl6k89dX .mbr-section-subtitle {
  color: #767676;
}
.cid-toCl6k89dX .container-table {
  margin: 0 auto;
}
.cid-toCl6k89dX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-toCl6k89dX .dataTables_wrapper {
  display: block;
}
.cid-toCl6k89dX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-toCl6k89dX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-toCl6k89dX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-toCl6k89dX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-toCl6k89dX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-toCl6k89dX table td {
  border-top: 1px solid #cccccc;
}
.cid-toCl6k89dX table.table {
  background: #ffffff;
}
.cid-toCl6k89dX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-toCl6k89dX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-toCl6k89dX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-toCl6k89dX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-toCl6k89dX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-toCl6k89dX .dataTables_filter {
    text-align: center;
  }
  .cid-toCl6k89dX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-toCl6k89dX .mbr-section-title {
  color: #073b4c;
}
.cid-toCl6kDUfZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toCl6kDUfZ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toCl6kDUfZ p {
  color: #767676;
}
.cid-toCl6kDUfZ .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toCl6kDUfZ .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toCl6kDUfZ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toCl6kDUfZ .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toCl6kDUfZ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toCl6kDUfZ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toCl6kDUfZ H2 {
  color: #073b4c;
}
.cid-toCl6kDUfZ .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toCl6llRK5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toCl6llRK5 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toCl6llRK5 p {
  color: #767676;
}
.cid-toCl6llRK5 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toCl6llRK5 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toCl6llRK5 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toCl6llRK5 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toCl6llRK5 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toCl6llRK5 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toCl6llRK5 H2 {
  color: #073b4c;
}
.cid-toCl6llRK5 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toCFMVseTM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toCFMVseTM h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toCFMVseTM p {
  color: #767676;
}
.cid-toCFMVseTM .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toCFMVseTM .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toCFMVseTM .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toCFMVseTM .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toCFMVseTM .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toCFMVseTM .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toCFMVseTM H2 {
  color: #073b4c;
}
.cid-toCFMVseTM .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toCl6lJ7ba {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toCl6lJ7ba h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toCl6lJ7ba p {
  color: #767676;
}
.cid-toCl6lJ7ba .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toCl6lJ7ba .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toCl6lJ7ba .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toCl6lJ7ba .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toCl6lJ7ba .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toCl6lJ7ba .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toCl6lJ7ba H2 {
  color: #073b4c;
}
.cid-toCl6lJ7ba .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toCl6m7pKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-toCl6m7pKd .content {
    text-align: center;
  }
  .cid-toCl6m7pKd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toCl6m7pKd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-toCl6m7pKd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-toCl6m7pKd .media-wrap img {
  height: 6rem;
}
.cid-toCl6m7pKd .mbr-text {
  color: #8d97ad;
}
.cid-toCl6m7pKd .p-title {
  font-size: 17px;
}
.cid-toCl6m7pKd .p-title span {
  color: #111111;
}
.cid-toCl6m7pKd .title-card {
  font-size: 1.3rem;
}
.cid-toCl6m7pKd .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-toCl6m7pKd .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-toCl6m7pKd .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-toCl6m7pKd .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-toCl6m7pKd .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-toCl6m7pKd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toCl6m7pKd .copyright img {
  margin-right: 10px;
}
.cid-toCl6m7pKd .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-toCl6m7pKd .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-toCl6m7pKd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toCl6m7pKd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-toCl6m7pKd .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toCl6m7pKd SPAN {
  color: #4f6466;
}
.cid-toGDFeSQOi .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-toGDFeSQOi .collapsed {
  flex-direction: row !important;
}
.cid-toGDFeSQOi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGDFeSQOi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGDFeSQOi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-toGDFeSQOi .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-toGDFeSQOi .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-toGDFeSQOi .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-toGDFeSQOi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGDFeSQOi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGDFeSQOi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toGDFeSQOi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toGDFeSQOi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGDFeSQOi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toGDFeSQOi .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-toGDFeSQOi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGDFeSQOi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toGDFeSQOi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGDFeSQOi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGDFeSQOi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGDFeSQOi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toGDFeSQOi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGDFeSQOi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toGDFeSQOi .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-toGDFeSQOi .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toGDFeSQOi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGDFeSQOi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toGDFeSQOi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toGDFeSQOi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toGDFeSQOi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGDFeSQOi .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-toGDFeSQOi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toGDFeSQOi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toGDFeSQOi .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toGDFeSQOi .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-toGDFeSQOi .nav-item:focus,
.cid-toGDFeSQOi .nav-link:focus {
  outline: none;
}
.cid-toGDFeSQOi .text-white:hover,
.cid-toGDFeSQOi .text-white:active,
.cid-toGDFeSQOi .text-white:focus {
  color: white !important;
}
.cid-toGDFeSQOi .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-toGDFeSQOi .dropdown-item:hover {
  color: black !important;
}
.cid-toGDFeSQOi .dropdown-menu {
  background-color: white !important;
}
.cid-toGDFeSQOi .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-toGDFeSQOi .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toGDFeSQOi .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-toGDFeSQOi .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-toGDFeSQOi .nav-item {
    position: relative;
  }
}
.cid-toGDFeSQOi .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-toGDFeSQOi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toGDFeSQOi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-toGDFeSQOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toGDFeSQOi .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-toGDFeSQOi .navbar-caption {
  font-weight: 600 !important;
}
.cid-toGDFeSQOi .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-toGDFeSQOi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGDFeSQOi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGDFeSQOi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toGDFeSQOi .dropdown-item.active,
.cid-toGDFeSQOi .dropdown-item:active {
  background-color: transparent;
}
.cid-toGDFeSQOi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toGDFeSQOi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGDFeSQOi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGDFeSQOi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-toGDFeSQOi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGDFeSQOi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toGDFeSQOi .navbar-buttons {
  text-align: center;
}
.cid-toGDFeSQOi 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-toGDFeSQOi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-toGDFeSQOi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGDFeSQOi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGDFeSQOi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGDFeSQOi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGDFeSQOi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGDFeSQOi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGDFeSQOi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGDFeSQOi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGDFeSQOi .nav-link {
  font-weight: 600 !important;
}
.cid-toGDFeSQOi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toGDFeSQOi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toGDFeSQOi .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-toGDFeSQOi .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toGDFeSQOi .navbar {
    height: 77px;
  }
  .cid-toGDFeSQOi .navbar.opened {
    height: auto;
  }
  .cid-toGDFeSQOi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toGDFfpeOO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/milk-products-on-wooden-table-2000x1333.jpg");
}
.cid-toGDFfpeOO h1 {
  color: #616161;
}
.cid-toGDFfpeOO h2,
.cid-toGDFfpeOO h3,
.cid-toGDFfpeOO p {
  color: #767676;
}
.cid-toGDFfpeOO .mbr-section-subtitle {
  font-style: italic;
}
.cid-toGDFfpeOO H1 {
  color: #ffffff;
}
.cid-toGDFfpeOO H3 {
  color: #ffffff;
}
.cid-toGDFfpeOO .mbr-text,
.cid-toGDFfpeOO .mbr-section-btn {
  color: #ffffff;
}
.cid-toGDFfFBEV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-toGDFfFBEV .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-toGDFfFBEV H2 {
  text-align: center;
}
.cid-toGDFg4jQP {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-toGDFg4jQP .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-toGDFg4jQP .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-toGDFg4jQP .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-toGDFg4jQP .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-toGDFg4jQP .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-toGDFg4jQP .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-toGDFg4jQP .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-toGDFg4jQP .img-item {
    width: 100% !important;
  }
  .cid-toGDFg4jQP .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-toGDFfOgqO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toGDFfOgqO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toGDFfOgqO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-toGDFfOgqO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-toGDFfOgqO .mbr-text {
    text-align: center;
  }
}
.cid-toGDFfOgqO H1 {
  color: #333333;
}
.cid-toGDFfOgqO .mbr-text,
.cid-toGDFfOgqO .mbr-section-btn {
  color: #4f6466;
}
.cid-toGDFgetXH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toGDFgetXH .mbr-text,
.cid-toGDFgetXH blockquote {
  color: #767676;
}
.cid-toGI70bTqm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toGI70bTqm .mbr-section-subtitle {
  color: #767676;
}
.cid-toGI70bTqm H2 {
  color: #333333;
}
.cid-toGKdH6YPa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toGKdH6YPa .mbr-text,
.cid-toGKdH6YPa blockquote {
  color: #767676;
}
.cid-toGKdH6YPa .mbr-text DIV {
  text-align: center;
}
.cid-toGKdH6YPa .mbr-text {
  color: #767676;
}
.cid-toGDFgFE5S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toGDFgFE5S h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toGDFgFE5S p {
  color: #767676;
}
.cid-toGDFgFE5S .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toGDFgFE5S .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toGDFgFE5S .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toGDFgFE5S .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toGDFgFE5S .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toGDFgFE5S .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toGDFgFE5S H2 {
  color: #073b4c;
}
.cid-toGDFgFE5S .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toI4jsgjCe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toI4jsgjCe .mbr-text,
.cid-toI4jsgjCe blockquote {
  color: #767676;
}
.cid-toI4jsgjCe .mbr-text DIV {
  text-align: center;
}
.cid-toI5v8eFAv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toI5v8eFAv h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toI5v8eFAv p {
  color: #767676;
}
.cid-toI5v8eFAv .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toI5v8eFAv .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toI5v8eFAv .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toI5v8eFAv .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toI5v8eFAv .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toI5v8eFAv .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toI5v8eFAv H2 {
  color: #333333;
}
.cid-toI5v8eFAv .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toGDFht6pU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toGDFht6pU h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toGDFht6pU p {
  color: #767676;
}
.cid-toGDFht6pU .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toGDFht6pU .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toGDFht6pU .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toGDFht6pU .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toGDFht6pU .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toGDFht6pU .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toGDFht6pU H2 {
  color: #333333;
}
.cid-toGDFht6pU .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toGDFhPxRG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toGDFhPxRG h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toGDFhPxRG p {
  color: #767676;
}
.cid-toGDFhPxRG .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toGDFhPxRG .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toGDFhPxRG .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toGDFhPxRG .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toGDFhPxRG .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toGDFhPxRG .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toGDFhPxRG H2 {
  color: #333333;
}
.cid-toGDFhPxRG .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toGDFikRDD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-toGDFikRDD .content {
    text-align: center;
  }
  .cid-toGDFikRDD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toGDFikRDD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-toGDFikRDD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-toGDFikRDD .media-wrap img {
  height: 6rem;
}
.cid-toGDFikRDD .mbr-text {
  color: #8d97ad;
}
.cid-toGDFikRDD .p-title {
  font-size: 17px;
}
.cid-toGDFikRDD .p-title span {
  color: #111111;
}
.cid-toGDFikRDD .title-card {
  font-size: 1.3rem;
}
.cid-toGDFikRDD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-toGDFikRDD .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-toGDFikRDD .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-toGDFikRDD .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-toGDFikRDD .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-toGDFikRDD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toGDFikRDD .copyright img {
  margin-right: 10px;
}
.cid-toGDFikRDD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-toGDFikRDD .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-toGDFikRDD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toGDFikRDD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-toGDFikRDD .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toGDFikRDD SPAN {
  color: #4f6466;
}
.cid-toIlISi5En .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-toIlISi5En .collapsed {
  flex-direction: row !important;
}
.cid-toIlISi5En .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toIlISi5En .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toIlISi5En .navbar-buttons {
  flex-wrap: wrap;
}
.cid-toIlISi5En .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-toIlISi5En .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-toIlISi5En .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-toIlISi5En .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toIlISi5En .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toIlISi5En .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toIlISi5En .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toIlISi5En .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toIlISi5En .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toIlISi5En .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-toIlISi5En .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toIlISi5En .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toIlISi5En .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toIlISi5En .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toIlISi5En .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toIlISi5En .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toIlISi5En .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toIlISi5En .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toIlISi5En .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-toIlISi5En .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toIlISi5En .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toIlISi5En .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toIlISi5En .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toIlISi5En .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toIlISi5En .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toIlISi5En .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-toIlISi5En .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toIlISi5En .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toIlISi5En .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toIlISi5En .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-toIlISi5En .nav-item:focus,
.cid-toIlISi5En .nav-link:focus {
  outline: none;
}
.cid-toIlISi5En .text-white:hover,
.cid-toIlISi5En .text-white:active,
.cid-toIlISi5En .text-white:focus {
  color: white !important;
}
.cid-toIlISi5En .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-toIlISi5En .dropdown-item:hover {
  color: black !important;
}
.cid-toIlISi5En .dropdown-menu {
  background-color: white !important;
}
.cid-toIlISi5En .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-toIlISi5En .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toIlISi5En .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-toIlISi5En .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-toIlISi5En .nav-item {
    position: relative;
  }
}
.cid-toIlISi5En .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-toIlISi5En .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toIlISi5En .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-toIlISi5En .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toIlISi5En .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-toIlISi5En .navbar-caption {
  font-weight: 600 !important;
}
.cid-toIlISi5En .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-toIlISi5En .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toIlISi5En .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toIlISi5En .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toIlISi5En .dropdown-item.active,
.cid-toIlISi5En .dropdown-item:active {
  background-color: transparent;
}
.cid-toIlISi5En .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toIlISi5En .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toIlISi5En .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toIlISi5En .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-toIlISi5En .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toIlISi5En ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toIlISi5En .navbar-buttons {
  text-align: center;
}
.cid-toIlISi5En 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-toIlISi5En button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-toIlISi5En button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toIlISi5En button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toIlISi5En button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toIlISi5En button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toIlISi5En nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toIlISi5En nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toIlISi5En nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toIlISi5En nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toIlISi5En .nav-link {
  font-weight: 600 !important;
}
.cid-toIlISi5En a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toIlISi5En .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toIlISi5En .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-toIlISi5En .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toIlISi5En .navbar {
    height: 77px;
  }
  .cid-toIlISi5En .navbar.opened {
    height: auto;
  }
  .cid-toIlISi5En .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toIlITaGSy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gra-1600x800.png");
}
.cid-toIlITaGSy h1 {
  color: #616161;
}
.cid-toIlITaGSy h2,
.cid-toIlITaGSy h3,
.cid-toIlITaGSy p {
  color: #767676;
}
.cid-toIlITaGSy .mbr-section-subtitle {
  font-style: italic;
}
.cid-toIlITaGSy H1 {
  color: #ffffff;
}
.cid-toIlITaGSy H3 {
  color: #ffffff;
}
.cid-toIlITaGSy .mbr-text,
.cid-toIlITaGSy .mbr-section-btn {
  color: #ffffff;
}
.cid-toIlITwlkO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-toIlITwlkO .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-toIlITwlkO H2 {
  text-align: center;
}
.cid-toIu54d3lB {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-toIu54d3lB .image-block {
  margin: auto;
}
.cid-toIu54d3lB figcaption {
  position: relative;
}
.cid-toIu54d3lB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toIu54d3lB .image-block {
    width: 100% !important;
  }
}
.cid-toIlIU0EKw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toIlIU0EKw .mbr-text,
.cid-toIlIU0EKw blockquote {
  color: #767676;
}
.cid-toIlITT8Le {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-toIlITT8Le .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-toIlITT8Le .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-toIlITT8Le .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-toIlITT8Le .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-toIlITT8Le .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-toIlITT8Le .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-toIlITT8Le .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-toIlITT8Le .img-item {
    width: 100% !important;
  }
  .cid-toIlITT8Le .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-toIJeimEgW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toIJeimEgW .mbr-section-subtitle {
  color: #767676;
}
.cid-toIKIinFLU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toIKIinFLU .mbr-text,
.cid-toIKIinFLU blockquote {
  color: #767676;
}
.cid-toIKIinFLU .mbr-text DIV {
  text-align: center;
}
.cid-toIKIinFLU .mbr-text {
  color: #767676;
}
.cid-toIlIUDkm8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toIlIUDkm8 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toIlIUDkm8 p {
  color: #767676;
}
.cid-toIlIUDkm8 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toIlIUDkm8 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toIlIUDkm8 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toIlIUDkm8 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toIlIUDkm8 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toIlIUDkm8 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toIlIUDkm8 H2 {
  color: #073b4c;
}
.cid-toIlIUDkm8 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toIlIVHmtw {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toIlIVHmtw h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toIlIVHmtw p {
  color: #767676;
}
.cid-toIlIVHmtw .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toIlIVHmtw .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toIlIVHmtw .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toIlIVHmtw .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toIlIVHmtw .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toIlIVHmtw .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toIlIVHmtw H2 {
  color: #073b4c;
}
.cid-toIlIVHmtw .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toIlIW8O52 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toIlIW8O52 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toIlIW8O52 p {
  color: #767676;
}
.cid-toIlIW8O52 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toIlIW8O52 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toIlIW8O52 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toIlIW8O52 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toIlIW8O52 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toIlIW8O52 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toIlIW8O52 H2 {
  color: #073b4c;
}
.cid-toIlIW8O52 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toIlIWtbH7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toIlIWtbH7 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toIlIWtbH7 p {
  color: #767676;
}
.cid-toIlIWtbH7 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toIlIWtbH7 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toIlIWtbH7 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toIlIWtbH7 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toIlIWtbH7 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toIlIWtbH7 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toIlIWtbH7 H2 {
  color: #073b4c;
}
.cid-toIlIWtbH7 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toIlIWVkOW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-toIlIWVkOW .content {
    text-align: center;
  }
  .cid-toIlIWVkOW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toIlIWVkOW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-toIlIWVkOW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-toIlIWVkOW .media-wrap img {
  height: 6rem;
}
.cid-toIlIWVkOW .mbr-text {
  color: #8d97ad;
}
.cid-toIlIWVkOW .p-title {
  font-size: 17px;
}
.cid-toIlIWVkOW .p-title span {
  color: #111111;
}
.cid-toIlIWVkOW .title-card {
  font-size: 1.3rem;
}
.cid-toIlIWVkOW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-toIlIWVkOW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-toIlIWVkOW .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-toIlIWVkOW .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-toIlIWVkOW .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-toIlIWVkOW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toIlIWVkOW .copyright img {
  margin-right: 10px;
}
.cid-toIlIWVkOW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-toIlIWVkOW .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-toIlIWVkOW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toIlIWVkOW .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-toIlIWVkOW .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toIlIWVkOW SPAN {
  color: #4f6466;
}
.cid-toMN17PcjI .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-toMN17PcjI .collapsed {
  flex-direction: row !important;
}
.cid-toMN17PcjI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toMN17PcjI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toMN17PcjI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-toMN17PcjI .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-toMN17PcjI .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-toMN17PcjI .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-toMN17PcjI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMN17PcjI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toMN17PcjI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMN17PcjI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMN17PcjI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMN17PcjI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMN17PcjI .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-toMN17PcjI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMN17PcjI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toMN17PcjI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toMN17PcjI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toMN17PcjI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMN17PcjI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMN17PcjI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMN17PcjI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMN17PcjI .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-toMN17PcjI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toMN17PcjI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMN17PcjI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toMN17PcjI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toMN17PcjI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toMN17PcjI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toMN17PcjI .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-toMN17PcjI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toMN17PcjI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMN17PcjI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toMN17PcjI .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-toMN17PcjI .nav-item:focus,
.cid-toMN17PcjI .nav-link:focus {
  outline: none;
}
.cid-toMN17PcjI .text-white:hover,
.cid-toMN17PcjI .text-white:active,
.cid-toMN17PcjI .text-white:focus {
  color: white !important;
}
.cid-toMN17PcjI .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-toMN17PcjI .dropdown-item:hover {
  color: black !important;
}
.cid-toMN17PcjI .dropdown-menu {
  background-color: white !important;
}
.cid-toMN17PcjI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-toMN17PcjI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toMN17PcjI .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-toMN17PcjI .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-toMN17PcjI .nav-item {
    position: relative;
  }
}
.cid-toMN17PcjI .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-toMN17PcjI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toMN17PcjI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-toMN17PcjI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toMN17PcjI .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-toMN17PcjI .navbar-caption {
  font-weight: 600 !important;
}
.cid-toMN17PcjI .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-toMN17PcjI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMN17PcjI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMN17PcjI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toMN17PcjI .dropdown-item.active,
.cid-toMN17PcjI .dropdown-item:active {
  background-color: transparent;
}
.cid-toMN17PcjI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMN17PcjI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMN17PcjI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMN17PcjI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-toMN17PcjI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMN17PcjI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMN17PcjI .navbar-buttons {
  text-align: center;
}
.cid-toMN17PcjI 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-toMN17PcjI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-toMN17PcjI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toMN17PcjI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toMN17PcjI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toMN17PcjI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toMN17PcjI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toMN17PcjI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toMN17PcjI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toMN17PcjI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toMN17PcjI .nav-link {
  font-weight: 600 !important;
}
.cid-toMN17PcjI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toMN17PcjI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toMN17PcjI .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-toMN17PcjI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMN17PcjI .navbar {
    height: 77px;
  }
  .cid-toMN17PcjI .navbar.opened {
    height: auto;
  }
  .cid-toMN17PcjI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toMN18c2GK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/multi-color-fabric-texture-samples-2000x1339.jpg");
}
.cid-toMN18c2GK h1 {
  color: #616161;
}
.cid-toMN18c2GK h2,
.cid-toMN18c2GK h3,
.cid-toMN18c2GK p {
  color: #767676;
}
.cid-toMN18c2GK .mbr-section-subtitle {
  font-style: italic;
}
.cid-toMN18c2GK H1 {
  color: #ffffff;
}
.cid-toMN18c2GK H3 {
  color: #ffffff;
}
.cid-toMN18c2GK .mbr-text,
.cid-toMN18c2GK .mbr-section-btn {
  color: #ffffff;
}
.cid-toMN18l5IS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-toMN18l5IS .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-toMN18l5IS H2 {
  text-align: center;
}
.cid-toMN18rrZI {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-toMN18rrZI .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-toMN18rrZI .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-toMN18rrZI .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-toMN18rrZI .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-toMN18rrZI .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-toMN18rrZI .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-toMN18rrZI .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-toMN18rrZI .img-item {
    width: 100% !important;
  }
  .cid-toMN18rrZI .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-toMQRqxRbS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toMQRqxRbS .mbr-text,
.cid-toMQRqxRbS blockquote {
  color: #767676;
}
.cid-toMN18JM1a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toMN18JM1a .mbr-text,
.cid-toMN18JM1a blockquote {
  color: #767676;
}
.cid-toMN19wN1c {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toMN19wN1c h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toMN19wN1c p {
  color: #767676;
}
.cid-toMN19wN1c .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toMN19wN1c .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toMN19wN1c .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toMN19wN1c .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toMN19wN1c .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toMN19wN1c .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toMN19wN1c H2 {
  color: #333333;
}
.cid-toMN19wN1c .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toMN19Nn9Q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toMN19Nn9Q h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toMN19Nn9Q p {
  color: #767676;
}
.cid-toMN19Nn9Q .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toMN19Nn9Q .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toMN19Nn9Q .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toMN19Nn9Q .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toMN19Nn9Q .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toMN19Nn9Q .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toMN19Nn9Q H2 {
  color: #333333;
}
.cid-toMN19Nn9Q .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toMN1a8ElD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toMN1a8ElD h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toMN1a8ElD p {
  color: #767676;
}
.cid-toMN1a8ElD .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toMN1a8ElD .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toMN1a8ElD .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toMN1a8ElD .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toMN1a8ElD .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toMN1a8ElD .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toMN1a8ElD H2 {
  color: #333333;
}
.cid-toMN1a8ElD .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toMN1az8TE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-toMN1az8TE .content {
    text-align: center;
  }
  .cid-toMN1az8TE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toMN1az8TE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-toMN1az8TE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-toMN1az8TE .media-wrap img {
  height: 6rem;
}
.cid-toMN1az8TE .mbr-text {
  color: #8d97ad;
}
.cid-toMN1az8TE .p-title {
  font-size: 17px;
}
.cid-toMN1az8TE .p-title span {
  color: #111111;
}
.cid-toMN1az8TE .title-card {
  font-size: 1.3rem;
}
.cid-toMN1az8TE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-toMN1az8TE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-toMN1az8TE .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-toMN1az8TE .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-toMN1az8TE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-toMN1az8TE .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toMN1az8TE .copyright img {
  margin-right: 10px;
}
.cid-toMN1az8TE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-toMN1az8TE .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-toMN1az8TE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toMN1az8TE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-toMN1az8TE .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toMN1az8TE SPAN {
  color: #4f6466;
}
.cid-toNb8Uo310 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-toNb8Uo310 .collapsed {
  flex-direction: row !important;
}
.cid-toNb8Uo310 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toNb8Uo310 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toNb8Uo310 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-toNb8Uo310 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-toNb8Uo310 .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-toNb8Uo310 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-toNb8Uo310 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toNb8Uo310 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toNb8Uo310 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toNb8Uo310 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toNb8Uo310 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toNb8Uo310 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toNb8Uo310 .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-toNb8Uo310 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toNb8Uo310 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toNb8Uo310 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toNb8Uo310 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toNb8Uo310 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toNb8Uo310 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toNb8Uo310 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toNb8Uo310 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toNb8Uo310 .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-toNb8Uo310 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toNb8Uo310 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toNb8Uo310 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toNb8Uo310 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toNb8Uo310 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toNb8Uo310 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toNb8Uo310 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-toNb8Uo310 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toNb8Uo310 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toNb8Uo310 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toNb8Uo310 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-toNb8Uo310 .nav-item:focus,
.cid-toNb8Uo310 .nav-link:focus {
  outline: none;
}
.cid-toNb8Uo310 .text-white:hover,
.cid-toNb8Uo310 .text-white:active,
.cid-toNb8Uo310 .text-white:focus {
  color: white !important;
}
.cid-toNb8Uo310 .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-toNb8Uo310 .dropdown-item:hover {
  color: black !important;
}
.cid-toNb8Uo310 .dropdown-menu {
  background-color: white !important;
}
.cid-toNb8Uo310 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-toNb8Uo310 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-toNb8Uo310 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-toNb8Uo310 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-toNb8Uo310 .nav-item {
    position: relative;
  }
}
.cid-toNb8Uo310 .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-toNb8Uo310 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toNb8Uo310 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-toNb8Uo310 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toNb8Uo310 .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-toNb8Uo310 .navbar-caption {
  font-weight: 600 !important;
}
.cid-toNb8Uo310 .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-toNb8Uo310 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toNb8Uo310 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toNb8Uo310 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toNb8Uo310 .dropdown-item.active,
.cid-toNb8Uo310 .dropdown-item:active {
  background-color: transparent;
}
.cid-toNb8Uo310 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toNb8Uo310 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toNb8Uo310 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toNb8Uo310 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-toNb8Uo310 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toNb8Uo310 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toNb8Uo310 .navbar-buttons {
  text-align: center;
}
.cid-toNb8Uo310 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-toNb8Uo310 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-toNb8Uo310 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toNb8Uo310 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toNb8Uo310 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toNb8Uo310 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toNb8Uo310 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toNb8Uo310 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toNb8Uo310 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toNb8Uo310 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toNb8Uo310 .nav-link {
  font-weight: 600 !important;
}
.cid-toNb8Uo310 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toNb8Uo310 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toNb8Uo310 .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-toNb8Uo310 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toNb8Uo310 .navbar {
    height: 77px;
  }
  .cid-toNb8Uo310 .navbar.opened {
    height: auto;
  }
  .cid-toNb8Uo310 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toNb8UTckW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pouring-red-wine-into-the-glass-2000x3000.jpg");
}
.cid-toNb8UTckW h1 {
  color: #616161;
}
.cid-toNb8UTckW h2,
.cid-toNb8UTckW h3,
.cid-toNb8UTckW p {
  color: #767676;
}
.cid-toNb8UTckW .mbr-section-subtitle {
  font-style: italic;
}
.cid-toNb8UTckW H1 {
  color: #ffffff;
}
.cid-toNb8UTckW H3 {
  color: #ffffff;
}
.cid-toNb8UTckW .mbr-text,
.cid-toNb8UTckW .mbr-section-btn {
  color: #ffffff;
}
.cid-toNb8VcEw3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-toNb8VcEw3 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-toNb8VcEw3 H2 {
  text-align: center;
}
.cid-toNb8Vkzx5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-toNb8Vkzx5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-toNb8Vkzx5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-toNb8Vkzx5 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-toNb8Vkzx5 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-toNb8Vkzx5 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-toNb8Vkzx5 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-toNb8Vkzx5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-toNb8Vkzx5 .img-item {
    width: 100% !important;
  }
  .cid-toNb8Vkzx5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-toNb8Vt44a {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toNb8Vt44a .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toNb8Vt44a .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-toNb8Vt44a .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-toNb8Vt44a .mbr-text {
    text-align: center;
  }
}
.cid-toNb8Vt44a H1 {
  color: #7f1933;
}
.cid-toNb8Vt44a .mbr-text,
.cid-toNb8Vt44a .mbr-section-btn {
  color: #767676;
}
.cid-toNb8VGCED {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toNb8VGCED .mbr-text,
.cid-toNb8VGCED blockquote {
  color: #767676;
}
.cid-toNjIROqwz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-toNjIROqwz .mbr-section-subtitle {
  color: #767676;
}
.cid-toNjIROqwz .container-table {
  margin: 0 auto;
}
.cid-toNjIROqwz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-toNjIROqwz .dataTables_wrapper {
  display: block;
}
.cid-toNjIROqwz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-toNjIROqwz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-toNjIROqwz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-toNjIROqwz table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-toNjIROqwz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-toNjIROqwz table td {
  border-top: 1px solid #cccccc;
}
.cid-toNjIROqwz table.table {
  background: #ffffff;
}
.cid-toNjIROqwz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-toNjIROqwz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-toNjIROqwz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-toNjIROqwz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-toNjIROqwz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-toNjIROqwz .dataTables_filter {
    text-align: center;
  }
  .cid-toNjIROqwz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-toNjIROqwz .mbr-section-title {
  color: #7f1933;
}
.cid-toNb8WIh09 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toNb8WIh09 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toNb8WIh09 p {
  color: #767676;
}
.cid-toNb8WIh09 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toNb8WIh09 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toNb8WIh09 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toNb8WIh09 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toNb8WIh09 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toNb8WIh09 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toNb8WIh09 H2 {
  color: #333333;
}
.cid-toNb8WIh09 .mbr-section-subtitle {
  color: #7f1933;
}
.cid-toNq3SWnRz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toNq3SWnRz h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toNq3SWnRz p {
  color: #767676;
}
.cid-toNq3SWnRz .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toNq3SWnRz .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toNq3SWnRz .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toNq3SWnRz .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toNq3SWnRz .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toNq3SWnRz .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toNq3SWnRz H2 {
  color: #7f1933;
}
.cid-toNq3SWnRz .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toNb8WZ4o5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toNb8WZ4o5 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toNb8WZ4o5 p {
  color: #767676;
}
.cid-toNb8WZ4o5 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toNb8WZ4o5 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toNb8WZ4o5 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toNb8WZ4o5 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toNb8WZ4o5 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toNb8WZ4o5 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toNb8WZ4o5 H2 {
  color: #7f1933;
}
.cid-toNb8WZ4o5 .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toNb8Xl0Go {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-toNb8Xl0Go h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-toNb8Xl0Go p {
  color: #767676;
}
.cid-toNb8Xl0Go .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-toNb8Xl0Go .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-toNb8Xl0Go .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toNb8Xl0Go .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-toNb8Xl0Go .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-toNb8Xl0Go .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-toNb8Xl0Go H2 {
  color: #7f1933;
}
.cid-toNb8Xl0Go .mbr-section-subtitle {
  color: #4f6466;
}
.cid-toNb8XSqnp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-toNb8XSqnp .content {
    text-align: center;
  }
  .cid-toNb8XSqnp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toNb8XSqnp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-toNb8XSqnp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-toNb8XSqnp .media-wrap img {
  height: 6rem;
}
.cid-toNb8XSqnp .mbr-text {
  color: #8d97ad;
}
.cid-toNb8XSqnp .p-title {
  font-size: 17px;
}
.cid-toNb8XSqnp .p-title span {
  color: #111111;
}
.cid-toNb8XSqnp .title-card {
  font-size: 1.3rem;
}
.cid-toNb8XSqnp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-toNb8XSqnp .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-toNb8XSqnp .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-toNb8XSqnp .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-toNb8XSqnp .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-toNb8XSqnp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toNb8XSqnp .copyright img {
  margin-right: 10px;
}
.cid-toNb8XSqnp .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-toNb8XSqnp .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-toNb8XSqnp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-toNb8XSqnp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-toNb8XSqnp .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toNb8XSqnp SPAN {
  color: #4f6466;
}
.cid-sxUxa6ZjlJ .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-sxUxa6ZjlJ .collapsed {
  flex-direction: row !important;
}
.cid-sxUxa6ZjlJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxUxa6ZjlJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxUxa6ZjlJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sxUxa6ZjlJ .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #f2f6ff;
}
.cid-sxUxa6ZjlJ .navbar.opened {
  transition: all 0.3s;
  background: #f2f6ff !important;
}
.cid-sxUxa6ZjlJ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sxUxa6ZjlJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxUxa6ZjlJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxUxa6ZjlJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxUxa6ZjlJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxUxa6ZjlJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxUxa6ZjlJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxUxa6ZjlJ .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-sxUxa6ZjlJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxUxa6ZjlJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxUxa6ZjlJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxUxa6ZjlJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxUxa6ZjlJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxUxa6ZjlJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxUxa6ZjlJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxUxa6ZjlJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxUxa6ZjlJ .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-sxUxa6ZjlJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sxUxa6ZjlJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxUxa6ZjlJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxUxa6ZjlJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxUxa6ZjlJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxUxa6ZjlJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxUxa6ZjlJ .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-sxUxa6ZjlJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sxUxa6ZjlJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxUxa6ZjlJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUxa6ZjlJ .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-sxUxa6ZjlJ .nav-item:focus,
.cid-sxUxa6ZjlJ .nav-link:focus {
  outline: none;
}
.cid-sxUxa6ZjlJ .text-white:hover,
.cid-sxUxa6ZjlJ .text-white:active,
.cid-sxUxa6ZjlJ .text-white:focus {
  color: white !important;
}
.cid-sxUxa6ZjlJ .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}
.cid-sxUxa6ZjlJ .dropdown-item:hover {
  color: black !important;
}
.cid-sxUxa6ZjlJ .dropdown-menu {
  background-color: white !important;
}
.cid-sxUxa6ZjlJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(62, 222, 207, 0.35);
  display: block;
}
.cid-sxUxa6ZjlJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #22c7b8;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sxUxa6ZjlJ .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-sxUxa6ZjlJ .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sxUxa6ZjlJ .nav-item {
    position: relative;
  }
}
.cid-sxUxa6ZjlJ .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-sxUxa6ZjlJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxUxa6ZjlJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sxUxa6ZjlJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxUxa6ZjlJ .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-sxUxa6ZjlJ .navbar-caption {
  font-weight: 600 !important;
}
.cid-sxUxa6ZjlJ .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-sxUxa6ZjlJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxUxa6ZjlJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxUxa6ZjlJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxUxa6ZjlJ .dropdown-item.active,
.cid-sxUxa6ZjlJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxUxa6ZjlJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxUxa6ZjlJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxUxa6ZjlJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxUxa6ZjlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-sxUxa6ZjlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxUxa6ZjlJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxUxa6ZjlJ .navbar-buttons {
  text-align: center;
}
.cid-sxUxa6ZjlJ 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-sxUxa6ZjlJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sxUxa6ZjlJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxUxa6ZjlJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUxa6ZjlJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxUxa6ZjlJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxUxa6ZjlJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUxa6ZjlJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxUxa6ZjlJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxUxa6ZjlJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxUxa6ZjlJ .nav-link {
  font-weight: 600 !important;
}
.cid-sxUxa6ZjlJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxUxa6ZjlJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxUxa6ZjlJ .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-sxUxa6ZjlJ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxUxa6ZjlJ .navbar {
    height: 77px;
  }
  .cid-sxUxa6ZjlJ .navbar.opened {
    height: auto;
  }
  .cid-sxUxa6ZjlJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-6p {
  /* Type valid CSS here */
}
#custom-html-6p div {
  padding: 0;
  color: #777;
  text-align: center;
  align: center;
}
#custom-html-6p p {
  font-size: 60px;
  color: #777;
}
.cid-txXnx0e9Ze {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-txXnx0e9Ze .image-block {
  margin: auto;
}
.cid-txXnx0e9Ze figcaption {
  position: relative;
}
.cid-txXnx0e9Ze figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txXnx0e9Ze .image-block {
    width: 100% !important;
  }
}
.cid-txXnW2x6dQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-txXnW2x6dQ .mbr-section-subtitle,
.cid-txXnW2x6dQ .mbr-text {
  color: #767676;
}
.cid-txXnW2x6dQ .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-txXnW2x6dQ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-txXnW2x6dQ .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-txXnW2x6dQ .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-txXnW2x6dQ .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-txXnW2x6dQ .card-wrapper .card-img img {
  width: 100%;
}
.cid-txXnW2x6dQ .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-txXnW2x6dQ .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-txXnW2x6dQ .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-txXnW2x6dQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-txXnW2x6dQ .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-txXnW2x6dQ .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-txXnW2x6dQ .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-txXnW2x6dQ .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-txXnW2x6dQ .card-title {
  color: #1a9f93;
  text-align: center;
}
.cid-txXnW2x6dQ .mbr-section-title {
  color: #ffffff;
}
.cid-txXnW2x6dQ .mbr-section-subtitle {
  color: #232323;
}
.cid-sAye4t5p2K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sAye4t5p2K .content {
    text-align: center;
  }
  .cid-sAye4t5p2K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAye4t5p2K .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sAye4t5p2K .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sAye4t5p2K .media-wrap img {
  height: 6rem;
}
.cid-sAye4t5p2K .mbr-text {
  color: #8d97ad;
}
.cid-sAye4t5p2K .p-title {
  font-size: 17px;
}
.cid-sAye4t5p2K .p-title span {
  color: #111111;
}
.cid-sAye4t5p2K .title-card {
  font-size: 1.3rem;
}
.cid-sAye4t5p2K .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAye4t5p2K .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sAye4t5p2K .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sAye4t5p2K .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sAye4t5p2K .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sAye4t5p2K .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAye4t5p2K .copyright img {
  margin-right: 10px;
}
.cid-sAye4t5p2K .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4f6466;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAye4t5p2K .icon-transition span:hover {
  background-color: #22c7b8;
}
@media (max-width: 767px) {
  .cid-sAye4t5p2K .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAye4t5p2K .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAye4t5p2K .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAye4t5p2K SPAN {
  color: #4f6466;
}
