body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f1634f !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f1634f !important;
  border-color: #f1634f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #12265a !important;
  border-color: #12265a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #f1634f;
  color: #f1634f !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f1634f;
  border-color: #f1634f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1634f !important;
  border-color: #f1634f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #12265a;
  color: #12265a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #12265a;
  border-color: #12265a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12265a !important;
  border-color: #12265a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f1634f !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #12265a !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #12265a;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f1634f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa9db7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa9db7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12265a;
}
.alert-warning {
  background-color: #fa9db7;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1634f;
  border-color: #f1634f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.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: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2753c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #f1634f;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #f1634f;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #f1634f;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1634f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f1634f;
  border-bottom-color: #f1634f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f1634f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #45b3df !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.5), rgba(250, 157, 183, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(241, 99, 79, 0.5), rgba(241, 99, 79, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-u7nCaopeHu .navbar-dropdown {
  position: absolute !important;
}
.cid-u7nCaopeHu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nCaopeHu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nCaopeHu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nCaopeHu .dropdown-item:hover,
.cid-u7nCaopeHu .dropdown-item:focus {
  background: #f1634f !important;
  color: white !important;
}
.cid-u7nCaopeHu .dropdown-item:hover span {
  color: white;
}
.cid-u7nCaopeHu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nCaopeHu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nCaopeHu .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nCaopeHu .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nCaopeHu .nav-link {
  position: relative;
}
.cid-u7nCaopeHu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nCaopeHu .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nCaopeHu .dropdown-menu,
.cid-u7nCaopeHu .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nCaopeHu .nav-item:focus,
.cid-u7nCaopeHu .nav-link:focus {
  outline: none;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nCaopeHu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nCaopeHu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nCaopeHu .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-u7nCaopeHu .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nCaopeHu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nCaopeHu .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nCaopeHu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nCaopeHu .navbar.collapsed {
  justify-content: center;
}
.cid-u7nCaopeHu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nCaopeHu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nCaopeHu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7nCaopeHu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nCaopeHu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nCaopeHu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nCaopeHu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7nCaopeHu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nCaopeHu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nCaopeHu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nCaopeHu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nCaopeHu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7nCaopeHu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7nCaopeHu .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-u7nCaopeHu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7nCaopeHu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7nCaopeHu .dropdown-item.active,
.cid-u7nCaopeHu .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nCaopeHu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nCaopeHu .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nCaopeHu .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nCaopeHu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nCaopeHu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nCaopeHu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nCaopeHu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nCaopeHu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nCaopeHu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nCaopeHu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7nCaopeHu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nCaopeHu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7nCaopeHu .navbar {
    height: 70px;
  }
  .cid-u7nCaopeHu .navbar.opened {
    height: auto;
  }
  .cid-u7nCaopeHu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nCaopeHu .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-u7nCaopeHu .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.cid-u7nCaopeHu .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u7nCaopeHu .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7nCaopeHu .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-u7nCaopeHu .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-u7nCaopeHu .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7nCaopeHu .navbar {
    padding: 5px 0 !important;
  }
  .cid-u7nCaopeHu .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-u7nCaopeHu .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.2);
  }
  .cid-u7nCaopeHu .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-u7nCaopeHu .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-u7nCaopeHu .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-u7nCaopeHu .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-u7nCaopeHu .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7nCaopeHu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-u7nCaopeHu .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-u7nCaopeHu .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-u7nCaopeHu .btn-container {
    display: none;
  }
}
.cid-rHBadprQCZ {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #fac3d3;
}
@media (max-width: 767px) {
  .cid-rHBadprQCZ {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.cid-rHBadprQCZ img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-rHBadprQCZ .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-rHBadprQCZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHBadprQCZ .mbr-section-btn {
    text-align: center;
  }
  .cid-rHBadprQCZ .mbr-section-title {
    text-align: center;
  }
  .cid-rHBadprQCZ .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHBadprQCZ .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rHBadprQCZ .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-rHBadprQCZ .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBadprQCZ .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-rHBadprQCZ .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBadprQCZ img {
    width: 100%;
  }
  .cid-rHBadprQCZ .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-rHBadprQCZ .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBadprQCZ .container-fluid {
  max-width: 1200px;
}
.cid-rHBadprQCZ .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-rHBadprQCZ .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBadprQCZ .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-rHBadprQCZ .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBadprQCZ .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-rHBadprQCZ .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBadprQCZ .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBadprQCZ .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBadprQCZ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBadprQCZ .mbr-text,
.cid-rHBadprQCZ .mbr-section-btn {
  color: #000000;
}
.cid-u7nXhRWxj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7nXhRWxj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nXhRWxj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nXhRWxj4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7nXhRWxj4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7nXhRWxj4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7nXhRWxj4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7nXhRWxj4 .container {
    padding: 0 14px;
  }
}
.cid-u7nXhRWxj4 .row {
  justify-content: center;
}
.cid-u7nXhRWxj4 .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #01004c;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-u7nXhRWxj4 .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nXhRWxj4 .card-wrapper {
    margin: 0;
  }
}
.cid-u7nXhRWxj4 .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-u7nXhRWxj4 .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-u7nXhRWxj4 .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-u7nXhRWxj4 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7nXhRWxj4 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u7nXhRWxj4 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  margin-left: -25px;
}
.cid-u7nXhRWxj4 .mbr-section-title {
  color: #f1f1f1;
}
.cid-u7nXhRWxj4 .mbr-text {
  color: #f1f1f1;
}
.cid-u7nXhRWxj4 .mbr-list-title {
  color: #f1f1f1;
}
.cid-u7nXhRWxj4 .list {
  color: #f1f1f1;
}
.cid-u7nXhRWxj4 .mbr-section-title,
.cid-u7nXhRWxj4 .mbr-section-btn {
  text-align: center;
}
.cid-u7nXhRWxj4 .icon-wrapper {
  text-align: right;
}
.cid-u7nFZtL72i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7nFZtL72i {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7nFZtL72i .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7nFZtL72i .container-fluid {
  max-width: 1200px;
}
.cid-rGsrTJGvqW {
  background-color: #ffdd98;
}
.cid-rGsrTJGvqW .mbr-text {
  text-align: left;
}
.cid-rGsrTJGvqW h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-rGsrTJGvqW p {
  text-align: center;
  margin: 0;
}
.cid-rGsrTJGvqW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rGsrTJGvqW .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-rGsrTJGvqW .card-title {
  color: #12265a;
}
.cid-rGsrTJGvqW .card {
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  padding: 0.8rem;
}
.cid-rGsrTJGvqW .card-1 {
  margin-right: 2rem;
}
.cid-rGsrTJGvqW .card-3 {
  margin-left: 2rem;
}
.cid-rGsrTJGvqW img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-rGsrTJGvqW .card:hover {
  transform: translateY(-20px);
}
.cid-rGsrTJGvqW .container-fluid {
  max-width: 1200px;
}
.cid-rGsrTJGvqW .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-rGsrTJGvqW .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-rGsrTJGvqW .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-rGsrTJGvqW {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .cid-rGsrTJGvqW .card {
    margin-bottom: 1rem;
  }
  .cid-rGsrTJGvqW .media-container-row {
    margin: 0 0rem;
  }
  .cid-rGsrTJGvqW .card-1 {
    margin-right: 0rem;
  }
  .cid-rGsrTJGvqW .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rGsrTJGvqW {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-rGsrTJGvqW .card {
    margin-bottom: 1rem;
  }
  .cid-rGsrTJGvqW .media-container-row {
    margin: 0 0rem;
  }
  .cid-rGsrTJGvqW .card-1 {
    margin-right: 0rem;
  }
  .cid-rGsrTJGvqW .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rGsrTJGvqW {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-rGsrTJGvqW .media-container-row {
    margin: 0 2rem;
  }
  .cid-rGsrTJGvqW .card-1 {
    margin-right: 2rem;
  }
  .cid-rGsrTJGvqW .card-3 {
    margin-left: 2rem;
  }
}
.cid-rGsrTJGvqW .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-rGsrTJGvqW .card-img {
  text-align: center;
}
.cid-rGsrTJGvqW .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-rGsrTJGvqW .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-rGsrTJGvqW .card .svg1 {
  stroke: #45b3df;
}
.cid-rGsrTJGvqW .card .svg2 {
  stroke: #fa9db7;
}
.cid-rGsrTJGvqW .card .svg3 {
  stroke: #f1634f;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rGsrTJGvqW svg {
  position: relative;
}
.cid-rGsrTJGvqW rect {
  position: absolute;
}
.cid-rGsrTJGvqW .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  position: relative;
}
.cid-rGsrTJGvqW .wgl-icon1 {
  background-color: #45b3df;
}
.cid-rGsrTJGvqW .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-rGsrTJGvqW .wgl-icon3 {
  background-color: #f1634f;
}
.cid-rGsrTJGvqW .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-rGsrTJGvqW .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-rGsrTJGvqW .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGsrTJGvqW .svg-1 path {
  fill: #ffffff;
}
.cid-rGsrTJGvqW .svg-2 {
  position: absolute;
  top: 0;
}
.cid-rGsrTJGvqW .svg-2 path {
  fill: #ffffff;
}
.cid-rGsrTJGvqW .svg1,
.cid-rGsrTJGvqW .svg2,
.cid-rGsrTJGvqW .svg3 {
  position: absolute;
}
.cid-rGsrTJGvqW .svg1 rect,
.cid-rGsrTJGvqW .svg2 rect,
.cid-rGsrTJGvqW .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rGsrTJGvqW .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-rGsrTJGvqW .card-title,
.cid-rGsrTJGvqW .card-img {
  text-align: left;
  color: #232323;
}
.cid-u7o1SNgTX3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7o1SNgTX3 .content-row {
  background-color: #12265a;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-u7o1SNgTX3 .content-row {
    padding: 1rem;
  }
}
.cid-u7o1SNgTX3 p {
  margin-bottom: 0rem;
}
.cid-u7o1SNgTX3 .btn {
  margin-bottom: 0rem;
}
.cid-u7o1SNgTX3 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7o1SNgTX3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7o1SNgTX3 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7o1SNgTX3 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7o1SNgTX3 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7o1SNgTX3 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7o1SNgTX3 .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7o1SNgTX3 .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7o1SNgTX3 .btn {
    margin-top: 0rem;
  }
}
.cid-u7o1SNgTX3 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u7o1SNgTX3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7o1Z1B0kM {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u7o1Z1B0kM .image-block {
  width: 100% !important;
}
.cid-u7o1Z1B0kM .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-u7o1Z1B0kM {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-u7o1Z1B0kM .container {
    padding: 0 1rem;
  }
  .cid-u7o1Z1B0kM .image-block {
    width: 100% !important;
  }
}
.cid-u7o1Z1B0kM .container-fluid {
  padding: 0;
}
.cid-u7nG0O2pUP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7nG0O2pUP {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.cid-u7nG0O2pUP .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7nG0O2pUP .container-fluid {
  max-width: 1200px;
}
.cid-u7nG0O2pUP .row > div,
.cid-u7nG0O2pUP .mbr-section-subtitle {
  color: #000000;
}
.cid-rGtYwMFIZr {
  background: #223668;
}
.cid-rGtYwMFIZr h4 {
  margin: 0;
  display: inline-block;
}
.cid-rGtYwMFIZr .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-rGtYwMFIZr .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-rGtYwMFIZr .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-rGtYwMFIZr .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f1634f;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-rGtYwMFIZr .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rGtYwMFIZr .list-group-item {
  font-weight: 900;
  padding-bottom: 0.3rem;
}
.cid-rGtYwMFIZr .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-rGtYwMFIZr .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rGtYwMFIZr .plan-header,
.cid-rGtYwMFIZr .plan-body {
  background-color: #fff;
}
.cid-rGtYwMFIZr .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-rGtYwMFIZr {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .cid-rGtYwMFIZr .price-figure {
    font-size: 3rem;
  }
  .cid-rGtYwMFIZr .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGtYwMFIZr .plan {
    padding: 0 1rem;
  }
  .cid-rGtYwMFIZr .plan2 {
    margin-top: 3rem;
  }
  .cid-rGtYwMFIZr .mbr-text {
    text-align: left;
  }
}
.cid-rGtYwMFIZr .color1 {
  color: #000000;
}
.cid-rGtYwMFIZr .color2 {
  color: #000000;
}
.cid-rGtYwMFIZr .container-fluid {
  max-width: 1200px;
}
.cid-rGtYwMFIZr .price1 {
  background-color: #f58d7e;
}
.cid-rGtYwMFIZr .price2 {
  background-color: #fbb5c9;
}
.cid-rGtYwMFIZr .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rGtYwMFIZr .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-rGtYwMFIZr .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rGtYwMFIZr rect {
  position: absolute;
  width: 92%;
}
.cid-rGtYwMFIZr .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-rGtYwMFIZr .price-term1 {
  color: #ef4e37;
}
.cid-rGtYwMFIZr .price-term2 {
  color: #f985a5;
}
.cid-rGtYwMFIZr .circle-icon {
  margin-bottom: 1.7rem;
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
}
.cid-rGtYwMFIZr .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-rGtYwMFIZr .wgl-icon1 {
  background-color: #45b3df;
}
.cid-rGtYwMFIZr .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-rGtYwMFIZr .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-rGtYwMFIZr .left-wrapper {
  margin-top: 2rem;
}
.cid-rGtYwMFIZr .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #45b3df;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-rGtYwMFIZr .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-rGtYwMFIZr .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  color: #fff;
}
.cid-rGtYwMFIZr .plan-list {
  padding: 2.5rem 0rem;
}
.cid-rGtYwMFIZr .mbr-section-title {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rGtYwMFIZr .svg-card {
  position: absolute;
  top: 0;
  width: 90%;
  left: 16px;
}
.cid-rGtYwMFIZr .svg-card path {
  fill: #223668;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rGtYwMFIZr .plan2 {
    margin-top: 3rem;
  }
  .cid-rGtYwMFIZr .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 767px) {
  .cid-rGtYwMFIZr {
    padding-top: 165px;
    padding-bottom: 150px;
  }
  .cid-rGtYwMFIZr .plan-wrapper1 {
    margin-top: -3rem;
  }
}
@media (min-width: 992px) {
  .cid-rGtYwMFIZr .left-wrapper {
    padding-left: 4rem;
  }
}
.cid-rGtYwMFIZr .svg-2 {
  position: absolute;
  top: 0;
}
.cid-rGtYwMFIZr .svg-2 path {
  fill: #ffffff;
}
.cid-rGtYwMFIZr .svg-3 {
  position: absolute;
  bottom: 0;
}
.cid-rGtYwMFIZr .svg-3 path {
  fill: #ffffff;
}
.cid-rGtYwMFIZr .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rGtYwMFIZr .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rGtYwMFIZr .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-rGtYwMFIZr .list-group {
  color: #12265a;
}
.cid-rGtYwMFIZr .price-term {
  color: #000000;
}
.cid-rGtYwMFIZr .mbr-text,
.cid-rGtYwMFIZr .mbr-section-btn {
  text-align: left;
}
.cid-rGtYwMFIZr .left-wrapper,
.cid-rGtYwMFIZr .mbr-section-title {
  text-align: center;
}
.cid-u7o4Ja12s0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u7o4Ja12s0::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7o4Ja12s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o4Ja12s0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o4Ja12s0 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7o4Ja12s0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7o4Ja12s0 .container {
    padding: 0 16px;
  }
}
.cid-u7o4Ja12s0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7o4Ja12s0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7o4Ja12s0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7o4Ja12s0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7o4Ja12s0 .mbr-text {
  color: #000000;
}
.cid-u7nWJ0v7IA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fadae3;
}
.cid-u7nWJ0v7IA .container-fluid {
  padding: 0 3rem;
}
.cid-u7nWJ0v7IA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #f1634f 50%, #45b3df 120%);
  display: inline-block;
}
.cid-u7nWJ0v7IA .mbr-section-title {
  color: #000000;
}
.cid-u7nWJ0v7IA .mbr-section-subtitle {
  color: #000000;
}
.cid-u7nWJ0v7IA .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-u7nWJ0v7IA .header-text {
  padding: 2rem 1rem !important;
}
.cid-u7nWJ0v7IA .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-u7nWJ0v7IA .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-u7nWJ0v7IA .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-u7nWJ0v7IA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u7nWJ0v7IA .card .card-header a.panel-title:hover .sign {
  background-color: #a38dfd !important;
}
.cid-u7nWJ0v7IA .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffa0a4;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-u7nWJ0v7IA .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u7nWJ0v7IA .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-u7nWJ0v7IA .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-u7nWJ0v7IA .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7nWJ0v7IA .header-text {
    padding: 1rem !important;
  }
  .cid-u7nWJ0v7IA .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-u7nWJ0v7IA .panel-body {
    width: calc(100% - 48px);
  }
  .cid-u7nWJ0v7IA .panel-group {
    padding: 0;
  }
}
.cid-u7o5sbLRrA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7o5sbLRrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o5sbLRrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o5sbLRrA .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7o5sbLRrA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7o5sbLRrA .container {
    padding: 0 20px;
  }
}
.cid-u7o5sbLRrA .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7o5sbLRrA .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7o5sbLRrA .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7o5sbLRrA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7o5sbLRrA .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7o5sbLRrA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u7o5sbLRrA .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-u7o5sbLRrA .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-u7o5sbLRrA .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7o5sbLRrA .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u7o5sbLRrA .mbr-section-title {
  color: #000000;
}
.cid-u7o5sbLRrA .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u7o5sbLRrA .mbr-text,
.cid-u7o5sbLRrA .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7o5sbLRrA .mbr-section-title,
.cid-u7o5sbLRrA .mbr-section-btn,
.cid-u7o5sbLRrA .image-wrapper {
  text-align: center;
}
.cid-u7o4bEPqgK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7o4bEPqgK {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7o4bEPqgK .mbr-text {
  margin-top: 2rem;
  color: #333333;
}
.cid-u7o4bEPqgK .container-fluid {
  max-width: 1200px;
}
.cid-u7o4bEPqgK .row > div,
.cid-u7o4bEPqgK .mbr-section-title {
  color: #000000;
}
.cid-u7oc0Ajyo7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7oc0Ajyo7 img,
.cid-u7oc0Ajyo7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7oc0Ajyo7 .item:focus,
.cid-u7oc0Ajyo7 span:focus {
  outline: none;
}
.cid-u7oc0Ajyo7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7oc0Ajyo7 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-u7oc0Ajyo7 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7oc0Ajyo7 .item-img {
    padding: 1rem;
  }
}
.cid-u7oc0Ajyo7 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fac3d3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7oc0Ajyo7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7oc0Ajyo7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u7oc0Ajyo7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7oc0Ajyo7 .mbr-section-title {
  color: #232323;
}
.cid-u7oc0Ajyo7 .mbr-text,
.cid-u7oc0Ajyo7 .mbr-section-btn {
  text-align: center;
}
.cid-u7oc0Ajyo7 .item-title {
  text-align: center;
}
.cid-u7oc0Ajyo7 .item-subtitle {
  text-align: center;
}
.cid-u7o5MifCfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fadae3;
  overflow: hidden;
  position: relative;
}
.cid-u7o5MifCfA::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #1e43a0 -10%, transparent 80%);
}
.cid-u7o5MifCfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o5MifCfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7o5MifCfA .container {
    padding: 0 16px;
  }
}
.cid-u7o5MifCfA .row {
  justify-content: space-between;
}
.cid-u7o5MifCfA .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7o5MifCfA .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u7o5MifCfA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7o5MifCfA .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7o5MifCfA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7o5MifCfA .image-wrapper {
  position: relative;
}
.cid-u7o5MifCfA .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7o5MifCfA .image-wrapper img {
    height: 350px;
  }
}
.cid-u7o5MifCfA .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-u7o5MifCfA .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-u7o5MifCfA .mbr-section-title {
  color: #000000;
}
.cid-u7o5MifCfA .mbr-text {
  color: #000000;
}
.cid-u7o5PboWsQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u7o5PboWsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o5PboWsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o5PboWsQ .google-map {
  height: 35rem;
  position: relative;
}
.cid-u7o5PboWsQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7o5PboWsQ .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-u7o5PboWsQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7o5PboWsQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7o5PboWsQ .mbr-section-title {
  color: #00004c;
}
.cid-rHd1YFA8bQ {
  background-color: #2d4073;
}
.cid-rHd1YFA8bQ .navbar-logo {
  width: 110px;
}
.cid-rHd1YFA8bQ .mbr-text {
  color: #444;
}
.cid-rHd1YFA8bQ h5 {
  margin-bottom: 0;
}
.cid-rHd1YFA8bQ h3 {
  margin-bottom: 1.5rem;
}
.cid-rHd1YFA8bQ p {
  margin-bottom: 0;
}
.cid-rHd1YFA8bQ .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-rHd1YFA8bQ .list-item {
  display: flex;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd1YFA8bQ .list-item .item-image,
.cid-rHd1YFA8bQ .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-rHd1YFA8bQ .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-rHd1YFA8bQ .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-rHd1YFA8bQ .socicon:hover {
  transform: translate(0, -10px);
}
.cid-rHd1YFA8bQ .socion1 {
  background: #45b3df;
}
.cid-rHd1YFA8bQ .socion2 {
  background-color: #456eda;
}
.cid-rHd1YFA8bQ .socion3 {
  background-color: #f985a5;
}
.cid-rHd1YFA8bQ .social-list {
  margin-top: 2rem;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rHd1YFA8bQ .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-rHd1YFA8bQ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHd1YFA8bQ .social-list a:hover {
  opacity: .4;
}
.cid-rHd1YFA8bQ .media-container-row > div {
  padding: 0px;
}
.cid-rHd1YFA8bQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rHd1YFA8bQ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-rHd1YFA8bQ .group-title SPAN {
  color: #ffffff;
}
.cid-rHd1YFA8bQ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rHd1YFA8bQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rHd1YFA8bQ .social-list,
  .cid-rHd1YFA8bQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rHd1YFA8bQ h3 {
    margin-bottom: 10px;
  }
  .cid-rHd1YFA8bQ .navbar-brand {
    text-align: center;
  }
}
.cid-rHd1YFA8bQ .links SPAN {
  color: #9e9e9e;
}
.cid-rHd1YFA8bQ .wrapper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 30px;
}
.cid-rHd1YFA8bQ .container-fluid {
  max-width: 1200px;
}
.cid-rHd1YFA8bQ .timetable {
  color: #232323;
  font-weight: 700;
}
.cid-rHd1YFA8bQ .svg-1 {
  position: absolute;
  top: 0;
}
.cid-rHd1YFA8bQ .svg-1 path {
  fill: #ffffff;
}
.cid-rHd1YFA8bQ .item-image {
  margin-right: 2rem;
}
.cid-rHd1YFA8bQ .social-img {
  width: 40px;
}
.cid-rHd1YFA8bQ .text1 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-rHd1YFA8bQ {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .cid-rHd1YFA8bQ .container-fluid {
    max-width: 1200px;
    padding: 0 1rem;
  }
  .cid-rHd1YFA8bQ h3 {
    margin-top: 0rem;
  }
  .cid-rHd1YFA8bQ .img-list {
    text-align: left;
  }
  .cid-rHd1YFA8bQ .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rHd1YFA8bQ {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-rHd1YFA8bQ .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
  .cid-rHd1YFA8bQ h3 {
    margin-top: 2.5rem;
  }
}
.cid-rHd1YFA8bQ [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-rHd1YFA8bQ .soc-item::after {
  display: none;
}
.cid-rHd1YFA8bQ .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-rHd1YFA8bQ .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-rHd1YFA8bQ .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f1634f;
}
.cid-rGss6QQhK2 {
  background-color: #223668;
}
.cid-rGss6QQhK2 svg {
  position: absolute;
  top: 0;
}
.cid-rGss6QQhK2 .svg-1 {
  fill: #2d4073;
}
.cid-rGss6QQhK2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGss6QQhK2 {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGss6QQhK2 {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-rGss6QQhK2 .mbr-text {
  color: #b1bee0;
}
.cid-rGss6QQhK2 a {
  text-decoration: underline;
}
.cid-rGss6QQhK2 a,
.cid-rGss6QQhK2 a:hover {
  font-weight: 400 !important;
}
.cid-rGss6QQhK2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u7nCaopeHu .navbar-dropdown {
  position: absolute !important;
}
.cid-u7nCaopeHu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nCaopeHu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nCaopeHu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nCaopeHu .dropdown-item:hover,
.cid-u7nCaopeHu .dropdown-item:focus {
  background: #f1634f !important;
  color: white !important;
}
.cid-u7nCaopeHu .dropdown-item:hover span {
  color: white;
}
.cid-u7nCaopeHu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nCaopeHu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nCaopeHu .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nCaopeHu .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nCaopeHu .nav-link {
  position: relative;
}
.cid-u7nCaopeHu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nCaopeHu .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nCaopeHu .dropdown-menu,
.cid-u7nCaopeHu .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nCaopeHu .nav-item:focus,
.cid-u7nCaopeHu .nav-link:focus {
  outline: none;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nCaopeHu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nCaopeHu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nCaopeHu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nCaopeHu .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-u7nCaopeHu .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nCaopeHu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nCaopeHu .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nCaopeHu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nCaopeHu .navbar.collapsed {
  justify-content: center;
}
.cid-u7nCaopeHu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nCaopeHu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nCaopeHu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7nCaopeHu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nCaopeHu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nCaopeHu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nCaopeHu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nCaopeHu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7nCaopeHu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nCaopeHu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nCaopeHu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nCaopeHu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nCaopeHu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nCaopeHu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7nCaopeHu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7nCaopeHu .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-u7nCaopeHu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7nCaopeHu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7nCaopeHu .dropdown-item.active,
.cid-u7nCaopeHu .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nCaopeHu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nCaopeHu .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nCaopeHu .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nCaopeHu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nCaopeHu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nCaopeHu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nCaopeHu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nCaopeHu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nCaopeHu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nCaopeHu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nCaopeHu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nCaopeHu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7nCaopeHu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nCaopeHu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7nCaopeHu .navbar {
    height: 70px;
  }
  .cid-u7nCaopeHu .navbar.opened {
    height: auto;
  }
  .cid-u7nCaopeHu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nCaopeHu .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-u7nCaopeHu .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.cid-u7nCaopeHu .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u7nCaopeHu .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7nCaopeHu .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-u7nCaopeHu .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-u7nCaopeHu .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7nCaopeHu .navbar {
    padding: 5px 0 !important;
  }
  .cid-u7nCaopeHu .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-u7nCaopeHu .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.2);
  }
  .cid-u7nCaopeHu .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-u7nCaopeHu .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-u7nCaopeHu .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-u7nCaopeHu .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-u7nCaopeHu .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7nCaopeHu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-u7nCaopeHu .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-u7nCaopeHu .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-u7nCaopeHu .btn-container {
    display: none;
  }
}
.cid-u7o8RRw0Pj {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7o8RRw0Pj {
    padding-top: 65px;
    padding-bottom: 25px;
  }
}
.cid-u7o8RRw0Pj img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-u7o8RRw0Pj .right-wrapper {
  padding-left: 5rem;
}
.cid-u7o8RRw0Pj .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-u7o8RRw0Pj .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-u7o8RRw0Pj .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-u7o8RRw0Pj .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-u7o8RRw0Pj .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-u7o8RRw0Pj .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7o8RRw0Pj .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7o8RRw0Pj .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7o8RRw0Pj .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-u7o8RRw0Pj .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7o8RRw0Pj .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-u7o8RRw0Pj .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7o8RRw0Pj .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-u7o8RRw0Pj .mbr-section-title {
  color: #000000;
}
.cid-u7o8T4xOP4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7o8T4xOP4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7o8T4xOP4 .mbr-text {
  margin-top: 2rem;
  color: #000000;
}
.cid-u7o8T4xOP4 .container-fluid {
  max-width: 1200px;
}
.cid-u7o8OaI6na {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u7o8OaI6na .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o8OaI6na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o8OaI6na .google-map {
  height: 35rem;
  position: relative;
}
.cid-u7o8OaI6na .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7o8OaI6na .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-u7o8OaI6na .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7o8OaI6na .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7o8OaI6na .mbr-section-title {
  color: #00004c;
}
.cid-u7oak4n3Dp {
  background-color: #2d4073;
}
.cid-u7oak4n3Dp .navbar-logo {
  width: 110px;
}
.cid-u7oak4n3Dp .mbr-text {
  color: #444;
}
.cid-u7oak4n3Dp h5 {
  margin-bottom: 0;
}
.cid-u7oak4n3Dp h3 {
  margin-bottom: 1.5rem;
}
.cid-u7oak4n3Dp p {
  margin-bottom: 0;
}
.cid-u7oak4n3Dp .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-u7oak4n3Dp .list-item {
  display: flex;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7oak4n3Dp .list-item .item-image,
.cid-u7oak4n3Dp .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7oak4n3Dp .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-u7oak4n3Dp .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-u7oak4n3Dp .socicon:hover {
  transform: translate(0, -10px);
}
.cid-u7oak4n3Dp .socion1 {
  background: #45b3df;
}
.cid-u7oak4n3Dp .socion2 {
  background-color: #456eda;
}
.cid-u7oak4n3Dp .socion3 {
  background-color: #f985a5;
}
.cid-u7oak4n3Dp .social-list {
  margin-top: 2rem;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oak4n3Dp .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-u7oak4n3Dp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u7oak4n3Dp .social-list a:hover {
  opacity: .4;
}
.cid-u7oak4n3Dp .media-container-row > div {
  padding: 0px;
}
.cid-u7oak4n3Dp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u7oak4n3Dp .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7oak4n3Dp .group-title SPAN {
  color: #ffffff;
}
.cid-u7oak4n3Dp .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-u7oak4n3Dp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u7oak4n3Dp .social-list,
  .cid-u7oak4n3Dp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u7oak4n3Dp h3 {
    margin-bottom: 10px;
  }
  .cid-u7oak4n3Dp .navbar-brand {
    text-align: center;
  }
}
.cid-u7oak4n3Dp .links SPAN {
  color: #9e9e9e;
}
.cid-u7oak4n3Dp .wrapper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 30px;
}
.cid-u7oak4n3Dp .container-fluid {
  max-width: 1200px;
}
.cid-u7oak4n3Dp .timetable {
  color: #232323;
  font-weight: 700;
}
.cid-u7oak4n3Dp .svg-1 {
  position: absolute;
  top: 0;
}
.cid-u7oak4n3Dp .svg-1 path {
  fill: #ffffff;
}
.cid-u7oak4n3Dp .item-image {
  margin-right: 2rem;
}
.cid-u7oak4n3Dp .social-img {
  width: 40px;
}
.cid-u7oak4n3Dp .text1 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u7oak4n3Dp {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .cid-u7oak4n3Dp .container-fluid {
    max-width: 1200px;
    padding: 0 1rem;
  }
  .cid-u7oak4n3Dp h3 {
    margin-top: 0rem;
  }
  .cid-u7oak4n3Dp .img-list {
    text-align: left;
  }
  .cid-u7oak4n3Dp .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u7oak4n3Dp {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-u7oak4n3Dp .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
  .cid-u7oak4n3Dp h3 {
    margin-top: 2.5rem;
  }
}
.cid-u7oak4n3Dp [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-u7oak4n3Dp .soc-item::after {
  display: none;
}
.cid-u7oak4n3Dp .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-u7oak4n3Dp .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-u7oak4n3Dp .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f1634f;
}
.cid-rGss6QQhK2 {
  background-color: #223668;
}
.cid-rGss6QQhK2 svg {
  position: absolute;
  top: 0;
}
.cid-rGss6QQhK2 .svg-1 {
  fill: #2d4073;
}
.cid-rGss6QQhK2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGss6QQhK2 {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGss6QQhK2 {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-rGss6QQhK2 .mbr-text {
  color: #b1bee0;
}
.cid-rGss6QQhK2 a {
  text-decoration: underline;
}
.cid-rGss6QQhK2 a,
.cid-rGss6QQhK2 a:hover {
  font-weight: 400 !important;
}
.cid-rGss6QQhK2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u7o9T5UkFx .navbar-dropdown {
  position: absolute !important;
}
.cid-u7o9T5UkFx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7o9T5UkFx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7o9T5UkFx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7o9T5UkFx .dropdown-item:hover,
.cid-u7o9T5UkFx .dropdown-item:focus {
  background: #f1634f !important;
  color: white !important;
}
.cid-u7o9T5UkFx .dropdown-item:hover span {
  color: white;
}
.cid-u7o9T5UkFx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7o9T5UkFx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7o9T5UkFx .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7o9T5UkFx .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7o9T5UkFx .nav-link {
  position: relative;
}
.cid-u7o9T5UkFx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7o9T5UkFx .container {
    flex-wrap: nowrap;
  }
}
.cid-u7o9T5UkFx .dropdown-menu,
.cid-u7o9T5UkFx .navbar.opened {
  background: #ffffff !important;
}
.cid-u7o9T5UkFx .nav-item:focus,
.cid-u7o9T5UkFx .nav-link:focus {
  outline: none;
}
.cid-u7o9T5UkFx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7o9T5UkFx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7o9T5UkFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7o9T5UkFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7o9T5UkFx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7o9T5UkFx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7o9T5UkFx .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-u7o9T5UkFx .navbar.opened {
  transition: all 0.3s;
}
.cid-u7o9T5UkFx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7o9T5UkFx .navbar .navbar-logo img {
  width: auto;
}
.cid-u7o9T5UkFx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7o9T5UkFx .navbar.collapsed {
  justify-content: center;
}
.cid-u7o9T5UkFx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7o9T5UkFx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7o9T5UkFx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7o9T5UkFx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7o9T5UkFx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7o9T5UkFx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7o9T5UkFx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7o9T5UkFx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7o9T5UkFx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7o9T5UkFx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7o9T5UkFx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7o9T5UkFx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7o9T5UkFx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7o9T5UkFx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7o9T5UkFx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7o9T5UkFx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7o9T5UkFx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7o9T5UkFx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7o9T5UkFx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7o9T5UkFx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7o9T5UkFx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7o9T5UkFx .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-u7o9T5UkFx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7o9T5UkFx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7o9T5UkFx .dropdown-item.active,
.cid-u7o9T5UkFx .dropdown-item:active {
  background-color: transparent;
}
.cid-u7o9T5UkFx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7o9T5UkFx .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7o9T5UkFx .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7o9T5UkFx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7o9T5UkFx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7o9T5UkFx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7o9T5UkFx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7o9T5UkFx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7o9T5UkFx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7o9T5UkFx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-u7o9T5UkFx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7o9T5UkFx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7o9T5UkFx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7o9T5UkFx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7o9T5UkFx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7o9T5UkFx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7o9T5UkFx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7o9T5UkFx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7o9T5UkFx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7o9T5UkFx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7o9T5UkFx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7o9T5UkFx .navbar {
    height: 70px;
  }
  .cid-u7o9T5UkFx .navbar.opened {
    height: auto;
  }
  .cid-u7o9T5UkFx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7o9T5UkFx .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-u7o9T5UkFx .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.cid-u7o9T5UkFx .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u7o9T5UkFx .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7o9T5UkFx .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-u7o9T5UkFx .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-u7o9T5UkFx .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7o9T5UkFx .navbar {
    padding: 5px 0 !important;
  }
  .cid-u7o9T5UkFx .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-u7o9T5UkFx .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.2);
  }
  .cid-u7o9T5UkFx .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-u7o9T5UkFx .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-u7o9T5UkFx .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-u7o9T5UkFx .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-u7o9T5UkFx .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7o9T5UkFx .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-u7o9T5UkFx .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-u7o9T5UkFx .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-u7o9T5UkFx .btn-container {
    display: none;
  }
}
.cid-u7o9T7NpSx {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7o9T7NpSx {
    padding-top: 65px;
    padding-bottom: 25px;
  }
}
.cid-u7o9T7NpSx img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-u7o9T7NpSx .right-wrapper {
  padding-left: 5rem;
}
.cid-u7o9T7NpSx .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-u7o9T7NpSx .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-u7o9T7NpSx .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-u7o9T7NpSx .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-u7o9T7NpSx .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-u7o9T7NpSx .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7o9T7NpSx .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7o9T7NpSx .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7o9T7NpSx .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-u7o9T7NpSx .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7o9T7NpSx .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-u7o9T7NpSx .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7o9T7NpSx .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-u7o9T7NpSx .mbr-section-title {
  color: #000000;
}
.cid-u7o9T9L0Gj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7o9T9L0Gj {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7o9T9L0Gj .mbr-text {
  margin-top: 2rem;
  color: #000000;
}
.cid-u7o9T9L0Gj .container-fluid {
  max-width: 1200px;
}
.cid-u7o9TbqAqO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u7o9TbqAqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o9TbqAqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o9TbqAqO .google-map {
  height: 35rem;
  position: relative;
}
.cid-u7o9TbqAqO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7o9TbqAqO .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-u7o9TbqAqO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7o9TbqAqO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7o9TbqAqO .mbr-section-title {
  color: #00004c;
}
.cid-u7oaozhXef {
  background-color: #2d4073;
}
.cid-u7oaozhXef .navbar-logo {
  width: 110px;
}
.cid-u7oaozhXef .mbr-text {
  color: #444;
}
.cid-u7oaozhXef h5 {
  margin-bottom: 0;
}
.cid-u7oaozhXef h3 {
  margin-bottom: 1.5rem;
}
.cid-u7oaozhXef p {
  margin-bottom: 0;
}
.cid-u7oaozhXef .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-u7oaozhXef .list-item {
  display: flex;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7oaozhXef .list-item .item-image,
.cid-u7oaozhXef .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7oaozhXef .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-u7oaozhXef .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-u7oaozhXef .socicon:hover {
  transform: translate(0, -10px);
}
.cid-u7oaozhXef .socion1 {
  background: #45b3df;
}
.cid-u7oaozhXef .socion2 {
  background-color: #456eda;
}
.cid-u7oaozhXef .socion3 {
  background-color: #f985a5;
}
.cid-u7oaozhXef .social-list {
  margin-top: 2rem;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oaozhXef .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-u7oaozhXef .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u7oaozhXef .social-list a:hover {
  opacity: .4;
}
.cid-u7oaozhXef .media-container-row > div {
  padding: 0px;
}
.cid-u7oaozhXef .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u7oaozhXef .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7oaozhXef .group-title SPAN {
  color: #ffffff;
}
.cid-u7oaozhXef .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-u7oaozhXef .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u7oaozhXef .social-list,
  .cid-u7oaozhXef .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u7oaozhXef h3 {
    margin-bottom: 10px;
  }
  .cid-u7oaozhXef .navbar-brand {
    text-align: center;
  }
}
.cid-u7oaozhXef .links SPAN {
  color: #9e9e9e;
}
.cid-u7oaozhXef .wrapper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 30px;
}
.cid-u7oaozhXef .container-fluid {
  max-width: 1200px;
}
.cid-u7oaozhXef .timetable {
  color: #232323;
  font-weight: 700;
}
.cid-u7oaozhXef .svg-1 {
  position: absolute;
  top: 0;
}
.cid-u7oaozhXef .svg-1 path {
  fill: #ffffff;
}
.cid-u7oaozhXef .item-image {
  margin-right: 2rem;
}
.cid-u7oaozhXef .social-img {
  width: 40px;
}
.cid-u7oaozhXef .text1 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u7oaozhXef {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .cid-u7oaozhXef .container-fluid {
    max-width: 1200px;
    padding: 0 1rem;
  }
  .cid-u7oaozhXef h3 {
    margin-top: 0rem;
  }
  .cid-u7oaozhXef .img-list {
    text-align: left;
  }
  .cid-u7oaozhXef .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u7oaozhXef {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-u7oaozhXef .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
  .cid-u7oaozhXef h3 {
    margin-top: 2.5rem;
  }
}
.cid-u7oaozhXef [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-u7oaozhXef .soc-item::after {
  display: none;
}
.cid-u7oaozhXef .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-u7oaozhXef .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-u7oaozhXef .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f1634f;
}
.cid-u7o9Td1fNm {
  background-color: #223668;
}
.cid-u7o9Td1fNm svg {
  position: absolute;
  top: 0;
}
.cid-u7o9Td1fNm .svg-1 {
  fill: #2d4073;
}
.cid-u7o9Td1fNm .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u7o9Td1fNm {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u7o9Td1fNm {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u7o9Td1fNm .mbr-text {
  color: #b1bee0;
}
.cid-u7o9Td1fNm a {
  text-decoration: underline;
}
.cid-u7o9Td1fNm a,
.cid-u7o9Td1fNm a:hover {
  font-weight: 400 !important;
}
.cid-u7o9Td1fNm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u7okB6GxOm .navbar-dropdown {
  position: absolute !important;
}
.cid-u7okB6GxOm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7okB6GxOm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7okB6GxOm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7okB6GxOm .dropdown-item:hover,
.cid-u7okB6GxOm .dropdown-item:focus {
  background: #f1634f !important;
  color: white !important;
}
.cid-u7okB6GxOm .dropdown-item:hover span {
  color: white;
}
.cid-u7okB6GxOm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7okB6GxOm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7okB6GxOm .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7okB6GxOm .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7okB6GxOm .nav-link {
  position: relative;
}
.cid-u7okB6GxOm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7okB6GxOm .container {
    flex-wrap: nowrap;
  }
}
.cid-u7okB6GxOm .dropdown-menu,
.cid-u7okB6GxOm .navbar.opened {
  background: #ffffff !important;
}
.cid-u7okB6GxOm .nav-item:focus,
.cid-u7okB6GxOm .nav-link:focus {
  outline: none;
}
.cid-u7okB6GxOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7okB6GxOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7okB6GxOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7okB6GxOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7okB6GxOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7okB6GxOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7okB6GxOm .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-u7okB6GxOm .navbar.opened {
  transition: all 0.3s;
}
.cid-u7okB6GxOm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7okB6GxOm .navbar .navbar-logo img {
  width: auto;
}
.cid-u7okB6GxOm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7okB6GxOm .navbar.collapsed {
  justify-content: center;
}
.cid-u7okB6GxOm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7okB6GxOm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7okB6GxOm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7okB6GxOm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7okB6GxOm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7okB6GxOm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7okB6GxOm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7okB6GxOm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7okB6GxOm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7okB6GxOm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7okB6GxOm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7okB6GxOm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7okB6GxOm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7okB6GxOm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7okB6GxOm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7okB6GxOm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7okB6GxOm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7okB6GxOm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7okB6GxOm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7okB6GxOm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7okB6GxOm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7okB6GxOm .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-u7okB6GxOm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7okB6GxOm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7okB6GxOm .dropdown-item.active,
.cid-u7okB6GxOm .dropdown-item:active {
  background-color: transparent;
}
.cid-u7okB6GxOm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7okB6GxOm .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7okB6GxOm .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7okB6GxOm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7okB6GxOm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7okB6GxOm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7okB6GxOm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7okB6GxOm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7okB6GxOm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7okB6GxOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-u7okB6GxOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7okB6GxOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7okB6GxOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7okB6GxOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7okB6GxOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7okB6GxOm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7okB6GxOm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7okB6GxOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7okB6GxOm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7okB6GxOm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7okB6GxOm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7okB6GxOm .navbar {
    height: 70px;
  }
  .cid-u7okB6GxOm .navbar.opened {
    height: auto;
  }
  .cid-u7okB6GxOm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7okB6GxOm .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-u7okB6GxOm .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.cid-u7okB6GxOm .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u7okB6GxOm .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7okB6GxOm .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-u7okB6GxOm .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-u7okB6GxOm .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7okB6GxOm .navbar {
    padding: 5px 0 !important;
  }
  .cid-u7okB6GxOm .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-u7okB6GxOm .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.2);
  }
  .cid-u7okB6GxOm .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-u7okB6GxOm .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-u7okB6GxOm .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-u7okB6GxOm .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-u7okB6GxOm .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7okB6GxOm .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-u7okB6GxOm .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-u7okB6GxOm .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-u7okB6GxOm .btn-container {
    display: none;
  }
}
.cid-u7okB8BKm0 {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #fac3d3;
}
@media (max-width: 767px) {
  .cid-u7okB8BKm0 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.cid-u7okB8BKm0 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-u7okB8BKm0 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-u7okB8BKm0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7okB8BKm0 .mbr-section-btn {
    text-align: center;
  }
  .cid-u7okB8BKm0 .mbr-section-title {
    text-align: center;
  }
  .cid-u7okB8BKm0 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-u7okB8BKm0 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u7okB8BKm0 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-u7okB8BKm0 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7okB8BKm0 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-u7okB8BKm0 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7okB8BKm0 img {
    width: 100%;
  }
  .cid-u7okB8BKm0 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-u7okB8BKm0 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-u7okB8BKm0 .container-fluid {
  max-width: 1200px;
}
.cid-u7okB8BKm0 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-u7okB8BKm0 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-u7okB8BKm0 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-u7okB8BKm0 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-u7okB8BKm0 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-u7okB8BKm0 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-u7okB8BKm0 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7okB8BKm0 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7okB8BKm0 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7okB8BKm0 .mbr-text,
.cid-u7okB8BKm0 .mbr-section-btn {
  color: #000000;
}
.cid-u7okB8BKm0 .mbr-section-title {
  color: #000000;
}
.cid-u7okB9UN0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7okB9UN0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7okB9UN0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7okB9UN0s .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7okB9UN0s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7okB9UN0s .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7okB9UN0s .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7okB9UN0s .container {
    padding: 0 14px;
  }
}
.cid-u7okB9UN0s .row {
  justify-content: center;
}
.cid-u7okB9UN0s .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #01004c;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-u7okB9UN0s .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7okB9UN0s .card-wrapper {
    margin: 0;
  }
}
.cid-u7okB9UN0s .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-u7okB9UN0s .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-u7okB9UN0s .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-u7okB9UN0s .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-u7okB9UN0s .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7okB9UN0s .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u7okB9UN0s .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  margin-left: -25px;
}
.cid-u7okB9UN0s .mbr-section-title {
  color: #f1f1f1;
}
.cid-u7okB9UN0s .mbr-text {
  color: #f1f1f1;
}
.cid-u7okB9UN0s .mbr-list-title {
  color: #f1f1f1;
}
.cid-u7okB9UN0s .list {
  color: #f1f1f1;
}
.cid-u7okB9UN0s .mbr-section-title,
.cid-u7okB9UN0s .mbr-section-btn {
  text-align: center;
}
.cid-u7okB9UN0s .icon-wrapper {
  text-align: right;
}
.cid-u7okBb5tXw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7okBb5tXw {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7okBb5tXw .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7okBb5tXw .container-fluid {
  max-width: 1200px;
}
.cid-u7okBc86Pv {
  background-color: #ffdd98;
}
.cid-u7okBc86Pv .mbr-text {
  text-align: left;
}
.cid-u7okBc86Pv h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-u7okBc86Pv p {
  text-align: center;
  margin: 0;
}
.cid-u7okBc86Pv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-u7okBc86Pv .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-u7okBc86Pv .card-title {
  color: #12265a;
}
.cid-u7okBc86Pv .card {
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  padding: 0.8rem;
}
.cid-u7okBc86Pv .card-1 {
  margin-right: 2rem;
}
.cid-u7okBc86Pv .card-3 {
  margin-left: 2rem;
}
.cid-u7okBc86Pv img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-u7okBc86Pv .card:hover {
  transform: translateY(-20px);
}
.cid-u7okBc86Pv .container-fluid {
  max-width: 1200px;
}
.cid-u7okBc86Pv .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-u7okBc86Pv .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-u7okBc86Pv .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-u7okBc86Pv {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .cid-u7okBc86Pv .card {
    margin-bottom: 1rem;
  }
  .cid-u7okBc86Pv .media-container-row {
    margin: 0 0rem;
  }
  .cid-u7okBc86Pv .card-1 {
    margin-right: 0rem;
  }
  .cid-u7okBc86Pv .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7okBc86Pv {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-u7okBc86Pv .card {
    margin-bottom: 1rem;
  }
  .cid-u7okBc86Pv .media-container-row {
    margin: 0 0rem;
  }
  .cid-u7okBc86Pv .card-1 {
    margin-right: 0rem;
  }
  .cid-u7okBc86Pv .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u7okBc86Pv {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-u7okBc86Pv .media-container-row {
    margin: 0 2rem;
  }
  .cid-u7okBc86Pv .card-1 {
    margin-right: 2rem;
  }
  .cid-u7okBc86Pv .card-3 {
    margin-left: 2rem;
  }
}
.cid-u7okBc86Pv .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-u7okBc86Pv .card-img {
  text-align: center;
}
.cid-u7okBc86Pv .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-u7okBc86Pv .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-u7okBc86Pv .card .svg1 {
  stroke: #45b3df;
}
.cid-u7okBc86Pv .card .svg2 {
  stroke: #fa9db7;
}
.cid-u7okBc86Pv .card .svg3 {
  stroke: #f1634f;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7okBc86Pv svg {
  position: relative;
}
.cid-u7okBc86Pv rect {
  position: absolute;
}
.cid-u7okBc86Pv .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  position: relative;
}
.cid-u7okBc86Pv .wgl-icon1 {
  background-color: #45b3df;
}
.cid-u7okBc86Pv .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-u7okBc86Pv .wgl-icon3 {
  background-color: #f1634f;
}
.cid-u7okBc86Pv .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-u7okBc86Pv .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-u7okBc86Pv .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u7okBc86Pv .svg-1 path {
  fill: #ffffff;
}
.cid-u7okBc86Pv .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u7okBc86Pv .svg-2 path {
  fill: #ffffff;
}
.cid-u7okBc86Pv .svg1,
.cid-u7okBc86Pv .svg2,
.cid-u7okBc86Pv .svg3 {
  position: absolute;
}
.cid-u7okBc86Pv .svg1 rect,
.cid-u7okBc86Pv .svg2 rect,
.cid-u7okBc86Pv .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7okBc86Pv .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-u7okBc86Pv .card-title,
.cid-u7okBc86Pv .card-img {
  text-align: left;
  color: #232323;
}
.cid-u7okBc86Pv .card-title,
.cid-u7okBc86Pv .card-img DIV {
  text-align: right;
}
.cid-u7okBdMxG0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7okBdMxG0 .content-row {
  background-color: #12265a;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-u7okBdMxG0 .content-row {
    padding: 1rem;
  }
}
.cid-u7okBdMxG0 p {
  margin-bottom: 0rem;
}
.cid-u7okBdMxG0 .btn {
  margin-bottom: 0rem;
}
.cid-u7okBdMxG0 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7okBdMxG0 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7okBdMxG0 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7okBdMxG0 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7okBdMxG0 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7okBdMxG0 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7okBdMxG0 .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7okBdMxG0 .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7okBdMxG0 .btn {
    margin-top: 0rem;
  }
}
.cid-u7okBdMxG0 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u7okBdMxG0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7okBeKiI6 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u7okBeKiI6 .image-block {
  width: 100% !important;
}
.cid-u7okBeKiI6 .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-u7okBeKiI6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-u7okBeKiI6 .container {
    padding: 0 1rem;
  }
  .cid-u7okBeKiI6 .image-block {
    width: 100% !important;
  }
}
.cid-u7okBeKiI6 .container-fluid {
  padding: 0;
}
.cid-u7okBfDMFn {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7okBfDMFn {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.cid-u7okBfDMFn .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7okBfDMFn .container-fluid {
  max-width: 1200px;
}
.cid-u7okBfDMFn .row > div,
.cid-u7okBfDMFn .mbr-section-subtitle {
  color: #000000;
}
.cid-u7okBgCA3o {
  background: #223668;
}
.cid-u7okBgCA3o h4 {
  margin: 0;
  display: inline-block;
}
.cid-u7okBgCA3o .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-u7okBgCA3o .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-u7okBgCA3o .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-u7okBgCA3o .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f1634f;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-u7okBgCA3o .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7okBgCA3o .list-group-item {
  font-weight: 900;
  padding-bottom: 0.3rem;
}
.cid-u7okBgCA3o .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-u7okBgCA3o .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-u7okBgCA3o .plan-header,
.cid-u7okBgCA3o .plan-body {
  background-color: #fff;
}
.cid-u7okBgCA3o .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-u7okBgCA3o {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .cid-u7okBgCA3o .price-figure {
    font-size: 3rem;
  }
  .cid-u7okBgCA3o .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7okBgCA3o .plan {
    padding: 0 1rem;
  }
  .cid-u7okBgCA3o .plan2 {
    margin-top: 3rem;
  }
  .cid-u7okBgCA3o .mbr-text {
    text-align: left;
  }
}
.cid-u7okBgCA3o .color1 {
  color: #000000;
}
.cid-u7okBgCA3o .color2 {
  color: #000000;
}
.cid-u7okBgCA3o .container-fluid {
  max-width: 1200px;
}
.cid-u7okBgCA3o .price1 {
  background-color: #f58d7e;
}
.cid-u7okBgCA3o .price2 {
  background-color: #fbb5c9;
}
.cid-u7okBgCA3o .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u7okBgCA3o .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-u7okBgCA3o .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7okBgCA3o rect {
  position: absolute;
  width: 92%;
}
.cid-u7okBgCA3o .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-u7okBgCA3o .price-term1 {
  color: #ef4e37;
}
.cid-u7okBgCA3o .price-term2 {
  color: #f985a5;
}
.cid-u7okBgCA3o .circle-icon {
  margin-bottom: 1.7rem;
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
}
.cid-u7okBgCA3o .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-u7okBgCA3o .wgl-icon1 {
  background-color: #45b3df;
}
.cid-u7okBgCA3o .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-u7okBgCA3o .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-u7okBgCA3o .left-wrapper {
  margin-top: 2rem;
}
.cid-u7okBgCA3o .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #45b3df;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-u7okBgCA3o .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-u7okBgCA3o .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  color: #fff;
}
.cid-u7okBgCA3o .plan-list {
  padding: 2.5rem 0rem;
}
.cid-u7okBgCA3o .mbr-section-title {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-u7okBgCA3o .svg-card {
  position: absolute;
  top: 0;
  width: 90%;
  left: 16px;
}
.cid-u7okBgCA3o .svg-card path {
  fill: #223668;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7okBgCA3o .plan2 {
    margin-top: 3rem;
  }
  .cid-u7okBgCA3o .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 767px) {
  .cid-u7okBgCA3o {
    padding-top: 165px;
    padding-bottom: 150px;
  }
  .cid-u7okBgCA3o .plan-wrapper1 {
    margin-top: -3rem;
  }
}
@media (min-width: 992px) {
  .cid-u7okBgCA3o .left-wrapper {
    padding-left: 4rem;
  }
}
.cid-u7okBgCA3o .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u7okBgCA3o .svg-2 path {
  fill: #ffffff;
}
.cid-u7okBgCA3o .svg-3 {
  position: absolute;
  bottom: 0;
}
.cid-u7okBgCA3o .svg-3 path {
  fill: #ffffff;
}
.cid-u7okBgCA3o .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7okBgCA3o .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7okBgCA3o .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7okBgCA3o .list-group {
  color: #12265a;
}
.cid-u7okBgCA3o .price-term {
  color: #000000;
}
.cid-u7okBgCA3o .mbr-text,
.cid-u7okBgCA3o .mbr-section-btn {
  text-align: left;
}
.cid-u7okBgCA3o .left-wrapper,
.cid-u7okBgCA3o .mbr-section-title {
  text-align: center;
}
.cid-u7okBiw5Vf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u7okBiw5Vf::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1e43a0 -10%, transparent 70%);
}
.cid-u7okBiw5Vf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7okBiw5Vf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7okBiw5Vf .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7okBiw5Vf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7okBiw5Vf .container {
    padding: 0 16px;
  }
}
.cid-u7okBiw5Vf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7okBiw5Vf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7okBiw5Vf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7okBiw5Vf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7okBiw5Vf .mbr-text {
  color: #000000;
}
.cid-u7okBmXZgC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fadae3;
}
.cid-u7okBmXZgC .container-fluid {
  padding: 0 3rem;
}
.cid-u7okBmXZgC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #f1634f 50%, #45b3df 120%);
  display: inline-block;
}
.cid-u7okBmXZgC .mbr-section-title {
  color: #000000;
}
.cid-u7okBmXZgC .mbr-section-subtitle {
  color: #000000;
}
.cid-u7okBmXZgC .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-u7okBmXZgC .header-text {
  padding: 2rem 1rem !important;
}
.cid-u7okBmXZgC .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-u7okBmXZgC .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-u7okBmXZgC .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-u7okBmXZgC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u7okBmXZgC .card .card-header a.panel-title:hover .sign {
  background-color: #a38dfd !important;
}
.cid-u7okBmXZgC .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffa0a4;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-u7okBmXZgC .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u7okBmXZgC .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-u7okBmXZgC .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-u7okBmXZgC .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7okBmXZgC .header-text {
    padding: 1rem !important;
  }
  .cid-u7okBmXZgC .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-u7okBmXZgC .panel-body {
    width: calc(100% - 48px);
  }
  .cid-u7okBmXZgC .panel-group {
    padding: 0;
  }
}
.cid-u7okBqIUI2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7okBqIUI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7okBqIUI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7okBqIUI2 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7okBqIUI2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7okBqIUI2 .container {
    padding: 0 20px;
  }
}
.cid-u7okBqIUI2 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7okBqIUI2 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7okBqIUI2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7okBqIUI2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7okBqIUI2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7okBqIUI2 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u7okBqIUI2 .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-u7okBqIUI2 .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-u7okBqIUI2 .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7okBqIUI2 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u7okBqIUI2 .mbr-section-title {
  color: #000000;
}
.cid-u7okBqIUI2 .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-u7okBqIUI2 .mbr-text,
.cid-u7okBqIUI2 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7okBqIUI2 .mbr-section-title,
.cid-u7okBqIUI2 .mbr-section-btn,
.cid-u7okBqIUI2 .image-wrapper {
  text-align: center;
}
.cid-u7okBsNClx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7okBsNClx {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7okBsNClx .mbr-text {
  margin-top: 2rem;
  color: #333333;
}
.cid-u7okBsNClx .container-fluid {
  max-width: 1200px;
}
.cid-u7okBsNClx .row > div,
.cid-u7okBsNClx .mbr-section-title {
  color: #000000;
}
.cid-u7okBukndg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7okBukndg img,
.cid-u7okBukndg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7okBukndg .item:focus,
.cid-u7okBukndg span:focus {
  outline: none;
}
.cid-u7okBukndg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7okBukndg .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-u7okBukndg .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7okBukndg .item-img {
    padding: 1rem;
  }
}
.cid-u7okBukndg .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fac3d3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7okBukndg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7okBukndg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u7okBukndg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7okBukndg .mbr-section-title {
  color: #232323;
}
.cid-u7okBukndg .mbr-text,
.cid-u7okBukndg .mbr-section-btn {
  text-align: center;
}
.cid-u7okBukndg .item-title {
  text-align: center;
}
.cid-u7okBukndg .item-subtitle {
  text-align: center;
}
.cid-u7okBwjW3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fadae3;
  overflow: hidden;
  position: relative;
}
.cid-u7okBwjW3I::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #1e43a0 -10%, transparent 80%);
}
.cid-u7okBwjW3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7okBwjW3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7okBwjW3I .container {
    padding: 0 16px;
  }
}
.cid-u7okBwjW3I .row {
  justify-content: space-between;
}
.cid-u7okBwjW3I .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7okBwjW3I .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u7okBwjW3I .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7okBwjW3I .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7okBwjW3I .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7okBwjW3I .image-wrapper {
  position: relative;
}
.cid-u7okBwjW3I .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7okBwjW3I .image-wrapper img {
    height: 350px;
  }
}
.cid-u7okBwjW3I .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-u7okBwjW3I .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-u7okBwjW3I .mbr-section-title {
  color: #000000;
}
.cid-u7okBwjW3I .mbr-text {
  color: #000000;
}
.cid-u7omlf45mY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u7omlf45mY .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #000000;
}
.cid-u7omlf45mY .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-u7omlf45mY .icon:before {
  font-weight: 900;
}
.cid-u7omlf45mY .accordion-content {
  flex-basis: 100%;
}
.cid-u7omlf45mY .panel-group {
  width: 100%;
}
.cid-u7omlf45mY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u7omlf45mY .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-u7omlf45mY .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-u7omlf45mY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u7omlf45mY .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-u7omlf45mY .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u7omlf45mY .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u7omlf45mY svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-u7omlf45mY .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7omlf45mY .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7omlf45mY .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7omlf45mY .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-u7omlf45mY .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-u7omlf45mY {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-u7omlf45mY .mbr-text {
    margin-left: 1px;
  }
  .cid-u7omlf45mY .mbr-section-title {
    text-align: center;
  }
  .cid-u7omlf45mY .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u7omlf45mY .left-wrapper {
    padding-right: 5rem;
  }
  .cid-u7omlf45mY .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-u7omlf45mY .card-header {
  background: none !important;
}
.cid-u7okByaaZC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u7okByaaZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7okByaaZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7okByaaZC .google-map {
  height: 35rem;
  position: relative;
}
.cid-u7okByaaZC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7okByaaZC .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-u7okByaaZC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7okByaaZC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7okByaaZC .mbr-section-title {
  color: #00004c;
}
.cid-u7okBzPCzn {
  background-color: #2d4073;
}
.cid-u7okBzPCzn .navbar-logo {
  width: 110px;
}
.cid-u7okBzPCzn .mbr-text {
  color: #444;
}
.cid-u7okBzPCzn h5 {
  margin-bottom: 0;
}
.cid-u7okBzPCzn h3 {
  margin-bottom: 1.5rem;
}
.cid-u7okBzPCzn p {
  margin-bottom: 0;
}
.cid-u7okBzPCzn .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-u7okBzPCzn .list-item {
  display: flex;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7okBzPCzn .list-item .item-image,
.cid-u7okBzPCzn .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7okBzPCzn .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-u7okBzPCzn .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-u7okBzPCzn .socicon:hover {
  transform: translate(0, -10px);
}
.cid-u7okBzPCzn .socion1 {
  background: #45b3df;
}
.cid-u7okBzPCzn .socion2 {
  background-color: #456eda;
}
.cid-u7okBzPCzn .socion3 {
  background-color: #f985a5;
}
.cid-u7okBzPCzn .social-list {
  margin-top: 2rem;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7okBzPCzn .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-u7okBzPCzn .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u7okBzPCzn .social-list a:hover {
  opacity: .4;
}
.cid-u7okBzPCzn .media-container-row > div {
  padding: 0px;
}
.cid-u7okBzPCzn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u7okBzPCzn .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7okBzPCzn .group-title SPAN {
  color: #ffffff;
}
.cid-u7okBzPCzn .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-u7okBzPCzn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u7okBzPCzn .social-list,
  .cid-u7okBzPCzn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u7okBzPCzn h3 {
    margin-bottom: 10px;
  }
  .cid-u7okBzPCzn .navbar-brand {
    text-align: center;
  }
}
.cid-u7okBzPCzn .links SPAN {
  color: #9e9e9e;
}
.cid-u7okBzPCzn .wrapper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 30px;
}
.cid-u7okBzPCzn .container-fluid {
  max-width: 1200px;
}
.cid-u7okBzPCzn .timetable {
  color: #232323;
  font-weight: 700;
}
.cid-u7okBzPCzn .svg-1 {
  position: absolute;
  top: 0;
}
.cid-u7okBzPCzn .svg-1 path {
  fill: #ffffff;
}
.cid-u7okBzPCzn .item-image {
  margin-right: 2rem;
}
.cid-u7okBzPCzn .social-img {
  width: 40px;
}
.cid-u7okBzPCzn .text1 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u7okBzPCzn {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .cid-u7okBzPCzn .container-fluid {
    max-width: 1200px;
    padding: 0 1rem;
  }
  .cid-u7okBzPCzn h3 {
    margin-top: 0rem;
  }
  .cid-u7okBzPCzn .img-list {
    text-align: left;
  }
  .cid-u7okBzPCzn .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u7okBzPCzn {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-u7okBzPCzn .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
  .cid-u7okBzPCzn h3 {
    margin-top: 2.5rem;
  }
}
.cid-u7okBzPCzn [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-u7okBzPCzn .soc-item::after {
  display: none;
}
.cid-u7okBzPCzn .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-u7okBzPCzn .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-u7okBzPCzn .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f1634f;
}
.cid-u7okBC94Ll {
  background-color: #223668;
}
.cid-u7okBC94Ll svg {
  position: absolute;
  top: 0;
}
.cid-u7okBC94Ll .svg-1 {
  fill: #2d4073;
}
.cid-u7okBC94Ll .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u7okBC94Ll {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u7okBC94Ll {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u7okBC94Ll .mbr-text {
  color: #b1bee0;
}
.cid-u7okBC94Ll a {
  text-decoration: underline;
}
.cid-u7okBC94Ll a,
.cid-u7okBC94Ll a:hover {
  font-weight: 400 !important;
}
.cid-u7okBC94Ll .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u7orFyCGUt .navbar-dropdown {
  position: absolute !important;
}
.cid-u7orFyCGUt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7orFyCGUt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7orFyCGUt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7orFyCGUt .dropdown-item:hover,
.cid-u7orFyCGUt .dropdown-item:focus {
  background: #f1634f !important;
  color: white !important;
}
.cid-u7orFyCGUt .dropdown-item:hover span {
  color: white;
}
.cid-u7orFyCGUt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7orFyCGUt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7orFyCGUt .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7orFyCGUt .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7orFyCGUt .nav-link {
  position: relative;
}
.cid-u7orFyCGUt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7orFyCGUt .container {
    flex-wrap: nowrap;
  }
}
.cid-u7orFyCGUt .dropdown-menu,
.cid-u7orFyCGUt .navbar.opened {
  background: #ffffff !important;
}
.cid-u7orFyCGUt .nav-item:focus,
.cid-u7orFyCGUt .nav-link:focus {
  outline: none;
}
.cid-u7orFyCGUt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7orFyCGUt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7orFyCGUt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7orFyCGUt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7orFyCGUt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7orFyCGUt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7orFyCGUt .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-u7orFyCGUt .navbar.opened {
  transition: all 0.3s;
}
.cid-u7orFyCGUt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7orFyCGUt .navbar .navbar-logo img {
  width: auto;
}
.cid-u7orFyCGUt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7orFyCGUt .navbar.collapsed {
  justify-content: center;
}
.cid-u7orFyCGUt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7orFyCGUt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7orFyCGUt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7orFyCGUt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7orFyCGUt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7orFyCGUt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7orFyCGUt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7orFyCGUt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7orFyCGUt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7orFyCGUt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7orFyCGUt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7orFyCGUt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7orFyCGUt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7orFyCGUt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7orFyCGUt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7orFyCGUt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7orFyCGUt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7orFyCGUt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7orFyCGUt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7orFyCGUt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7orFyCGUt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7orFyCGUt .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-u7orFyCGUt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7orFyCGUt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7orFyCGUt .dropdown-item.active,
.cid-u7orFyCGUt .dropdown-item:active {
  background-color: transparent;
}
.cid-u7orFyCGUt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7orFyCGUt .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7orFyCGUt .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7orFyCGUt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7orFyCGUt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7orFyCGUt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7orFyCGUt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7orFyCGUt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7orFyCGUt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7orFyCGUt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-u7orFyCGUt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7orFyCGUt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7orFyCGUt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7orFyCGUt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7orFyCGUt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7orFyCGUt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7orFyCGUt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7orFyCGUt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7orFyCGUt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7orFyCGUt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7orFyCGUt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7orFyCGUt .navbar {
    height: 70px;
  }
  .cid-u7orFyCGUt .navbar.opened {
    height: auto;
  }
  .cid-u7orFyCGUt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7orFyCGUt .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-u7orFyCGUt .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.cid-u7orFyCGUt .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u7orFyCGUt .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7orFyCGUt .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-u7orFyCGUt .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-u7orFyCGUt .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7orFyCGUt .navbar {
    padding: 5px 0 !important;
  }
  .cid-u7orFyCGUt .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-u7orFyCGUt .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.2);
  }
  .cid-u7orFyCGUt .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-u7orFyCGUt .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-u7orFyCGUt .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-u7orFyCGUt .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-u7orFyCGUt .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7orFyCGUt .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-u7orFyCGUt .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-u7orFyCGUt .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-u7orFyCGUt .btn-container {
    display: none;
  }
}
.cid-u7orFAFGtQ {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #fac3d3;
}
@media (max-width: 767px) {
  .cid-u7orFAFGtQ {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.cid-u7orFAFGtQ img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-u7orFAFGtQ .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-u7orFAFGtQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7orFAFGtQ .mbr-section-btn {
    text-align: center;
  }
  .cid-u7orFAFGtQ .mbr-section-title {
    text-align: center;
  }
  .cid-u7orFAFGtQ .mbr-section-subtitle {
    text-align: center;
  }
  .cid-u7orFAFGtQ .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u7orFAFGtQ .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-u7orFAFGtQ .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7orFAFGtQ .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-u7orFAFGtQ .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7orFAFGtQ img {
    width: 100%;
  }
  .cid-u7orFAFGtQ .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-u7orFAFGtQ .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-u7orFAFGtQ .container-fluid {
  max-width: 1200px;
}
.cid-u7orFAFGtQ .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-u7orFAFGtQ .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-u7orFAFGtQ .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-u7orFAFGtQ .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-u7orFAFGtQ .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-u7orFAFGtQ .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-u7orFAFGtQ .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7orFAFGtQ .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7orFAFGtQ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7orFAFGtQ .mbr-text,
.cid-u7orFAFGtQ .mbr-section-btn {
  color: #000000;
}
.cid-u7orFAFGtQ .mbr-section-title {
  color: #000000;
}
.cid-u7orFCa53i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7orFCa53i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7orFCa53i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7orFCa53i .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7orFCa53i .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7orFCa53i .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7orFCa53i .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7orFCa53i .container {
    padding: 0 14px;
  }
}
.cid-u7orFCa53i .row {
  justify-content: center;
}
.cid-u7orFCa53i .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #01004c;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-u7orFCa53i .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7orFCa53i .card-wrapper {
    margin: 0;
  }
}
.cid-u7orFCa53i .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-u7orFCa53i .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-u7orFCa53i .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u7orFCa53i .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-u7orFCa53i .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-u7orFCa53i .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-u7orFCa53i .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-u7orFCa53i .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7orFCa53i .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-u7orFCa53i .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u7orFCa53i .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u7orFCa53i .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u7orFCa53i .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u7orFCa53i .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  margin-left: -25px;
}
.cid-u7orFCa53i .mbr-section-title {
  color: #f1f1f1;
}
.cid-u7orFCa53i .mbr-text {
  color: #f1f1f1;
}
.cid-u7orFCa53i .mbr-list-title {
  color: #f1f1f1;
}
.cid-u7orFCa53i .list {
  color: #f1f1f1;
}
.cid-u7orFCa53i .mbr-section-title,
.cid-u7orFCa53i .mbr-section-btn {
  text-align: center;
}
.cid-u7orFCa53i .icon-wrapper {
  text-align: right;
}
.cid-u7orFDECmL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7orFDECmL {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7orFDECmL .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7orFDECmL .container-fluid {
  max-width: 1200px;
}
.cid-u7orFEW3mx {
  background-color: #ffdd98;
}
.cid-u7orFEW3mx .mbr-text {
  text-align: left;
}
.cid-u7orFEW3mx h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-u7orFEW3mx p {
  text-align: center;
  margin: 0;
}
.cid-u7orFEW3mx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-u7orFEW3mx .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-u7orFEW3mx .card-title {
  color: #12265a;
}
.cid-u7orFEW3mx .card {
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  padding: 0.8rem;
}
.cid-u7orFEW3mx .card-1 {
  margin-right: 2rem;
}
.cid-u7orFEW3mx .card-3 {
  margin-left: 2rem;
}
.cid-u7orFEW3mx img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-u7orFEW3mx .card:hover {
  transform: translateY(-20px);
}
.cid-u7orFEW3mx .container-fluid {
  max-width: 1200px;
}
.cid-u7orFEW3mx .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-u7orFEW3mx .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-u7orFEW3mx .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-u7orFEW3mx {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .cid-u7orFEW3mx .card {
    margin-bottom: 1rem;
  }
  .cid-u7orFEW3mx .media-container-row {
    margin: 0 0rem;
  }
  .cid-u7orFEW3mx .card-1 {
    margin-right: 0rem;
  }
  .cid-u7orFEW3mx .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7orFEW3mx {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-u7orFEW3mx .card {
    margin-bottom: 1rem;
  }
  .cid-u7orFEW3mx .media-container-row {
    margin: 0 0rem;
  }
  .cid-u7orFEW3mx .card-1 {
    margin-right: 0rem;
  }
  .cid-u7orFEW3mx .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u7orFEW3mx {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-u7orFEW3mx .media-container-row {
    margin: 0 2rem;
  }
  .cid-u7orFEW3mx .card-1 {
    margin-right: 2rem;
  }
  .cid-u7orFEW3mx .card-3 {
    margin-left: 2rem;
  }
}
.cid-u7orFEW3mx .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-u7orFEW3mx .card-img {
  text-align: center;
}
.cid-u7orFEW3mx .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-u7orFEW3mx .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-u7orFEW3mx .card .svg1 {
  stroke: #45b3df;
}
.cid-u7orFEW3mx .card .svg2 {
  stroke: #fa9db7;
}
.cid-u7orFEW3mx .card .svg3 {
  stroke: #f1634f;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7orFEW3mx svg {
  position: relative;
}
.cid-u7orFEW3mx rect {
  position: absolute;
}
.cid-u7orFEW3mx .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  position: relative;
}
.cid-u7orFEW3mx .wgl-icon1 {
  background-color: #45b3df;
}
.cid-u7orFEW3mx .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-u7orFEW3mx .wgl-icon3 {
  background-color: #f1634f;
}
.cid-u7orFEW3mx .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-u7orFEW3mx .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-u7orFEW3mx .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u7orFEW3mx .svg-1 path {
  fill: #ffffff;
}
.cid-u7orFEW3mx .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u7orFEW3mx .svg-2 path {
  fill: #ffffff;
}
.cid-u7orFEW3mx .svg1,
.cid-u7orFEW3mx .svg2,
.cid-u7orFEW3mx .svg3 {
  position: absolute;
}
.cid-u7orFEW3mx .svg1 rect,
.cid-u7orFEW3mx .svg2 rect,
.cid-u7orFEW3mx .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7orFEW3mx .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-u7orFEW3mx .card-title,
.cid-u7orFEW3mx .card-img {
  text-align: left;
  color: #232323;
}
.cid-u7orFEW3mx .card-title,
.cid-u7orFEW3mx .card-img DIV {
  text-align: right;
}
.cid-u7orFH8F36 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7orFH8F36 .content-row {
  background-color: #12265a;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-u7orFH8F36 .content-row {
    padding: 1rem;
  }
}
.cid-u7orFH8F36 p {
  margin-bottom: 0rem;
}
.cid-u7orFH8F36 .btn {
  margin-bottom: 0rem;
}
.cid-u7orFH8F36 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7orFH8F36 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7orFH8F36 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7orFH8F36 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7orFH8F36 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7orFH8F36 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7orFH8F36 .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7orFH8F36 .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7orFH8F36 .btn {
    margin-top: 0rem;
  }
}
.cid-u7orFH8F36 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u7orFH8F36 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7orFIU0p5 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u7orFIU0p5 .image-block {
  width: 100% !important;
}
.cid-u7orFIU0p5 .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-u7orFIU0p5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-u7orFIU0p5 .container {
    padding: 0 1rem;
  }
  .cid-u7orFIU0p5 .image-block {
    width: 100% !important;
  }
}
.cid-u7orFIU0p5 .container-fluid {
  padding: 0;
}
.cid-u7orFKdEup {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7orFKdEup {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.cid-u7orFKdEup .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7orFKdEup .container-fluid {
  max-width: 1200px;
}
.cid-u7orFKdEup .row > div,
.cid-u7orFKdEup .mbr-section-subtitle {
  color: #000000;
}
.cid-u7orFLA0jQ {
  background: #223668;
}
.cid-u7orFLA0jQ h4 {
  margin: 0;
  display: inline-block;
}
.cid-u7orFLA0jQ .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-u7orFLA0jQ .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-u7orFLA0jQ .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-u7orFLA0jQ .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f1634f;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-u7orFLA0jQ .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7orFLA0jQ .list-group-item {
  font-weight: 900;
  padding-bottom: 0.3rem;
}
.cid-u7orFLA0jQ .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-u7orFLA0jQ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-u7orFLA0jQ .plan-header,
.cid-u7orFLA0jQ .plan-body {
  background-color: #fff;
}
.cid-u7orFLA0jQ .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-u7orFLA0jQ {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .cid-u7orFLA0jQ .price-figure {
    font-size: 3rem;
  }
  .cid-u7orFLA0jQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7orFLA0jQ .plan {
    padding: 0 1rem;
  }
  .cid-u7orFLA0jQ .plan2 {
    margin-top: 3rem;
  }
  .cid-u7orFLA0jQ .mbr-text {
    text-align: left;
  }
}
.cid-u7orFLA0jQ .color1 {
  color: #000000;
}
.cid-u7orFLA0jQ .color2 {
  color: #000000;
}
.cid-u7orFLA0jQ .container-fluid {
  max-width: 1200px;
}
.cid-u7orFLA0jQ .price1 {
  background-color: #f58d7e;
}
.cid-u7orFLA0jQ .price2 {
  background-color: #fbb5c9;
}
.cid-u7orFLA0jQ .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u7orFLA0jQ .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-u7orFLA0jQ .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7orFLA0jQ rect {
  position: absolute;
  width: 92%;
}
.cid-u7orFLA0jQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-u7orFLA0jQ .price-term1 {
  color: #ef4e37;
}
.cid-u7orFLA0jQ .price-term2 {
  color: #f985a5;
}
.cid-u7orFLA0jQ .circle-icon {
  margin-bottom: 1.7rem;
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
}
.cid-u7orFLA0jQ .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-u7orFLA0jQ .wgl-icon1 {
  background-color: #45b3df;
}
.cid-u7orFLA0jQ .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-u7orFLA0jQ .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-u7orFLA0jQ .left-wrapper {
  margin-top: 2rem;
}
.cid-u7orFLA0jQ .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #45b3df;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-u7orFLA0jQ .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-u7orFLA0jQ .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  color: #fff;
}
.cid-u7orFLA0jQ .plan-list {
  padding: 2.5rem 0rem;
}
.cid-u7orFLA0jQ .mbr-section-title {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-u7orFLA0jQ .svg-card {
  position: absolute;
  top: 0;
  width: 90%;
  left: 16px;
}
.cid-u7orFLA0jQ .svg-card path {
  fill: #223668;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7orFLA0jQ .plan2 {
    margin-top: 3rem;
  }
  .cid-u7orFLA0jQ .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 767px) {
  .cid-u7orFLA0jQ {
    padding-top: 165px;
    padding-bottom: 150px;
  }
  .cid-u7orFLA0jQ .plan-wrapper1 {
    margin-top: -3rem;
  }
}
@media (min-width: 992px) {
  .cid-u7orFLA0jQ .left-wrapper {
    padding-left: 4rem;
  }
}
.cid-u7orFLA0jQ .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u7orFLA0jQ .svg-2 path {
  fill: #ffffff;
}
.cid-u7orFLA0jQ .svg-3 {
  position: absolute;
  bottom: 0;
}
.cid-u7orFLA0jQ .svg-3 path {
  fill: #ffffff;
}
.cid-u7orFLA0jQ .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7orFLA0jQ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7orFLA0jQ .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7orFLA0jQ .list-group {
  color: #12265a;
}
.cid-u7orFLA0jQ .price-term {
  color: #000000;
}
.cid-u7orFLA0jQ .mbr-text,
.cid-u7orFLA0jQ .mbr-section-btn {
  text-align: left;
}
.cid-u7orFLA0jQ .left-wrapper,
.cid-u7orFLA0jQ .mbr-section-title {
  text-align: center;
}
.cid-u7orFNNjbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u7orFNNjbo::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1e43a0 -10%, transparent 70%);
}
.cid-u7orFNNjbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7orFNNjbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7orFNNjbo .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7orFNNjbo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7orFNNjbo .container {
    padding: 0 16px;
  }
}
.cid-u7orFNNjbo .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7orFNNjbo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7orFNNjbo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7orFNNjbo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7orFNNjbo .mbr-text {
  color: #000000;
}
.cid-u7orFPJeI6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fadae3;
}
.cid-u7orFPJeI6 .container-fluid {
  padding: 0 3rem;
}
.cid-u7orFPJeI6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #f1634f 50%, #45b3df 120%);
  display: inline-block;
}
.cid-u7orFPJeI6 .mbr-section-title {
  color: #000000;
}
.cid-u7orFPJeI6 .mbr-section-subtitle {
  color: #000000;
}
.cid-u7orFPJeI6 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-u7orFPJeI6 .header-text {
  padding: 2rem 1rem !important;
}
.cid-u7orFPJeI6 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-u7orFPJeI6 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-u7orFPJeI6 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-u7orFPJeI6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u7orFPJeI6 .card .card-header a.panel-title:hover .sign {
  background-color: #a38dfd !important;
}
.cid-u7orFPJeI6 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffa0a4;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-u7orFPJeI6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u7orFPJeI6 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-u7orFPJeI6 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-u7orFPJeI6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7orFPJeI6 .header-text {
    padding: 1rem !important;
  }
  .cid-u7orFPJeI6 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-u7orFPJeI6 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-u7orFPJeI6 .panel-group {
    padding: 0;
  }
}
.cid-u7orFXtW1u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7orFXtW1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7orFXtW1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7orFXtW1u .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7orFXtW1u .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7orFXtW1u .container {
    padding: 0 20px;
  }
}
.cid-u7orFXtW1u .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7orFXtW1u .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7orFXtW1u .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7orFXtW1u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7orFXtW1u .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7orFXtW1u .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u7orFXtW1u .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-u7orFXtW1u .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-u7orFXtW1u .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7orFXtW1u .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u7orFXtW1u .mbr-section-title {
  color: #000000;
}
.cid-u7orFXtW1u .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-u7orFXtW1u .mbr-text,
.cid-u7orFXtW1u .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7orFXtW1u .mbr-section-title,
.cid-u7orFXtW1u .mbr-section-btn,
.cid-u7orFXtW1u .image-wrapper {
  text-align: center;
}
.cid-u7orG0dPkA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7orG0dPkA {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7orG0dPkA .mbr-text {
  margin-top: 2rem;
  color: #333333;
}
.cid-u7orG0dPkA .container-fluid {
  max-width: 1200px;
}
.cid-u7orG0dPkA .row > div,
.cid-u7orG0dPkA .mbr-section-title {
  color: #000000;
}
.cid-u7orG2JYlA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7orG2JYlA img,
.cid-u7orG2JYlA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7orG2JYlA .item:focus,
.cid-u7orG2JYlA span:focus {
  outline: none;
}
.cid-u7orG2JYlA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7orG2JYlA .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-u7orG2JYlA .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7orG2JYlA .item-img {
    padding: 1rem;
  }
}
.cid-u7orG2JYlA .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fac3d3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7orG2JYlA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7orG2JYlA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u7orG2JYlA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7orG2JYlA .mbr-section-title {
  color: #232323;
}
.cid-u7orG2JYlA .mbr-text,
.cid-u7orG2JYlA .mbr-section-btn {
  text-align: center;
}
.cid-u7orG2JYlA .item-title {
  text-align: center;
}
.cid-u7orG2JYlA .item-subtitle {
  text-align: center;
}
.cid-u7orG8XJYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fadae3;
  overflow: hidden;
  position: relative;
}
.cid-u7orG8XJYt::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #1e43a0 -10%, transparent 80%);
}
.cid-u7orG8XJYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7orG8XJYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7orG8XJYt .container {
    padding: 0 16px;
  }
}
.cid-u7orG8XJYt .row {
  justify-content: space-between;
}
.cid-u7orG8XJYt .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7orG8XJYt .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u7orG8XJYt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7orG8XJYt .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7orG8XJYt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7orG8XJYt .image-wrapper {
  position: relative;
}
.cid-u7orG8XJYt .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7orG8XJYt .image-wrapper img {
    height: 350px;
  }
}
.cid-u7orG8XJYt .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-u7orG8XJYt .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-u7orG8XJYt .mbr-section-title {
  color: #000000;
}
.cid-u7orG8XJYt .mbr-text {
  color: #000000;
}
.cid-u7orGdOQr3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u7orGdOQr3 .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #000000;
}
.cid-u7orGdOQr3 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-u7orGdOQr3 .icon:before {
  font-weight: 900;
}
.cid-u7orGdOQr3 .accordion-content {
  flex-basis: 100%;
}
.cid-u7orGdOQr3 .panel-group {
  width: 100%;
}
.cid-u7orGdOQr3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u7orGdOQr3 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-u7orGdOQr3 .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-u7orGdOQr3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u7orGdOQr3 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-u7orGdOQr3 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u7orGdOQr3 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u7orGdOQr3 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-u7orGdOQr3 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7orGdOQr3 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7orGdOQr3 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7orGdOQr3 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-u7orGdOQr3 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-u7orGdOQr3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-u7orGdOQr3 .mbr-text {
    margin-left: 1px;
  }
  .cid-u7orGdOQr3 .mbr-section-title {
    text-align: center;
  }
  .cid-u7orGdOQr3 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u7orGdOQr3 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-u7orGdOQr3 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-u7orGdOQr3 .card-header {
  background: none !important;
}
.cid-u7orGhbiId {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u7orGhbiId .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7orGhbiId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7orGhbiId .google-map {
  height: 35rem;
  position: relative;
}
.cid-u7orGhbiId .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7orGhbiId .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-u7orGhbiId .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7orGhbiId .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7orGhbiId .mbr-section-title {
  color: #00004c;
}
.cid-u7orGiUxRn {
  background-color: #2d4073;
}
.cid-u7orGiUxRn .navbar-logo {
  width: 110px;
}
.cid-u7orGiUxRn .mbr-text {
  color: #444;
}
.cid-u7orGiUxRn h5 {
  margin-bottom: 0;
}
.cid-u7orGiUxRn h3 {
  margin-bottom: 1.5rem;
}
.cid-u7orGiUxRn p {
  margin-bottom: 0;
}
.cid-u7orGiUxRn .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-u7orGiUxRn .list-item {
  display: flex;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7orGiUxRn .list-item .item-image,
.cid-u7orGiUxRn .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7orGiUxRn .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-u7orGiUxRn .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-u7orGiUxRn .socicon:hover {
  transform: translate(0, -10px);
}
.cid-u7orGiUxRn .socion1 {
  background: #45b3df;
}
.cid-u7orGiUxRn .socion2 {
  background-color: #456eda;
}
.cid-u7orGiUxRn .socion3 {
  background-color: #f985a5;
}
.cid-u7orGiUxRn .social-list {
  margin-top: 2rem;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7orGiUxRn .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-u7orGiUxRn .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u7orGiUxRn .social-list a:hover {
  opacity: .4;
}
.cid-u7orGiUxRn .media-container-row > div {
  padding: 0px;
}
.cid-u7orGiUxRn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u7orGiUxRn .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7orGiUxRn .group-title SPAN {
  color: #ffffff;
}
.cid-u7orGiUxRn .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-u7orGiUxRn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u7orGiUxRn .social-list,
  .cid-u7orGiUxRn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u7orGiUxRn h3 {
    margin-bottom: 10px;
  }
  .cid-u7orGiUxRn .navbar-brand {
    text-align: center;
  }
}
.cid-u7orGiUxRn .links SPAN {
  color: #9e9e9e;
}
.cid-u7orGiUxRn .wrapper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 30px;
}
.cid-u7orGiUxRn .container-fluid {
  max-width: 1200px;
}
.cid-u7orGiUxRn .timetable {
  color: #232323;
  font-weight: 700;
}
.cid-u7orGiUxRn .svg-1 {
  position: absolute;
  top: 0;
}
.cid-u7orGiUxRn .svg-1 path {
  fill: #ffffff;
}
.cid-u7orGiUxRn .item-image {
  margin-right: 2rem;
}
.cid-u7orGiUxRn .social-img {
  width: 40px;
}
.cid-u7orGiUxRn .text1 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u7orGiUxRn {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .cid-u7orGiUxRn .container-fluid {
    max-width: 1200px;
    padding: 0 1rem;
  }
  .cid-u7orGiUxRn h3 {
    margin-top: 0rem;
  }
  .cid-u7orGiUxRn .img-list {
    text-align: left;
  }
  .cid-u7orGiUxRn .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u7orGiUxRn {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-u7orGiUxRn .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
  .cid-u7orGiUxRn h3 {
    margin-top: 2.5rem;
  }
}
.cid-u7orGiUxRn [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-u7orGiUxRn .soc-item::after {
  display: none;
}
.cid-u7orGiUxRn .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-u7orGiUxRn .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-u7orGiUxRn .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f1634f;
}
.cid-u7orGkZb00 {
  background-color: #223668;
}
.cid-u7orGkZb00 svg {
  position: absolute;
  top: 0;
}
.cid-u7orGkZb00 .svg-1 {
  fill: #2d4073;
}
.cid-u7orGkZb00 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u7orGkZb00 {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u7orGkZb00 {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u7orGkZb00 .mbr-text {
  color: #b1bee0;
}
.cid-u7orGkZb00 a {
  text-decoration: underline;
}
.cid-u7orGkZb00 a,
.cid-u7orGkZb00 a:hover {
  font-weight: 400 !important;
}
.cid-u7orGkZb00 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u7ovklKStY .navbar-dropdown {
  position: absolute !important;
}
.cid-u7ovklKStY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ovklKStY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7ovklKStY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7ovklKStY .dropdown-item:hover,
.cid-u7ovklKStY .dropdown-item:focus {
  background: #f1634f !important;
  color: white !important;
}
.cid-u7ovklKStY .dropdown-item:hover span {
  color: white;
}
.cid-u7ovklKStY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7ovklKStY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7ovklKStY .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7ovklKStY .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7ovklKStY .nav-link {
  position: relative;
}
.cid-u7ovklKStY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7ovklKStY .container {
    flex-wrap: nowrap;
  }
}
.cid-u7ovklKStY .dropdown-menu,
.cid-u7ovklKStY .navbar.opened {
  background: #ffffff !important;
}
.cid-u7ovklKStY .nav-item:focus,
.cid-u7ovklKStY .nav-link:focus {
  outline: none;
}
.cid-u7ovklKStY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7ovklKStY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7ovklKStY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7ovklKStY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ovklKStY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7ovklKStY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7ovklKStY .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-u7ovklKStY .navbar.opened {
  transition: all 0.3s;
}
.cid-u7ovklKStY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7ovklKStY .navbar .navbar-logo img {
  width: auto;
}
.cid-u7ovklKStY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7ovklKStY .navbar.collapsed {
  justify-content: center;
}
.cid-u7ovklKStY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7ovklKStY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7ovklKStY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7ovklKStY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7ovklKStY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7ovklKStY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7ovklKStY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7ovklKStY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7ovklKStY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7ovklKStY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7ovklKStY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ovklKStY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ovklKStY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ovklKStY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7ovklKStY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7ovklKStY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ovklKStY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7ovklKStY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7ovklKStY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7ovklKStY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7ovklKStY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7ovklKStY .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-u7ovklKStY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7ovklKStY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7ovklKStY .dropdown-item.active,
.cid-u7ovklKStY .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ovklKStY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ovklKStY .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ovklKStY .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ovklKStY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7ovklKStY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7ovklKStY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ovklKStY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7ovklKStY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7ovklKStY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7ovklKStY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-u7ovklKStY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7ovklKStY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ovklKStY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ovklKStY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ovklKStY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ovklKStY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ovklKStY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ovklKStY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ovklKStY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7ovklKStY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ovklKStY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7ovklKStY .navbar {
    height: 70px;
  }
  .cid-u7ovklKStY .navbar.opened {
    height: auto;
  }
  .cid-u7ovklKStY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7ovklKStY .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-u7ovklKStY .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.cid-u7ovklKStY .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u7ovklKStY .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7ovklKStY .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-u7ovklKStY .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-u7ovklKStY .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7ovklKStY .navbar {
    padding: 5px 0 !important;
  }
  .cid-u7ovklKStY .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-u7ovklKStY .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.2);
  }
  .cid-u7ovklKStY .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-u7ovklKStY .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-u7ovklKStY .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-u7ovklKStY .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-u7ovklKStY .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7ovklKStY .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-u7ovklKStY .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-u7ovklKStY .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-u7ovklKStY .btn-container {
    display: none;
  }
}
.cid-u7ovknVbJv {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #fac3d3;
}
@media (max-width: 767px) {
  .cid-u7ovknVbJv {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.cid-u7ovknVbJv img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-u7ovknVbJv .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-u7ovknVbJv .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7ovknVbJv .mbr-section-btn {
    text-align: center;
  }
  .cid-u7ovknVbJv .mbr-section-title {
    text-align: center;
  }
  .cid-u7ovknVbJv .mbr-section-subtitle {
    text-align: center;
  }
  .cid-u7ovknVbJv .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u7ovknVbJv .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-u7ovknVbJv .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7ovknVbJv .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-u7ovknVbJv .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ovknVbJv img {
    width: 100%;
  }
  .cid-u7ovknVbJv .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-u7ovknVbJv .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-u7ovknVbJv .container-fluid {
  max-width: 1200px;
}
.cid-u7ovknVbJv .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-u7ovknVbJv .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-u7ovknVbJv .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-u7ovknVbJv .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-u7ovknVbJv .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-u7ovknVbJv .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-u7ovknVbJv .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7ovknVbJv .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7ovknVbJv .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7ovknVbJv .mbr-text,
.cid-u7ovknVbJv .mbr-section-btn {
  color: #000000;
}
.cid-u7ovknVbJv .mbr-section-title {
  color: #000000;
}
.cid-u7ovkpzdSE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7ovkpzdSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ovkpzdSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ovkpzdSE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7ovkpzdSE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7ovkpzdSE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7ovkpzdSE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7ovkpzdSE .container {
    padding: 0 14px;
  }
}
.cid-u7ovkpzdSE .row {
  justify-content: center;
}
.cid-u7ovkpzdSE .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #01004c;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-u7ovkpzdSE .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7ovkpzdSE .card-wrapper {
    margin: 0;
  }
}
.cid-u7ovkpzdSE .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-u7ovkpzdSE .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-u7ovkpzdSE .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-u7ovkpzdSE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7ovkpzdSE .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u7ovkpzdSE .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  margin-left: -25px;
}
.cid-u7ovkpzdSE .mbr-section-title {
  color: #f1f1f1;
}
.cid-u7ovkpzdSE .mbr-text {
  color: #f1f1f1;
}
.cid-u7ovkpzdSE .mbr-list-title {
  color: #f1f1f1;
}
.cid-u7ovkpzdSE .list {
  color: #f1f1f1;
}
.cid-u7ovkpzdSE .mbr-section-title,
.cid-u7ovkpzdSE .mbr-section-btn {
  text-align: center;
}
.cid-u7ovkpzdSE .icon-wrapper {
  text-align: right;
}
.cid-u7ovkyyfMk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7ovkyyfMk {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7ovkyyfMk .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7ovkyyfMk .container-fluid {
  max-width: 1200px;
}
.cid-u7ovkDiZT9 {
  background-color: #ffdd98;
}
.cid-u7ovkDiZT9 .mbr-text {
  text-align: left;
}
.cid-u7ovkDiZT9 h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-u7ovkDiZT9 p {
  text-align: center;
  margin: 0;
}
.cid-u7ovkDiZT9 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-u7ovkDiZT9 .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-u7ovkDiZT9 .card-title {
  color: #12265a;
}
.cid-u7ovkDiZT9 .card {
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  padding: 0.8rem;
}
.cid-u7ovkDiZT9 .card-1 {
  margin-right: 2rem;
}
.cid-u7ovkDiZT9 .card-3 {
  margin-left: 2rem;
}
.cid-u7ovkDiZT9 img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-u7ovkDiZT9 .card:hover {
  transform: translateY(-20px);
}
.cid-u7ovkDiZT9 .container-fluid {
  max-width: 1200px;
}
.cid-u7ovkDiZT9 .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-u7ovkDiZT9 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-u7ovkDiZT9 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-u7ovkDiZT9 {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .cid-u7ovkDiZT9 .card {
    margin-bottom: 1rem;
  }
  .cid-u7ovkDiZT9 .media-container-row {
    margin: 0 0rem;
  }
  .cid-u7ovkDiZT9 .card-1 {
    margin-right: 0rem;
  }
  .cid-u7ovkDiZT9 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7ovkDiZT9 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-u7ovkDiZT9 .card {
    margin-bottom: 1rem;
  }
  .cid-u7ovkDiZT9 .media-container-row {
    margin: 0 0rem;
  }
  .cid-u7ovkDiZT9 .card-1 {
    margin-right: 0rem;
  }
  .cid-u7ovkDiZT9 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ovkDiZT9 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .cid-u7ovkDiZT9 .media-container-row {
    margin: 0 2rem;
  }
  .cid-u7ovkDiZT9 .card-1 {
    margin-right: 2rem;
  }
  .cid-u7ovkDiZT9 .card-3 {
    margin-left: 2rem;
  }
}
.cid-u7ovkDiZT9 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-u7ovkDiZT9 .card-img {
  text-align: center;
}
.cid-u7ovkDiZT9 .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-u7ovkDiZT9 .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-u7ovkDiZT9 .card .svg1 {
  stroke: #45b3df;
}
.cid-u7ovkDiZT9 .card .svg2 {
  stroke: #fa9db7;
}
.cid-u7ovkDiZT9 .card .svg3 {
  stroke: #f1634f;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7ovkDiZT9 svg {
  position: relative;
}
.cid-u7ovkDiZT9 rect {
  position: absolute;
}
.cid-u7ovkDiZT9 .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  position: relative;
}
.cid-u7ovkDiZT9 .wgl-icon1 {
  background-color: #45b3df;
}
.cid-u7ovkDiZT9 .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-u7ovkDiZT9 .wgl-icon3 {
  background-color: #f1634f;
}
.cid-u7ovkDiZT9 .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-u7ovkDiZT9 .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-u7ovkDiZT9 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u7ovkDiZT9 .svg-1 path {
  fill: #ffffff;
}
.cid-u7ovkDiZT9 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u7ovkDiZT9 .svg-2 path {
  fill: #ffffff;
}
.cid-u7ovkDiZT9 .svg1,
.cid-u7ovkDiZT9 .svg2,
.cid-u7ovkDiZT9 .svg3 {
  position: absolute;
}
.cid-u7ovkDiZT9 .svg1 rect,
.cid-u7ovkDiZT9 .svg2 rect,
.cid-u7ovkDiZT9 .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7ovkDiZT9 .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-u7ovkDiZT9 .card-title,
.cid-u7ovkDiZT9 .card-img {
  text-align: left;
  color: #232323;
}
.cid-u7ovkDiZT9 .card-title,
.cid-u7ovkDiZT9 .card-img DIV {
  text-align: right;
}
.cid-u7ovkNwm1Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7ovkNwm1Z .content-row {
  background-color: #12265a;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-u7ovkNwm1Z .content-row {
    padding: 1rem;
  }
}
.cid-u7ovkNwm1Z p {
  margin-bottom: 0rem;
}
.cid-u7ovkNwm1Z .btn {
  margin-bottom: 0rem;
}
.cid-u7ovkNwm1Z .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7ovkNwm1Z .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7ovkNwm1Z .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7ovkNwm1Z .mbr-section-btn {
    text-align: left;
  }
  .cid-u7ovkNwm1Z .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7ovkNwm1Z .mbr-section-btn {
    text-align: left;
  }
  .cid-u7ovkNwm1Z .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7ovkNwm1Z .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ovkNwm1Z .btn {
    margin-top: 0rem;
  }
}
.cid-u7ovkNwm1Z H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u7ovkNwm1Z .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7ovkRlHs5 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u7ovkRlHs5 .image-block {
  width: 100% !important;
}
.cid-u7ovkRlHs5 .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-u7ovkRlHs5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-u7ovkRlHs5 .container {
    padding: 0 1rem;
  }
  .cid-u7ovkRlHs5 .image-block {
    width: 100% !important;
  }
}
.cid-u7ovkRlHs5 .container-fluid {
  padding: 0;
}
.cid-u7ovkTecxE {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7ovkTecxE {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.cid-u7ovkTecxE .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-u7ovkTecxE .container-fluid {
  max-width: 1200px;
}
.cid-u7ovkTecxE .row > div,
.cid-u7ovkTecxE .mbr-section-subtitle {
  color: #000000;
}
.cid-u7ovkUZF9z {
  background: #223668;
}
.cid-u7ovkUZF9z h4 {
  margin: 0;
  display: inline-block;
}
.cid-u7ovkUZF9z .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-u7ovkUZF9z .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-u7ovkUZF9z .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-u7ovkUZF9z .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f1634f;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-u7ovkUZF9z .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7ovkUZF9z .list-group-item {
  font-weight: 900;
  padding-bottom: 0.3rem;
}
.cid-u7ovkUZF9z .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-u7ovkUZF9z .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-u7ovkUZF9z .plan-header,
.cid-u7ovkUZF9z .plan-body {
  background-color: #fff;
}
.cid-u7ovkUZF9z .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-u7ovkUZF9z {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .cid-u7ovkUZF9z .price-figure {
    font-size: 3rem;
  }
  .cid-u7ovkUZF9z .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7ovkUZF9z .plan {
    padding: 0 1rem;
  }
  .cid-u7ovkUZF9z .plan2 {
    margin-top: 3rem;
  }
  .cid-u7ovkUZF9z .mbr-text {
    text-align: left;
  }
}
.cid-u7ovkUZF9z .color1 {
  color: #000000;
}
.cid-u7ovkUZF9z .color2 {
  color: #000000;
}
.cid-u7ovkUZF9z .container-fluid {
  max-width: 1200px;
}
.cid-u7ovkUZF9z .price1 {
  background-color: #f58d7e;
}
.cid-u7ovkUZF9z .price2 {
  background-color: #fbb5c9;
}
.cid-u7ovkUZF9z .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u7ovkUZF9z .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-u7ovkUZF9z .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7ovkUZF9z rect {
  position: absolute;
  width: 92%;
}
.cid-u7ovkUZF9z .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-u7ovkUZF9z .price-term1 {
  color: #ef4e37;
}
.cid-u7ovkUZF9z .price-term2 {
  color: #f985a5;
}
.cid-u7ovkUZF9z .circle-icon {
  margin-bottom: 1.7rem;
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
}
.cid-u7ovkUZF9z .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-u7ovkUZF9z .wgl-icon1 {
  background-color: #45b3df;
}
.cid-u7ovkUZF9z .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-u7ovkUZF9z .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-u7ovkUZF9z .left-wrapper {
  margin-top: 2rem;
}
.cid-u7ovkUZF9z .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #45b3df;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-u7ovkUZF9z .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-u7ovkUZF9z .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  color: #fff;
}
.cid-u7ovkUZF9z .plan-list {
  padding: 2.5rem 0rem;
}
.cid-u7ovkUZF9z .mbr-section-title {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-u7ovkUZF9z .svg-card {
  position: absolute;
  top: 0;
  width: 90%;
  left: 16px;
}
.cid-u7ovkUZF9z .svg-card path {
  fill: #223668;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7ovkUZF9z .plan2 {
    margin-top: 3rem;
  }
  .cid-u7ovkUZF9z .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 767px) {
  .cid-u7ovkUZF9z {
    padding-top: 165px;
    padding-bottom: 150px;
  }
  .cid-u7ovkUZF9z .plan-wrapper1 {
    margin-top: -3rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ovkUZF9z .left-wrapper {
    padding-left: 4rem;
  }
}
.cid-u7ovkUZF9z .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u7ovkUZF9z .svg-2 path {
  fill: #ffffff;
}
.cid-u7ovkUZF9z .svg-3 {
  position: absolute;
  bottom: 0;
}
.cid-u7ovkUZF9z .svg-3 path {
  fill: #ffffff;
}
.cid-u7ovkUZF9z .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7ovkUZF9z .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7ovkUZF9z .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7ovkUZF9z .list-group {
  color: #12265a;
}
.cid-u7ovkUZF9z .price-term {
  color: #000000;
}
.cid-u7ovkUZF9z .mbr-text,
.cid-u7ovkUZF9z .mbr-section-btn {
  text-align: left;
}
.cid-u7ovkUZF9z .left-wrapper,
.cid-u7ovkUZF9z .mbr-section-title {
  text-align: center;
}
.cid-u7ovkXiaHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u7ovkXiaHM::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1e43a0 -10%, transparent 70%);
}
.cid-u7ovkXiaHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ovkXiaHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ovkXiaHM .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u7ovkXiaHM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7ovkXiaHM .container {
    padding: 0 16px;
  }
}
.cid-u7ovkXiaHM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7ovkXiaHM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7ovkXiaHM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7ovkXiaHM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7ovkXiaHM .mbr-text {
  color: #000000;
}
.cid-u7ovkYFVub {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fadae3;
}
.cid-u7ovkYFVub .container-fluid {
  padding: 0 3rem;
}
.cid-u7ovkYFVub .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #f1634f 50%, #45b3df 120%);
  display: inline-block;
}
.cid-u7ovkYFVub .mbr-section-title {
  color: #000000;
}
.cid-u7ovkYFVub .mbr-section-subtitle {
  color: #000000;
}
.cid-u7ovkYFVub .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-u7ovkYFVub .header-text {
  padding: 2rem 1rem !important;
}
.cid-u7ovkYFVub .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-u7ovkYFVub .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-u7ovkYFVub .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-u7ovkYFVub .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u7ovkYFVub .card .card-header a.panel-title:hover .sign {
  background-color: #a38dfd !important;
}
.cid-u7ovkYFVub .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffa0a4;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-u7ovkYFVub .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u7ovkYFVub .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-u7ovkYFVub .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-u7ovkYFVub .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7ovkYFVub .header-text {
    padding: 1rem !important;
  }
  .cid-u7ovkYFVub .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-u7ovkYFVub .panel-body {
    width: calc(100% - 48px);
  }
  .cid-u7ovkYFVub .panel-group {
    padding: 0;
  }
}
.cid-u7ozkNBqi0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e43a0;
}
.cid-u7ozkNBqi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ozkNBqi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ozkNBqi0 .video-wrapper iframe {
  width: 100%;
}
.cid-u7ozkNBqi0 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #12265a;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u7ozkNBqi0 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u7ozkNBqi0 .video-block {
  position: relative;
  z-index: 1;
}
.cid-u7ozkNBqi0 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u7ozkNBqi0 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7ozkNBqi0 .video-block .image-absolute {
    display: none;
  }
}
.cid-u7ovl0QWDn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7ovl0QWDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ovl0QWDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ovl0QWDn .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7ovl0QWDn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7ovl0QWDn .container {
    padding: 0 20px;
  }
}
.cid-u7ovl0QWDn .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7ovl0QWDn .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7ovl0QWDn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7ovl0QWDn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7ovl0QWDn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7ovl0QWDn .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-u7ovl0QWDn .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-u7ovl0QWDn .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-u7ovl0QWDn .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7ovl0QWDn .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u7ovl0QWDn .mbr-section-title {
  color: #000000;
}
.cid-u7ovl0QWDn .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-u7ovl0QWDn .mbr-text,
.cid-u7ovl0QWDn .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7ovl0QWDn .mbr-section-title,
.cid-u7ovl0QWDn .mbr-section-btn,
.cid-u7ovl0QWDn .image-wrapper {
  text-align: center;
}
.cid-u7ovl27e2H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fadae3;
}
@media (max-width: 767px) {
  .cid-u7ovl27e2H {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-u7ovl27e2H .mbr-text {
  margin-top: 2rem;
  color: #333333;
}
.cid-u7ovl27e2H .container-fluid {
  max-width: 1200px;
}
.cid-u7ovl27e2H .row > div,
.cid-u7ovl27e2H .mbr-section-title {
  color: #000000;
}
.cid-u7ovl3mSKy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7ovl3mSKy img,
.cid-u7ovl3mSKy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7ovl3mSKy .item:focus,
.cid-u7ovl3mSKy span:focus {
  outline: none;
}
.cid-u7ovl3mSKy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7ovl3mSKy .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-u7ovl3mSKy .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7ovl3mSKy .item-img {
    padding: 1rem;
  }
}
.cid-u7ovl3mSKy .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fac3d3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7ovl3mSKy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7ovl3mSKy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u7ovl3mSKy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7ovl3mSKy .mbr-section-title {
  color: #232323;
}
.cid-u7ovl3mSKy .mbr-text,
.cid-u7ovl3mSKy .mbr-section-btn {
  text-align: center;
}
.cid-u7ovl3mSKy .item-title {
  text-align: center;
}
.cid-u7ovl3mSKy .item-subtitle {
  text-align: center;
}
.cid-u7ovl4LQK1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fadae3;
  overflow: hidden;
  position: relative;
}
.cid-u7ovl4LQK1::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #1e43a0 -10%, transparent 80%);
}
.cid-u7ovl4LQK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ovl4LQK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7ovl4LQK1 .container {
    padding: 0 16px;
  }
}
.cid-u7ovl4LQK1 .row {
  justify-content: space-between;
}
.cid-u7ovl4LQK1 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7ovl4LQK1 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u7ovl4LQK1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7ovl4LQK1 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7ovl4LQK1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7ovl4LQK1 .image-wrapper {
  position: relative;
}
.cid-u7ovl4LQK1 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7ovl4LQK1 .image-wrapper img {
    height: 350px;
  }
}
.cid-u7ovl4LQK1 .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-u7ovl4LQK1 .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-u7ovl4LQK1 .mbr-section-title {
  color: #000000;
}
.cid-u7ovl4LQK1 .mbr-text {
  color: #000000;
}
.cid-u7ovl6Jx3P {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u7ovl6Jx3P .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #000000;
}
.cid-u7ovl6Jx3P .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-u7ovl6Jx3P .icon:before {
  font-weight: 900;
}
.cid-u7ovl6Jx3P .accordion-content {
  flex-basis: 100%;
}
.cid-u7ovl6Jx3P .panel-group {
  width: 100%;
}
.cid-u7ovl6Jx3P .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u7ovl6Jx3P .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-u7ovl6Jx3P .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-u7ovl6Jx3P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u7ovl6Jx3P .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-u7ovl6Jx3P .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u7ovl6Jx3P .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u7ovl6Jx3P svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-u7ovl6Jx3P .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u7ovl6Jx3P .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-u7ovl6Jx3P .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u7ovl6Jx3P .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-u7ovl6Jx3P .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-u7ovl6Jx3P {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-u7ovl6Jx3P .mbr-text {
    margin-left: 1px;
  }
  .cid-u7ovl6Jx3P .mbr-section-title {
    text-align: center;
  }
  .cid-u7ovl6Jx3P .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u7ovl6Jx3P .left-wrapper {
    padding-right: 5rem;
  }
  .cid-u7ovl6Jx3P .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-u7ovl6Jx3P .card-header {
  background: none !important;
}
.cid-u7ovl9CM8O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u7ovl9CM8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ovl9CM8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ovl9CM8O .google-map {
  height: 35rem;
  position: relative;
}
.cid-u7ovl9CM8O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7ovl9CM8O .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-u7ovl9CM8O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7ovl9CM8O .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7ovl9CM8O .mbr-section-title {
  color: #00004c;
}
.cid-u7ovlbH32N {
  background-color: #2d4073;
}
.cid-u7ovlbH32N .navbar-logo {
  width: 110px;
}
.cid-u7ovlbH32N .mbr-text {
  color: #444;
}
.cid-u7ovlbH32N h5 {
  margin-bottom: 0;
}
.cid-u7ovlbH32N h3 {
  margin-bottom: 1.5rem;
}
.cid-u7ovlbH32N p {
  margin-bottom: 0;
}
.cid-u7ovlbH32N .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-u7ovlbH32N .list-item {
  display: flex;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7ovlbH32N .list-item .item-image,
.cid-u7ovlbH32N .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-u7ovlbH32N .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-u7ovlbH32N .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-u7ovlbH32N .socicon:hover {
  transform: translate(0, -10px);
}
.cid-u7ovlbH32N .socion1 {
  background: #45b3df;
}
.cid-u7ovlbH32N .socion2 {
  background-color: #456eda;
}
.cid-u7ovlbH32N .socion3 {
  background-color: #f985a5;
}
.cid-u7ovlbH32N .social-list {
  margin-top: 2rem;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7ovlbH32N .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-u7ovlbH32N .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u7ovlbH32N .social-list a:hover {
  opacity: .4;
}
.cid-u7ovlbH32N .media-container-row > div {
  padding: 0px;
}
.cid-u7ovlbH32N .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-u7ovlbH32N .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7ovlbH32N .group-title SPAN {
  color: #ffffff;
}
.cid-u7ovlbH32N .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-u7ovlbH32N .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u7ovlbH32N .social-list,
  .cid-u7ovlbH32N .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u7ovlbH32N h3 {
    margin-bottom: 10px;
  }
  .cid-u7ovlbH32N .navbar-brand {
    text-align: center;
  }
}
.cid-u7ovlbH32N .links SPAN {
  color: #9e9e9e;
}
.cid-u7ovlbH32N .wrapper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 30px;
}
.cid-u7ovlbH32N .container-fluid {
  max-width: 1200px;
}
.cid-u7ovlbH32N .timetable {
  color: #232323;
  font-weight: 700;
}
.cid-u7ovlbH32N .svg-1 {
  position: absolute;
  top: 0;
}
.cid-u7ovlbH32N .svg-1 path {
  fill: #ffffff;
}
.cid-u7ovlbH32N .item-image {
  margin-right: 2rem;
}
.cid-u7ovlbH32N .social-img {
  width: 40px;
}
.cid-u7ovlbH32N .text1 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u7ovlbH32N {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .cid-u7ovlbH32N .container-fluid {
    max-width: 1200px;
    padding: 0 1rem;
  }
  .cid-u7ovlbH32N h3 {
    margin-top: 0rem;
  }
  .cid-u7ovlbH32N .img-list {
    text-align: left;
  }
  .cid-u7ovlbH32N .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u7ovlbH32N {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-u7ovlbH32N .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
  .cid-u7ovlbH32N h3 {
    margin-top: 2.5rem;
  }
}
.cid-u7ovlbH32N [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-u7ovlbH32N .soc-item::after {
  display: none;
}
.cid-u7ovlbH32N .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-u7ovlbH32N .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-u7ovlbH32N .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #f1634f;
}
.cid-u7ovlh9j3R {
  background-color: #223668;
}
.cid-u7ovlh9j3R svg {
  position: absolute;
  top: 0;
}
.cid-u7ovlh9j3R .svg-1 {
  fill: #2d4073;
}
.cid-u7ovlh9j3R .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u7ovlh9j3R {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u7ovlh9j3R {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u7ovlh9j3R .mbr-text {
  color: #b1bee0;
}
.cid-u7ovlh9j3R a {
  text-decoration: underline;
}
.cid-u7ovlh9j3R a,
.cid-u7ovlh9j3R a:hover {
  font-weight: 400 !important;
}
.cid-u7ovlh9j3R .media-container-row .mbr-text {
  color: #ffffff;
}
