body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Crimson Pro', serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Crimson Pro', serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Crimson Pro', serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Crimson Pro', serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Crimson Pro', serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- 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: #ff8a73 !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: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !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: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !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: #ff8a73 !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: #ff350d !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: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Crimson Pro', serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff8a73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !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: #ff8a73;
  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: #ff8a73;
  border-bottom-color: #ff8a73;
}
.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: #000000 !important;
  background-color: #ff8a73 !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='%23ff8a73' %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: #f0db0a;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #f0db0a !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: #f0db0a !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: #f0db0a;
}
.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: #f0db0a;
  position: relative;
  overflow: hidden;
}
.cid-tXxClZ2uHG svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tXxClZ2uHG H1 {
  color: #f0db0a;
}
.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: #ff8a73 !important;
}
.cid-rlf1WWFKeE .link:hover .link-ico {
  color: #ff8a73 !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: #f0db0a;
}
.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: #ff8a73 !important;
}
.cid-tXnrUydCpF .link:hover .link-ico {
  color: #ff8a73 !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: #232323;
}
.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-tXnPq0WGWN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXnPq0WGWN H1 {
  color: #57468b;
}
.cid-tXnPq0WGWN .align-left {
  margin: auto;
}
.cid-tXnPq0WGWN .row {
  justify-content: space-between;
}
.cid-tXnPq0WGWN .mbr-text,
.cid-tXnPq0WGWN .mbr-section-btn {
  color: #716c80;
}
.cid-tXnPq0WGWN .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-tXnPq0WGWN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXnPq0WGWN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXnPq0WGWN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXnPq0WGWN .link:hover {
  color: #ff8a73 !important;
}
.cid-tXnPq0WGWN .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXnPq0WGWN DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXnPq0WGWN .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXnPq0WGWN h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXnPq0WGWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnPq0WGWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXnPq0WGWN .mbr-text,
.cid-tXnPq0WGWN .media-content {
  color: #232323;
}
.cid-tXnwwDdGho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXnwwDdGho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnwwDdGho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXnwwDdGho .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tXnwwDdGho .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tXnwwDdGho .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tXnwwDdGho .mbr-section-title {
  color: #131313;
}
.cid-tXnwwDdGho .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tXnwwDdGho .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tXnwwDdGho .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tXnwwDdGho .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tXnwwDdGho .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tXnwwDdGho .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tXnwwDdGho .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tXnwwDdGho .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tXnwwDdGho .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tXnwwDdGho .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tXnwwDdGho .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tXnwwDdGho .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tXnwwDdGho .content-wrap {
    margin-top: 0;
  }
}
.cid-tXnwwDdGho .card-title {
  color: #131313;
}
.cid-tXnwwDdGho .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXnwwDdGho .card-text {
    margin-top: 15px;
  }
}
.cid-tXnwwDdGho .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXnwwDdGho .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXnwwDdGho .card-link {
    margin-top: 15px;
  }
}
.cid-tXnwwDdGho .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tXnwwDdGho .card-title,
.cid-tXnwwDdGho .iconfont-wrapper {
  text-align: center;
}
.cid-rlqwMSA8dY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f0db0a;
}
.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: #ff8a73;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-rlqwMSA8dY P {
  color: #010000;
}
@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: #f0db0a;
}
.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: #ff8a73 !important;
}
.cid-rlqE3ytc5U .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqE3ytc5U DIV {
  color: #57468b;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .media-content {
  color: #ffffff;
}
.cid-tXnKKzQyUp {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #020b26;
}
.cid-tXnKKzQyUp .card-header {
  background: transparent;
}
.cid-tXnKKzQyUp .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tXnKKzQyUp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tXnKKzQyUp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tXnKKzQyUp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tXnKKzQyUp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tXnKKzQyUp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tXnKKzQyUp .card .panel-body {
  color: #767676;
}
.cid-tXnKKzQyUp h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tXnKKzQyUp H4 {
  color: #57468b;
}
.cid-tXnKKzQyUp H2 {
  color: #efefef;
}
.cid-tXnKKzQyUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnKKzQyUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.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: #232323;
}
.cid-rlf3qVtjvv #e12_areaS3 {
  fill: #f0db0a !important;
}
.cid-rlf3qVtjvv #e19_areaS3 {
  fill: #020b26 !important;
}
.cid-rlf3qVtjvv H1 {
  color: #57468b;
}
.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: #ffffff;
  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-rlf3bZppLj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-rlf3bZppLj H1 {
  color: #232323;
}
.cid-rlf3bZppLj .mbr-text,
.cid-rlf3bZppLj .mbr-section-btn {
  color: #232323;
}
.cid-rlf3bZppLj H3 {
  color: #716c80;
}
.cid-rlf4BBCTn9 {
  background-image: url("../../../assets/images/porta-toilet-row-1000x667.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: #f0db0a;
}
.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: #20232a;
  text-align: center;
}
.cid-tXnN3jenn0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXnN3jenn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnN3jenn0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tXnN3jenn0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXnN3jenn0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tXnN3jenn0 a {
  font-weight: 600;
}
.cid-tXnN3jenn0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tXnN3jenn0 .col-lg-3,
  .cid-tXnN3jenn0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tXnN3jenn0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tXnN3jenn0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tXnN3jenn0 h5 {
  margin: 0;
}
.cid-tXnN3jenn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXnN3jenn0 .iconfont-wrapper {
  position: relative;
}
.cid-tXnN3jenn0 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tXnN3jenn0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tXnN3jenn0 .sociconfont-wrapper {
  display: flex;
}
.cid-tXnN3jenn0 .card-title,
.cid-tXnN3jenn0 .iconfont-wrapper {
  color: #ffffff;
}
.cid-tXnN3jenn0 .card-text {
  color: #ffffff;
}
.cid-tXnN3jenn0 .mbr-section-title {
  color: #000000;
}
.cid-tXnN3jenn0 .main-title,
.cid-tXnN3jenn0 .iconfont-wrapper {
  text-align: left;
}
.cid-tXo7pu0ccA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXo7pu0ccA .media-container-row .mbr-text {
  color: #232323;
}
.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: #f0db0a;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #f0db0a !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: #f0db0a !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: #f0db0a;
}
.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: #f0db0a !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-tXmibzwU0R {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e8ff;
}
.cid-tXmibzwU0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmibzwU0R .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tXmibzwU0R .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXmibzwU0R .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tXmibzwU0R a {
  font-weight: 600;
}
.cid-tXmibzwU0R a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tXmibzwU0R .col-lg-3,
  .cid-tXmibzwU0R .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tXmibzwU0R .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tXmibzwU0R .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tXmibzwU0R h5 {
  margin: 0;
}
.cid-tXmibzwU0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXmibzwU0R .iconfont-wrapper {
  position: relative;
}
.cid-tXmibzwU0R .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tXmibzwU0R .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tXmibzwU0R .sociconfont-wrapper {
  display: flex;
}
.cid-tXmibzwU0R .card-title,
.cid-tXmibzwU0R .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tXmibzwU0R .card-text {
  color: #000000;
}
.cid-tXmibzwU0R .mbr-section-title {
  color: #000000;
}
.cid-tXmibzwU0R .main-title,
.cid-tXmibzwU0R .iconfont-wrapper {
  text-align: left;
}
.cid-tXo7pu0ccA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXo7pu0ccA .media-container-row .mbr-text {
  color: #232323;
}
.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: #f0db0a;
}
.cid-tXmzAY6B4b .navbar.opened {
  transition: all .3s;
  background: #f0db0a !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: #f0db0a !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: #f0db0a;
}
.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: #f0db0a !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: #f0db0a;
  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-tXmzAZ70z9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cc2952;
}
.cid-tXmzAZ70z9 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tXmzAZ70z9 .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-tXmzAZ70z9 .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tXmzAZ70z9 .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-tXmzAZ70z9 .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXmzAZ70z9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tXmzAZ70z9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXmzAZ70z9 .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-tXmzAZ70z9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXmzAZ70z9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXmzAZ70z9 .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-tXmzAZ70z9 .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-tXmzAZmVZO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e8ff;
}
.cid-tXmzAZmVZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmzAZmVZO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tXmzAZmVZO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXmzAZmVZO .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tXmzAZmVZO a {
  font-weight: 600;
}
.cid-tXmzAZmVZO a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tXmzAZmVZO .col-lg-3,
  .cid-tXmzAZmVZO .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tXmzAZmVZO .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tXmzAZmVZO .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tXmzAZmVZO h5 {
  margin: 0;
}
.cid-tXmzAZmVZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXmzAZmVZO .iconfont-wrapper {
  position: relative;
}
.cid-tXmzAZmVZO .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tXmzAZmVZO .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tXmzAZmVZO .sociconfont-wrapper {
  display: flex;
}
.cid-tXmzAZmVZO .card-title,
.cid-tXmzAZmVZO .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tXmzAZmVZO .card-text {
  color: #000000;
}
.cid-tXmzAZmVZO .mbr-section-title {
  color: #000000;
}
.cid-tXmzAZmVZO .main-title,
.cid-tXmzAZmVZO .iconfont-wrapper {
  text-align: left;
}
.cid-tXo7pu0ccA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXo7pu0ccA .media-container-row .mbr-text {
  color: #232323;
}
.cid-tXxNXNAHxT .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tXxNXNAHxT .collapsed {
  flex-direction: row!important;
}
.cid-tXxNXNAHxT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxNXNAHxT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxNXNAHxT .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-tXxNXNAHxT .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tXxNXNAHxT .nav-item:focus,
.cid-tXxNXNAHxT .nav-link:focus {
  outline: none;
}
.cid-tXxNXNAHxT .text-white:hover,
.cid-tXxNXNAHxT .text-white:active,
.cid-tXxNXNAHxT .text-white:focus {
  color: white!important;
}
.cid-tXxNXNAHxT .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tXxNXNAHxT .dropdown-item:hover {
  color: black!important;
}
.cid-tXxNXNAHxT .dropdown-menu {
  background-color: white!important;
}
.cid-tXxNXNAHxT .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tXxNXNAHxT .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-tXxNXNAHxT .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tXxNXNAHxT .nav-item .nav-link {
    position: relative;
  }
}
.cid-tXxNXNAHxT .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-tXxNXNAHxT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxNXNAHxT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXxNXNAHxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxNXNAHxT .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-tXxNXNAHxT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f0db0a;
}
.cid-tXxNXNAHxT .navbar.opened {
  transition: all .3s;
  background: #f0db0a !important;
}
.cid-tXxNXNAHxT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tXxNXNAHxT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxNXNAHxT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxNXNAHxT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXxNXNAHxT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXxNXNAHxT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxNXNAHxT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxNXNAHxT .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-tXxNXNAHxT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxNXNAHxT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxNXNAHxT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxNXNAHxT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxNXNAHxT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxNXNAHxT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXxNXNAHxT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxNXNAHxT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxNXNAHxT .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-tXxNXNAHxT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxNXNAHxT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxNXNAHxT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxNXNAHxT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXxNXNAHxT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXxNXNAHxT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxNXNAHxT .navbar.navbar-short {
  background: #f0db0a !important;
  min-height: 60px;
}
.cid-tXxNXNAHxT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxNXNAHxT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxNXNAHxT .navbar-caption {
  font-weight: 600!important;
}
.cid-tXxNXNAHxT .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-tXxNXNAHxT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxNXNAHxT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxNXNAHxT .dropdown-item.active,
.cid-tXxNXNAHxT .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxNXNAHxT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxNXNAHxT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxNXNAHxT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxNXNAHxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0db0a;
}
.cid-tXxNXNAHxT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxNXNAHxT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXxNXNAHxT .navbar-buttons {
  text-align: center;
}
.cid-tXxNXNAHxT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXxNXNAHxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-tXxNXNAHxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxNXNAHxT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxNXNAHxT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxNXNAHxT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxNXNAHxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxNXNAHxT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxNXNAHxT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxNXNAHxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxNXNAHxT .nav-link {
  font-weight: 600!important;
}
.cid-tXxNXNAHxT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxNXNAHxT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxNXNAHxT .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-tXxNXNAHxT .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxNXNAHxT .navbar {
    height: 77px;
  }
  .cid-tXxNXNAHxT .navbar.opened {
    height: auto;
  }
  .cid-tXxNXNAHxT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxNXO1uKS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f0db0a;
  position: relative;
  overflow: hidden;
}
.cid-tXxNXO1uKS svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tXxNXO1uKS H1 {
  color: #f0db0a;
}
.cid-tXxNXO1uKS .mbr-text,
.cid-tXxNXO1uKS .mbr-section-btn {
  color: #ffffff;
}
.cid-tXxNXO1uKS #e1_ellipse {
  fill: #020b26 !important;
}
.cid-tXxNXO1uKS img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tXxNXO1uKS img {
    width: 100%;
  }
}
.cid-tXxNXO1uKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXO1uKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxNXOidLo {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXxNXOidLo H1 {
  color: #343351;
}
.cid-tXxNXOidLo .align-left {
  margin: auto;
}
.cid-tXxNXOidLo .row {
  justify-content: space-between;
}
.cid-tXxNXOidLo .mbr-text,
.cid-tXxNXOidLo .mbr-section-btn {
  color: #716c80;
}
.cid-tXxNXOidLo .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tXxNXOidLo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxNXOidLo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxNXOidLo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxNXOidLo .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxNXOidLo .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxNXOidLo DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXxNXOidLo .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXxNXOidLo h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXxNXOidLo .mbr-text,
.cid-tXxNXOidLo .media-content {
  color: #ff3366;
}
.cid-tXxNXOunuM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0db0a;
}
.cid-tXxNXOunuM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXxNXOunuM H1 {
  color: #57468b;
}
.cid-tXxNXOunuM .mbr-text,
.cid-tXxNXOunuM .mbr-section-btn {
  color: #716c80;
}
.cid-tXxNXOunuM H3 {
  color: #716c80;
}
.cid-tXxNXOunuM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxNXOunuM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxNXOunuM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxNXOunuM .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxNXOunuM .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxNXOunuM DIV {
  color: #57468b;
}
.cid-tXxNXOunuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXOunuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxNXOunuM .mbr-text,
.cid-tXxNXOunuM .media-content {
  color: #232323;
}
.cid-tXxNXOJvsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXxNXOJvsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXOJvsX .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-tXxNXOJvsX .container {
    padding: 0 30px;
  }
}
.cid-tXxNXOJvsX .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tXxNXOJvsX .row {
    margin: 0 -34px;
  }
}
.cid-tXxNXOJvsX .title-wrapper {
  margin-bottom: 30px;
}
.cid-tXxNXOJvsX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXxNXOJvsX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxNXOJvsX .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tXxNXOJvsX .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tXxNXOJvsX .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tXxNXOJvsX .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tXxNXOJvsX .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXxNXOJvsX .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXxNXOJvsX .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tXxNXOJvsX .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXxNXOJvsX .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tXxNXOJvsX .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tXxNXP9pIS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXxNXP9pIS H1 {
  color: #57468b;
}
.cid-tXxNXP9pIS .align-left {
  margin: auto;
}
.cid-tXxNXP9pIS .row {
  justify-content: space-between;
}
.cid-tXxNXP9pIS .mbr-text,
.cid-tXxNXP9pIS .mbr-section-btn {
  color: #716c80;
}
.cid-tXxNXP9pIS .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-tXxNXP9pIS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxNXP9pIS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxNXP9pIS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxNXP9pIS .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxNXP9pIS .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxNXP9pIS DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXxNXP9pIS .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXxNXP9pIS h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXxNXP9pIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXP9pIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxNXP9pIS .mbr-text,
.cid-tXxNXP9pIS .media-content {
  color: #232323;
}
.cid-tXxNXPnSPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXxNXPnSPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXPnSPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxNXPnSPY .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tXxNXPnSPY .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tXxNXPnSPY .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tXxNXPnSPY .mbr-section-title {
  color: #131313;
}
.cid-tXxNXPnSPY .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tXxNXPnSPY .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tXxNXPnSPY .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tXxNXPnSPY .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tXxNXPnSPY .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tXxNXPnSPY .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tXxNXPnSPY .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tXxNXPnSPY .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tXxNXPnSPY .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tXxNXPnSPY .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tXxNXPnSPY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tXxNXPnSPY .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tXxNXPnSPY .content-wrap {
    margin-top: 0;
  }
}
.cid-tXxNXPnSPY .card-title {
  color: #131313;
}
.cid-tXxNXPnSPY .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXxNXPnSPY .card-text {
    margin-top: 15px;
  }
}
.cid-tXxNXPnSPY .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXxNXPnSPY .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXxNXPnSPY .card-link {
    margin-top: 15px;
  }
}
.cid-tXxNXPnSPY .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tXxNXPnSPY .card-title,
.cid-tXxNXPnSPY .iconfont-wrapper {
  text-align: center;
}
.cid-tXxNXQezdO {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f0db0a;
}
.cid-tXxNXQezdO .nav-tabs .nav-item.open .nav-link:focus,
.cid-tXxNXQezdO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tXxNXQezdO .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tXxNXQezdO .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tXxNXQezdO .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-tXxNXQezdO .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-tXxNXQezdO .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-tXxNXQezdO .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-tXxNXQezdO P {
  color: #010000;
}
@media (max-width: 576px) {
  .cid-tXxNXQezdO .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tXxNXQezdO .mbr-text,
  .cid-tXxNXQezdO .nav-link {
    text-align: center;
  }
}
.cid-tXxNXQPFVG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXxNXQPFVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXQPFVG .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-tXxNXQPFVG .container {
    padding: 0 30px;
  }
}
.cid-tXxNXQPFVG .row {
  justify-content: center;
}
.cid-tXxNXQPFVG .title-wrapper {
  margin-bottom: 40px;
}
.cid-tXxNXQPFVG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXxNXQPFVG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxNXQPFVG .card {
  margin-bottom: 40px;
}
.cid-tXxNXQPFVG .card .card-wrapper .mbr-number {
  margin: 20px 0;
}
.cid-tXxNXQPFVG .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tXxNXQPFVG .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXxNXQPFVG .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXxNXQPFVG .mbr-section-title {
  color: #212529;
}
.cid-tXxNXQPFVG .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXxNXQPFVG .mbr-card-title {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXxNXQPFVG .mbr-text {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXxNXQPFVG .mbr-section-title,
.cid-tXxNXQPFVG .mbr-section-btn {
  text-align: center;
}
.cid-tXxNXRt7vo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f0db0a;
}
.cid-tXxNXRt7vo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXxNXRt7vo H1 {
  color: #ffffff;
}
.cid-tXxNXRt7vo .mbr-text,
.cid-tXxNXRt7vo .mbr-section-btn {
  color: #716c80;
}
.cid-tXxNXRt7vo H3 {
  color: #716c80;
}
.cid-tXxNXRt7vo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxNXRt7vo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxNXRt7vo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxNXRt7vo .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxNXRt7vo .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxNXRt7vo DIV {
  color: #57468b;
}
.cid-tXxNXRt7vo .mbr-text,
.cid-tXxNXRt7vo .media-content {
  color: #ffffff;
}
.cid-tXxNXRS7of {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #020b26;
}
.cid-tXxNXRS7of .card-header {
  background: transparent;
}
.cid-tXxNXRS7of .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tXxNXRS7of .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tXxNXRS7of .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tXxNXRS7of .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tXxNXRS7of .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tXxNXRS7of .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tXxNXRS7of .card .panel-body {
  color: #767676;
}
.cid-tXxNXRS7of h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tXxNXRS7of H4 {
  color: #57468b;
}
.cid-tXxNXRS7of H2 {
  color: #efefef;
}
.cid-tXxNXRS7of .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXRS7of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxNXSXNCO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #020b26;
  position: relative;
  overflow: hidden;
}
.cid-tXxNXSXNCO 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-tXxNXSXNCO .mbr-text,
.cid-tXxNXSXNCO .mbr-section-btn {
  color: #232323;
}
.cid-tXxNXSXNCO #e12_areaS3 {
  fill: #f0db0a !important;
}
.cid-tXxNXSXNCO #e19_areaS3 {
  fill: #020b26 !important;
}
.cid-tXxNXSXNCO H1 {
  color: #f2f6ff;
}
.cid-tXxNXSXNCO 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-tXxNXSXNCO .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tXxNXSXNCO .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tXxNXSXNCO img {
    width: 100%;
  }
}
.cid-tXxNXTsTMe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXxNXTsTMe H1 {
  color: #232323;
}
.cid-tXxNXTsTMe .mbr-text,
.cid-tXxNXTsTMe .mbr-section-btn {
  color: #232323;
}
.cid-tXxNXTsTMe H3 {
  color: #716c80;
}
.cid-tXxShotnp5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXxShotnp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxShotnp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxShotnp5 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tXxShotnp5 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXxShotnp5 .container-fluid .row {
  padding: 0;
}
.cid-tXxShotnp5 .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tXxShotnp5 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tXxShotnp5 .card {
    padding: 48px 20px;
  }
}
.cid-tXxShotnp5 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tXxShotnp5 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxShotnp5 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tXxShotnp5 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tXxShotnp5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXxNXUC2G2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #020b26;
}
.cid-tXxNXUC2G2 .mbr-text,
.cid-tXxNXUC2G2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tXxNXUC2G2 .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-tXxNXUC2G2 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXxNXUC2G2 .ico1 {
  font-size: 2rem;
}
.cid-tXxNXUC2G2 .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXxNXUC2G2 H3 {
  color: #57468b;
}
.cid-tXxNXUC2G2 H4 {
  color: #716c80;
}
.cid-tXxNXUC2G2 .text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tXxNXUC2G2 .relative {
    padding: 0;
  }
}
.cid-tXzvrf81ZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tXzvrf81ZW .container {
    padding: 0 25px;
  }
}
.cid-tXzvrf81ZW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXzvrf81ZW .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tXzvrf81ZW .panel-group {
  border-bottom: 2px solid #f0db0a;
}
.cid-tXzvrf81ZW .panel-group .card {
  border-top: 2px solid #f0db0a;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tXzvrf81ZW .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tXzvrf81ZW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tXzvrf81ZW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #020b26;
  box-shadow: inset 52px 0 0 0 #f0db0a;
}
.cid-tXzvrf81ZW .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #020b26;
  box-shadow: inset 52px 0 0 0 #f0db0a;
}
.cid-tXzvrf81ZW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tXzvrf81ZW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #f0db0a;
  background-color: #020b26;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tXzvrf81ZW .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tXzvrf81ZW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tXzvrf81ZW .mbr-section-title {
  color: #020b26;
}
.cid-tXzvrf81ZW .panel-title-edit {
  color: #000000;
}
.cid-tXzvrf81ZW .panel-text {
  color: #000000;
}
.cid-tXxNXV8FNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0db0a;
}
.cid-tXxNXV8FNT .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tXxNXV8FNT .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-tXxNXV8FNT .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tXxNXV8FNT .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-tXxNXV8FNT .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxNXV8FNT .google-map {
  height: 30rem;
  position: relative;
}
.cid-tXxNXV8FNT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXxNXV8FNT .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-tXxNXV8FNT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXxNXV8FNT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXxNXV8FNT .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-tXxNXV8FNT .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-tXxNXVGh4N {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXxNXVGh4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxNXVGh4N .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tXxNXVGh4N .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXxNXVGh4N .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tXxNXVGh4N a {
  font-weight: 600;
}
.cid-tXxNXVGh4N a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tXxNXVGh4N .col-lg-3,
  .cid-tXxNXVGh4N .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tXxNXVGh4N .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tXxNXVGh4N .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tXxNXVGh4N h5 {
  margin: 0;
}
.cid-tXxNXVGh4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxNXVGh4N .iconfont-wrapper {
  position: relative;
}
.cid-tXxNXVGh4N .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tXxNXVGh4N .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tXxNXVGh4N .sociconfont-wrapper {
  display: flex;
}
.cid-tXxNXVGh4N .card-title,
.cid-tXxNXVGh4N .iconfont-wrapper {
  color: #ffffff;
}
.cid-tXxNXVGh4N .card-text {
  color: #ffffff;
}
.cid-tXxNXVGh4N .mbr-section-title {
  color: #000000;
}
.cid-tXxNXVGh4N .main-title,
.cid-tXxNXVGh4N .iconfont-wrapper {
  text-align: left;
}
.cid-tXxNXWxBy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXxNXWxBy4 .media-container-row .mbr-text {
  color: #232323;
}
.cid-tXxTPgbESr .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tXxTPgbESr .collapsed {
  flex-direction: row!important;
}
.cid-tXxTPgbESr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxTPgbESr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxTPgbESr .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-tXxTPgbESr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tXxTPgbESr .nav-item:focus,
.cid-tXxTPgbESr .nav-link:focus {
  outline: none;
}
.cid-tXxTPgbESr .text-white:hover,
.cid-tXxTPgbESr .text-white:active,
.cid-tXxTPgbESr .text-white:focus {
  color: white!important;
}
.cid-tXxTPgbESr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tXxTPgbESr .dropdown-item:hover {
  color: black!important;
}
.cid-tXxTPgbESr .dropdown-menu {
  background-color: white!important;
}
.cid-tXxTPgbESr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tXxTPgbESr .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-tXxTPgbESr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tXxTPgbESr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tXxTPgbESr .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-tXxTPgbESr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxTPgbESr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXxTPgbESr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxTPgbESr .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-tXxTPgbESr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f0db0a;
}
.cid-tXxTPgbESr .navbar.opened {
  transition: all .3s;
  background: #f0db0a !important;
}
.cid-tXxTPgbESr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tXxTPgbESr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxTPgbESr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxTPgbESr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXxTPgbESr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXxTPgbESr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxTPgbESr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxTPgbESr .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-tXxTPgbESr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxTPgbESr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxTPgbESr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxTPgbESr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxTPgbESr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxTPgbESr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXxTPgbESr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxTPgbESr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxTPgbESr .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-tXxTPgbESr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxTPgbESr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxTPgbESr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxTPgbESr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXxTPgbESr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXxTPgbESr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxTPgbESr .navbar.navbar-short {
  background: #f0db0a !important;
  min-height: 60px;
}
.cid-tXxTPgbESr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxTPgbESr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxTPgbESr .navbar-caption {
  font-weight: 600!important;
}
.cid-tXxTPgbESr .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-tXxTPgbESr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxTPgbESr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxTPgbESr .dropdown-item.active,
.cid-tXxTPgbESr .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxTPgbESr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxTPgbESr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxTPgbESr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxTPgbESr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0db0a;
}
.cid-tXxTPgbESr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxTPgbESr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXxTPgbESr .navbar-buttons {
  text-align: center;
}
.cid-tXxTPgbESr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXxTPgbESr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-tXxTPgbESr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxTPgbESr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxTPgbESr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxTPgbESr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxTPgbESr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxTPgbESr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxTPgbESr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxTPgbESr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxTPgbESr .nav-link {
  font-weight: 600!important;
}
.cid-tXxTPgbESr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxTPgbESr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxTPgbESr .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-tXxTPgbESr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxTPgbESr .navbar {
    height: 77px;
  }
  .cid-tXxTPgbESr .navbar.opened {
    height: auto;
  }
  .cid-tXxTPgbESr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxTPgIYaW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f0db0a;
  position: relative;
  overflow: hidden;
}
.cid-tXxTPgIYaW svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tXxTPgIYaW H1 {
  color: #f0db0a;
}
.cid-tXxTPgIYaW .mbr-text,
.cid-tXxTPgIYaW .mbr-section-btn {
  color: #ffffff;
}
.cid-tXxTPgIYaW #e1_ellipse {
  fill: #020b26 !important;
}
.cid-tXxTPgIYaW img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tXxTPgIYaW img {
    width: 100%;
  }
}
.cid-tXxTPgIYaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPgIYaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxTPh8IJL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXxTPh8IJL H1 {
  color: #343351;
}
.cid-tXxTPh8IJL .align-left {
  margin: auto;
}
.cid-tXxTPh8IJL .row {
  justify-content: space-between;
}
.cid-tXxTPh8IJL .mbr-text,
.cid-tXxTPh8IJL .mbr-section-btn {
  color: #716c80;
}
.cid-tXxTPh8IJL .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tXxTPh8IJL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxTPh8IJL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxTPh8IJL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxTPh8IJL .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxTPh8IJL .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxTPh8IJL DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXxTPh8IJL .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXxTPh8IJL h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXxTPh8IJL .mbr-text,
.cid-tXxTPh8IJL .media-content {
  color: #ff3366;
}
.cid-tXxTPhnbCU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0db0a;
}
.cid-tXxTPhnbCU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXxTPhnbCU H1 {
  color: #57468b;
}
.cid-tXxTPhnbCU .mbr-text,
.cid-tXxTPhnbCU .mbr-section-btn {
  color: #716c80;
}
.cid-tXxTPhnbCU H3 {
  color: #716c80;
}
.cid-tXxTPhnbCU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxTPhnbCU .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxTPhnbCU .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxTPhnbCU .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxTPhnbCU .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxTPhnbCU DIV {
  color: #57468b;
}
.cid-tXxTPhnbCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPhnbCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxTPhnbCU .mbr-text,
.cid-tXxTPhnbCU .media-content {
  color: #232323;
}
.cid-tXxTPhAxfF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXxTPhAxfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPhAxfF .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-tXxTPhAxfF .container {
    padding: 0 30px;
  }
}
.cid-tXxTPhAxfF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tXxTPhAxfF .row {
    margin: 0 -34px;
  }
}
.cid-tXxTPhAxfF .title-wrapper {
  margin-bottom: 30px;
}
.cid-tXxTPhAxfF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXxTPhAxfF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxTPhAxfF .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tXxTPhAxfF .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tXxTPhAxfF .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tXxTPhAxfF .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tXxTPhAxfF .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXxTPhAxfF .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXxTPhAxfF .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tXxTPhAxfF .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXxTPhAxfF .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tXxTPhAxfF .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tXxTPi0QC5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXxTPi0QC5 H1 {
  color: #57468b;
}
.cid-tXxTPi0QC5 .align-left {
  margin: auto;
}
.cid-tXxTPi0QC5 .row {
  justify-content: space-between;
}
.cid-tXxTPi0QC5 .mbr-text,
.cid-tXxTPi0QC5 .mbr-section-btn {
  color: #716c80;
}
.cid-tXxTPi0QC5 .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-tXxTPi0QC5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxTPi0QC5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxTPi0QC5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxTPi0QC5 .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxTPi0QC5 .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxTPi0QC5 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXxTPi0QC5 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXxTPi0QC5 h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXxTPi0QC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPi0QC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxTPi0QC5 .mbr-text,
.cid-tXxTPi0QC5 .media-content {
  color: #232323;
}
.cid-tXxTPigkCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXxTPigkCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPigkCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxTPigkCj .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tXxTPigkCj .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tXxTPigkCj .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tXxTPigkCj .mbr-section-title {
  color: #131313;
}
.cid-tXxTPigkCj .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tXxTPigkCj .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tXxTPigkCj .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tXxTPigkCj .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tXxTPigkCj .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tXxTPigkCj .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tXxTPigkCj .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tXxTPigkCj .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tXxTPigkCj .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tXxTPigkCj .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tXxTPigkCj .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tXxTPigkCj .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tXxTPigkCj .content-wrap {
    margin-top: 0;
  }
}
.cid-tXxTPigkCj .card-title {
  color: #131313;
}
.cid-tXxTPigkCj .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXxTPigkCj .card-text {
    margin-top: 15px;
  }
}
.cid-tXxTPigkCj .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXxTPigkCj .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXxTPigkCj .card-link {
    margin-top: 15px;
  }
}
.cid-tXxTPigkCj .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tXxTPigkCj .card-title,
.cid-tXxTPigkCj .iconfont-wrapper {
  text-align: center;
}
.cid-tXxTPiIJeW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f0db0a;
}
.cid-tXxTPiIJeW .nav-tabs .nav-item.open .nav-link:focus,
.cid-tXxTPiIJeW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tXxTPiIJeW .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tXxTPiIJeW .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tXxTPiIJeW .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-tXxTPiIJeW .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-tXxTPiIJeW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-tXxTPiIJeW .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-tXxTPiIJeW P {
  color: #010000;
}
@media (max-width: 576px) {
  .cid-tXxTPiIJeW .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tXxTPiIJeW .mbr-text,
  .cid-tXxTPiIJeW .nav-link {
    text-align: center;
  }
}
.cid-tXxTPj1GWn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXxTPj1GWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPj1GWn .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-tXxTPj1GWn .container {
    padding: 0 30px;
  }
}
.cid-tXxTPj1GWn .row {
  justify-content: center;
}
.cid-tXxTPj1GWn .title-wrapper {
  margin-bottom: 40px;
}
.cid-tXxTPj1GWn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXxTPj1GWn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxTPj1GWn .card {
  margin-bottom: 40px;
}
.cid-tXxTPj1GWn .card .card-wrapper .mbr-number {
  margin: 20px 0;
}
.cid-tXxTPj1GWn .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tXxTPj1GWn .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXxTPj1GWn .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXxTPj1GWn .mbr-section-title {
  color: #212529;
}
.cid-tXxTPj1GWn .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXxTPj1GWn .mbr-card-title {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXxTPj1GWn .mbr-text {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXxTPj1GWn .mbr-section-title,
.cid-tXxTPj1GWn .mbr-section-btn {
  text-align: center;
}
.cid-tXxTPjNCvV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f0db0a;
}
.cid-tXxTPjNCvV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXxTPjNCvV H1 {
  color: #020b26;
}
.cid-tXxTPjNCvV .mbr-text,
.cid-tXxTPjNCvV .mbr-section-btn {
  color: #716c80;
}
.cid-tXxTPjNCvV H3 {
  color: #716c80;
}
.cid-tXxTPjNCvV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxTPjNCvV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxTPjNCvV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxTPjNCvV .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxTPjNCvV .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxTPjNCvV DIV {
  color: #57468b;
}
.cid-tXxTPjNCvV .mbr-text,
.cid-tXxTPjNCvV .media-content {
  color: #020b26;
}
.cid-tXxTPkfftp {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #020b26;
}
.cid-tXxTPkfftp .card-header {
  background: transparent;
}
.cid-tXxTPkfftp .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tXxTPkfftp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tXxTPkfftp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tXxTPkfftp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tXxTPkfftp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tXxTPkfftp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tXxTPkfftp .card .panel-body {
  color: #767676;
}
.cid-tXxTPkfftp h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tXxTPkfftp H4 {
  color: #57468b;
}
.cid-tXxTPkfftp H2 {
  color: #efefef;
}
.cid-tXxTPkfftp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPkfftp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxTPlax3s {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #020b26;
  position: relative;
  overflow: hidden;
}
.cid-tXxTPlax3s 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-tXxTPlax3s .mbr-text,
.cid-tXxTPlax3s .mbr-section-btn {
  color: #232323;
}
.cid-tXxTPlax3s #e12_areaS3 {
  fill: #f0db0a !important;
}
.cid-tXxTPlax3s #e19_areaS3 {
  fill: #020b26 !important;
}
.cid-tXxTPlax3s H1 {
  color: #f2f6ff;
}
.cid-tXxTPlax3s 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-tXxTPlax3s .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tXxTPlax3s .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tXxTPlax3s img {
    width: 100%;
  }
}
.cid-tXxTPlKm6j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXxTPlKm6j H1 {
  color: #232323;
}
.cid-tXxTPlKm6j .mbr-text,
.cid-tXxTPlKm6j .mbr-section-btn {
  color: #232323;
}
.cid-tXxTPlKm6j H3 {
  color: #716c80;
}
.cid-tXxTPmgapA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXxTPmgapA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPmgapA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxTPmgapA .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tXxTPmgapA .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXxTPmgapA .container-fluid .row {
  padding: 0;
}
.cid-tXxTPmgapA .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tXxTPmgapA .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tXxTPmgapA .card {
    padding: 48px 20px;
  }
}
.cid-tXxTPmgapA .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tXxTPmgapA .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxTPmgapA .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tXxTPmgapA .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tXxTPmgapA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXxTPmObP6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #020b26;
}
.cid-tXxTPmObP6 .mbr-text,
.cid-tXxTPmObP6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tXxTPmObP6 .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-tXxTPmObP6 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXxTPmObP6 .ico1 {
  font-size: 2rem;
}
.cid-tXxTPmObP6 .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXxTPmObP6 H3 {
  color: #57468b;
}
.cid-tXxTPmObP6 H4 {
  color: #716c80;
}
.cid-tXxTPmObP6 .text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tXxTPmObP6 .relative {
    padding: 0;
  }
}
.cid-tXzGFAb1P7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tXzGFAb1P7 .container {
    padding: 0 25px;
  }
}
.cid-tXzGFAb1P7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXzGFAb1P7 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tXzGFAb1P7 .panel-group {
  border-bottom: 2px solid #f0db0a;
}
.cid-tXzGFAb1P7 .panel-group .card {
  border-top: 2px solid #f0db0a;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tXzGFAb1P7 .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tXzGFAb1P7 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tXzGFAb1P7 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0db0a;
  box-shadow: inset 52px 0 0 0 #020b26;
}
.cid-tXzGFAb1P7 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0db0a;
  box-shadow: inset 52px 0 0 0 #020b26;
}
.cid-tXzGFAb1P7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tXzGFAb1P7 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #020b26;
  background-color: #f0db0a;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tXzGFAb1P7 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tXzGFAb1P7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tXzGFAb1P7 .mbr-section-title {
  color: #000000;
}
.cid-tXzGFAb1P7 .panel-title-edit {
  color: #000000;
}
.cid-tXzGFAb1P7 .panel-text {
  color: #000000;
}
.cid-tXxTPnhGnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0db0a;
}
.cid-tXxTPnhGnA .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tXxTPnhGnA .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-tXxTPnhGnA .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tXxTPnhGnA .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-tXxTPnhGnA .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxTPnhGnA .google-map {
  height: 30rem;
  position: relative;
}
.cid-tXxTPnhGnA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXxTPnhGnA .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-tXxTPnhGnA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXxTPnhGnA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXxTPnhGnA .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-tXxTPnhGnA .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-tXxTPo5tYM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXxTPo5tYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxTPo5tYM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tXxTPo5tYM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXxTPo5tYM .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tXxTPo5tYM a {
  font-weight: 600;
}
.cid-tXxTPo5tYM a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tXxTPo5tYM .col-lg-3,
  .cid-tXxTPo5tYM .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tXxTPo5tYM .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tXxTPo5tYM .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tXxTPo5tYM h5 {
  margin: 0;
}
.cid-tXxTPo5tYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxTPo5tYM .iconfont-wrapper {
  position: relative;
}
.cid-tXxTPo5tYM .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tXxTPo5tYM .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tXxTPo5tYM .sociconfont-wrapper {
  display: flex;
}
.cid-tXxTPo5tYM .card-title,
.cid-tXxTPo5tYM .iconfont-wrapper {
  color: #ffffff;
}
.cid-tXxTPo5tYM .card-text {
  color: #ffffff;
}
.cid-tXxTPo5tYM .mbr-section-title {
  color: #000000;
}
.cid-tXxTPo5tYM .main-title,
.cid-tXxTPo5tYM .iconfont-wrapper {
  text-align: left;
}
.cid-tXxTPoxQzC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXxTPoxQzC .media-container-row .mbr-text {
  color: #232323;
}
.cid-tXxZKm58c9 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tXxZKm58c9 .collapsed {
  flex-direction: row!important;
}
.cid-tXxZKm58c9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxZKm58c9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxZKm58c9 .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-tXxZKm58c9 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tXxZKm58c9 .nav-item:focus,
.cid-tXxZKm58c9 .nav-link:focus {
  outline: none;
}
.cid-tXxZKm58c9 .text-white:hover,
.cid-tXxZKm58c9 .text-white:active,
.cid-tXxZKm58c9 .text-white:focus {
  color: white!important;
}
.cid-tXxZKm58c9 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tXxZKm58c9 .dropdown-item:hover {
  color: black!important;
}
.cid-tXxZKm58c9 .dropdown-menu {
  background-color: white!important;
}
.cid-tXxZKm58c9 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tXxZKm58c9 .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-tXxZKm58c9 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tXxZKm58c9 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tXxZKm58c9 .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-tXxZKm58c9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxZKm58c9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXxZKm58c9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxZKm58c9 .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-tXxZKm58c9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f0db0a;
}
.cid-tXxZKm58c9 .navbar.opened {
  transition: all .3s;
  background: #f0db0a !important;
}
.cid-tXxZKm58c9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tXxZKm58c9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxZKm58c9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxZKm58c9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXxZKm58c9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXxZKm58c9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxZKm58c9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxZKm58c9 .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-tXxZKm58c9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxZKm58c9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxZKm58c9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxZKm58c9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxZKm58c9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxZKm58c9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXxZKm58c9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxZKm58c9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxZKm58c9 .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-tXxZKm58c9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxZKm58c9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxZKm58c9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxZKm58c9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXxZKm58c9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXxZKm58c9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxZKm58c9 .navbar.navbar-short {
  background: #f0db0a !important;
  min-height: 60px;
}
.cid-tXxZKm58c9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxZKm58c9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxZKm58c9 .navbar-caption {
  font-weight: 600!important;
}
.cid-tXxZKm58c9 .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-tXxZKm58c9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxZKm58c9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxZKm58c9 .dropdown-item.active,
.cid-tXxZKm58c9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxZKm58c9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxZKm58c9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxZKm58c9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxZKm58c9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0db0a;
}
.cid-tXxZKm58c9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxZKm58c9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXxZKm58c9 .navbar-buttons {
  text-align: center;
}
.cid-tXxZKm58c9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXxZKm58c9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-tXxZKm58c9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxZKm58c9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxZKm58c9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxZKm58c9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxZKm58c9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxZKm58c9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxZKm58c9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxZKm58c9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxZKm58c9 .nav-link {
  font-weight: 600!important;
}
.cid-tXxZKm58c9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxZKm58c9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxZKm58c9 .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-tXxZKm58c9 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxZKm58c9 .navbar {
    height: 77px;
  }
  .cid-tXxZKm58c9 .navbar.opened {
    height: auto;
  }
  .cid-tXxZKm58c9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxZKmFJcN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f0db0a;
  position: relative;
  overflow: hidden;
}
.cid-tXxZKmFJcN svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tXxZKmFJcN H1 {
  color: #f0db0a;
}
.cid-tXxZKmFJcN .mbr-text,
.cid-tXxZKmFJcN .mbr-section-btn {
  color: #ffffff;
}
.cid-tXxZKmFJcN #e1_ellipse {
  fill: #020b26 !important;
}
.cid-tXxZKmFJcN img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tXxZKmFJcN img {
    width: 100%;
  }
}
.cid-tXxZKmFJcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKmFJcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxZKn4gYe {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXxZKn4gYe H1 {
  color: #343351;
}
.cid-tXxZKn4gYe .align-left {
  margin: auto;
}
.cid-tXxZKn4gYe .row {
  justify-content: space-between;
}
.cid-tXxZKn4gYe .mbr-text,
.cid-tXxZKn4gYe .mbr-section-btn {
  color: #716c80;
}
.cid-tXxZKn4gYe .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tXxZKn4gYe .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxZKn4gYe .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxZKn4gYe .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxZKn4gYe .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxZKn4gYe .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxZKn4gYe DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXxZKn4gYe .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXxZKn4gYe h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXxZKn4gYe .mbr-text,
.cid-tXxZKn4gYe .media-content {
  color: #ff3366;
}
.cid-tXxZKnodWC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0db0a;
}
.cid-tXxZKnodWC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXxZKnodWC H1 {
  color: #57468b;
}
.cid-tXxZKnodWC .mbr-text,
.cid-tXxZKnodWC .mbr-section-btn {
  color: #716c80;
}
.cid-tXxZKnodWC H3 {
  color: #716c80;
}
.cid-tXxZKnodWC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxZKnodWC .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxZKnodWC .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxZKnodWC .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxZKnodWC .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxZKnodWC DIV {
  color: #57468b;
}
.cid-tXxZKnodWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKnodWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxZKnodWC .mbr-text,
.cid-tXxZKnodWC .media-content {
  color: #232323;
}
.cid-tXxZKnGM2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXxZKnGM2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKnGM2r .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-tXxZKnGM2r .container {
    padding: 0 30px;
  }
}
.cid-tXxZKnGM2r .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tXxZKnGM2r .row {
    margin: 0 -34px;
  }
}
.cid-tXxZKnGM2r .title-wrapper {
  margin-bottom: 30px;
}
.cid-tXxZKnGM2r .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXxZKnGM2r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxZKnGM2r .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tXxZKnGM2r .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tXxZKnGM2r .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tXxZKnGM2r .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tXxZKnGM2r .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXxZKnGM2r .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXxZKnGM2r .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tXxZKnGM2r .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXxZKnGM2r .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tXxZKnGM2r .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tXxZKo9pZY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXxZKo9pZY H1 {
  color: #57468b;
}
.cid-tXxZKo9pZY .align-left {
  margin: auto;
}
.cid-tXxZKo9pZY .row {
  justify-content: space-between;
}
.cid-tXxZKo9pZY .mbr-text,
.cid-tXxZKo9pZY .mbr-section-btn {
  color: #716c80;
}
.cid-tXxZKo9pZY .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-tXxZKo9pZY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxZKo9pZY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxZKo9pZY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxZKo9pZY .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxZKo9pZY .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxZKo9pZY DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXxZKo9pZY .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXxZKo9pZY h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXxZKo9pZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKo9pZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxZKo9pZY .mbr-text,
.cid-tXxZKo9pZY .media-content {
  color: #232323;
}
.cid-tXxZKomPif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #020b26;
}
.cid-tXxZKomPif .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKomPif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxZKomPif .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tXxZKomPif .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tXxZKomPif .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tXxZKomPif .mbr-section-title {
  color: #131313;
}
.cid-tXxZKomPif .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tXxZKomPif .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tXxZKomPif .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tXxZKomPif .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #7787a5;
  box-shadow: 4px 4px 0 #7787a5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tXxZKomPif .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tXxZKomPif .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tXxZKomPif .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tXxZKomPif .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tXxZKomPif .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tXxZKomPif .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tXxZKomPif .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tXxZKomPif .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tXxZKomPif .content-wrap {
    margin-top: 0;
  }
}
.cid-tXxZKomPif .card-title {
  color: #131313;
}
.cid-tXxZKomPif .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXxZKomPif .card-text {
    margin-top: 15px;
  }
}
.cid-tXxZKomPif .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tXxZKomPif .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXxZKomPif .card-link {
    margin-top: 15px;
  }
}
.cid-tXxZKomPif .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tXxZKomPif .card-title,
.cid-tXxZKomPif .iconfont-wrapper {
  text-align: center;
}
.cid-tXxZKoQ10D {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f0db0a;
}
.cid-tXxZKoQ10D .nav-tabs .nav-item.open .nav-link:focus,
.cid-tXxZKoQ10D .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tXxZKoQ10D .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tXxZKoQ10D .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tXxZKoQ10D .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-tXxZKoQ10D .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-tXxZKoQ10D .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-tXxZKoQ10D .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-tXxZKoQ10D P {
  color: #010000;
}
@media (max-width: 576px) {
  .cid-tXxZKoQ10D .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tXxZKoQ10D .mbr-text,
  .cid-tXxZKoQ10D .nav-link {
    text-align: center;
  }
}
.cid-tXxZKphbJG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXxZKphbJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKphbJG .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-tXxZKphbJG .container {
    padding: 0 30px;
  }
}
.cid-tXxZKphbJG .row {
  justify-content: center;
}
.cid-tXxZKphbJG .title-wrapper {
  margin-bottom: 40px;
}
.cid-tXxZKphbJG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tXxZKphbJG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxZKphbJG .card {
  margin-bottom: 40px;
}
.cid-tXxZKphbJG .card .card-wrapper .mbr-number {
  margin: 20px 0;
}
.cid-tXxZKphbJG .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tXxZKphbJG .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXxZKphbJG .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXxZKphbJG .mbr-section-title {
  color: #212529;
}
.cid-tXxZKphbJG .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tXxZKphbJG .mbr-card-title {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXxZKphbJG .mbr-text {
  color: #f2f6ff;
  text-align: center;
}
.cid-tXxZKphbJG .mbr-section-title,
.cid-tXxZKphbJG .mbr-section-btn {
  text-align: center;
}
.cid-tXxZKpGWLh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f0db0a;
}
.cid-tXxZKpGWLh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXxZKpGWLh H1 {
  color: #020b26;
}
.cid-tXxZKpGWLh .mbr-text,
.cid-tXxZKpGWLh .mbr-section-btn {
  color: #716c80;
}
.cid-tXxZKpGWLh H3 {
  color: #716c80;
}
.cid-tXxZKpGWLh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXxZKpGWLh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXxZKpGWLh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXxZKpGWLh .link:hover {
  color: #ff8a73 !important;
}
.cid-tXxZKpGWLh .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-tXxZKpGWLh DIV {
  color: #57468b;
}
.cid-tXxZKpGWLh .mbr-text,
.cid-tXxZKpGWLh .media-content {
  color: #020b26;
}
.cid-tXxZKpVdwV {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #020b26;
}
.cid-tXxZKpVdwV .card-header {
  background: transparent;
}
.cid-tXxZKpVdwV .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tXxZKpVdwV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tXxZKpVdwV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tXxZKpVdwV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tXxZKpVdwV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tXxZKpVdwV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tXxZKpVdwV .card .panel-body {
  color: #767676;
}
.cid-tXxZKpVdwV h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tXxZKpVdwV H4 {
  color: #57468b;
}
.cid-tXxZKpVdwV H2 {
  color: #efefef;
}
.cid-tXxZKpVdwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKpVdwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxZKqpAjl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #020b26;
  position: relative;
  overflow: hidden;
}
.cid-tXxZKqpAjl 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-tXxZKqpAjl .mbr-text,
.cid-tXxZKqpAjl .mbr-section-btn {
  color: #232323;
}
.cid-tXxZKqpAjl #e12_areaS3 {
  fill: #f0db0a !important;
}
.cid-tXxZKqpAjl #e19_areaS3 {
  fill: #020b26 !important;
}
.cid-tXxZKqpAjl H1 {
  color: #f2f6ff;
}
.cid-tXxZKqpAjl 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-tXxZKqpAjl .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tXxZKqpAjl .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tXxZKqpAjl img {
    width: 100%;
  }
}
.cid-tXxZKqD7EI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXxZKqD7EI H1 {
  color: #232323;
}
.cid-tXxZKqD7EI .mbr-text,
.cid-tXxZKqD7EI .mbr-section-btn {
  color: #232323;
}
.cid-tXxZKqD7EI H3 {
  color: #000000;
}
.cid-tXxZKqV2N8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXxZKqV2N8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKqV2N8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxZKqV2N8 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tXxZKqV2N8 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tXxZKqV2N8 .container-fluid .row {
  padding: 0;
}
.cid-tXxZKqV2N8 .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tXxZKqV2N8 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tXxZKqV2N8 .card {
    padding: 48px 20px;
  }
}
.cid-tXxZKqV2N8 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tXxZKqV2N8 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxZKqV2N8 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tXxZKqV2N8 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tXxZKqV2N8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXxZKrbOBa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #020b26;
}
.cid-tXxZKrbOBa .mbr-text,
.cid-tXxZKrbOBa .mbr-section-btn {
  color: #ffffff;
}
.cid-tXxZKrbOBa .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-tXxZKrbOBa .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXxZKrbOBa .ico1 {
  font-size: 2rem;
}
.cid-tXxZKrbOBa .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXxZKrbOBa H3 {
  color: #57468b;
}
.cid-tXxZKrbOBa H4 {
  color: #716c80;
}
.cid-tXxZKrbOBa .text {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tXxZKrbOBa .relative {
    padding: 0;
  }
}
.cid-tXzKKHjcLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tXzKKHjcLp .container {
    padding: 0 25px;
  }
}
.cid-tXzKKHjcLp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXzKKHjcLp .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tXzKKHjcLp .panel-group {
  border-bottom: 2px solid #f0db0a;
}
.cid-tXzKKHjcLp .panel-group .card {
  border-top: 2px solid #f0db0a;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tXzKKHjcLp .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tXzKKHjcLp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tXzKKHjcLp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0db0a;
  box-shadow: inset 52px 0 0 0 #020b26;
}
.cid-tXzKKHjcLp .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0db0a;
  box-shadow: inset 52px 0 0 0 #020b26;
}
.cid-tXzKKHjcLp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tXzKKHjcLp .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #020b26;
  background-color: #f0db0a;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tXzKKHjcLp .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tXzKKHjcLp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tXzKKHjcLp .mbr-section-title {
  color: #000000;
}
.cid-tXzKKHjcLp .panel-title-edit {
  color: #000000;
}
.cid-tXzKKHjcLp .panel-text {
  color: #000000;
}
.cid-tXxZKrq4BE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0db0a;
}
.cid-tXxZKrq4BE .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tXxZKrq4BE .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-tXxZKrq4BE .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tXxZKrq4BE .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-tXxZKrq4BE .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXxZKrq4BE .google-map {
  height: 30rem;
  position: relative;
}
.cid-tXxZKrq4BE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXxZKrq4BE .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-tXxZKrq4BE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXxZKrq4BE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXxZKrq4BE .mbr-section-subtitle {
  color: #FF4712;
  text-align: center;
}
.cid-tXxZKrq4BE .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-tXxZKrGaSn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #020b26;
}
.cid-tXxZKrGaSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxZKrGaSn .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tXxZKrGaSn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXxZKrGaSn .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tXxZKrGaSn a {
  font-weight: 600;
}
.cid-tXxZKrGaSn a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tXxZKrGaSn .col-lg-3,
  .cid-tXxZKrGaSn .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tXxZKrGaSn .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tXxZKrGaSn .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tXxZKrGaSn h5 {
  margin: 0;
}
.cid-tXxZKrGaSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxZKrGaSn .iconfont-wrapper {
  position: relative;
}
.cid-tXxZKrGaSn .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tXxZKrGaSn .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tXxZKrGaSn .sociconfont-wrapper {
  display: flex;
}
.cid-tXxZKrGaSn .card-title,
.cid-tXxZKrGaSn .iconfont-wrapper {
  color: #ffffff;
}
.cid-tXxZKrGaSn .card-text {
  color: #ffffff;
}
.cid-tXxZKrGaSn .mbr-section-title {
  color: #000000;
}
.cid-tXxZKrGaSn .main-title,
.cid-tXxZKrGaSn .iconfont-wrapper {
  text-align: left;
}
.cid-tXxZKs2pS1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0db0a;
}
.cid-tXxZKs2pS1 .media-container-row .mbr-text {
  color: #232323;
}
