body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #cc2952 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #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: #771830;
  color: #771830;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #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: #cc2952 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !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: #771830 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !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: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cc2952;
  border-color: #cc2952;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cc2952;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5ccd6;
}
.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: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
blockquote {
  border-color: #cc2952;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #cc2952 !important;
  -webkit-box-shadow: 0 6px 16px 0 #cc2952 !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cc2952;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cc2952;
  border-bottom-color: #cc2952;
}
.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: #cc2952 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cc2952' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rx3MBLTRlI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rx3MBLTRlI .collapsed {
  flex-direction: row!important;
}
.cid-rx3MBLTRlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3MBLTRlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3MBLTRlI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3MBLTRlI .nav-item:focus,
.cid-rx3MBLTRlI .nav-link:focus {
  outline: none;
}
.cid-rx3MBLTRlI .text-white:hover,
.cid-rx3MBLTRlI .text-white:active,
.cid-rx3MBLTRlI .text-white:focus {
  color: white!important;
}
.cid-rx3MBLTRlI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-item:hover {
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-menu {
  background-color: white!important;
}
.cid-rx3MBLTRlI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3MBLTRlI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3MBLTRlI .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0a6384;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #0a6384 !important;
}
.cid-rx3MBLTRlI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3MBLTRlI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3MBLTRlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3MBLTRlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3MBLTRlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3MBLTRlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3MBLTRlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3MBLTRlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3MBLTRlI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3MBLTRlI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3MBLTRlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3MBLTRlI .navbar.navbar-short {
  background: #0a6384 !important;
  min-height: 60px;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3MBLTRlI .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3MBLTRlI .dropdown-item.active,
.cid-rx3MBLTRlI .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3MBLTRlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a6384;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3MBLTRlI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3MBLTRlI .navbar-buttons {
  text-align: center;
}
.cid-rx3MBLTRlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI .nav-link {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3MBLTRlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3MBLTRlI .navbar {
    height: 77px;
  }
  .cid-rx3MBLTRlI .navbar.opened {
    height: auto;
  }
  .cid-rx3MBLTRlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxClZ2uHG {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0a6384;
  position: relative;
  overflow: hidden;
}
.cid-tXxClZ2uHG svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tXxClZ2uHG H1 {
  color: #e1e8ff;
}
.cid-tXxClZ2uHG .mbr-text,
.cid-tXxClZ2uHG .mbr-section-btn {
  color: #ffffff;
}
.cid-tXxClZ2uHG #e1_ellipse {
  fill: #020b26 !important;
}
.cid-tXxClZ2uHG img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tXxClZ2uHG img {
    width: 100%;
  }
}
.cid-tXxClZ2uHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxClZ2uHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rlf1WWFKeE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf1WWFKeE H1 {
  color: #343351;
}
.cid-rlf1WWFKeE .align-left {
  margin: auto;
}
.cid-rlf1WWFKeE .row {
  justify-content: space-between;
}
.cid-rlf1WWFKeE .mbr-text,
.cid-rlf1WWFKeE .mbr-section-btn {
  color: #716c80;
}
.cid-rlf1WWFKeE .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlf1WWFKeE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf1WWFKeE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlf1WWFKeE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlf1WWFKeE .link:hover {
  color: #cc2952 !important;
}
.cid-rlf1WWFKeE .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-rlf1WWFKeE DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlf1WWFKeE .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlf1WWFKeE h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf1WWFKeE .mbr-text,
.cid-rlf1WWFKeE .media-content {
  color: #ff3366;
}
.cid-tXnrUydCpF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0a6384;
}
.cid-tXnrUydCpF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXnrUydCpF H1 {
  color: #57468b;
}
.cid-tXnrUydCpF .mbr-text,
.cid-tXnrUydCpF .mbr-section-btn {
  color: #716c80;
}
.cid-tXnrUydCpF H3 {
  color: #716c80;
}
.cid-tXnrUydCpF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXnrUydCpF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXnrUydCpF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXnrUydCpF .link:hover {
  color: #cc2952 !important;
}
.cid-tXnrUydCpF .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-tXnrUydCpF DIV {
  color: #57468b;
}
.cid-tXnrUydCpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnrUydCpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXnrUydCpF .mbr-text,
.cid-tXnrUydCpF .media-content {
  color: #ffffff;
}
.cid-tXnsZgDsuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXnsZgDsuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnsZgDsuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tXnsZgDsuH .container {
    padding: 0 30px;
  }
}
.cid-tXnsZgDsuH .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tXnsZgDsuH .row {
    margin: 0 -34px;
  }
}
.cid-tXnsZgDsuH .title-wrapper {
  margin-bottom: 30px;
}
.cid-tXnsZgDsuH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXnsZgDsuH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXnsZgDsuH .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tXnsZgDsuH .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tXnsZgDsuH .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tXnsZgDsuH .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tXnsZgDsuH .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXnsZgDsuH .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXnsZgDsuH .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tXnsZgDsuH .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXnsZgDsuH .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tXnsZgDsuH .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-u8Qjf0JU1D {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f2f6ff;
}
.cid-u8Qjf0JU1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Qjf0JU1D .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8Qjf0JU1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Qjf0JU1D h1 {
  max-width: 800px;
}
.cid-u8Qjf0JU1D p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8Qjf0JU1D .btn:hover {
  transform: scale(1.1);
  background: #5580ff !important;
  border-color: #5580ff !important;
  color: #cc2952 !important;
}
.cid-u8Qjf0JU1D .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8Qjf0JU1D .btn div {
  overflow: hidden;
}
.cid-u8Qjf0JU1D .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8Qjf0JU1D {
    align-items: center;
  }
  .cid-u8Qjf0JU1D .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8Qjf0JU1D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8Qjf0JU1D {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8Qjf0JU1D .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8Qjf0JU1D .content-wrap {
    width: 100%;
  }
}
.cid-u8Qjf0JU1D .mbr-section-subtitle,
.cid-u8Qjf0JU1D .line {
  color: #291f1e;
}
.cid-u8Qjf0JU1D .mbr-text,
.cid-u8Qjf0JU1D .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u8Qjf0JU1D .mbr-section-title {
  color: #291f1e;
}
.cid-rlqwMSA8dY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0a6384;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqwMSA8dY .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #cc2952;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #cc2952;
  border-color: #cc2952;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:hover {
  background-color: #cc2952;
}
.cid-rlqwMSA8dY P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rlqwMSA8dY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rlqwMSA8dY .mbr-text,
  .cid-rlqwMSA8dY .nav-link {
    text-align: center;
  }
}
.cid-tXnIwOeT3g {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXnIwOeT3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnIwOeT3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tXnIwOeT3g .container {
    padding: 0 30px;
  }
}
.cid-tXnIwOeT3g .row {
  justify-content: center;
}
.cid-tXnIwOeT3g .title-wrapper {
  margin-bottom: 40px;
}
.cid-tXnIwOeT3g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXnIwOeT3g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXnIwOeT3g .card {
  margin-bottom: 40px;
}
.cid-tXnIwOeT3g .card .card-wrapper .mbr-number {
  margin: 20px 0;
}
.cid-tXnIwOeT3g .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tXnIwOeT3g .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXnIwOeT3g .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXnIwOeT3g .mbr-section-title {
  color: #212529;
}
.cid-tXnIwOeT3g .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXnIwOeT3g .mbr-card-title {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXnIwOeT3g .mbr-text {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXnIwOeT3g .mbr-section-title,
.cid-tXnIwOeT3g .mbr-section-btn {
  text-align: center;
}
.cid-rlqE3ytc5U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0a6384;
}
.cid-rlqE3ytc5U img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqE3ytc5U H1 {
  color: #ffffff;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .mbr-section-btn {
  color: #716c80;
}
.cid-rlqE3ytc5U H3 {
  color: #716c80;
}
.cid-rlqE3ytc5U .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqE3ytc5U .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqE3ytc5U .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqE3ytc5U .link:hover {
  color: #cc2952 !important;
}
.cid-rlqE3ytc5U .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-rlqE3ytc5U DIV {
  color: #57468b;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .media-content {
  color: #ffffff;
}
.cid-u8QlkwGv2F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u8QlkwGv2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QlkwGv2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QlkwGv2F .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8QlkwGv2F .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8QlkwGv2F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8QlkwGv2F .container {
    padding: 0 16px;
  }
}
.cid-u8QlkwGv2F .row {
  justify-content: space-between;
}
.cid-u8QlkwGv2F .title-wrapper {
  position: sticky;
}
.cid-u8QlkwGv2F .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QlkwGv2F .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8QlkwGv2F .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QlkwGv2F .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-u8QlkwGv2F .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-u8QlkwGv2F .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8QlkwGv2F .mbr-section-title {
  color: #080808;
}
.cid-u8QlkwGv2F .panel-title-edit {
  color: #080808;
}
.cid-u8QlkwGv2F .panel-text {
  color: #333333;
}
.cid-rlf3qVtjvv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #020b26;
  position: relative;
  overflow: hidden;
}
.cid-rlf3qVtjvv svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rlf3qVtjvv .mbr-text,
.cid-rlf3qVtjvv .mbr-section-btn {
  color: #ffffff;
}
.cid-rlf3qVtjvv #e12_areaS3 {
  fill: #0a6384 !important;
}
.cid-rlf3qVtjvv #e19_areaS3 {
  fill: #010000 !important;
}
.cid-rlf3qVtjvv H1 {
  color: #f2f6ff;
}
.cid-rlf3qVtjvv img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlf3qVtjvv .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #020b26;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rlf3qVtjvv .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rlf3qVtjvv img {
    width: 100%;
  }
}
.cid-u8QtZiUIU7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8QtZiUIU7 .row {
  align-items: center;
  width: 100%;
}
.cid-u8QtZiUIU7 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-u8QtZiUIU7 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-u8QtZiUIU7 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-u8QtZiUIU7 .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #020b26;
}
.cid-u8QtZiUIU7 .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u8QtZiUIU7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u8QtZiUIU7 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-u8QtZiUIU7 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-u8QtZiUIU7 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-u8QtZiUIU7 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-u8QtZiUIU7 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 4px;
  text-align: center;
}
.cid-u8QtZiUIU7 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-u8QtZiUIU7 .btn-container {
  width: 100%;
}
.cid-u8QtZiUIU7 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-u8QtZiUIU7 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-u8QtZiUIU7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8QtZiUIU7 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-rlf3bZppLj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a6384;
}
.cid-rlf3bZppLj H1 {
  color: #ffffff;
}
.cid-rlf3bZppLj .mbr-text,
.cid-rlf3bZppLj .mbr-section-btn {
  color: #ffffff;
}
.cid-rlf3bZppLj H3 {
  color: #716c80;
}
.cid-rlf4BBCTn9 {
  background-image: url("../../../assets/images/3roomunit-1920x960-1-1-1920x960.jpg");
}
.cid-rlf4BBCTn9 .container {
  height: 40rem;
}
.cid-rlf3IBt7x9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #020b26;
}
.cid-rlf3IBt7x9 .mbr-text,
.cid-rlf3IBt7x9 .mbr-section-btn {
  color: #ffffff;
}
.cid-rlf3IBt7x9 .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rlf3IBt7x9 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rlf3IBt7x9 .ico1 {
  font-size: 2rem;
}
.cid-rlf3IBt7x9 .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-rlf3IBt7x9 H3 {
  color: #57468b;
}
.cid-rlf3IBt7x9 H4 {
  color: #716c80;
}
.cid-rlf3IBt7x9 .text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rlf3IBt7x9 .relative {
    padding: 0;
  }
}
.cid-tXnMCSJZJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0a6384;
}
.cid-tXnMCSJZJ2 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tXnMCSJZJ2 .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-tXnMCSJZJ2 .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tXnMCSJZJ2 .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-tXnMCSJZJ2 .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXnMCSJZJ2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tXnMCSJZJ2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXnMCSJZJ2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tXnMCSJZJ2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXnMCSJZJ2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXnMCSJZJ2 .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-tXnMCSJZJ2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QD61yE3Q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QD61yE3Q .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .row {
    padding: 0 12px;
  }
}
.cid-u8QD61yE3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QD61yE3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QD61yE3Q .title-wrapper {
  display: block;
}
.cid-u8QD61yE3Q .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8QD61yE3Q .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u8QD61yE3Q .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-u8QD61yE3Q .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-u8QD61yE3Q .list-wrapper .list .mbr-list:hover {
  color: #ae856c;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .list .mbr-list {
    margin-left: 8px;
  }
  .cid-u8QD61yE3Q .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #ae856c;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-u8QD61yE3Q .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u8QD61yE3Q .mbr-section-title {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-list-title {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-soc-title {
  color: #a1a1a1;
}
.cid-u8QD61yE3Q .list {
  color: #e43f3f;
}
.cid-u8QD61yE3Q .mbr-soc {
  color: #181818;
}
.cid-u8QD61yE3Q .mbr-num {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-soc,
.cid-u8QD61yE3Q .mbr-iconfont {
  color: #ff3366;
}
.cid-tXo7pu0ccA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #020b26;
}
.cid-tXo7pu0ccA .media-container-row .mbr-text {
  color: #f2f6ff;
}
.cid-rx3MBLTRlI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rx3MBLTRlI .collapsed {
  flex-direction: row!important;
}
.cid-rx3MBLTRlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3MBLTRlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3MBLTRlI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3MBLTRlI .nav-item:focus,
.cid-rx3MBLTRlI .nav-link:focus {
  outline: none;
}
.cid-rx3MBLTRlI .text-white:hover,
.cid-rx3MBLTRlI .text-white:active,
.cid-rx3MBLTRlI .text-white:focus {
  color: white!important;
}
.cid-rx3MBLTRlI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-item:hover {
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-menu {
  background-color: white!important;
}
.cid-rx3MBLTRlI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3MBLTRlI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3MBLTRlI .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0a6384;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #0a6384 !important;
}
.cid-rx3MBLTRlI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3MBLTRlI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3MBLTRlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3MBLTRlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3MBLTRlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3MBLTRlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3MBLTRlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3MBLTRlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3MBLTRlI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3MBLTRlI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3MBLTRlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3MBLTRlI .navbar.navbar-short {
  background: #0a6384 !important;
  min-height: 60px;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3MBLTRlI .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3MBLTRlI .dropdown-item.active,
.cid-rx3MBLTRlI .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3MBLTRlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a6384;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3MBLTRlI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3MBLTRlI .navbar-buttons {
  text-align: center;
}
.cid-rx3MBLTRlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI .nav-link {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3MBLTRlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3MBLTRlI .navbar {
    height: 77px;
  }
  .cid-rx3MBLTRlI .navbar.opened {
    height: auto;
  }
  .cid-rx3MBLTRlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXmg9MzAKc {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tXmg9MzAKc .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-tXmg9MzAKc #e1_circle,
.cid-tXmg9MzAKc #e3_circle,
.cid-tXmg9MzAKc #e4_circle,
.cid-tXmg9MzAKc #e5_circle {
  fill: #020b26 !important;
}
.cid-tXmg9MzAKc #e6_circle {
  fill: #0a6384 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-tXmg9MzAKc .round {
  border-radius: 100%;
  position: absolute;
  background-color: #020b26;
  animation: orbit 4s linear infinite;
}
.cid-tXmg9MzAKc .rev {
  animation: rev 4s linear infinite;
}
.cid-tXmg9MzAKc .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-tXmg9MzAKc .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-tXmg9MzAKc .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-tXmg9MzAKc .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-tXmg9MzAKc .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-tXmg9MzAKc .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-tXmg9MzAKc .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-tXmg9MzAKc .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-tXmg9MzAKc .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-tXmg9MzAKc .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-tXmg9MzAKc .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-tXmg9MzAKc H1 {
  color: #ffffff;
}
.cid-tXmg9MzAKc .mbr-text,
.cid-tXmg9MzAKc .mbr-section-btn {
  color: #ffffff;
}
.cid-tXmg9MzAKc H3 {
  color: #716c80;
}
.cid-tXmg9MzAKc img {
  height: 100%;
  margin: 0 auto;
}
.cid-tXmg9MzAKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmg9MzAKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXmh1S4EEK {
  background-color: #e1e8ff;
}
.cid-tXmh1S4EEK H1 {
  color: #57468b;
}
.cid-tXmh1S4EEK .mbr-text,
.cid-tXmh1S4EEK .mbr-section-btn {
  color: #232323;
}
.cid-tXmh1S4EEK H3 {
  color: #716c80;
}
.cid-tXmh1S4EEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmh1S4EEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXmhYAOrBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #020b26;
}
.cid-tXmhYAOrBE .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tXmhYAOrBE .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-tXmhYAOrBE .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tXmhYAOrBE .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-tXmhYAOrBE .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXmhYAOrBE .google-map {
  height: 30rem;
  position: relative;
}
.cid-tXmhYAOrBE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXmhYAOrBE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tXmhYAOrBE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXmhYAOrBE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXmhYAOrBE .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-tXmhYAOrBE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QD61yE3Q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QD61yE3Q .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .row {
    padding: 0 12px;
  }
}
.cid-u8QD61yE3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QD61yE3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QD61yE3Q .title-wrapper {
  display: block;
}
.cid-u8QD61yE3Q .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8QD61yE3Q .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u8QD61yE3Q .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-u8QD61yE3Q .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-u8QD61yE3Q .list-wrapper .list .mbr-list:hover {
  color: #ae856c;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .list .mbr-list {
    margin-left: 8px;
  }
  .cid-u8QD61yE3Q .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #ae856c;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-u8QD61yE3Q .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u8QD61yE3Q .mbr-section-title {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-list-title {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-soc-title {
  color: #a1a1a1;
}
.cid-u8QD61yE3Q .list {
  color: #e43f3f;
}
.cid-u8QD61yE3Q .mbr-soc {
  color: #181818;
}
.cid-u8QD61yE3Q .mbr-num {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-soc,
.cid-u8QD61yE3Q .mbr-iconfont {
  color: #ff3366;
}
.cid-tXo7pu0ccA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #020b26;
}
.cid-tXo7pu0ccA .media-container-row .mbr-text {
  color: #f2f6ff;
}
.cid-tXmzAY6B4b .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tXmzAY6B4b .collapsed {
  flex-direction: row!important;
}
.cid-tXmzAY6B4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXmzAY6B4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXmzAY6B4b .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tXmzAY6B4b .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tXmzAY6B4b .nav-item:focus,
.cid-tXmzAY6B4b .nav-link:focus {
  outline: none;
}
.cid-tXmzAY6B4b .text-white:hover,
.cid-tXmzAY6B4b .text-white:active,
.cid-tXmzAY6B4b .text-white:focus {
  color: white!important;
}
.cid-tXmzAY6B4b .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tXmzAY6B4b .dropdown-item:hover {
  color: black!important;
}
.cid-tXmzAY6B4b .dropdown-menu {
  background-color: white!important;
}
.cid-tXmzAY6B4b .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tXmzAY6B4b .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tXmzAY6B4b .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tXmzAY6B4b .nav-item .nav-link {
    position: relative;
  }
}
.cid-tXmzAY6B4b .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-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXmzAY6B4b .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-tXmzAY6B4b .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0a6384;
}
.cid-tXmzAY6B4b .navbar.opened {
  transition: all .3s;
  background: #0a6384 !important;
}
.cid-tXmzAY6B4b .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tXmzAY6B4b .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXmzAY6B4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXmzAY6B4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXmzAY6B4b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXmzAY6B4b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXmzAY6B4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXmzAY6B4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXmzAY6B4b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXmzAY6B4b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXmzAY6B4b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXmzAY6B4b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXmzAY6B4b .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXmzAY6B4b .navbar.navbar-short {
  background: #0a6384 !important;
  min-height: 60px;
}
.cid-tXmzAY6B4b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXmzAY6B4b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXmzAY6B4b .navbar-caption {
  font-weight: 600!important;
}
.cid-tXmzAY6B4b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXmzAY6B4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXmzAY6B4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXmzAY6B4b .dropdown-item.active,
.cid-tXmzAY6B4b .dropdown-item:active {
  background-color: transparent;
}
.cid-tXmzAY6B4b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXmzAY6B4b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXmzAY6B4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXmzAY6B4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a6384;
}
.cid-tXmzAY6B4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXmzAY6B4b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXmzAY6B4b .navbar-buttons {
  text-align: center;
}
.cid-tXmzAY6B4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXmzAY6B4b .nav-link {
  font-weight: 600!important;
}
.cid-tXmzAY6B4b a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXmzAY6B4b .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXmzAY6B4b .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-tXmzAY6B4b .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXmzAY6B4b .navbar {
    height: 77px;
  }
  .cid-tXmzAY6B4b .navbar.opened {
    height: auto;
  }
  .cid-tXmzAY6B4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXmzAYxLPU {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tXmzAYxLPU .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-tXmzAYxLPU #e1_circle,
.cid-tXmzAYxLPU #e3_circle,
.cid-tXmzAYxLPU #e4_circle,
.cid-tXmzAYxLPU #e5_circle {
  fill: #0a6384 !important;
}
.cid-tXmzAYxLPU #e6_circle {
  fill: #020b26 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-tXmzAYxLPU .round {
  border-radius: 100%;
  position: absolute;
  background-color: #0a6384;
  animation: orbit 4s linear infinite;
}
.cid-tXmzAYxLPU .rev {
  animation: rev 4s linear infinite;
}
.cid-tXmzAYxLPU .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-tXmzAYxLPU .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-tXmzAYxLPU .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-tXmzAYxLPU .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-tXmzAYxLPU .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-tXmzAYxLPU .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-tXmzAYxLPU .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-tXmzAYxLPU .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-tXmzAYxLPU .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-tXmzAYxLPU .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-tXmzAYxLPU .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-tXmzAYxLPU H1 {
  color: #ffffff;
}
.cid-tXmzAYxLPU .mbr-text,
.cid-tXmzAYxLPU .mbr-section-btn {
  color: #ffffff;
}
.cid-tXmzAYxLPU H3 {
  color: #716c80;
}
.cid-tXmzAYxLPU img {
  height: 100%;
  margin: 0 auto;
}
.cid-tXmzAYxLPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmzAYxLPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXmzAYPjsx {
  background-color: #e1e8ff;
}
.cid-tXmzAYPjsx H1 {
  color: #57468b;
}
.cid-tXmzAYPjsx .mbr-text,
.cid-tXmzAYPjsx .mbr-section-btn {
  color: #232323;
}
.cid-tXmzAYPjsx H3 {
  color: #716c80;
}
.cid-tXmzAYPjsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmzAYPjsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RcM0twUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #020b26;
}
.cid-u8RcM0twUJ .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8RcM0twUJ .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-u8RcM0twUJ .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-u8RcM0twUJ .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-u8RcM0twUJ .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8RcM0twUJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8RcM0twUJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8RcM0twUJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8RcM0twUJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8RcM0twUJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8RcM0twUJ .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-u8RcM0twUJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QD61yE3Q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QD61yE3Q .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .row {
    padding: 0 12px;
  }
}
.cid-u8QD61yE3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QD61yE3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QD61yE3Q .title-wrapper {
  display: block;
}
.cid-u8QD61yE3Q .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8QD61yE3Q .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u8QD61yE3Q .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-u8QD61yE3Q .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-u8QD61yE3Q .list-wrapper .list .mbr-list:hover {
  color: #ae856c;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .list-wrapper .list .mbr-list {
    margin-left: 8px;
  }
  .cid-u8QD61yE3Q .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8QD61yE3Q .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #ae856c;
}
.cid-u8QD61yE3Q .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-u8QD61yE3Q .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u8QD61yE3Q .mbr-section-title {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-list-title {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-soc-title {
  color: #a1a1a1;
}
.cid-u8QD61yE3Q .list {
  color: #e43f3f;
}
.cid-u8QD61yE3Q .mbr-soc {
  color: #181818;
}
.cid-u8QD61yE3Q .mbr-num {
  color: #ffffff;
}
.cid-u8QD61yE3Q .mbr-soc,
.cid-u8QD61yE3Q .mbr-iconfont {
  color: #ff3366;
}
.cid-tXo7pu0ccA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #020b26;
}
.cid-tXo7pu0ccA .media-container-row .mbr-text {
  color: #f2f6ff;
}
.cid-u8QG0M01ql .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-u8QG0M01ql .collapsed {
  flex-direction: row!important;
}
.cid-u8QG0M01ql .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8QG0M01ql .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8QG0M01ql .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u8QG0M01ql .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u8QG0M01ql .nav-item:focus,
.cid-u8QG0M01ql .nav-link:focus {
  outline: none;
}
.cid-u8QG0M01ql .text-white:hover,
.cid-u8QG0M01ql .text-white:active,
.cid-u8QG0M01ql .text-white:focus {
  color: white!important;
}
.cid-u8QG0M01ql .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u8QG0M01ql .dropdown-item:hover {
  color: black!important;
}
.cid-u8QG0M01ql .dropdown-menu {
  background-color: white!important;
}
.cid-u8QG0M01ql .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u8QG0M01ql .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u8QG0M01ql .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u8QG0M01ql .nav-item .nav-link {
    position: relative;
  }
}
.cid-u8QG0M01ql .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-u8QG0M01ql .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8QG0M01ql .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u8QG0M01ql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u8QG0M01ql .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-u8QG0M01ql .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0a6384;
}
.cid-u8QG0M01ql .navbar.opened {
  transition: all .3s;
  background: #0a6384 !important;
}
.cid-u8QG0M01ql .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u8QG0M01ql .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8QG0M01ql .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8QG0M01ql .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8QG0M01ql .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8QG0M01ql .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8QG0M01ql .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8QG0M01ql .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u8QG0M01ql .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8QG0M01ql .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8QG0M01ql .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8QG0M01ql .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8QG0M01ql .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8QG0M01ql .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8QG0M01ql .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8QG0M01ql .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8QG0M01ql .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u8QG0M01ql .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8QG0M01ql .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8QG0M01ql .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8QG0M01ql .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8QG0M01ql .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8QG0M01ql .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8QG0M01ql .navbar.navbar-short {
  background: #0a6384 !important;
  min-height: 60px;
}
.cid-u8QG0M01ql .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8QG0M01ql .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8QG0M01ql .navbar-caption {
  font-weight: 600!important;
}
.cid-u8QG0M01ql .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8QG0M01ql .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8QG0M01ql .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8QG0M01ql .dropdown-item.active,
.cid-u8QG0M01ql .dropdown-item:active {
  background-color: transparent;
}
.cid-u8QG0M01ql .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8QG0M01ql .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8QG0M01ql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8QG0M01ql .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a6384;
}
.cid-u8QG0M01ql .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8QG0M01ql ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8QG0M01ql .navbar-buttons {
  text-align: center;
}
.cid-u8QG0M01ql button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8QG0M01ql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-u8QG0M01ql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8QG0M01ql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8QG0M01ql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8QG0M01ql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8QG0M01ql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8QG0M01ql nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8QG0M01ql nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8QG0M01ql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8QG0M01ql .nav-link {
  font-weight: 600!important;
}
.cid-u8QG0M01ql a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8QG0M01ql .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8QG0M01ql .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-u8QG0M01ql .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8QG0M01ql .navbar {
    height: 77px;
  }
  .cid-u8QG0M01ql .navbar.opened {
    height: auto;
  }
  .cid-u8QG0M01ql .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8QG0MBliZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0a6384;
  position: relative;
  overflow: hidden;
}
.cid-u8QG0MBliZ svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u8QG0MBliZ H1 {
  color: #e1e8ff;
}
.cid-u8QG0MBliZ .mbr-text,
.cid-u8QG0MBliZ .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG0MBliZ #e1_ellipse {
  fill: #020b26 !important;
}
.cid-u8QG0MBliZ img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u8QG0MBliZ img {
    width: 100%;
  }
}
.cid-u8QG0MBliZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG0MBliZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG0N5IiP {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8QG0N5IiP H1 {
  color: #343351;
}
.cid-u8QG0N5IiP .align-left {
  margin: auto;
}
.cid-u8QG0N5IiP .row {
  justify-content: space-between;
}
.cid-u8QG0N5IiP .mbr-text,
.cid-u8QG0N5IiP .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG0N5IiP .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-u8QG0N5IiP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG0N5IiP .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG0N5IiP .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG0N5IiP .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG0N5IiP .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG0N5IiP DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-u8QG0N5IiP .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-u8QG0N5IiP h1 {
    padding-bottom: 1rem;
  }
}
.cid-u8QG0N5IiP .mbr-text,
.cid-u8QG0N5IiP .media-content {
  color: #ff3366;
}
.cid-u8QG0NsvxF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0a6384;
}
.cid-u8QG0NsvxF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u8QG0NsvxF H1 {
  color: #57468b;
}
.cid-u8QG0NsvxF .mbr-text,
.cid-u8QG0NsvxF .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG0NsvxF H3 {
  color: #716c80;
}
.cid-u8QG0NsvxF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG0NsvxF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG0NsvxF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG0NsvxF .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG0NsvxF .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG0NsvxF DIV {
  color: #57468b;
}
.cid-u8QG0NsvxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG0NsvxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG0NsvxF .mbr-text,
.cid-u8QG0NsvxF .media-content {
  color: #ffffff;
}
.cid-u8QG0NRtAp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-u8QG0NRtAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG0NRtAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8QG0NRtAp .container {
    padding: 0 30px;
  }
}
.cid-u8QG0NRtAp .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u8QG0NRtAp .row {
    margin: 0 -34px;
  }
}
.cid-u8QG0NRtAp .title-wrapper {
  margin-bottom: 30px;
}
.cid-u8QG0NRtAp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u8QG0NRtAp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG0NRtAp .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-u8QG0NRtAp .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-u8QG0NRtAp .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-u8QG0NRtAp .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-u8QG0NRtAp .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u8QG0NRtAp .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u8QG0NRtAp .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u8QG0NRtAp .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u8QG0NRtAp .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QG0NRtAp .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-u8QG0OqrlM {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f2f6ff;
}
.cid-u8QG0OqrlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG0OqrlM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8QG0OqrlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG0OqrlM h1 {
  max-width: 800px;
}
.cid-u8QG0OqrlM p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8QG0OqrlM .btn:hover {
  transform: scale(1.1);
  background: #5580ff !important;
  border-color: #5580ff !important;
  color: #cc2952 !important;
}
.cid-u8QG0OqrlM .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8QG0OqrlM .btn div {
  overflow: hidden;
}
.cid-u8QG0OqrlM .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8QG0OqrlM {
    align-items: center;
  }
  .cid-u8QG0OqrlM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8QG0OqrlM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8QG0OqrlM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8QG0OqrlM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8QG0OqrlM .content-wrap {
    width: 100%;
  }
}
.cid-u8QG0OqrlM .mbr-section-subtitle,
.cid-u8QG0OqrlM .line {
  color: #291f1e;
}
.cid-u8QG0OqrlM .mbr-text,
.cid-u8QG0OqrlM .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u8QG0OqrlM .mbr-section-title {
  color: #291f1e;
}
.cid-u8QG0ONvFq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0a6384;
}
.cid-u8QG0ONvFq .nav-tabs .nav-item.open .nav-link:focus,
.cid-u8QG0ONvFq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u8QG0ONvFq .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-u8QG0ONvFq .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-u8QG0ONvFq .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-u8QG0ONvFq .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #cc2952;
}
.cid-u8QG0ONvFq .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #cc2952;
  border-color: #cc2952;
}
.cid-u8QG0ONvFq .nav-tabs .nav-link.active:hover {
  background-color: #cc2952;
}
.cid-u8QG0ONvFq P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8QG0ONvFq .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-u8QG0ONvFq .mbr-text,
  .cid-u8QG0ONvFq .nav-link {
    text-align: center;
  }
}
.cid-u8QG0PeEhk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QG0PeEhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG0PeEhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8QG0PeEhk .container {
    padding: 0 30px;
  }
}
.cid-u8QG0PeEhk .row {
  justify-content: center;
}
.cid-u8QG0PeEhk .title-wrapper {
  margin-bottom: 40px;
}
.cid-u8QG0PeEhk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u8QG0PeEhk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG0PeEhk .card {
  margin-bottom: 40px;
}
.cid-u8QG0PeEhk .card .card-wrapper .mbr-number {
  margin: 20px 0;
}
.cid-u8QG0PeEhk .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-u8QG0PeEhk .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u8QG0PeEhk .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u8QG0PeEhk .mbr-section-title {
  color: #212529;
}
.cid-u8QG0PeEhk .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u8QG0PeEhk .mbr-card-title {
  color: #f2f6ff;
  text-align: center;
}
.cid-u8QG0PeEhk .mbr-text {
  color: #f2f6ff;
  text-align: center;
}
.cid-u8QG0PeEhk .mbr-section-title,
.cid-u8QG0PeEhk .mbr-section-btn {
  text-align: center;
}
.cid-u8QG0PPWI1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0a6384;
}
.cid-u8QG0PPWI1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u8QG0PPWI1 H1 {
  color: #ffffff;
}
.cid-u8QG0PPWI1 .mbr-text,
.cid-u8QG0PPWI1 .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG0PPWI1 H3 {
  color: #716c80;
}
.cid-u8QG0PPWI1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG0PPWI1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG0PPWI1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG0PPWI1 .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG0PPWI1 .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG0PPWI1 DIV {
  color: #57468b;
}
.cid-u8QG0PPWI1 .mbr-text,
.cid-u8QG0PPWI1 .media-content {
  color: #ffffff;
}
.cid-u8QG0Qb4ju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u8QG0Qb4ju .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG0Qb4ju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG0Qb4ju .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8QG0Qb4ju .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8QG0Qb4ju .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8QG0Qb4ju .container {
    padding: 0 16px;
  }
}
.cid-u8QG0Qb4ju .row {
  justify-content: space-between;
}
.cid-u8QG0Qb4ju .title-wrapper {
  position: sticky;
}
.cid-u8QG0Qb4ju .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QG0Qb4ju .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8QG0Qb4ju .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QG0Qb4ju .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-u8QG0Qb4ju .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-u8QG0Qb4ju .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8QG0Qb4ju .mbr-section-title {
  color: #080808;
}
.cid-u8QG0Qb4ju .panel-title-edit {
  color: #080808;
}
.cid-u8QG0Qb4ju .panel-text {
  color: #333333;
}
.cid-u8QG0QMUF4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #020b26;
  position: relative;
  overflow: hidden;
}
.cid-u8QG0QMUF4 svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-u8QG0QMUF4 .mbr-text,
.cid-u8QG0QMUF4 .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG0QMUF4 #e12_areaS3 {
  fill: #0a6384 !important;
}
.cid-u8QG0QMUF4 #e19_areaS3 {
  fill: #010000 !important;
}
.cid-u8QG0QMUF4 H1 {
  color: #f2f6ff;
}
.cid-u8QG0QMUF4 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u8QG0QMUF4 .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #020b26;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-u8QG0QMUF4 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u8QG0QMUF4 img {
    width: 100%;
  }
}
.cid-u8QG0R9cvW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8QG0R9cvW .row {
  align-items: center;
  width: 100%;
}
.cid-u8QG0R9cvW .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-u8QG0R9cvW .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-u8QG0R9cvW .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-u8QG0R9cvW .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #020b26;
}
.cid-u8QG0R9cvW .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u8QG0R9cvW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u8QG0R9cvW .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-u8QG0R9cvW .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-u8QG0R9cvW .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-u8QG0R9cvW .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-u8QG0R9cvW .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 4px;
  text-align: center;
}
.cid-u8QG0R9cvW .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-u8QG0R9cvW .btn-container {
  width: 100%;
}
.cid-u8QG0R9cvW .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-u8QG0R9cvW .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-u8QG0R9cvW .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8QG0R9cvW .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-u8QG0RV95R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a6384;
}
.cid-u8QG0RV95R H1 {
  color: #ffffff;
}
.cid-u8QG0RV95R .mbr-text,
.cid-u8QG0RV95R .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG0RV95R H3 {
  color: #716c80;
}
.cid-u8QG0SmaNs {
  background-image: url("../../../assets/images/disgusting-things-found-porta-potty-1280x853.jpg");
}
.cid-u8QG0SmaNs .container {
  height: 40rem;
}
.cid-u8QG0SE7to {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #020b26;
}
.cid-u8QG0SE7to .mbr-text,
.cid-u8QG0SE7to .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG0SE7to .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-u8QG0SE7to .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u8QG0SE7to .ico1 {
  font-size: 2rem;
}
.cid-u8QG0SE7to .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-u8QG0SE7to H3 {
  color: #57468b;
}
.cid-u8QG0SE7to H4 {
  color: #716c80;
}
.cid-u8QG0SE7to .text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8QG0SE7to .relative {
    padding: 0;
  }
}
.cid-u8RrkYPNhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a6384;
}
.cid-u8RrkYPNhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RrkYPNhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RrkYPNhM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u8RrkYPNhM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u8RrkYPNhM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8RrkYPNhM .container {
    padding: 0 20px;
  }
}
.cid-u8RrkYPNhM .row {
  justify-content: center;
}
.cid-u8RrkYPNhM .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #010000;
}
@media (max-width: 992px) {
  .cid-u8RrkYPNhM .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u8RrkYPNhM .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-u8RrkYPNhM .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u8RrkYPNhM .panel-group .card {
    padding: 20px;
  }
}
.cid-u8RrkYPNhM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8RrkYPNhM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8RrkYPNhM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8RrkYPNhM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-u8RrkYPNhM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u8RrkYPNhM .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-u8RrkYPNhM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u8RrkYPNhM .mbr-desc {
  color: #ffffff;
}
.cid-u8RrkYPNhM .panel-title-edit {
  color: #0f1d07;
}
.cid-u8RrkYPNhM .panel-text {
  color: #0f1d07;
}
.cid-u8QG0T1hF9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0a6384;
}
.cid-u8QG0T1hF9 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8QG0T1hF9 .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-u8QG0T1hF9 .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-u8QG0T1hF9 .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-u8QG0T1hF9 .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG0T1hF9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8QG0T1hF9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8QG0T1hF9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8QG0T1hF9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8QG0T1hF9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8QG0T1hF9 .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-u8QG0T1hF9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QG0TtUGC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QG0TtUGC .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .row {
    padding: 0 12px;
  }
}
.cid-u8QG0TtUGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG0TtUGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG0TtUGC .title-wrapper {
  display: block;
}
.cid-u8QG0TtUGC .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8QG0TtUGC .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u8QG0TtUGC .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-u8QG0TtUGC .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-u8QG0TtUGC .list-wrapper .list .mbr-list:hover {
  color: #ae856c;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .list-wrapper .list .mbr-list {
    margin-left: 8px;
  }
  .cid-u8QG0TtUGC .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-u8QG0TtUGC .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-u8QG0TtUGC .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-u8QG0TtUGC .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8QG0TtUGC .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-u8QG0TtUGC .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-u8QG0TtUGC .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-u8QG0TtUGC .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #ae856c;
}
.cid-u8QG0TtUGC .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-u8QG0TtUGC .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u8QG0TtUGC .mbr-section-title {
  color: #ffffff;
}
.cid-u8QG0TtUGC .mbr-list-title {
  color: #ffffff;
}
.cid-u8QG0TtUGC .mbr-soc-title {
  color: #a1a1a1;
}
.cid-u8QG0TtUGC .list {
  color: #e43f3f;
}
.cid-u8QG0TtUGC .mbr-soc {
  color: #181818;
}
.cid-u8QG0TtUGC .mbr-num {
  color: #ffffff;
}
.cid-u8QG0TtUGC .mbr-soc,
.cid-u8QG0TtUGC .mbr-iconfont {
  color: #ff3366;
}
.cid-u8QG0U6Bmh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #020b26;
}
.cid-u8QG0U6Bmh .media-container-row .mbr-text {
  color: #f2f6ff;
}
.cid-u8QG1p9grf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-u8QG1p9grf .collapsed {
  flex-direction: row!important;
}
.cid-u8QG1p9grf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8QG1p9grf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8QG1p9grf .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u8QG1p9grf .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u8QG1p9grf .nav-item:focus,
.cid-u8QG1p9grf .nav-link:focus {
  outline: none;
}
.cid-u8QG1p9grf .text-white:hover,
.cid-u8QG1p9grf .text-white:active,
.cid-u8QG1p9grf .text-white:focus {
  color: white!important;
}
.cid-u8QG1p9grf .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u8QG1p9grf .dropdown-item:hover {
  color: black!important;
}
.cid-u8QG1p9grf .dropdown-menu {
  background-color: white!important;
}
.cid-u8QG1p9grf .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u8QG1p9grf .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u8QG1p9grf .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u8QG1p9grf .nav-item .nav-link {
    position: relative;
  }
}
.cid-u8QG1p9grf .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-u8QG1p9grf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8QG1p9grf .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u8QG1p9grf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u8QG1p9grf .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-u8QG1p9grf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0a6384;
}
.cid-u8QG1p9grf .navbar.opened {
  transition: all .3s;
  background: #0a6384 !important;
}
.cid-u8QG1p9grf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u8QG1p9grf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8QG1p9grf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8QG1p9grf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8QG1p9grf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8QG1p9grf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8QG1p9grf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8QG1p9grf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u8QG1p9grf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8QG1p9grf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8QG1p9grf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8QG1p9grf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8QG1p9grf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8QG1p9grf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8QG1p9grf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8QG1p9grf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8QG1p9grf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u8QG1p9grf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8QG1p9grf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8QG1p9grf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8QG1p9grf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8QG1p9grf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8QG1p9grf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8QG1p9grf .navbar.navbar-short {
  background: #0a6384 !important;
  min-height: 60px;
}
.cid-u8QG1p9grf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8QG1p9grf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8QG1p9grf .navbar-caption {
  font-weight: 600!important;
}
.cid-u8QG1p9grf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8QG1p9grf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8QG1p9grf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8QG1p9grf .dropdown-item.active,
.cid-u8QG1p9grf .dropdown-item:active {
  background-color: transparent;
}
.cid-u8QG1p9grf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8QG1p9grf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8QG1p9grf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8QG1p9grf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a6384;
}
.cid-u8QG1p9grf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8QG1p9grf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8QG1p9grf .navbar-buttons {
  text-align: center;
}
.cid-u8QG1p9grf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8QG1p9grf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-u8QG1p9grf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8QG1p9grf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8QG1p9grf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8QG1p9grf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8QG1p9grf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8QG1p9grf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8QG1p9grf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8QG1p9grf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8QG1p9grf .nav-link {
  font-weight: 600!important;
}
.cid-u8QG1p9grf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8QG1p9grf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8QG1p9grf .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-u8QG1p9grf .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8QG1p9grf .navbar {
    height: 77px;
  }
  .cid-u8QG1p9grf .navbar.opened {
    height: auto;
  }
  .cid-u8QG1p9grf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8QG1pGyxH {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0a6384;
  position: relative;
  overflow: hidden;
}
.cid-u8QG1pGyxH svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u8QG1pGyxH H1 {
  color: #e1e8ff;
}
.cid-u8QG1pGyxH .mbr-text,
.cid-u8QG1pGyxH .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1pGyxH #e1_ellipse {
  fill: #020b26 !important;
}
.cid-u8QG1pGyxH img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u8QG1pGyxH img {
    width: 100%;
  }
}
.cid-u8QG1pGyxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1pGyxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1pW7Ug {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8QG1pW7Ug H1 {
  color: #343351;
}
.cid-u8QG1pW7Ug .align-left {
  margin: auto;
}
.cid-u8QG1pW7Ug .row {
  justify-content: space-between;
}
.cid-u8QG1pW7Ug .mbr-text,
.cid-u8QG1pW7Ug .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG1pW7Ug .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-u8QG1pW7Ug .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG1pW7Ug .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG1pW7Ug .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG1pW7Ug .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG1pW7Ug .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG1pW7Ug DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-u8QG1pW7Ug .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-u8QG1pW7Ug h1 {
    padding-bottom: 1rem;
  }
}
.cid-u8QG1pW7Ug .mbr-text,
.cid-u8QG1pW7Ug .media-content {
  color: #ff3366;
}
.cid-u8QG1qahGb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0a6384;
}
.cid-u8QG1qahGb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u8QG1qahGb H1 {
  color: #57468b;
}
.cid-u8QG1qahGb .mbr-text,
.cid-u8QG1qahGb .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG1qahGb H3 {
  color: #716c80;
}
.cid-u8QG1qahGb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG1qahGb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG1qahGb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG1qahGb .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG1qahGb .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG1qahGb DIV {
  color: #57468b;
}
.cid-u8QG1qahGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1qahGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1qahGb .mbr-text,
.cid-u8QG1qahGb .media-content {
  color: #ffffff;
}
.cid-u8QG1qpG01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-u8QG1qpG01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1qpG01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8QG1qpG01 .container {
    padding: 0 30px;
  }
}
.cid-u8QG1qpG01 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u8QG1qpG01 .row {
    margin: 0 -34px;
  }
}
.cid-u8QG1qpG01 .title-wrapper {
  margin-bottom: 30px;
}
.cid-u8QG1qpG01 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u8QG1qpG01 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG1qpG01 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-u8QG1qpG01 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-u8QG1qpG01 .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-u8QG1qpG01 .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-u8QG1qpG01 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u8QG1qpG01 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u8QG1qpG01 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u8QG1qpG01 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u8QG1qpG01 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QG1qpG01 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-u8QG1qVCNq {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f6ff;
}
.cid-u8QG1qVCNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1qVCNq .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8QG1qVCNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1qVCNq h1 {
  max-width: 800px;
}
.cid-u8QG1qVCNq p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8QG1qVCNq .btn:hover {
  transform: scale(1.1);
  background: #5580ff !important;
  border-color: #5580ff !important;
  color: #cc2952 !important;
}
.cid-u8QG1qVCNq .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8QG1qVCNq .btn div {
  overflow: hidden;
}
.cid-u8QG1qVCNq .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8QG1qVCNq {
    align-items: center;
  }
  .cid-u8QG1qVCNq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8QG1qVCNq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8QG1qVCNq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8QG1qVCNq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8QG1qVCNq .content-wrap {
    width: 100%;
  }
}
.cid-u8QG1qVCNq .mbr-section-subtitle,
.cid-u8QG1qVCNq .line {
  color: #291f1e;
}
.cid-u8QG1qVCNq .mbr-text,
.cid-u8QG1qVCNq .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u8QG1qVCNq .mbr-section-title {
  color: #291f1e;
}
.cid-u8QG1raKqS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0a6384;
}
.cid-u8QG1raKqS .nav-tabs .nav-item.open .nav-link:focus,
.cid-u8QG1raKqS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u8QG1raKqS .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-u8QG1raKqS .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-u8QG1raKqS .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-u8QG1raKqS .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #cc2952;
}
.cid-u8QG1raKqS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #cc2952;
  border-color: #cc2952;
}
.cid-u8QG1raKqS .nav-tabs .nav-link.active:hover {
  background-color: #cc2952;
}
.cid-u8QG1raKqS P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8QG1raKqS .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-u8QG1raKqS .mbr-text,
  .cid-u8QG1raKqS .nav-link {
    text-align: center;
  }
}
.cid-u8QG1rtec3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QG1rtec3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1rtec3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8QG1rtec3 .container {
    padding: 0 30px;
  }
}
.cid-u8QG1rtec3 .row {
  justify-content: center;
}
.cid-u8QG1rtec3 .title-wrapper {
  margin-bottom: 40px;
}
.cid-u8QG1rtec3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u8QG1rtec3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG1rtec3 .card {
  margin-bottom: 40px;
}
.cid-u8QG1rtec3 .card .card-wrapper .mbr-number {
  margin: 20px 0;
}
.cid-u8QG1rtec3 .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-u8QG1rtec3 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u8QG1rtec3 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u8QG1rtec3 .mbr-section-title {
  color: #212529;
}
.cid-u8QG1rtec3 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u8QG1rtec3 .mbr-card-title {
  color: #f2f6ff;
  text-align: center;
}
.cid-u8QG1rtec3 .mbr-text {
  color: #f2f6ff;
  text-align: center;
}
.cid-u8QG1rtec3 .mbr-section-title,
.cid-u8QG1rtec3 .mbr-section-btn {
  text-align: center;
}
.cid-u8QG1rOBRF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0a6384;
}
.cid-u8QG1rOBRF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u8QG1rOBRF H1 {
  color: #ffffff;
}
.cid-u8QG1rOBRF .mbr-text,
.cid-u8QG1rOBRF .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG1rOBRF H3 {
  color: #716c80;
}
.cid-u8QG1rOBRF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG1rOBRF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG1rOBRF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG1rOBRF .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG1rOBRF .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG1rOBRF DIV {
  color: #57468b;
}
.cid-u8QG1rOBRF .mbr-text,
.cid-u8QG1rOBRF .media-content {
  color: #ffffff;
}
.cid-u8QG1s7h3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u8QG1s7h3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1s7h3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1s7h3y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8QG1s7h3y .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8QG1s7h3y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8QG1s7h3y .container {
    padding: 0 16px;
  }
}
.cid-u8QG1s7h3y .row {
  justify-content: space-between;
}
.cid-u8QG1s7h3y .title-wrapper {
  position: sticky;
}
.cid-u8QG1s7h3y .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QG1s7h3y .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8QG1s7h3y .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QG1s7h3y .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-u8QG1s7h3y .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-u8QG1s7h3y .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8QG1s7h3y .mbr-section-title {
  color: #080808;
}
.cid-u8QG1s7h3y .panel-title-edit {
  color: #080808;
}
.cid-u8QG1s7h3y .panel-text {
  color: #333333;
}
.cid-u8QG1sytOc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #020b26;
  position: relative;
  overflow: hidden;
}
.cid-u8QG1sytOc svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-u8QG1sytOc .mbr-text,
.cid-u8QG1sytOc .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1sytOc #e12_areaS3 {
  fill: #0a6384 !important;
}
.cid-u8QG1sytOc #e19_areaS3 {
  fill: #010000 !important;
}
.cid-u8QG1sytOc H1 {
  color: #f2f6ff;
}
.cid-u8QG1sytOc img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u8QG1sytOc .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #020b26;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-u8QG1sytOc .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u8QG1sytOc img {
    width: 100%;
  }
}
.cid-u8QG1sQtF1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8QG1sQtF1 .row {
  align-items: center;
  width: 100%;
}
.cid-u8QG1sQtF1 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-u8QG1sQtF1 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-u8QG1sQtF1 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-u8QG1sQtF1 .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #020b26;
}
.cid-u8QG1sQtF1 .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u8QG1sQtF1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u8QG1sQtF1 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-u8QG1sQtF1 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-u8QG1sQtF1 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-u8QG1sQtF1 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-u8QG1sQtF1 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 4px;
  text-align: center;
}
.cid-u8QG1sQtF1 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-u8QG1sQtF1 .btn-container {
  width: 100%;
}
.cid-u8QG1sQtF1 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-u8QG1sQtF1 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-u8QG1sQtF1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8QG1sQtF1 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-u8QG1ttnqq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a6384;
}
.cid-u8QG1ttnqq H1 {
  color: #ffffff;
}
.cid-u8QG1ttnqq .mbr-text,
.cid-u8QG1ttnqq .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1ttnqq H3 {
  color: #716c80;
}
.cid-u8QG1tLtCw {
  background-image: url("../../../assets/images/gettyimages-168502937-1200x800.jpg");
}
.cid-u8QG1tLtCw .container {
  height: 40rem;
}
.cid-u8QG1u0Ajj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #020b26;
}
.cid-u8QG1u0Ajj .mbr-text,
.cid-u8QG1u0Ajj .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1u0Ajj .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-u8QG1u0Ajj .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u8QG1u0Ajj .ico1 {
  font-size: 2rem;
}
.cid-u8QG1u0Ajj .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-u8QG1u0Ajj H3 {
  color: #57468b;
}
.cid-u8QG1u0Ajj H4 {
  color: #716c80;
}
.cid-u8QG1u0Ajj .text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8QG1u0Ajj .relative {
    padding: 0;
  }
}
.cid-u8RBogrrfJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a6384;
}
.cid-u8RBogrrfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RBogrrfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RBogrrfJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u8RBogrrfJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u8RBogrrfJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8RBogrrfJ .container {
    padding: 0 20px;
  }
}
.cid-u8RBogrrfJ .row {
  justify-content: center;
}
.cid-u8RBogrrfJ .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #010000;
}
@media (max-width: 992px) {
  .cid-u8RBogrrfJ .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u8RBogrrfJ .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-u8RBogrrfJ .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u8RBogrrfJ .panel-group .card {
    padding: 20px;
  }
}
.cid-u8RBogrrfJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8RBogrrfJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8RBogrrfJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8RBogrrfJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-u8RBogrrfJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u8RBogrrfJ .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-u8RBogrrfJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u8RBogrrfJ .mbr-desc {
  color: #ffffff;
}
.cid-u8RBogrrfJ .panel-title-edit {
  color: #0f1d07;
}
.cid-u8RBogrrfJ .panel-text {
  color: #0f1d07;
}
.cid-u8RBrZcqcS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u8RBrZcqcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RBrZcqcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RBrZcqcS .video-wrapper iframe {
  width: 100%;
}
.cid-u8RBrZcqcS .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #57468b;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u8RBrZcqcS .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u8RBrZcqcS .video-block {
  position: relative;
  z-index: 1;
}
.cid-u8RBrZcqcS .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u8RBrZcqcS .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8RBrZcqcS .video-block .image-absolute {
    display: none;
  }
}
.cid-u8QG1uhWWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0a6384;
}
.cid-u8QG1uhWWv .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8QG1uhWWv .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-u8QG1uhWWv .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-u8QG1uhWWv .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-u8QG1uhWWv .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG1uhWWv .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8QG1uhWWv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8QG1uhWWv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8QG1uhWWv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8QG1uhWWv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8QG1uhWWv .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-u8QG1uhWWv .mbr-section-title {
  color: #020b26;
  text-align: center;
}
.cid-u8QG1uC0YA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QG1uC0YA .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .row {
    padding: 0 12px;
  }
}
.cid-u8QG1uC0YA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1uC0YA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1uC0YA .title-wrapper {
  display: block;
}
.cid-u8QG1uC0YA .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8QG1uC0YA .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u8QG1uC0YA .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-u8QG1uC0YA .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-u8QG1uC0YA .list-wrapper .list .mbr-list:hover {
  color: #ae856c;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .list-wrapper .list .mbr-list {
    margin-left: 8px;
  }
  .cid-u8QG1uC0YA .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-u8QG1uC0YA .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-u8QG1uC0YA .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-u8QG1uC0YA .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8QG1uC0YA .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-u8QG1uC0YA .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-u8QG1uC0YA .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-u8QG1uC0YA .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #ae856c;
}
.cid-u8QG1uC0YA .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-u8QG1uC0YA .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u8QG1uC0YA .mbr-section-title {
  color: #ffffff;
}
.cid-u8QG1uC0YA .mbr-list-title {
  color: #ffffff;
}
.cid-u8QG1uC0YA .mbr-soc-title {
  color: #a1a1a1;
}
.cid-u8QG1uC0YA .list {
  color: #e43f3f;
}
.cid-u8QG1uC0YA .mbr-soc {
  color: #181818;
}
.cid-u8QG1uC0YA .mbr-num {
  color: #ffffff;
}
.cid-u8QG1uC0YA .mbr-soc,
.cid-u8QG1uC0YA .mbr-iconfont {
  color: #ff3366;
}
.cid-u8QG1v4hWk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #020b26;
}
.cid-u8QG1v4hWk .media-container-row .mbr-text {
  color: #f2f6ff;
}
.cid-u8QG1MqnaZ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-u8QG1MqnaZ .collapsed {
  flex-direction: row!important;
}
.cid-u8QG1MqnaZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8QG1MqnaZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8QG1MqnaZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u8QG1MqnaZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u8QG1MqnaZ .nav-item:focus,
.cid-u8QG1MqnaZ .nav-link:focus {
  outline: none;
}
.cid-u8QG1MqnaZ .text-white:hover,
.cid-u8QG1MqnaZ .text-white:active,
.cid-u8QG1MqnaZ .text-white:focus {
  color: white!important;
}
.cid-u8QG1MqnaZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u8QG1MqnaZ .dropdown-item:hover {
  color: black!important;
}
.cid-u8QG1MqnaZ .dropdown-menu {
  background-color: white!important;
}
.cid-u8QG1MqnaZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u8QG1MqnaZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u8QG1MqnaZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u8QG1MqnaZ .nav-item .nav-link {
    position: relative;
  }
}
.cid-u8QG1MqnaZ .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-u8QG1MqnaZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8QG1MqnaZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u8QG1MqnaZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u8QG1MqnaZ .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-u8QG1MqnaZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0a6384;
}
.cid-u8QG1MqnaZ .navbar.opened {
  transition: all .3s;
  background: #0a6384 !important;
}
.cid-u8QG1MqnaZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u8QG1MqnaZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8QG1MqnaZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8QG1MqnaZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8QG1MqnaZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8QG1MqnaZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8QG1MqnaZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8QG1MqnaZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u8QG1MqnaZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8QG1MqnaZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u8QG1MqnaZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8QG1MqnaZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8QG1MqnaZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8QG1MqnaZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8QG1MqnaZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8QG1MqnaZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8QG1MqnaZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u8QG1MqnaZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8QG1MqnaZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8QG1MqnaZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8QG1MqnaZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8QG1MqnaZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8QG1MqnaZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8QG1MqnaZ .navbar.navbar-short {
  background: #0a6384 !important;
  min-height: 60px;
}
.cid-u8QG1MqnaZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8QG1MqnaZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8QG1MqnaZ .navbar-caption {
  font-weight: 600!important;
}
.cid-u8QG1MqnaZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8QG1MqnaZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8QG1MqnaZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8QG1MqnaZ .dropdown-item.active,
.cid-u8QG1MqnaZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u8QG1MqnaZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8QG1MqnaZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8QG1MqnaZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8QG1MqnaZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a6384;
}
.cid-u8QG1MqnaZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8QG1MqnaZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8QG1MqnaZ .navbar-buttons {
  text-align: center;
}
.cid-u8QG1MqnaZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8QG1MqnaZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-u8QG1MqnaZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8QG1MqnaZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8QG1MqnaZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8QG1MqnaZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8QG1MqnaZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8QG1MqnaZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8QG1MqnaZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8QG1MqnaZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8QG1MqnaZ .nav-link {
  font-weight: 600!important;
}
.cid-u8QG1MqnaZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8QG1MqnaZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8QG1MqnaZ .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-u8QG1MqnaZ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8QG1MqnaZ .navbar {
    height: 77px;
  }
  .cid-u8QG1MqnaZ .navbar.opened {
    height: auto;
  }
  .cid-u8QG1MqnaZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8QG1MPqru {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0a6384;
  position: relative;
  overflow: hidden;
}
.cid-u8QG1MPqru svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-u8QG1MPqru H1 {
  color: #e1e8ff;
}
.cid-u8QG1MPqru .mbr-text,
.cid-u8QG1MPqru .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1MPqru #e1_ellipse {
  fill: #020b26 !important;
}
.cid-u8QG1MPqru img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u8QG1MPqru img {
    width: 100%;
  }
}
.cid-u8QG1MPqru .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1MPqru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1N6f1Y {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8QG1N6f1Y H1 {
  color: #343351;
}
.cid-u8QG1N6f1Y .align-left {
  margin: auto;
}
.cid-u8QG1N6f1Y .row {
  justify-content: space-between;
}
.cid-u8QG1N6f1Y .mbr-text,
.cid-u8QG1N6f1Y .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG1N6f1Y .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-u8QG1N6f1Y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG1N6f1Y .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG1N6f1Y .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG1N6f1Y .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG1N6f1Y .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG1N6f1Y DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-u8QG1N6f1Y .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-u8QG1N6f1Y h1 {
    padding-bottom: 1rem;
  }
}
.cid-u8QG1N6f1Y .mbr-text,
.cid-u8QG1N6f1Y .media-content {
  color: #ff3366;
}
.cid-u8QG1NmkHY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0a6384;
}
.cid-u8QG1NmkHY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u8QG1NmkHY H1 {
  color: #57468b;
}
.cid-u8QG1NmkHY .mbr-text,
.cid-u8QG1NmkHY .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG1NmkHY H3 {
  color: #716c80;
}
.cid-u8QG1NmkHY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG1NmkHY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG1NmkHY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG1NmkHY .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG1NmkHY .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG1NmkHY DIV {
  color: #57468b;
}
.cid-u8QG1NmkHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1NmkHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1NmkHY .mbr-text,
.cid-u8QG1NmkHY .media-content {
  color: #ffffff;
}
.cid-u8QG1NFmLC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-u8QG1NFmLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1NFmLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8QG1NFmLC .container {
    padding: 0 30px;
  }
}
.cid-u8QG1NFmLC .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u8QG1NFmLC .row {
    margin: 0 -34px;
  }
}
.cid-u8QG1NFmLC .title-wrapper {
  margin-bottom: 30px;
}
.cid-u8QG1NFmLC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u8QG1NFmLC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG1NFmLC .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-u8QG1NFmLC .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-u8QG1NFmLC .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-u8QG1NFmLC .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-u8QG1NFmLC .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u8QG1NFmLC .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u8QG1NFmLC .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u8QG1NFmLC .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u8QG1NFmLC .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QG1NFmLC .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-u8QG1O76LZ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f2f6ff;
}
.cid-u8QG1O76LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1O76LZ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8QG1O76LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1O76LZ h1 {
  max-width: 800px;
}
.cid-u8QG1O76LZ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8QG1O76LZ .btn:hover {
  transform: scale(1.1);
  background: #5580ff !important;
  border-color: #5580ff !important;
  color: #cc2952 !important;
}
.cid-u8QG1O76LZ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8QG1O76LZ .btn div {
  overflow: hidden;
}
.cid-u8QG1O76LZ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8QG1O76LZ {
    align-items: center;
  }
  .cid-u8QG1O76LZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8QG1O76LZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8QG1O76LZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8QG1O76LZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8QG1O76LZ .content-wrap {
    width: 100%;
  }
}
.cid-u8QG1O76LZ .mbr-section-subtitle,
.cid-u8QG1O76LZ .line {
  color: #291f1e;
}
.cid-u8QG1O76LZ .mbr-text,
.cid-u8QG1O76LZ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u8QG1O76LZ .mbr-section-title {
  color: #291f1e;
}
.cid-u8QG1OoKR0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0a6384;
}
.cid-u8QG1OoKR0 .nav-tabs .nav-item.open .nav-link:focus,
.cid-u8QG1OoKR0 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u8QG1OoKR0 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-u8QG1OoKR0 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-u8QG1OoKR0 .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-u8QG1OoKR0 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #cc2952;
}
.cid-u8QG1OoKR0 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #cc2952;
  border-color: #cc2952;
}
.cid-u8QG1OoKR0 .nav-tabs .nav-link.active:hover {
  background-color: #cc2952;
}
.cid-u8QG1OoKR0 P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8QG1OoKR0 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-u8QG1OoKR0 .mbr-text,
  .cid-u8QG1OoKR0 .nav-link {
    text-align: center;
  }
}
.cid-u8QG1OHm8Z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QG1OHm8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1OHm8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8QG1OHm8Z .container {
    padding: 0 30px;
  }
}
.cid-u8QG1OHm8Z .row {
  justify-content: center;
}
.cid-u8QG1OHm8Z .title-wrapper {
  margin-bottom: 40px;
}
.cid-u8QG1OHm8Z .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u8QG1OHm8Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG1OHm8Z .card {
  margin-bottom: 40px;
}
.cid-u8QG1OHm8Z .card .card-wrapper .mbr-number {
  margin: 20px 0;
}
.cid-u8QG1OHm8Z .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-u8QG1OHm8Z .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u8QG1OHm8Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u8QG1OHm8Z .mbr-section-title {
  color: #212529;
}
.cid-u8QG1OHm8Z .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u8QG1OHm8Z .mbr-card-title {
  color: #f2f6ff;
  text-align: center;
}
.cid-u8QG1OHm8Z .mbr-text {
  color: #f2f6ff;
  text-align: center;
}
.cid-u8QG1OHm8Z .mbr-section-title,
.cid-u8QG1OHm8Z .mbr-section-btn {
  text-align: center;
}
.cid-u8QG1PahxU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0a6384;
}
.cid-u8QG1PahxU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-u8QG1PahxU H1 {
  color: #ffffff;
}
.cid-u8QG1PahxU .mbr-text,
.cid-u8QG1PahxU .mbr-section-btn {
  color: #716c80;
}
.cid-u8QG1PahxU H3 {
  color: #716c80;
}
.cid-u8QG1PahxU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u8QG1PahxU .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-u8QG1PahxU .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-u8QG1PahxU .link:hover {
  color: #cc2952 !important;
}
.cid-u8QG1PahxU .link:hover .link-ico {
  color: #cc2952 !important;
  padding-left: 10px;
}
.cid-u8QG1PahxU DIV {
  color: #57468b;
}
.cid-u8QG1PahxU .mbr-text,
.cid-u8QG1PahxU .media-content {
  color: #ffffff;
}
.cid-u8QG1PrcyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u8QG1PrcyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1PrcyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1PrcyW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u8QG1PrcyW .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u8QG1PrcyW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8QG1PrcyW .container {
    padding: 0 16px;
  }
}
.cid-u8QG1PrcyW .row {
  justify-content: space-between;
}
.cid-u8QG1PrcyW .title-wrapper {
  position: sticky;
}
.cid-u8QG1PrcyW .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QG1PrcyW .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u8QG1PrcyW .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u8QG1PrcyW .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-u8QG1PrcyW .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-u8QG1PrcyW .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8QG1PrcyW .mbr-section-title {
  color: #080808;
}
.cid-u8QG1PrcyW .panel-title-edit {
  color: #080808;
}
.cid-u8QG1PrcyW .panel-text {
  color: #333333;
}
.cid-u8QG1PWFRt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #020b26;
  position: relative;
  overflow: hidden;
}
.cid-u8QG1PWFRt svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-u8QG1PWFRt .mbr-text,
.cid-u8QG1PWFRt .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1PWFRt #e12_areaS3 {
  fill: #0a6384 !important;
}
.cid-u8QG1PWFRt #e19_areaS3 {
  fill: #010000 !important;
}
.cid-u8QG1PWFRt H1 {
  color: #f2f6ff;
}
.cid-u8QG1PWFRt img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u8QG1PWFRt .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #020b26;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-u8QG1PWFRt .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u8QG1PWFRt img {
    width: 100%;
  }
}
.cid-u8QG1QEW68 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8QG1QEW68 .row {
  align-items: center;
  width: 100%;
}
.cid-u8QG1QEW68 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-u8QG1QEW68 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-u8QG1QEW68 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-u8QG1QEW68 .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #020b26;
}
.cid-u8QG1QEW68 .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u8QG1QEW68 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u8QG1QEW68 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-u8QG1QEW68 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-u8QG1QEW68 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-u8QG1QEW68 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-u8QG1QEW68 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 4px;
  text-align: center;
}
.cid-u8QG1QEW68 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-u8QG1QEW68 .btn-container {
  width: 100%;
}
.cid-u8QG1QEW68 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-u8QG1QEW68 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-u8QG1QEW68 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8QG1QEW68 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-u8QG1S36SM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a6384;
}
.cid-u8QG1S36SM H1 {
  color: #ffffff;
}
.cid-u8QG1S36SM .mbr-text,
.cid-u8QG1S36SM .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1S36SM H3 {
  color: #716c80;
}
.cid-u8QG1SNxyY {
  background-image: url("../../../assets/images/porta-toilet-row-1000x667.jpg");
}
.cid-u8QG1SNxyY .container {
  height: 40rem;
}
.cid-u8QG1Tp7lL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #020b26;
}
.cid-u8QG1Tp7lL .mbr-text,
.cid-u8QG1Tp7lL .mbr-section-btn {
  color: #ffffff;
}
.cid-u8QG1Tp7lL .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-u8QG1Tp7lL .author-box {
  display: flex;
  flex-direction: row;
}
.cid-u8QG1Tp7lL .ico1 {
  font-size: 2rem;
}
.cid-u8QG1Tp7lL .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-u8QG1Tp7lL H3 {
  color: #57468b;
}
.cid-u8QG1Tp7lL H4 {
  color: #716c80;
}
.cid-u8QG1Tp7lL .text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8QG1Tp7lL .relative {
    padding: 0;
  }
}
.cid-u8RGHMii9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a6384;
}
.cid-u8RGHMii9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RGHMii9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RGHMii9i .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u8RGHMii9i .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u8RGHMii9i .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8RGHMii9i .container {
    padding: 0 20px;
  }
}
.cid-u8RGHMii9i .row {
  justify-content: center;
}
.cid-u8RGHMii9i .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #010000;
}
@media (max-width: 992px) {
  .cid-u8RGHMii9i .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u8RGHMii9i .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-u8RGHMii9i .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u8RGHMii9i .panel-group .card {
    padding: 20px;
  }
}
.cid-u8RGHMii9i .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8RGHMii9i .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8RGHMii9i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8RGHMii9i .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-u8RGHMii9i .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u8RGHMii9i .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-u8RGHMii9i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u8RGHMii9i .mbr-desc {
  color: #ffffff;
}
.cid-u8RGHMii9i .panel-title-edit {
  color: #0f1d07;
}
.cid-u8RGHMii9i .panel-text {
  color: #0f1d07;
}
.cid-u8QG1U8AaV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0a6384;
}
.cid-u8QG1U8AaV .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8QG1U8AaV .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-u8QG1U8AaV .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-u8QG1U8AaV .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-u8QG1U8AaV .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8QG1U8AaV .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8QG1U8AaV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8QG1U8AaV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8QG1U8AaV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8QG1U8AaV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8QG1U8AaV .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-u8QG1U8AaV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8QG1VaOr8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-u8QG1VaOr8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .row {
    padding: 0 12px;
  }
}
.cid-u8QG1VaOr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QG1VaOr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QG1VaOr8 .title-wrapper {
  display: block;
}
.cid-u8QG1VaOr8 .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8QG1VaOr8 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u8QG1VaOr8 .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-u8QG1VaOr8 .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-u8QG1VaOr8 .list-wrapper .list .mbr-list:hover {
  color: #ae856c;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .list-wrapper .list .mbr-list {
    margin-left: 8px;
  }
  .cid-u8QG1VaOr8 .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-u8QG1VaOr8 .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-u8QG1VaOr8 .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-u8QG1VaOr8 .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8QG1VaOr8 .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-u8QG1VaOr8 .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-u8QG1VaOr8 .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-u8QG1VaOr8 .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #ae856c;
}
.cid-u8QG1VaOr8 .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-u8QG1VaOr8 .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u8QG1VaOr8 .mbr-section-title {
  color: #ffffff;
}
.cid-u8QG1VaOr8 .mbr-list-title {
  color: #ffffff;
}
.cid-u8QG1VaOr8 .mbr-soc-title {
  color: #a1a1a1;
}
.cid-u8QG1VaOr8 .list {
  color: #e43f3f;
}
.cid-u8QG1VaOr8 .mbr-soc {
  color: #181818;
}
.cid-u8QG1VaOr8 .mbr-num {
  color: #ffffff;
}
.cid-u8QG1VaOr8 .mbr-soc,
.cid-u8QG1VaOr8 .mbr-iconfont {
  color: #ff3366;
}
.cid-u8QG1WmasP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #020b26;
}
.cid-u8QG1WmasP .media-container-row .mbr-text {
  color: #f2f6ff;
}
