body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Michroma', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Michroma', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Michroma', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Michroma', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000040 !important;
}
.bg-success {
  background-color: #808080 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000040 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000040 !important;
  border-color: #000040 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00000d !important;
  border-color: #00000d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00000d !important;
  border-color: #00000d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00aeef !important;
  border-color: #00aeef !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0089bc !important;
  border-color: #0089bc !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0089bc !important;
  border-color: #0089bc !important;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000040 !important;
  border-color: #000040 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #00000d !important;
  border-color: #00000d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00000d !important;
  border-color: #00000d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000040;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000040 !important;
  border-color: #000040 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00aeef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #006f98 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #080808 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #808080;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #555555 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000040;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000040 !important;
  border-color: #000040 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000040 !important;
}
.text-secondary {
  color: #00aeef !important;
}
.text-success {
  color: #808080 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000040 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #006489 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d4d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #000040;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000040;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000040;
  border-color: #000040;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000040;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2626ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2626ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Michroma', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000040 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Michroma', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000040;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000040;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000040;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000040;
  border-bottom-color: #000040;
}
.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: #000040 !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: #00aeef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000040' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .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-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #000040 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #14344b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #ffffff !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14344b;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-vpo0Jxl0fO {
  background-image: url("../../../assets/images/auto-ceressa3-1216x563.png");
}
.cid-vpo0Jxl0fO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vpo0Jxl0fO .mbr-text,
.cid-vpo0Jxl0fO .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-vpo0Jxl0fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpo0Jxl0fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpoT2000yQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vpoT2000yQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vpoT2000yQ .col-lg-4,
.cid-vpoT2000yQ .col-12 {
  padding: 0 2rem;
}
.cid-vpoT2000yQ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpoT2000yQ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpoT2000yQ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpoT2000yQ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpoT2000yQ .card-title,
.cid-vpoT2000yQ .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vpoT2000yQ .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-vpoT2000yQ .mbr-section-subtitle {
  color: #000040;
}
.cid-vpoT2000yQ .mbr-section-title {
  color: #000040;
}
.cid-vpoT2000yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpoT2000yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpoUvAu1jr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpoUvAu1jr .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vpoUvAu1jr .col-lg-4,
.cid-vpoUvAu1jr .col-12 {
  padding: 0 2rem;
}
.cid-vpoUvAu1jr .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpoUvAu1jr .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpoUvAu1jr .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpoUvAu1jr .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpoUvAu1jr .card-title,
.cid-vpoUvAu1jr .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vpoUvAu1jr .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-vpoUvAu1jr .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vpoUvAu1jr .mbr-section-title {
  color: #000040;
}
.cid-vpoUvAu1jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpoUvAu1jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpo5F2CELs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpo5F2CELs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vpo5F2CELs .row {
    flex-direction: column-reverse;
  }
  .cid-vpo5F2CELs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vpo5F2CELs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vpo5F2CELs .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vpo5F2CELs .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vpo5F2CELs .card-title {
  color: #000040;
  text-align: left;
}
.cid-vpo5F2CELs .mbr-text,
.cid-vpo5F2CELs .mbr-section-btn {
  color: #000040;
}
.cid-vpo5F2CELs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpo5F2CELs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjhczh80mv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjhczh80mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjhczh80mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjhczh80mv .card {
  justify-content: center;
}
.cid-vjhczh80mv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjhczh80mv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vjhczh80mv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vjhczh80mv .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vjhczh80mv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vjhczh80mv .embla__slide .slide-content {
  width: 100%;
}
.cid-vjhczh80mv .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vjhczh80mv .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjhczh80mv .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vjhczh80mv .embla__button--next,
.cid-vjhczh80mv .embla__button--prev {
  display: flex;
}
.cid-vjhczh80mv .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vjhczh80mv .embla__button:hover {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.cid-vjhczh80mv .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vjhczh80mv .embla__button.embla__button--prev {
  left: 0;
}
.cid-vjhczh80mv .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vjhczh80mv .embla__button.embla__button--next {
  right: 0;
}
.cid-vjhczh80mv .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vjhczh80mv .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vjhczh80mv .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vjhczh80mv .embla__viewport {
    padding: 0;
  }
}
.cid-vjhczh80mv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjhczh80mv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjhczh80mv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjhczh80mv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vjhczh80mv .mbr-section-title {
  color: #000000;
}
.cid-vjhczh80mv .mbr-section-title,
.cid-vjhczh80mv .title-wrapper {
  color: #000040;
}
.cid-vjgM7UPYsl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/auto-ceressa3-1216x563.png");
}
.cid-vjgM7UPYsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgM7UPYsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgM7UPYsl .content-wrapper {
  justify-content: center;
}
.cid-vjgM7UPYsl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjgM7UPYsl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vjgM7UPYsl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjgM7UPYsl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjgM7UPYsl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjgM7UPYsl .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-vjgM7UPYsl .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-vjgM7UPYsl .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjgM7UPYsl .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-vjgM7UPYsl .mbr-figure:hover,
.cid-vjgM7UPYsl .mbr-figure:focus {
  background-color: #00aeef;
  border: 2px solid #00aeef;
}
.cid-vjgM7UPYsl .mbr-section-title {
  color: #ffffff;
}
.cid-vjgM7UPYsl .mbr-text,
.cid-vjgM7UPYsl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjgM7UPYsl .mbr-desc,
.cid-vjgM7UPYsl .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vjgM7UPYsl .mbr-section-title,
.cid-vjgM7UPYsl .mbr-section-btn {
  text-align: center;
}
.cid-vjgQyG4BPi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjgQyG4BPi .title {
  padding: 0 2rem;
  color: #000040;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-vjgQyG4BPi .card-title {
  color: #000040;
  text-align: center;
}
.cid-vjgQyG4BPi .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjgQyG4BPi .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-vjgQyG4BPi .card-wrapper:hover {
  background: #00aeef;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vjgQyG4BPi .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vjgQyG4BPi .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-vjgQyG4BPi .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-vjgQyG4BPi .card-text {
  text-align: center;
}
.cid-vjgQyG4BPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgQyG4BPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000040;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
.cid-svGLwCOwdH .links {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000040;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #ffffff;
}
.cid-vppDs2uXNi {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000040;
}
.cid-vppDs2uXNi .mbr-section-title {
  color: #36187d;
}
.cid-vppDs2uXNi .mbr-section-subtitle {
  color: #0196e3;
}
.cid-vppDs2uXNi .mbr-text {
  color: #ffffff;
}
.cid-vppDs2uXNi .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vppDs2uXNi .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-vppDs2uXNi .text-col {
  align-items: center;
  display: flex;
}
.cid-vppDs2uXNi .mbr-section-subtitle,
.cid-vppDs2uXNi .title-col {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-vppEdhilvn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vppEdhilvn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vppEdhilvn H4 {
  color: #000040;
}
.cid-vppEdhilvn H5 {
  color: #000040;
}
.cid-vppEdhilvn LABEL {
  color: #000040;
}
.cid-vjhl2Uij74 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjhl2Uij74 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vjhl2Uij74 .container {
    padding: 0 ;
  }
}
.cid-vjhl2Uij74 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vjhl2Uij74 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjhl2Uij74 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjhl2Uij74 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjhl2Uij74 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjhl2Uij74 .navbar.collapsed {
  justify-content: center;
}
.cid-vjhl2Uij74 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjhl2Uij74 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjhl2Uij74 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjhl2Uij74 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjhl2Uij74 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjhl2Uij74 .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-vjhl2Uij74 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjhl2Uij74 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjhl2Uij74 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjhl2Uij74 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjhl2Uij74 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjhl2Uij74 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjhl2Uij74 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjhl2Uij74 .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-vjhl2Uij74 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjhl2Uij74 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjhl2Uij74 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjhl2Uij74 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjhl2Uij74 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjhl2Uij74 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-vjhl2Uij74 .navbar.navbar-short {
  min-height: 110px;
}
.cid-vjhl2Uij74 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjhl2Uij74 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjhl2Uij74 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-vjhl2Uij74 nav.navbar {
  position: fixed;
}
.cid-vjhl2Uij74 .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-vjhl2Uij74 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-vjhl2Uij74 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjhl2Uij74 .dropdown-item:hover,
.cid-vjhl2Uij74 .dropdown-item:focus {
  background: #000040 !important;
  color: white !important;
}
.cid-vjhl2Uij74 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjhl2Uij74 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjhl2Uij74 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjhl2Uij74 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjhl2Uij74 .iconfont-wrapper {
  color: #14344b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjhl2Uij74 .dropdown-menu,
.cid-vjhl2Uij74 .navbar.opened {
  background: #ffffff !important;
}
.cid-vjhl2Uij74 .nav-item:focus,
.cid-vjhl2Uij74 .nav-link:focus {
  outline: none;
}
.cid-vjhl2Uij74 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjhl2Uij74 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjhl2Uij74 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjhl2Uij74 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjhl2Uij74 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjhl2Uij74 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjhl2Uij74 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjhl2Uij74 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjhl2Uij74 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjhl2Uij74 .dropdown-item.active,
.cid-vjhl2Uij74 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjhl2Uij74 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjhl2Uij74 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjhl2Uij74 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjhl2Uij74 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjhl2Uij74 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjhl2Uij74 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjhl2Uij74 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjhl2Uij74 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjhl2Uij74 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjhl2Uij74 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14344b;
}
.cid-vjhl2Uij74 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjhl2Uij74 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjhl2Uij74 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjhl2Uij74 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjhl2Uij74 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjhl2Uij74 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjhl2Uij74 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjhl2Uij74 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjhl2Uij74 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjhl2Uij74 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjhl2Uij74 .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-vjhl2Uij74 .navbar {
    height: 70px;
  }
  .cid-vjhl2Uij74 .navbar.opened {
    height: auto;
  }
  .cid-vjhl2Uij74 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjhl2Uij74 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjhl2Uij74 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-vjhl35iZNo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vjhl35iZNo .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-vjhl35iZNo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vjhl35iZNo .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-vjhl35iZNo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vjhl35iZNo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vjhl35iZNo .mbr-section-title {
  color: #000040;
}
.cid-vjhl35iZNo .mbr-section-subtitle {
  color: #000040;
}
.cid-vppZslHD2E {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vppZslHD2E .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vppZslHD2E .col-lg-4,
.cid-vppZslHD2E .col-12 {
  padding: 0 2rem;
}
.cid-vppZslHD2E .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vppZslHD2E .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vppZslHD2E .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vppZslHD2E .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vppZslHD2E .card-title,
.cid-vppZslHD2E .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vppZslHD2E .card-text {
  color: #000040;
  text-align: center;
}
.cid-vppZslHD2E .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vppZslHD2E .mbr-section-title {
  color: #000040;
}
.cid-vppZslHD2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppZslHD2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpq1KYuKC6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpq1KYuKC6 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vpq1KYuKC6 .col-lg-4,
.cid-vpq1KYuKC6 .col-12 {
  padding: 0 2rem;
}
.cid-vpq1KYuKC6 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpq1KYuKC6 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpq1KYuKC6 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpq1KYuKC6 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpq1KYuKC6 .card-title,
.cid-vpq1KYuKC6 .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vpq1KYuKC6 .card-text {
  color: #000040;
  text-align: center;
}
.cid-vpq1KYuKC6 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vpq1KYuKC6 .mbr-section-title {
  color: #000040;
}
.cid-vpq1KYuKC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpq1KYuKC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjhl36r9Ko {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000040;
}
@media (max-width: 767px) {
  .cid-vjhl36r9Ko .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjhl36r9Ko .mbr-text {
  color: #767676;
}
.cid-vjhl36r9Ko .links {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vjhl36r9Ko .links {
    text-align: center !important;
  }
}
.cid-vjhl36r9Ko .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vjhl36r9Ko .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjhl36r9Ko .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjhl36r9Ko .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjhl36r9Ko .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000040;
}
.cid-vjhl36r9Ko .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjhl36r9Ko .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjhl36r9Ko .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjhl36r9Ko .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjhl36r9Ko .copyright > p {
  color: #ffffff;
}
.cid-vppii8RsDu {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000040;
}
.cid-vppii8RsDu .mbr-section-title {
  color: #36187d;
}
.cid-vppii8RsDu .mbr-section-subtitle {
  color: #0196e3;
}
.cid-vppii8RsDu .mbr-text {
  color: #ffffff;
}
.cid-vppii8RsDu .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vppii8RsDu .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-vppii8RsDu .text-col {
  align-items: center;
  display: flex;
}
.cid-vppii8RsDu .mbr-section-subtitle,
.cid-vppii8RsDu .title-col {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-vjhdHlPXEK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjhdHlPXEK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vjhdHlPXEK .container {
    padding: 0 ;
  }
}
.cid-vjhdHlPXEK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vjhdHlPXEK .navbar.opened {
  transition: all 0.3s;
}
.cid-vjhdHlPXEK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjhdHlPXEK .navbar .navbar-logo img {
  width: auto;
}
.cid-vjhdHlPXEK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjhdHlPXEK .navbar.collapsed {
  justify-content: center;
}
.cid-vjhdHlPXEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjhdHlPXEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjhdHlPXEK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjhdHlPXEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjhdHlPXEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjhdHlPXEK .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-vjhdHlPXEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjhdHlPXEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjhdHlPXEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjhdHlPXEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjhdHlPXEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjhdHlPXEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjhdHlPXEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjhdHlPXEK .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-vjhdHlPXEK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjhdHlPXEK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjhdHlPXEK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjhdHlPXEK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjhdHlPXEK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjhdHlPXEK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-vjhdHlPXEK .navbar.navbar-short {
  min-height: 110px;
}
.cid-vjhdHlPXEK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjhdHlPXEK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjhdHlPXEK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-vjhdHlPXEK nav.navbar {
  position: fixed;
}
.cid-vjhdHlPXEK .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-vjhdHlPXEK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-vjhdHlPXEK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjhdHlPXEK .dropdown-item:hover,
.cid-vjhdHlPXEK .dropdown-item:focus {
  background: #000040 !important;
  color: white !important;
}
.cid-vjhdHlPXEK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjhdHlPXEK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjhdHlPXEK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjhdHlPXEK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjhdHlPXEK .iconfont-wrapper {
  color: #14344b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjhdHlPXEK .dropdown-menu,
.cid-vjhdHlPXEK .navbar.opened {
  background: #ffffff !important;
}
.cid-vjhdHlPXEK .nav-item:focus,
.cid-vjhdHlPXEK .nav-link:focus {
  outline: none;
}
.cid-vjhdHlPXEK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjhdHlPXEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjhdHlPXEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjhdHlPXEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjhdHlPXEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjhdHlPXEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjhdHlPXEK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjhdHlPXEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjhdHlPXEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjhdHlPXEK .dropdown-item.active,
.cid-vjhdHlPXEK .dropdown-item:active {
  background-color: transparent;
}
.cid-vjhdHlPXEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjhdHlPXEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjhdHlPXEK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjhdHlPXEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjhdHlPXEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjhdHlPXEK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjhdHlPXEK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjhdHlPXEK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjhdHlPXEK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjhdHlPXEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14344b;
}
.cid-vjhdHlPXEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjhdHlPXEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjhdHlPXEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjhdHlPXEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjhdHlPXEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjhdHlPXEK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjhdHlPXEK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjhdHlPXEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjhdHlPXEK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjhdHlPXEK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjhdHlPXEK .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-vjhdHlPXEK .navbar {
    height: 70px;
  }
  .cid-vjhdHlPXEK .navbar.opened {
    height: auto;
  }
  .cid-vjhdHlPXEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjhdHlPXEK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjhdHlPXEK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-vjhdHq8ycI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vjhdHq8ycI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjhdHq8ycI .row {
    flex-direction: column-reverse;
  }
  .cid-vjhdHq8ycI .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vjhdHq8ycI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjhdHq8ycI .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vjhdHq8ycI .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vjhdHq8ycI .card-title {
  color: #000040;
}
.cid-vjhdHq8ycI .mbr-text,
.cid-vjhdHq8ycI .mbr-section-btn {
  color: #000040;
}
.cid-vppuetuC86 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vppuetuC86 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vppuetuC86 .row {
    flex-direction: column-reverse;
  }
  .cid-vppuetuC86 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vppuetuC86 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vppuetuC86 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vppuetuC86 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vppuetuC86 .card-title {
  color: #000040;
}
.cid-vppuetuC86 .mbr-text,
.cid-vppuetuC86 .mbr-section-btn {
  color: #000040;
}
.cid-vppuPquExn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vppuPquExn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vppuPquExn .row {
    flex-direction: column-reverse;
  }
  .cid-vppuPquExn .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vppuPquExn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vppuPquExn .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vppuPquExn .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vppuPquExn .card-title {
  color: #000040;
}
.cid-vppuPquExn .mbr-text,
.cid-vppuPquExn .mbr-section-btn {
  color: #000040;
}
.cid-vppvvDLp7N {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vppvvDLp7N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vppvvDLp7N .row {
    flex-direction: column-reverse;
  }
  .cid-vppvvDLp7N .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vppvvDLp7N .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vppvvDLp7N .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vppvvDLp7N .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vppvvDLp7N .card-title {
  color: #000040;
}
.cid-vppvvDLp7N .mbr-text,
.cid-vppvvDLp7N .mbr-section-btn {
  color: #000040;
}
.cid-vppvKWJg4s {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vppvKWJg4s .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vppvKWJg4s .row {
    flex-direction: column-reverse;
  }
  .cid-vppvKWJg4s .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vppvKWJg4s .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vppvKWJg4s .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vppvKWJg4s .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vppvKWJg4s .card-title {
  color: #000040;
}
.cid-vppvKWJg4s .mbr-text,
.cid-vppvKWJg4s .mbr-section-btn {
  color: #000040;
}
.cid-vppx9dhG20 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vppx9dhG20 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vppx9dhG20 .row {
    flex-direction: column-reverse;
  }
  .cid-vppx9dhG20 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vppx9dhG20 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vppx9dhG20 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vppx9dhG20 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vppx9dhG20 .card-title {
  color: #000040;
}
.cid-vppx9dhG20 .mbr-text,
.cid-vppx9dhG20 .mbr-section-btn {
  color: #000040;
}
.cid-vppxx62vdf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vppxx62vdf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vppxx62vdf .row {
    flex-direction: column-reverse;
  }
  .cid-vppxx62vdf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vppxx62vdf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vppxx62vdf .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vppxx62vdf .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vppxx62vdf .card-title {
  color: #000040;
}
.cid-vppxx62vdf .mbr-text,
.cid-vppxx62vdf .mbr-section-btn {
  color: #000040;
}
.cid-vppysQ2jB6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vppysQ2jB6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vppysQ2jB6 .row {
    flex-direction: column-reverse;
  }
  .cid-vppysQ2jB6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vppysQ2jB6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vppysQ2jB6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vppysQ2jB6 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vppysQ2jB6 .card-title {
  color: #000040;
}
.cid-vppysQ2jB6 .mbr-text,
.cid-vppysQ2jB6 .mbr-section-btn {
  color: #000040;
}
.cid-vppzLl95Ly {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vppzLl95Ly .title {
  padding: 0 2rem;
  color: #000040;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-vppzLl95Ly .card-title {
  color: #000040;
  text-align: center;
}
.cid-vppzLl95Ly .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vppzLl95Ly .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-vppzLl95Ly .card-wrapper:hover {
  background: #00aeef;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vppzLl95Ly .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vppzLl95Ly .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-vppzLl95Ly .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-vppzLl95Ly .card-text {
  text-align: center;
}
.cid-vppzLl95Ly .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppzLl95Ly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjhdHy3sdg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000040;
}
@media (max-width: 767px) {
  .cid-vjhdHy3sdg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjhdHy3sdg .mbr-text {
  color: #767676;
}
.cid-vjhdHy3sdg .links {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vjhdHy3sdg .links {
    text-align: center !important;
  }
}
.cid-vjhdHy3sdg .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vjhdHy3sdg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjhdHy3sdg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjhdHy3sdg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjhdHy3sdg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000040;
}
.cid-vjhdHy3sdg .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjhdHy3sdg .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjhdHy3sdg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjhdHy3sdg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjhdHy3sdg .copyright > p {
  color: #ffffff;
}
.cid-vjgVonJFfW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjgVonJFfW .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vjgVonJFfW .container {
    padding: 0 ;
  }
}
.cid-vjgVonJFfW .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vjgVonJFfW .navbar.opened {
  transition: all 0.3s;
}
.cid-vjgVonJFfW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjgVonJFfW .navbar .navbar-logo img {
  width: auto;
}
.cid-vjgVonJFfW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjgVonJFfW .navbar.collapsed {
  justify-content: center;
}
.cid-vjgVonJFfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjgVonJFfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjgVonJFfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjgVonJFfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjgVonJFfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjgVonJFfW .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-vjgVonJFfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjgVonJFfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjgVonJFfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjgVonJFfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjgVonJFfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjgVonJFfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjgVonJFfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjgVonJFfW .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-vjgVonJFfW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjgVonJFfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjgVonJFfW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjgVonJFfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjgVonJFfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjgVonJFfW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-vjgVonJFfW .navbar.navbar-short {
  min-height: 110px;
}
.cid-vjgVonJFfW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjgVonJFfW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjgVonJFfW .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-vjgVonJFfW nav.navbar {
  position: fixed;
}
.cid-vjgVonJFfW .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-vjgVonJFfW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-vjgVonJFfW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjgVonJFfW .dropdown-item:hover,
.cid-vjgVonJFfW .dropdown-item:focus {
  background: #000040 !important;
  color: white !important;
}
.cid-vjgVonJFfW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjgVonJFfW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjgVonJFfW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjgVonJFfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjgVonJFfW .iconfont-wrapper {
  color: #14344b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjgVonJFfW .dropdown-menu,
.cid-vjgVonJFfW .navbar.opened {
  background: #ffffff !important;
}
.cid-vjgVonJFfW .nav-item:focus,
.cid-vjgVonJFfW .nav-link:focus {
  outline: none;
}
.cid-vjgVonJFfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjgVonJFfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjgVonJFfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjgVonJFfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjgVonJFfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjgVonJFfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjgVonJFfW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjgVonJFfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjgVonJFfW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjgVonJFfW .dropdown-item.active,
.cid-vjgVonJFfW .dropdown-item:active {
  background-color: transparent;
}
.cid-vjgVonJFfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjgVonJFfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjgVonJFfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjgVonJFfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjgVonJFfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjgVonJFfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjgVonJFfW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjgVonJFfW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjgVonJFfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjgVonJFfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14344b;
}
.cid-vjgVonJFfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjgVonJFfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjgVonJFfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjgVonJFfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjgVonJFfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjgVonJFfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjgVonJFfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjgVonJFfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjgVonJFfW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjgVonJFfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjgVonJFfW .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-vjgVonJFfW .navbar {
    height: 70px;
  }
  .cid-vjgVonJFfW .navbar.opened {
    height: auto;
  }
  .cid-vjgVonJFfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjgVonJFfW .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjgVonJFfW .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-vjgWwiPfWy {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000040;
}
.cid-vjgWwiPfWy .mbr-section-title {
  color: #36187d;
}
.cid-vjgWwiPfWy .mbr-section-subtitle {
  color: #0196e3;
}
.cid-vjgWwiPfWy .mbr-text {
  color: #ffffff;
}
.cid-vjgWwiPfWy .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vjgWwiPfWy .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-vjgWwiPfWy .text-col {
  align-items: center;
  display: flex;
}
.cid-vjgWwiPfWy .mbr-section-subtitle,
.cid-vjgWwiPfWy .title-col {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-vpp4PCeR7q {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpp4PCeR7q .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #14344b;
  margin-bottom: 1.5rem;
}
.cid-vpp4PCeR7q .col-lg-6 {
  padding: 0 2rem;
}
.cid-vpp4PCeR7q .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpp4PCeR7q .card-wrapper {
  padding: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpp4PCeR7q .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpp4PCeR7q .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpp4PCeR7q .card-title,
.cid-vpp4PCeR7q .iconfont-wrapper {
  color: #0196e3;
}
.cid-vpp4PCeR7q .card-text {
  color: #000040;
}
.cid-vpp4PCeR7q .mbr-section-subtitle {
  color: #000040;
}
.cid-vpp4PCeR7q .mbr-section-title {
  color: #000040;
}
.cid-vpp118P9Bv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vpp118P9Bv .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vpp118P9Bv .col-lg-4,
.cid-vpp118P9Bv .col-12 {
  padding: 0 2rem;
}
.cid-vpp118P9Bv .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpp118P9Bv .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpp118P9Bv .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpp118P9Bv .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpp118P9Bv .card-title,
.cid-vpp118P9Bv .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vpp118P9Bv .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-vpp118P9Bv .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vpp118P9Bv .mbr-section-title {
  color: #000040;
}
.cid-vpp118P9Bv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpp118P9Bv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpp37STfBM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vpp37STfBM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vpp37STfBM .col-lg-4,
.cid-vpp37STfBM .col-12 {
  padding: 0 2rem;
}
.cid-vpp37STfBM .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpp37STfBM .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpp37STfBM .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpp37STfBM .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpp37STfBM .card-title,
.cid-vpp37STfBM .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vpp37STfBM .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-vpp37STfBM .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vpp37STfBM .mbr-section-title {
  color: #000040;
}
.cid-vpp37STfBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpp37STfBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjhayKqP1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjhayKqP1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjhayKqP1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjhayKqP1z .card {
  justify-content: center;
}
.cid-vjhayKqP1z .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjhayKqP1z .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vjhayKqP1z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vjhayKqP1z .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vjhayKqP1z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vjhayKqP1z .embla__slide .slide-content {
  width: 100%;
}
.cid-vjhayKqP1z .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vjhayKqP1z .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjhayKqP1z .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vjhayKqP1z .embla__button--next,
.cid-vjhayKqP1z .embla__button--prev {
  display: flex;
}
.cid-vjhayKqP1z .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000040 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vjhayKqP1z .embla__button:hover {
  background-color: #00aeef !important;
  color: #000040 !important;
}
.cid-vjhayKqP1z .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000040 !important;
  color: #ffffff !important;
}
.cid-vjhayKqP1z .embla__button.embla__button--prev {
  left: 0;
}
.cid-vjhayKqP1z .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vjhayKqP1z .embla__button.embla__button--next {
  right: 0;
}
.cid-vjhayKqP1z .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vjhayKqP1z .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}
.cid-vjhayKqP1z .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vjhayKqP1z .embla__viewport {
    padding: 0;
  }
}
.cid-vjhayKqP1z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjhayKqP1z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjhayKqP1z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjhayKqP1z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vjhayKqP1z .mbr-section-title {
  color: #000000;
}
.cid-vjhayKqP1z .mbr-section-title,
.cid-vjhayKqP1z .title-wrapper {
  color: #000040;
}
.cid-vjgVowVvNg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000040;
}
@media (max-width: 767px) {
  .cid-vjgVowVvNg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjgVowVvNg .mbr-text {
  color: #767676;
}
.cid-vjgVowVvNg .links {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vjgVowVvNg .links {
    text-align: center !important;
  }
}
.cid-vjgVowVvNg .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vjgVowVvNg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vjgVowVvNg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vjgVowVvNg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjgVowVvNg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000040;
}
.cid-vjgVowVvNg .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vjgVowVvNg .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjgVowVvNg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjgVowVvNg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjgVowVvNg .copyright > p {
  color: #ffffff;
}
.cid-vpq2TCEPAn {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000040;
}
.cid-vpq2TCEPAn .mbr-section-title {
  color: #36187d;
}
.cid-vpq2TCEPAn .mbr-section-subtitle {
  color: #0196e3;
}
.cid-vpq2TCEPAn .mbr-text {
  color: #ffffff;
}
.cid-vpq2TCEPAn .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vpq2TCEPAn .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-vpq2TCEPAn .text-col {
  align-items: center;
  display: flex;
}
.cid-vpq2TCEPAn .mbr-section-subtitle,
.cid-vpq2TCEPAn .title-col {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-vpq2TEL4or {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vpq2TEL4or .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vpq2TEL4or H4 {
  color: #000040;
}
.cid-vpq2TEL4or H5 {
  color: #000040;
}
.cid-vpq2TEL4or LABEL {
  color: #000040;
}
.cid-vpq2TImeOV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vpq2TImeOV .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vpq2TImeOV .container {
    padding: 0 ;
  }
}
.cid-vpq2TImeOV .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vpq2TImeOV .navbar.opened {
  transition: all 0.3s;
}
.cid-vpq2TImeOV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpq2TImeOV .navbar .navbar-logo img {
  width: auto;
}
.cid-vpq2TImeOV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpq2TImeOV .navbar.collapsed {
  justify-content: center;
}
.cid-vpq2TImeOV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpq2TImeOV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpq2TImeOV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpq2TImeOV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpq2TImeOV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpq2TImeOV .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-vpq2TImeOV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpq2TImeOV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpq2TImeOV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpq2TImeOV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpq2TImeOV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpq2TImeOV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpq2TImeOV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpq2TImeOV .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-vpq2TImeOV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpq2TImeOV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpq2TImeOV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpq2TImeOV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpq2TImeOV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpq2TImeOV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-vpq2TImeOV .navbar.navbar-short {
  min-height: 110px;
}
.cid-vpq2TImeOV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpq2TImeOV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpq2TImeOV .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-vpq2TImeOV nav.navbar {
  position: fixed;
}
.cid-vpq2TImeOV .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-vpq2TImeOV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-vpq2TImeOV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpq2TImeOV .dropdown-item:hover,
.cid-vpq2TImeOV .dropdown-item:focus {
  background: #000040 !important;
  color: white !important;
}
.cid-vpq2TImeOV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpq2TImeOV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpq2TImeOV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpq2TImeOV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpq2TImeOV .iconfont-wrapper {
  color: #14344b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpq2TImeOV .dropdown-menu,
.cid-vpq2TImeOV .navbar.opened {
  background: #ffffff !important;
}
.cid-vpq2TImeOV .nav-item:focus,
.cid-vpq2TImeOV .nav-link:focus {
  outline: none;
}
.cid-vpq2TImeOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpq2TImeOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpq2TImeOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpq2TImeOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpq2TImeOV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpq2TImeOV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpq2TImeOV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpq2TImeOV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpq2TImeOV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpq2TImeOV .dropdown-item.active,
.cid-vpq2TImeOV .dropdown-item:active {
  background-color: transparent;
}
.cid-vpq2TImeOV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpq2TImeOV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpq2TImeOV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpq2TImeOV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpq2TImeOV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpq2TImeOV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpq2TImeOV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpq2TImeOV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpq2TImeOV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpq2TImeOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14344b;
}
.cid-vpq2TImeOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpq2TImeOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpq2TImeOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpq2TImeOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpq2TImeOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpq2TImeOV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpq2TImeOV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpq2TImeOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpq2TImeOV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpq2TImeOV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpq2TImeOV .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-vpq2TImeOV .navbar {
    height: 70px;
  }
  .cid-vpq2TImeOV .navbar.opened {
    height: auto;
  }
  .cid-vpq2TImeOV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpq2TImeOV .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpq2TImeOV .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-vpq2TOI9cA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vpq2TOI9cA .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vpq2TOI9cA .col-lg-4,
.cid-vpq2TOI9cA .col-12 {
  padding: 0 2rem;
}
.cid-vpq2TOI9cA .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpq2TOI9cA .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpq2TOI9cA .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpq2TOI9cA .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpq2TOI9cA .card-title,
.cid-vpq2TOI9cA .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vpq2TOI9cA .card-text {
  color: #000040;
  text-align: center;
}
.cid-vpq2TOI9cA .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vpq2TOI9cA .mbr-section-title {
  color: #000040;
}
.cid-vpq2TOI9cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpq2TOI9cA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpq2TSulPo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpq2TSulPo .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vpq2TSulPo .col-lg-4,
.cid-vpq2TSulPo .col-12 {
  padding: 0 2rem;
}
.cid-vpq2TSulPo .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vpq2TSulPo .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vpq2TSulPo .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpq2TSulPo .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vpq2TSulPo .card-title,
.cid-vpq2TSulPo .iconfont-wrapper {
  color: #000040;
  text-align: center;
}
.cid-vpq2TSulPo .card-text {
  color: #000040;
  text-align: center;
}
.cid-vpq2TSulPo .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vpq2TSulPo .mbr-section-title {
  color: #000040;
}
.cid-vpq2TSulPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpq2TSulPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpq2TTUMmR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000040;
}
@media (max-width: 767px) {
  .cid-vpq2TTUMmR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vpq2TTUMmR .mbr-text {
  color: #767676;
}
.cid-vpq2TTUMmR .links {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vpq2TTUMmR .links {
    text-align: center !important;
  }
}
.cid-vpq2TTUMmR .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vpq2TTUMmR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vpq2TTUMmR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vpq2TTUMmR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpq2TTUMmR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000040;
}
.cid-vpq2TTUMmR .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vpq2TTUMmR .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vpq2TTUMmR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpq2TTUMmR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpq2TTUMmR .copyright > p {
  color: #ffffff;
}
.cid-vpq8svVxTo {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000040;
}
.cid-vpq8svVxTo .mbr-section-title {
  color: #36187d;
}
.cid-vpq8svVxTo .mbr-section-subtitle {
  color: #0196e3;
}
.cid-vpq8svVxTo .mbr-text {
  color: #ffffff;
}
.cid-vpq8svVxTo .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vpq8svVxTo .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-vpq8svVxTo .text-col {
  align-items: center;
  display: flex;
}
.cid-vpq8svVxTo .mbr-section-subtitle,
.cid-vpq8svVxTo .title-col {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-vpq8syPvj4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vpq8syPvj4 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vpq8syPvj4 .container {
    padding: 0 ;
  }
}
.cid-vpq8syPvj4 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vpq8syPvj4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vpq8syPvj4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpq8syPvj4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vpq8syPvj4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpq8syPvj4 .navbar.collapsed {
  justify-content: center;
}
.cid-vpq8syPvj4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpq8syPvj4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpq8syPvj4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpq8syPvj4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpq8syPvj4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpq8syPvj4 .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-vpq8syPvj4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpq8syPvj4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpq8syPvj4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpq8syPvj4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpq8syPvj4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpq8syPvj4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpq8syPvj4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpq8syPvj4 .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-vpq8syPvj4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpq8syPvj4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpq8syPvj4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpq8syPvj4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpq8syPvj4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpq8syPvj4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-vpq8syPvj4 .navbar.navbar-short {
  min-height: 110px;
}
.cid-vpq8syPvj4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpq8syPvj4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpq8syPvj4 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-vpq8syPvj4 nav.navbar {
  position: fixed;
}
.cid-vpq8syPvj4 .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-vpq8syPvj4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-vpq8syPvj4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpq8syPvj4 .dropdown-item:hover,
.cid-vpq8syPvj4 .dropdown-item:focus {
  background: #000040 !important;
  color: white !important;
}
.cid-vpq8syPvj4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpq8syPvj4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpq8syPvj4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpq8syPvj4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpq8syPvj4 .iconfont-wrapper {
  color: #14344b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpq8syPvj4 .dropdown-menu,
.cid-vpq8syPvj4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vpq8syPvj4 .nav-item:focus,
.cid-vpq8syPvj4 .nav-link:focus {
  outline: none;
}
.cid-vpq8syPvj4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpq8syPvj4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpq8syPvj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpq8syPvj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpq8syPvj4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpq8syPvj4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpq8syPvj4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpq8syPvj4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpq8syPvj4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpq8syPvj4 .dropdown-item.active,
.cid-vpq8syPvj4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vpq8syPvj4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpq8syPvj4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpq8syPvj4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpq8syPvj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpq8syPvj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpq8syPvj4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpq8syPvj4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpq8syPvj4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpq8syPvj4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpq8syPvj4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14344b;
}
.cid-vpq8syPvj4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpq8syPvj4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpq8syPvj4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpq8syPvj4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpq8syPvj4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpq8syPvj4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpq8syPvj4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpq8syPvj4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpq8syPvj4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpq8syPvj4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpq8syPvj4 .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-vpq8syPvj4 .navbar {
    height: 70px;
  }
  .cid-vpq8syPvj4 .navbar.opened {
    height: auto;
  }
  .cid-vpq8syPvj4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpq8syPvj4 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpq8syPvj4 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-vpqbWXC2kP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpqbWXC2kP .card-wrapper {
  background-color: #00aeef;
  margin-bottom: 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  background: #00aeef;
  transition: all 0.3s;
  padding: 3rem;
  padding-top: 3rem;
}
.cid-vpqbWXC2kP .mbr-section-title,
.cid-vpqbWXC2kP .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpqbWXC2kP .card-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vpqbWXC2kP .card-wrapper {
    padding: 1rem;
    padding-top: 1rem;
    border-radius: 2rem;
  }
}
.cid-vpqbWXC2kP .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vpqbWXC2kP .price {
  color: #00aeef;
}
.cid-vpqbWXC2kP .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vpqbWXC2kP .mbr-section-title {
  color: #000040;
}
.cid-vpqbWXC2kP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpqbWXC2kP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpq8t7IlU7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpq8t7IlU7 .title {
  padding: 0 2rem;
  color: #000040;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-vpq8t7IlU7 .card-title {
  color: #000040;
  text-align: center;
}
.cid-vpq8t7IlU7 .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpq8t7IlU7 .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-vpq8t7IlU7 .card-wrapper:hover {
  background: #00aeef;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vpq8t7IlU7 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vpq8t7IlU7 .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-vpq8t7IlU7 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-vpq8t7IlU7 .card-text {
  text-align: center;
}
.cid-vpq8t7IlU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpq8t7IlU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpq8t8TCIp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000040;
}
@media (max-width: 767px) {
  .cid-vpq8t8TCIp .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vpq8t8TCIp .mbr-text {
  color: #767676;
}
.cid-vpq8t8TCIp .links {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vpq8t8TCIp .links {
    text-align: center !important;
  }
}
.cid-vpq8t8TCIp .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vpq8t8TCIp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vpq8t8TCIp .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-vpq8t8TCIp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpq8t8TCIp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000040;
}
.cid-vpq8t8TCIp .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vpq8t8TCIp .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vpq8t8TCIp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpq8t8TCIp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpq8t8TCIp .copyright > p {
  color: #ffffff;
}
