body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #008dd2 !important;
}
.bg-info {
  background-color: #03144b !important;
}
.bg-warning {
  background-color: #25d366 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #03144b !important;
  border-color: #03144b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #008dd2 !important;
  border-color: #008dd2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #00537b !important;
  border-color: #00537b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00537b !important;
  border-color: #00537b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #188942 !important;
  border-color: #188942 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #188942 !important;
  border-color: #188942 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #03144b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !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: #03144b !important;
  border-color: #03144b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #008dd2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00537b !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: #008dd2 !important;
  border-color: #008dd2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #25d366;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #188942 !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: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #008dd2 !important;
}
.text-info {
  color: #03144b !important;
}
.text-warning {
  color: #25d366 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00496c !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: #167c3c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #03144b;
}
.alert-warning {
  background-color: #25d366;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9fdfff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3c68f7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzd4V9KrVi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tzd4V9KrVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzd4V9KrVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzcZXQUTYT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzcZXQUTYT .carousel,
.cid-tzcZXQUTYT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzcZXQUTYT .item-wrapper {
  width: 100%;
}
.cid-tzcZXQUTYT .carousel-caption {
  bottom: 11rem;
}
.cid-tzcZXQUTYT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tzcZXQUTYT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tzcZXQUTYT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tzcZXQUTYT .container .carousel-indicators {
  bottom: 10px;
  position: absolute;
}
.cid-tzcZXQUTYT .carousel-control {
  display: none;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tzcZXQUTYT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzcZXQUTYT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzcZXQUTYT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzcZXQUTYT .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 1.5rem !important;
}
.cid-tzcZXQUTYT .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #6592e6;
}
.cid-tzcZXQUTYT .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #6592e6;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-tzcZXQUTYT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tzcZXQUTYT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tzcZXQUTYT .button-align {
  width: 100%;
}
.cid-tzcZXQUTYT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tzcZXQUTYT .mbr-section-subtitle,
.cid-tzcZXQUTYT .button-align {
  text-align: left;
  color: #626262;
}
.cid-tzcZXQUTYT .mbr-text {
  padding-top: 10px;
}
@media (min-width: 600px) and (max-width: 990px) {
  .cid-tzcZXQUTYT .carousel-caption {
    bottom: 5rem;
  }
  .cid-tzcZXQUTYT .carousel-indicators {
    bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tzcZXQUTYT .carousel-caption {
    display: none;
  }
  .cid-tzcZXQUTYT .carousel-indicators {
    display: none;
  }
}
.cid-tzcZXQUTYT .mbr-text,
.cid-tzcZXQUTYT .button-align {
  color: #000000;
  text-align: left;
}
.cid-tzcZXQUTYT .carousel-fade .active.carousel-item-left,
.cid-tzcZXQUTYT .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-tzcZXQUTYT .carousel-fade .carousel-item-left.carousel-item-next,
.cid-tzcZXQUTYT .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-tzd4F4SWWI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tzd4F4SWWI .card-icon {
  font-size: 56px;
  color: #e6c63b;
  transition: color 0.3s;
}
.cid-tzd4F4SWWI .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tzd4F4SWWI .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-tzd4F4SWWI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tzd4F4SWWI .card {
  padding: 0 !important;
}
.cid-tzd4F4SWWI .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-tzd4F4SWWI .card-wrapper:hover {
  background: #e6c63b;
}
.cid-tzd4F4SWWI .card-wrapper:hover .card-icon {
  color: #0f7699;
}
.cid-tzd4F4SWWI .card-wrapper:hover .line {
  background: #0f7699;
}
.cid-tzd4F4SWWI .card1 {
  background: #0f7699;
}
.cid-tzd4F4SWWI .card2 {
  background: #107da2;
}
.cid-tzd4F4SWWI .card3 {
  background: #1184ac;
}
.cid-tzd4F4SWWI .card4 {
  background: #128bb5;
}
.cid-tzd4F4SWWI .card5 {
  background: #1393be;
}
.cid-tzd4F4SWWI .card6 {
  background: #149ac7;
}
.cid-tzd4F4SWWI .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-tzd4F4SWWI .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tzeSEDS48P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/regal-offer.webp");
}
.cid-tzeSEDS48P .mbr-text,
.cid-tzeSEDS48P .typed-text,
.cid-tzeSEDS48P .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tzeSEDS48P .btn {
  margin-left: 4px !important;
}
.cid-tzeSEDS48P .animated-element {
  color: #cc2952;
}
.cid-tzeSEDS48P .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #cc2952;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tzeSEDS48P .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tzeSEDS48P .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzeSEDS48P .mbr-section-text,
.cid-tzeSEDS48P .mbr-section-btn {
  color: #c6671a;
  text-align: left;
}
.cid-tCHHQGiq8R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCHHQGiq8R .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #0f7699;
  color: #444444;
  padding: 0;
}
.cid-tCHHQGiq8R .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tCHHQGiq8R .rev,
.cid-tCHHQGiq8R .mbr-iconfont {
  display: inline-block;
}
.cid-tCHHQGiq8R .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #e43f3f;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tCHHQGiq8R .card-img {
  position: relative;
}
.cid-tCHHQGiq8R .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-tCHHQGiq8R .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-tCHHQGiq8R .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-tCHHQGiq8R .card-box {
  padding: 1.5rem;
}
.cid-tCHHQGiq8R .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tCHHQGiq8R .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tCHHQGiq8R .mbr-section-title,
.cid-tCHHQGiq8R .line-wrap {
  text-align: center;
  color: #0f7699;
}
.cid-tCHHQGiq8R .card-text,
.cid-tCHHQGiq8R .mbr-section-btn,
.cid-tCHHQGiq8R .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tCHHQGiq8R .mbr-text,
.cid-tCHHQGiq8R .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tCHHQGiq8R .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-tzeS0XVbFx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("");
}
.cid-tzeS0XVbFx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzeS0XVbFx .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tzeS0XVbFx .carousel-item .wrap-img {
  text-align: center;
}
.cid-tzeS0XVbFx .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tzeS0XVbFx .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tzeS0XVbFx .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-tzeS0XVbFx .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-tzeS0XVbFx .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-tzeS0XVbFx .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-tzeS0XVbFx .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tzeS0XVbFx .carousel-control:hover {
  background-color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tzeS0XVbFx .carousel-control {
    display: none;
  }
  .cid-tzeS0XVbFx .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-tzeS0XVbFx .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-tzeS0XVbFx .cloneditem-1,
.cid-tzeS0XVbFx .cloneditem-2,
.cid-tzeS0XVbFx .cloneditem-3,
.cid-tzeS0XVbFx .cloneditem-4,
.cid-tzeS0XVbFx .cloneditem-5 {
  display: none;
}
.cid-tzeS0XVbFx .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzeS0XVbFx .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tzeS0XVbFx .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides2 .cloneditem-1,
  .cid-tzeS0XVbFx .carousel-inner.slides2 .cloneditem-2,
  .cid-tzeS0XVbFx .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tzeS0XVbFx .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides3 .cloneditem-1,
  .cid-tzeS0XVbFx .carousel-inner.slides3 .cloneditem-2,
  .cid-tzeS0XVbFx .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tzeS0XVbFx .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides4 .cloneditem-1,
  .cid-tzeS0XVbFx .carousel-inner.slides4 .cloneditem-2,
  .cid-tzeS0XVbFx .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tzeS0XVbFx .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides5 .cloneditem-1,
  .cid-tzeS0XVbFx .carousel-inner.slides5 .cloneditem-2,
  .cid-tzeS0XVbFx .carousel-inner.slides5 .cloneditem-3,
  .cid-tzeS0XVbFx .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tzeS0XVbFx .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tzeS0XVbFx .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tzeS0XVbFx .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tzeS0XVbFx .carousel-inner.slides6 .cloneditem-1,
  .cid-tzeS0XVbFx .carousel-inner.slides6 .cloneditem-2,
  .cid-tzeS0XVbFx .carousel-inner.slides6 .cloneditem-3,
  .cid-tzeS0XVbFx .carousel-inner.slides6 .cloneditem-4,
  .cid-tzeS0XVbFx .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tzeS0XVbFx .mbr-section-title {
  margin: 0;
}
.cid-tzeS0XVbFx .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tzeS0XVbFx .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tzeS0XVbFx .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzeS0XVbFx .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-tzeS0XVbFx .carousel-control-prev {
    left: 15px !important;
  }
  .cid-tzeS0XVbFx .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-tzeS0XVbFx .carousel-control-next {
    right: 15px !important;
  }
  .cid-tzeS0XVbFx .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-tCIakPWnRH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tCIakPWnRH .item:focus,
.cid-tCIakPWnRH span:focus {
  outline: none;
}
.cid-tCIakPWnRH .item-wrapper {
  position: relative;
}
.cid-tCIakPWnRH .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tCIakPWnRH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tCIakPWnRH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tCIakPWnRH .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tCIakPWnRH .embla__slide {
    min-width: 375px;
  }
}
.cid-tCIakPWnRH .embla__button--next,
.cid-tCIakPWnRH .embla__button--prev {
  display: flex;
}
.cid-tCIakPWnRH .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tCIakPWnRH .embla__button {
    display: none;
  }
}
.cid-tCIakPWnRH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCIakPWnRH .embla__button:hover {
  background: #03144b;
  color: #fff;
  transform: scale(1.05);
}
.cid-tCIakPWnRH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCIakPWnRH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCIakPWnRH .embla__button {
    top: auto;
  }
}
.cid-tCIakPWnRH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCIakPWnRH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCIakPWnRH .embla {
  position: relative;
  width: 100%;
}
.cid-tCIakPWnRH .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tCIakPWnRH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCIakPWnRH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCIakPWnRH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCIakPWnRH .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-tCIakPWnRH .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tCIakPWnRH .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-tCIakPWnRH .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tCIakPWnRH .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tCIakPWnRH .shadow:hover .number,
.cid-tCIakPWnRH .shadow:hover .card-title {
  color: #03144b !important;
}
.cid-tCIakPWnRH .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-tCIakPWnRH .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-tCIakPWnRH .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tCIakPWnRH .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tCIakPWnRH H3 {
  color: #1d1d1f;
}
.cid-tCIakPWnRH .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-tCIakPWnRH .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tCIakPWnRH .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-tCIakPWnRH .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tCIakPWnRH .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tCIakPWnRH .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tCIakPWnRH .people {
  align-items: center;
}
.cid-tCIakPWnRH img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCIakPWnRH .row.title-block {
    flex-direction: column;
  }
  .cid-tCIakPWnRH .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tCIakPWnRH .mbr-section-title {
    text-align: center;
  }
}
.cid-tCIakPWnRH .card-subtitle,
.cid-tCIakPWnRH .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-tCIakPWnRH .people {
    flex-direction: column;
  }
  .cid-tCIakPWnRH .card-text,
  .cid-tCIakPWnRH .align,
  .cid-tCIakPWnRH .iconfont-wrapper {
    text-align: center;
  }
  .cid-tCIakPWnRH img {
    margin-bottom: 20px !important;
  }
}
.cid-tCIakPWnRH .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-tCIakPWnRH .button-align {
    margin-top: 20px;
  }
}
.cid-tCIakPWnRH .btn {
  margin-top: 20px;
}
.cid-tCIakPWnRH a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tCIakPWnRH .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-tCIakPWnRH .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tCIakPWnRH .mbr-section-subtitle,
.cid-tCIakPWnRH .button-align {
  text-align: center;
  color: #1b3a61;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tFTpUKCUeT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f7699;
}
.cid-tFTpUKCUeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFTpUKCUeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFTpUKCUeT .mbr-section-title {
  color: #ffffff;
}
.cid-tGqpPU19gx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tGqpPU19gx .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tGqpPU19gx .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-tGqpPU19gx .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tGqpPU19gx .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-tGqpPU19gx .right-side {
  max-width: 554px;
}
.cid-tGqpPU19gx .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-tGqpPU19gx .margin {
  margin-right: 14px;
}
.cid-tGqpPU19gx .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tGqpPU19gx .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tGqpPU19gx .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tGqpPU19gx .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tGqpPU19gx .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tGqpPU19gx .socicon-bg-mail {
  background-color: #134785;
}
.cid-tGqpPU19gx .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGqpPU19gx .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-tGqpPU19gx .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tGqpPU19gx .btn-social .mbr-iconfont:hover {
  color: #fff !important;
}
.cid-tGqpPU19gx .btn-social:hover {
  color: #fff;
}
.cid-tGqpPU19gx .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tGqpPU19gx img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tGqpPU19gx .mbr-social-likes {
  max-width: 454px;
}
.cid-tGqpPU19gx .card-title {
  margin-bottom: 4px;
  color: #14142b;
  text-align: left;
}
.cid-tGqpPU19gx .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
  text-align: left;
}
.cid-tGqpPU19gx .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-tGqpPU19gx .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-tGqpPU19gx .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-tGqpPU19gx .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-tGqpPU19gx .shadow {
    margin: auto;
  }
  .cid-tGqpPU19gx .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-tGqpPU19gx .btn {
  margin-top: 20px;
}
.cid-tGqpPU19gx a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tGqpPU19gx .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-tGqpPU19gx .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-tGqpPU19gx .card-text,
.cid-tGqpPU19gx .mbr-social-likes {
  text-align: left;
}
.cid-tGqpPU19gx .mbr-text,
.cid-tGqpPU19gx .button-align {
  text-align: left;
}
.cid-tGqy24SX4P {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGqy24SX4P img,
.cid-tGqy24SX4P .item-img {
  width: 100%;
}
.cid-tGqy24SX4P .item:focus,
.cid-tGqy24SX4P span:focus {
  outline: none;
}
.cid-tGqy24SX4P .item-wrapper {
  position: relative;
}
.cid-tGqy24SX4P .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGqy24SX4P .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGqy24SX4P .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tGqy24SX4P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGqy24SX4P .mbr-section-title {
  color: #232323;
}
.cid-tGqy24SX4P .mbr-text,
.cid-tGqy24SX4P .mbr-section-btn {
  text-align: left;
}
.cid-tGqy24SX4P .item-title {
  text-align: left;
}
.cid-tGqy24SX4P .item-subtitle {
  text-align: left;
}
.cid-tGqy24SX4P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tGqy24SX4P .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGqy24SX4P .embla__button--next,
.cid-tGqy24SX4P .embla__button--prev {
  display: flex;
}
.cid-tGqy24SX4P .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tGqy24SX4P .embla__button {
    display: none;
  }
}
.cid-tGqy24SX4P .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGqy24SX4P .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tGqy24SX4P .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGqy24SX4P .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGqy24SX4P .embla__button {
    top: auto;
  }
}
.cid-tGqy24SX4P .embla {
  position: relative;
  width: 100%;
}
.cid-tGqy24SX4P .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGqy24SX4P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGqy24SX4P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGqy24SX4P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGqwDeJE1I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tGqwDeJE1I .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tGqwDeJE1I .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tGqwDeJE1I .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tGqwDeJE1I .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tGqwDeJE1I .mbr-text {
  color: #3d5943;
}
.cid-tGqwDeJE1I .mbr-text UL {
  text-align: left;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEwxB8MvB6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tFIqXRfRk9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFIqXRfRk9 .row {
  flex-direction: row-reverse;
}
.cid-tFIqXRfRk9 .row {
  align-items: center;
}
.cid-tFIqXRfRk9 .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tFIqXRfRk9 .image-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tFIqXRfRk9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tFIqXRfRk9 .text-wrapper {
    padding-right: 115px;
    padding-left: 115px;
    padding-right: 0;
  }
}
.cid-tFIqXRfRk9 .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #111111;
  text-align: center;
}
.cid-tFIqXRfRk9 .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-tFIqXRfRk9 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tFIqXRfRk9 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tFIqXRfRk9 .btn-container {
  width: 100%;
}
.cid-tFIqXRfRk9 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tFIqXRfRk9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tFIqXRfRk9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tFIqXRfRk9 .mbr-text,
.cid-tFIqXRfRk9 .mbr-section-btn {
  text-align: center;
}
.cid-tFIo2kpQDL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tFIo2kpQDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFIo2kpQDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFRmEv7e59 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f7699;
}
.cid-tFRmEv7e59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRmEv7e59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFRmEv7e59 .mbr-section-title {
  color: #ffffff;
}
.cid-tFRn0KIyaM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFRn0KIyaM .mbr-text {
  text-align: center;
}
.cid-tFRn3A0zH6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFRn3A0zH6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFRokfewKG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFRokfewKG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tFRokfewKG .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tFRokfewKG .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tFRokfewKG .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tFRokfewKG .mbr-text {
  color: #3d5943;
}
.cid-tFRoJc8Rz3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFRoJc8Rz3 .mbr-text {
  text-align: center;
}
.cid-tFRp67NHel {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tFRp67NHel .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRp67NHel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFRp67NHel .mbr-section-title {
  color: #ffffff;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEkJoJfE4k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tEkJxMr3Vb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tEkJxMr3Vb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tEkJxMr3Vb H4 {
  text-align: center;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG17BzqVvw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tG13uM8BjG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tG13uM8BjG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tG13uM8BjG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG13uM8BjG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG13uM8BjG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tG13uM8BjG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tG13uM8BjG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tG13uM8BjG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tG13uM8BjG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tG13uM8BjG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tG13uM8BjG ul {
  font-size: 0;
}
.cid-tG13uM8BjG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tG13uM8BjG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-tG13uM8BjG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFImWELI2L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tFImWELI2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFImWELI2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLqoZDn3O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tFLqoZDn3O svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tFLqoZDn3O #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-tFLqoZDn3O img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .cid-tFLqoZDn3O img {
    width: 100%;
    left: 0;
  }
}
.cid-tFLqoZDn3O H1 {
  color: #03144b;
  text-align: center;
}
.cid-tFLqoZDn3O .mbr-text,
.cid-tFLqoZDn3O .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tFLqoZDn3O H3 {
  text-align: center;
}
.cid-tFIwaTTTIE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/regal-offer.webp");
}
.cid-tFIwaTTTIE .mbr-text,
.cid-tFIwaTTTIE .typed-text,
.cid-tFIwaTTTIE .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tFIwaTTTIE .btn {
  margin-left: 4px !important;
}
.cid-tFIwaTTTIE .animated-element {
  color: #cc2952;
}
.cid-tFIwaTTTIE .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #cc2952;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tFIwaTTTIE .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tFIwaTTTIE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tFIwaTTTIE .mbr-section-text,
.cid-tFIwaTTTIE .mbr-section-btn {
  color: #c6671a;
  text-align: left;
}
.cid-tFKMFxEAA2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e3edff;
}
.cid-tFKMFxEAA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFKMFxEAA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFKMFxEAA2 .row {
    padding: 0 24px;
  }
}
.cid-tFKMFxEAA2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFKMFxEAA2 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFKMFxEAA2 .mbr-section-title {
  color: #005c62;
}
.cid-tFKMFxEAA2 .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tFKMFxEAA2 .mbr-section-title,
.cid-tFKMFxEAA2 .mbr-section-btn {
  text-align: center;
}
.cid-tFKQhS5JFI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tFKQhS5JFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFKQhS5JFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFKQhS5JFI .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tFKQhS5JFI .section-border-item_center {
    display: none;
  }
}
.cid-tFKQhS5JFI .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFKQhS5JFI .main-container {
    flex-wrap: wrap;
  }
}
.cid-tFKQhS5JFI .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tFKQhS5JFI .card-wrap {
    width: 100%;
  }
}
.cid-tFKQhS5JFI .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tFKQhS5JFI .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFKQhS5JFI .card-box {
    max-width: 100%;
  }
}
.cid-tFKQhS5JFI .card-title {
  color: #FFF;
  text-align: center;
}
.cid-tFKQhS5JFI .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFKQhS5JFI .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tFKQhS5JFI .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tFKQhS5JFI .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tFKQhS5JFI .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tFKQhS5JFI .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tFKQhS5JFI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tFKQhS5JFI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tFKQhS5JFI .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tFKQhS5JFI .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFKQhS5JFI .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tFKQhS5JFI .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tFKQhS5JFI .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tFKQhS5JFI .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tFKQhS5JFI .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tFKQhS5JFI .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tFKQhS5JFI .mbr-text,
.cid-tFKQhS5JFI .mbr-section-btn {
  text-align: center;
}
.cid-tFKZZYxfDQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e3edff;
}
.cid-tFKZZYxfDQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFKZZYxfDQ img {
    width: 100%;
  }
}
.cid-tFKZZYxfDQ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tFKZZYxfDQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tFKZZYxfDQ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tFKZZYxfDQ .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #03144b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tFKZZYxfDQ .mbr-text,
.cid-tFKZZYxfDQ .mbr-section-btn {
  color: #777777;
}
.cid-tFKZZYxfDQ .mbr-section-subtitle {
  color: #777777;
}
.cid-tFKZZYxfDQ .mbr-list {
  color: #777777;
}
.cid-tFKZZYxfDQ .mbr-section-title {
  text-align: center;
}
.cid-tFLoZ0kncg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFLoZ0kncg .item:focus,
.cid-tFLoZ0kncg span:focus {
  outline: none;
}
.cid-tFLoZ0kncg .item-wrapper {
  position: relative;
}
.cid-tFLoZ0kncg .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tFLoZ0kncg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tFLoZ0kncg .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tFLoZ0kncg .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tFLoZ0kncg .embla__slide {
    min-width: 375px;
  }
}
.cid-tFLoZ0kncg .embla__button--next,
.cid-tFLoZ0kncg .embla__button--prev {
  display: flex;
}
.cid-tFLoZ0kncg .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tFLoZ0kncg .embla__button {
    display: none;
  }
}
.cid-tFLoZ0kncg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFLoZ0kncg .embla__button:hover {
  background: #03144b;
  color: #fff;
  transform: scale(1.05);
}
.cid-tFLoZ0kncg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFLoZ0kncg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFLoZ0kncg .embla__button {
    top: auto;
  }
}
.cid-tFLoZ0kncg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tFLoZ0kncg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tFLoZ0kncg .embla {
  position: relative;
  width: 100%;
}
.cid-tFLoZ0kncg .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tFLoZ0kncg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFLoZ0kncg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFLoZ0kncg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFLoZ0kncg .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-tFLoZ0kncg .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tFLoZ0kncg .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-tFLoZ0kncg .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tFLoZ0kncg .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tFLoZ0kncg .shadow:hover .number,
.cid-tFLoZ0kncg .shadow:hover .card-title {
  color: #03144b !important;
}
.cid-tFLoZ0kncg .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-tFLoZ0kncg .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-tFLoZ0kncg .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tFLoZ0kncg .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tFLoZ0kncg H3 {
  color: #1d1d1f;
}
.cid-tFLoZ0kncg .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-tFLoZ0kncg .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tFLoZ0kncg .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-tFLoZ0kncg .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tFLoZ0kncg .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tFLoZ0kncg .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tFLoZ0kncg .people {
  align-items: center;
}
.cid-tFLoZ0kncg img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFLoZ0kncg .row.title-block {
    flex-direction: column;
  }
  .cid-tFLoZ0kncg .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tFLoZ0kncg .mbr-section-title {
    text-align: center;
  }
}
.cid-tFLoZ0kncg .card-subtitle,
.cid-tFLoZ0kncg .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-tFLoZ0kncg .people {
    flex-direction: column;
  }
  .cid-tFLoZ0kncg .card-text,
  .cid-tFLoZ0kncg .align,
  .cid-tFLoZ0kncg .iconfont-wrapper {
    text-align: center;
  }
  .cid-tFLoZ0kncg img {
    margin-bottom: 20px !important;
  }
}
.cid-tFLoZ0kncg .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-tFLoZ0kncg .button-align {
    margin-top: 20px;
  }
}
.cid-tFLoZ0kncg .btn {
  margin-top: 20px;
}
.cid-tFLoZ0kncg a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tFLoZ0kncg .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-tFLoZ0kncg .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tFLoZ0kncg .mbr-section-subtitle,
.cid-tFLoZ0kncg .button-align {
  text-align: center;
  color: #1b3a61;
}
.cid-tFRfr3cTcx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFRfr3cTcx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tFRfr3cTcx .panel-group,
.cid-tFRfr3cTcx .card-header {
  border: none;
}
.cid-tFRfr3cTcx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFRfr3cTcx .panel-title-edit {
  color: #353535;
}
.cid-tFRfr3cTcx .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.cid-tFRfr3cTcx .card-header {
  background-color: #e3edff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-tFRfr3cTcx .panel-body {
  padding: 1rem 1rem;
}
.cid-tFRfr3cTcx .panel-text {
  color: #232323;
  margin: 0;
}
.cid-tFRfr3cTcx H3 {
  color: #03144b;
}
.cid-tFRfr3cTcx H4 {
  color: #000000;
  text-align: center;
}
.cid-tFRfr3cTcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRfr3cTcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFLsKftSnw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tFLsKftSnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLsKftSnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLsKgcVnx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tFLsKgcVnx svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tFLsKgcVnx #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-tFLsKgcVnx img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .cid-tFLsKgcVnx img {
    width: 100%;
    left: 0;
  }
}
.cid-tFLsKgcVnx H1 {
  color: #03144b;
  text-align: center;
}
.cid-tFLsKgcVnx .mbr-text,
.cid-tFLsKgcVnx .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tFLsKgcVnx H3 {
  text-align: center;
}
.cid-tFLsKgMS3c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/regal-offer.webp");
}
.cid-tFLsKgMS3c .mbr-text,
.cid-tFLsKgMS3c .typed-text,
.cid-tFLsKgMS3c .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tFLsKgMS3c .btn {
  margin-left: 4px !important;
}
.cid-tFLsKgMS3c .animated-element {
  color: #cc2952;
}
.cid-tFLsKgMS3c .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #cc2952;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tFLsKgMS3c .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tFLsKgMS3c .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tFLsKgMS3c .mbr-section-text,
.cid-tFLsKgMS3c .mbr-section-btn {
  color: #c6671a;
  text-align: left;
}
.cid-tFLsKhtXUQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e3edff;
}
.cid-tFLsKhtXUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLsKhtXUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFLsKhtXUQ .row {
    padding: 0 24px;
  }
}
.cid-tFLsKhtXUQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFLsKhtXUQ .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFLsKhtXUQ .mbr-section-title {
  color: #005c62;
}
.cid-tFLsKhtXUQ .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tFLsKhtXUQ .mbr-section-title,
.cid-tFLsKhtXUQ .mbr-section-btn {
  text-align: center;
}
.cid-tFLsKi02SQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tFLsKi02SQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLsKi02SQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLsKi02SQ .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tFLsKi02SQ .section-border-item_center {
    display: none;
  }
}
.cid-tFLsKi02SQ .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFLsKi02SQ .main-container {
    flex-wrap: wrap;
  }
}
.cid-tFLsKi02SQ .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tFLsKi02SQ .card-wrap {
    width: 100%;
  }
}
.cid-tFLsKi02SQ .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tFLsKi02SQ .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFLsKi02SQ .card-box {
    max-width: 100%;
  }
}
.cid-tFLsKi02SQ .card-title {
  color: #FFF;
  text-align: center;
}
.cid-tFLsKi02SQ .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFLsKi02SQ .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tFLsKi02SQ .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tFLsKi02SQ .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tFLsKi02SQ .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tFLsKi02SQ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tFLsKi02SQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tFLsKi02SQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tFLsKi02SQ .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tFLsKi02SQ .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFLsKi02SQ .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tFLsKi02SQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tFLsKi02SQ .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tFLsKi02SQ .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tFLsKi02SQ .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tFLsKi02SQ .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tFLsKi02SQ .mbr-text,
.cid-tFLsKi02SQ .mbr-section-btn {
  text-align: center;
}
.cid-tFLsKiUBY6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e3edff;
}
.cid-tFLsKiUBY6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFLsKiUBY6 img {
    width: 100%;
  }
}
.cid-tFLsKiUBY6 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tFLsKiUBY6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tFLsKiUBY6 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tFLsKiUBY6 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #03144b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tFLsKiUBY6 .mbr-text,
.cid-tFLsKiUBY6 .mbr-section-btn {
  color: #777777;
}
.cid-tFLsKiUBY6 .mbr-section-subtitle {
  color: #777777;
}
.cid-tFLsKiUBY6 .mbr-list {
  color: #777777;
}
.cid-tFLsKiUBY6 .mbr-section-title {
  text-align: center;
}
.cid-tFLsKjALqG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFLsKjALqG .item:focus,
.cid-tFLsKjALqG span:focus {
  outline: none;
}
.cid-tFLsKjALqG .item-wrapper {
  position: relative;
}
.cid-tFLsKjALqG .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tFLsKjALqG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tFLsKjALqG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tFLsKjALqG .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tFLsKjALqG .embla__slide {
    min-width: 375px;
  }
}
.cid-tFLsKjALqG .embla__button--next,
.cid-tFLsKjALqG .embla__button--prev {
  display: flex;
}
.cid-tFLsKjALqG .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tFLsKjALqG .embla__button {
    display: none;
  }
}
.cid-tFLsKjALqG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFLsKjALqG .embla__button:hover {
  background: #03144b;
  color: #fff;
  transform: scale(1.05);
}
.cid-tFLsKjALqG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFLsKjALqG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFLsKjALqG .embla__button {
    top: auto;
  }
}
.cid-tFLsKjALqG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tFLsKjALqG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tFLsKjALqG .embla {
  position: relative;
  width: 100%;
}
.cid-tFLsKjALqG .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tFLsKjALqG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFLsKjALqG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFLsKjALqG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFLsKjALqG .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-tFLsKjALqG .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tFLsKjALqG .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-tFLsKjALqG .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tFLsKjALqG .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tFLsKjALqG .shadow:hover .number,
.cid-tFLsKjALqG .shadow:hover .card-title {
  color: #03144b !important;
}
.cid-tFLsKjALqG .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-tFLsKjALqG .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-tFLsKjALqG .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tFLsKjALqG .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tFLsKjALqG H3 {
  color: #1d1d1f;
}
.cid-tFLsKjALqG .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-tFLsKjALqG .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tFLsKjALqG .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-tFLsKjALqG .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tFLsKjALqG .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tFLsKjALqG .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tFLsKjALqG .people {
  align-items: center;
}
.cid-tFLsKjALqG img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFLsKjALqG .row.title-block {
    flex-direction: column;
  }
  .cid-tFLsKjALqG .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tFLsKjALqG .mbr-section-title {
    text-align: center;
  }
}
.cid-tFLsKjALqG .card-subtitle,
.cid-tFLsKjALqG .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-tFLsKjALqG .people {
    flex-direction: column;
  }
  .cid-tFLsKjALqG .card-text,
  .cid-tFLsKjALqG .align,
  .cid-tFLsKjALqG .iconfont-wrapper {
    text-align: center;
  }
  .cid-tFLsKjALqG img {
    margin-bottom: 20px !important;
  }
}
.cid-tFLsKjALqG .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-tFLsKjALqG .button-align {
    margin-top: 20px;
  }
}
.cid-tFLsKjALqG .btn {
  margin-top: 20px;
}
.cid-tFLsKjALqG a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tFLsKjALqG .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-tFLsKjALqG .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tFLsKjALqG .mbr-section-subtitle,
.cid-tFLsKjALqG .button-align {
  text-align: center;
  color: #1b3a61;
}
.cid-tFRiI74qbD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFRiI74qbD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tFRiI74qbD .panel-group,
.cid-tFRiI74qbD .card-header {
  border: none;
}
.cid-tFRiI74qbD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFRiI74qbD .panel-title-edit {
  color: #353535;
}
.cid-tFRiI74qbD .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.cid-tFRiI74qbD .card-header {
  background-color: #e3edff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-tFRiI74qbD .panel-body {
  padding: 1rem 1rem;
}
.cid-tFRiI74qbD .panel-text {
  color: #232323;
  margin: 0;
}
.cid-tFRiI74qbD H3 {
  color: #03144b;
}
.cid-tFRiI74qbD H4 {
  color: #000000;
  text-align: center;
}
.cid-tFRiI74qbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRiI74qbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFO6StTqKJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tFO6StTqKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFO6StTqKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFO6SuqBsD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tFO6SuqBsD svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tFO6SuqBsD #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-tFO6SuqBsD img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .cid-tFO6SuqBsD img {
    width: 100%;
    left: 0;
  }
}
.cid-tFO6SuqBsD H1 {
  color: #03144b;
  text-align: center;
}
.cid-tFO6SuqBsD .mbr-text,
.cid-tFO6SuqBsD .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tFO6SuqBsD H3 {
  text-align: center;
}
.cid-tFO6Sv9b7n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/regal-offer.webp");
}
.cid-tFO6Sv9b7n .mbr-text,
.cid-tFO6Sv9b7n .typed-text,
.cid-tFO6Sv9b7n .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tFO6Sv9b7n .btn {
  margin-left: 4px !important;
}
.cid-tFO6Sv9b7n .animated-element {
  color: #cc2952;
}
.cid-tFO6Sv9b7n .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #cc2952;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tFO6Sv9b7n .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tFO6Sv9b7n .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tFO6Sv9b7n .mbr-section-text,
.cid-tFO6Sv9b7n .mbr-section-btn {
  color: #c6671a;
  text-align: left;
}
.cid-tFO6SvRnpA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e3edff;
}
.cid-tFO6SvRnpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFO6SvRnpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFO6SvRnpA .row {
    padding: 0 24px;
  }
}
.cid-tFO6SvRnpA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFO6SvRnpA .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFO6SvRnpA .mbr-section-title {
  color: #005c62;
}
.cid-tFO6SvRnpA .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tFO6SvRnpA .mbr-section-title,
.cid-tFO6SvRnpA .mbr-section-btn {
  text-align: center;
}
.cid-tFO6SwqzAC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tFO6SwqzAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFO6SwqzAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFO6SwqzAC .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tFO6SwqzAC .section-border-item_center {
    display: none;
  }
}
.cid-tFO6SwqzAC .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFO6SwqzAC .main-container {
    flex-wrap: wrap;
  }
}
.cid-tFO6SwqzAC .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tFO6SwqzAC .card-wrap {
    width: 100%;
  }
}
.cid-tFO6SwqzAC .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tFO6SwqzAC .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFO6SwqzAC .card-box {
    max-width: 100%;
  }
}
.cid-tFO6SwqzAC .card-title {
  color: #FFF;
  text-align: center;
}
.cid-tFO6SwqzAC .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFO6SwqzAC .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tFO6SwqzAC .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tFO6SwqzAC .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tFO6SwqzAC .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tFO6SwqzAC .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tFO6SwqzAC .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tFO6SwqzAC .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tFO6SwqzAC .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tFO6SwqzAC .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFO6SwqzAC .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tFO6SwqzAC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tFO6SwqzAC .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tFO6SwqzAC .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tFO6SwqzAC .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tFO6SwqzAC .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tFO6SwqzAC .mbr-text,
.cid-tFO6SwqzAC .mbr-section-btn {
  text-align: center;
}
.cid-tFO6SxeK8F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e3edff;
}
.cid-tFO6SxeK8F img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFO6SxeK8F img {
    width: 100%;
  }
}
.cid-tFO6SxeK8F .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tFO6SxeK8F .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tFO6SxeK8F .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tFO6SxeK8F .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #03144b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tFO6SxeK8F .mbr-text,
.cid-tFO6SxeK8F .mbr-section-btn {
  color: #777777;
}
.cid-tFO6SxeK8F .mbr-section-subtitle {
  color: #777777;
}
.cid-tFO6SxeK8F .mbr-list {
  color: #777777;
}
.cid-tFO6SxeK8F .mbr-section-title {
  text-align: center;
}
.cid-tFO6SxQEFq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFO6SxQEFq .item:focus,
.cid-tFO6SxQEFq span:focus {
  outline: none;
}
.cid-tFO6SxQEFq .item-wrapper {
  position: relative;
}
.cid-tFO6SxQEFq .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tFO6SxQEFq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tFO6SxQEFq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tFO6SxQEFq .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tFO6SxQEFq .embla__slide {
    min-width: 375px;
  }
}
.cid-tFO6SxQEFq .embla__button--next,
.cid-tFO6SxQEFq .embla__button--prev {
  display: flex;
}
.cid-tFO6SxQEFq .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tFO6SxQEFq .embla__button {
    display: none;
  }
}
.cid-tFO6SxQEFq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFO6SxQEFq .embla__button:hover {
  background: #03144b;
  color: #fff;
  transform: scale(1.05);
}
.cid-tFO6SxQEFq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFO6SxQEFq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFO6SxQEFq .embla__button {
    top: auto;
  }
}
.cid-tFO6SxQEFq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tFO6SxQEFq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tFO6SxQEFq .embla {
  position: relative;
  width: 100%;
}
.cid-tFO6SxQEFq .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tFO6SxQEFq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFO6SxQEFq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFO6SxQEFq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFO6SxQEFq .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-tFO6SxQEFq .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tFO6SxQEFq .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-tFO6SxQEFq .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tFO6SxQEFq .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tFO6SxQEFq .shadow:hover .number,
.cid-tFO6SxQEFq .shadow:hover .card-title {
  color: #03144b !important;
}
.cid-tFO6SxQEFq .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-tFO6SxQEFq .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-tFO6SxQEFq .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tFO6SxQEFq .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tFO6SxQEFq H3 {
  color: #1d1d1f;
}
.cid-tFO6SxQEFq .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-tFO6SxQEFq .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tFO6SxQEFq .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-tFO6SxQEFq .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tFO6SxQEFq .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tFO6SxQEFq .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tFO6SxQEFq .people {
  align-items: center;
}
.cid-tFO6SxQEFq img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFO6SxQEFq .row.title-block {
    flex-direction: column;
  }
  .cid-tFO6SxQEFq .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tFO6SxQEFq .mbr-section-title {
    text-align: center;
  }
}
.cid-tFO6SxQEFq .card-subtitle,
.cid-tFO6SxQEFq .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-tFO6SxQEFq .people {
    flex-direction: column;
  }
  .cid-tFO6SxQEFq .card-text,
  .cid-tFO6SxQEFq .align,
  .cid-tFO6SxQEFq .iconfont-wrapper {
    text-align: center;
  }
  .cid-tFO6SxQEFq img {
    margin-bottom: 20px !important;
  }
}
.cid-tFO6SxQEFq .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-tFO6SxQEFq .button-align {
    margin-top: 20px;
  }
}
.cid-tFO6SxQEFq .btn {
  margin-top: 20px;
}
.cid-tFO6SxQEFq a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tFO6SxQEFq .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-tFO6SxQEFq .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tFO6SxQEFq .mbr-section-subtitle,
.cid-tFO6SxQEFq .button-align {
  text-align: center;
  color: #1b3a61;
}
.cid-tFRhd6XyKI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFRhd6XyKI .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tFRhd6XyKI .panel-group,
.cid-tFRhd6XyKI .card-header {
  border: none;
}
.cid-tFRhd6XyKI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFRhd6XyKI .panel-title-edit {
  color: #353535;
}
.cid-tFRhd6XyKI .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.cid-tFRhd6XyKI .card-header {
  background-color: #e3edff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-tFRhd6XyKI .panel-body {
  padding: 1rem 1rem;
}
.cid-tFRhd6XyKI .panel-text {
  color: #232323;
  margin: 0;
}
.cid-tFRhd6XyKI H3 {
  color: #03144b;
}
.cid-tFRhd6XyKI H4 {
  color: #000000;
  text-align: center;
}
.cid-tFRhd6XyKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRhd6XyKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFOZLc0bgs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tFOZLc0bgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFOZLc0bgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFOZLcLchz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tFOZLcLchz svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tFOZLcLchz #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-tFOZLcLchz img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .cid-tFOZLcLchz img {
    width: 100%;
    left: 0;
  }
}
.cid-tFOZLcLchz H1 {
  color: #03144b;
  text-align: center;
}
.cid-tFOZLcLchz .mbr-text,
.cid-tFOZLcLchz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tFOZLcLchz H3 {
  text-align: center;
}
.cid-tFOZLdrGbm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/regal-offer.webp");
}
.cid-tFOZLdrGbm .mbr-text,
.cid-tFOZLdrGbm .typed-text,
.cid-tFOZLdrGbm .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tFOZLdrGbm .btn {
  margin-left: 4px !important;
}
.cid-tFOZLdrGbm .animated-element {
  color: #cc2952;
}
.cid-tFOZLdrGbm .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #cc2952;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tFOZLdrGbm .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tFOZLdrGbm .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tFOZLdrGbm .mbr-section-text,
.cid-tFOZLdrGbm .mbr-section-btn {
  color: #c6671a;
  text-align: left;
}
.cid-tFOZLe6QLb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e3edff;
}
.cid-tFOZLe6QLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFOZLe6QLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFOZLe6QLb .row {
    padding: 0 24px;
  }
}
.cid-tFOZLe6QLb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFOZLe6QLb .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFOZLe6QLb .mbr-section-title {
  color: #005c62;
}
.cid-tFOZLe6QLb .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tFOZLe6QLb .mbr-section-title,
.cid-tFOZLe6QLb .mbr-section-btn {
  text-align: center;
}
.cid-tFOZLeCbu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tFOZLeCbu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFOZLeCbu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFOZLeCbu5 .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tFOZLeCbu5 .section-border-item_center {
    display: none;
  }
}
.cid-tFOZLeCbu5 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFOZLeCbu5 .main-container {
    flex-wrap: wrap;
  }
}
.cid-tFOZLeCbu5 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tFOZLeCbu5 .card-wrap {
    width: 100%;
  }
}
.cid-tFOZLeCbu5 .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tFOZLeCbu5 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFOZLeCbu5 .card-box {
    max-width: 100%;
  }
}
.cid-tFOZLeCbu5 .card-title {
  color: #FFF;
  text-align: center;
}
.cid-tFOZLeCbu5 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFOZLeCbu5 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tFOZLeCbu5 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tFOZLeCbu5 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tFOZLeCbu5 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tFOZLeCbu5 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tFOZLeCbu5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tFOZLeCbu5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tFOZLeCbu5 .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tFOZLeCbu5 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFOZLeCbu5 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tFOZLeCbu5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tFOZLeCbu5 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tFOZLeCbu5 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tFOZLeCbu5 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tFOZLeCbu5 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tFOZLeCbu5 .mbr-text,
.cid-tFOZLeCbu5 .mbr-section-btn {
  text-align: center;
}
.cid-tFOZLfmWMV {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #e3edff;
}
.cid-tFOZLfmWMV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFOZLfmWMV img {
    width: 100%;
  }
}
.cid-tFOZLfmWMV .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tFOZLfmWMV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tFOZLfmWMV .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tFOZLfmWMV .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #03144b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tFOZLfmWMV .mbr-text,
.cid-tFOZLfmWMV .mbr-section-btn {
  color: #777777;
}
.cid-tFOZLfmWMV .mbr-section-subtitle {
  color: #777777;
}
.cid-tFOZLfmWMV .mbr-list {
  color: #777777;
}
.cid-tFOZLfmWMV .mbr-section-title {
  text-align: center;
}
.cid-tFOZLg0CeE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFOZLg0CeE .item:focus,
.cid-tFOZLg0CeE span:focus {
  outline: none;
}
.cid-tFOZLg0CeE .item-wrapper {
  position: relative;
}
.cid-tFOZLg0CeE .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tFOZLg0CeE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tFOZLg0CeE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tFOZLg0CeE .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tFOZLg0CeE .embla__slide {
    min-width: 375px;
  }
}
.cid-tFOZLg0CeE .embla__button--next,
.cid-tFOZLg0CeE .embla__button--prev {
  display: flex;
}
.cid-tFOZLg0CeE .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tFOZLg0CeE .embla__button {
    display: none;
  }
}
.cid-tFOZLg0CeE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFOZLg0CeE .embla__button:hover {
  background: #03144b;
  color: #fff;
  transform: scale(1.05);
}
.cid-tFOZLg0CeE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFOZLg0CeE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFOZLg0CeE .embla__button {
    top: auto;
  }
}
.cid-tFOZLg0CeE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tFOZLg0CeE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tFOZLg0CeE .embla {
  position: relative;
  width: 100%;
}
.cid-tFOZLg0CeE .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tFOZLg0CeE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFOZLg0CeE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFOZLg0CeE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFOZLg0CeE .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-tFOZLg0CeE .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tFOZLg0CeE .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-tFOZLg0CeE .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tFOZLg0CeE .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tFOZLg0CeE .shadow:hover .number,
.cid-tFOZLg0CeE .shadow:hover .card-title {
  color: #03144b !important;
}
.cid-tFOZLg0CeE .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-tFOZLg0CeE .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-tFOZLg0CeE .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tFOZLg0CeE .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tFOZLg0CeE H3 {
  color: #1d1d1f;
}
.cid-tFOZLg0CeE .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-tFOZLg0CeE .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tFOZLg0CeE .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-tFOZLg0CeE .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tFOZLg0CeE .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tFOZLg0CeE .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tFOZLg0CeE .people {
  align-items: center;
}
.cid-tFOZLg0CeE img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFOZLg0CeE .row.title-block {
    flex-direction: column;
  }
  .cid-tFOZLg0CeE .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tFOZLg0CeE .mbr-section-title {
    text-align: center;
  }
}
.cid-tFOZLg0CeE .card-subtitle,
.cid-tFOZLg0CeE .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-tFOZLg0CeE .people {
    flex-direction: column;
  }
  .cid-tFOZLg0CeE .card-text,
  .cid-tFOZLg0CeE .align,
  .cid-tFOZLg0CeE .iconfont-wrapper {
    text-align: center;
  }
  .cid-tFOZLg0CeE img {
    margin-bottom: 20px !important;
  }
}
.cid-tFOZLg0CeE .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-tFOZLg0CeE .button-align {
    margin-top: 20px;
  }
}
.cid-tFOZLg0CeE .btn {
  margin-top: 20px;
}
.cid-tFOZLg0CeE a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tFOZLg0CeE .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-tFOZLg0CeE .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tFOZLg0CeE .mbr-section-subtitle,
.cid-tFOZLg0CeE .button-align {
  text-align: center;
  color: #1b3a61;
}
.cid-tFRiNwVzyf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFRiNwVzyf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tFRiNwVzyf .panel-group,
.cid-tFRiNwVzyf .card-header {
  border: none;
}
.cid-tFRiNwVzyf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFRiNwVzyf .panel-title-edit {
  color: #353535;
}
.cid-tFRiNwVzyf .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.cid-tFRiNwVzyf .card-header {
  background-color: #e3edff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-tFRiNwVzyf .panel-body {
  padding: 1rem 1rem;
}
.cid-tFRiNwVzyf .panel-text {
  color: #232323;
  margin: 0;
}
.cid-tFRiNwVzyf H3 {
  color: #03144b;
}
.cid-tFRiNwVzyf H4 {
  color: #000000;
  text-align: center;
}
.cid-tFRiNwVzyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRiNwVzyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFPmKxXHdW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tFPmKxXHdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPmKxXHdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPmKz19rv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tFPmKz19rv svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tFPmKz19rv #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-tFPmKz19rv img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .cid-tFPmKz19rv img {
    width: 100%;
    left: 0;
  }
}
.cid-tFPmKz19rv H1 {
  color: #03144b;
  text-align: center;
}
.cid-tFPmKz19rv .mbr-text,
.cid-tFPmKz19rv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tFPmKz19rv H3 {
  text-align: center;
}
.cid-tFPmKzSpQS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/regal-offer.webp");
}
.cid-tFPmKzSpQS .mbr-text,
.cid-tFPmKzSpQS .typed-text,
.cid-tFPmKzSpQS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tFPmKzSpQS .btn {
  margin-left: 4px !important;
}
.cid-tFPmKzSpQS .animated-element {
  color: #cc2952;
}
.cid-tFPmKzSpQS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #cc2952;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tFPmKzSpQS .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tFPmKzSpQS .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tFPmKzSpQS .mbr-section-text,
.cid-tFPmKzSpQS .mbr-section-btn {
  color: #c6671a;
  text-align: left;
}
.cid-tFPmKAH96w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e3edff;
}
.cid-tFPmKAH96w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPmKAH96w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFPmKAH96w .row {
    padding: 0 24px;
  }
}
.cid-tFPmKAH96w .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFPmKAH96w .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFPmKAH96w .mbr-section-title {
  color: #005c62;
}
.cid-tFPmKAH96w .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tFPmKAH96w .mbr-section-title,
.cid-tFPmKAH96w .mbr-section-btn {
  text-align: center;
}
.cid-tFPmKBuPEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tFPmKBuPEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPmKBuPEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPmKBuPEG .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tFPmKBuPEG .section-border-item_center {
    display: none;
  }
}
.cid-tFPmKBuPEG .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFPmKBuPEG .main-container {
    flex-wrap: wrap;
  }
}
.cid-tFPmKBuPEG .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tFPmKBuPEG .card-wrap {
    width: 100%;
  }
}
.cid-tFPmKBuPEG .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tFPmKBuPEG .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFPmKBuPEG .card-box {
    max-width: 100%;
  }
}
.cid-tFPmKBuPEG .card-title {
  color: #FFF;
  text-align: center;
}
.cid-tFPmKBuPEG .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFPmKBuPEG .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tFPmKBuPEG .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tFPmKBuPEG .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tFPmKBuPEG .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tFPmKBuPEG .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tFPmKBuPEG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tFPmKBuPEG .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tFPmKBuPEG .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tFPmKBuPEG .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFPmKBuPEG .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tFPmKBuPEG .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tFPmKBuPEG .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tFPmKBuPEG .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tFPmKBuPEG .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tFPmKBuPEG .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tFPmKBuPEG .mbr-text,
.cid-tFPmKBuPEG .mbr-section-btn {
  text-align: center;
}
.cid-tFPmKCvW9N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e3edff;
}
.cid-tFPmKCvW9N img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFPmKCvW9N img {
    width: 100%;
  }
}
.cid-tFPmKCvW9N .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tFPmKCvW9N .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tFPmKCvW9N .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tFPmKCvW9N .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #03144b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tFPmKCvW9N .mbr-text,
.cid-tFPmKCvW9N .mbr-section-btn {
  color: #777777;
}
.cid-tFPmKCvW9N .mbr-section-subtitle {
  color: #777777;
}
.cid-tFPmKCvW9N .mbr-list {
  color: #777777;
}
.cid-tFPmKCvW9N .mbr-section-title {
  text-align: center;
}
.cid-tFPmKDv0oU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFPmKDv0oU .item:focus,
.cid-tFPmKDv0oU span:focus {
  outline: none;
}
.cid-tFPmKDv0oU .item-wrapper {
  position: relative;
}
.cid-tFPmKDv0oU .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tFPmKDv0oU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tFPmKDv0oU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tFPmKDv0oU .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tFPmKDv0oU .embla__slide {
    min-width: 375px;
  }
}
.cid-tFPmKDv0oU .embla__button--next,
.cid-tFPmKDv0oU .embla__button--prev {
  display: flex;
}
.cid-tFPmKDv0oU .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tFPmKDv0oU .embla__button {
    display: none;
  }
}
.cid-tFPmKDv0oU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFPmKDv0oU .embla__button:hover {
  background: #03144b;
  color: #fff;
  transform: scale(1.05);
}
.cid-tFPmKDv0oU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFPmKDv0oU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFPmKDv0oU .embla__button {
    top: auto;
  }
}
.cid-tFPmKDv0oU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tFPmKDv0oU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tFPmKDv0oU .embla {
  position: relative;
  width: 100%;
}
.cid-tFPmKDv0oU .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tFPmKDv0oU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFPmKDv0oU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFPmKDv0oU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFPmKDv0oU .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-tFPmKDv0oU .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tFPmKDv0oU .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-tFPmKDv0oU .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tFPmKDv0oU .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tFPmKDv0oU .shadow:hover .number,
.cid-tFPmKDv0oU .shadow:hover .card-title {
  color: #03144b !important;
}
.cid-tFPmKDv0oU .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-tFPmKDv0oU .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-tFPmKDv0oU .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-tFPmKDv0oU .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-tFPmKDv0oU H3 {
  color: #1d1d1f;
}
.cid-tFPmKDv0oU .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-tFPmKDv0oU .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-tFPmKDv0oU .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-tFPmKDv0oU .mbr-iconfont::before {
  font-size: 25px;
}
.cid-tFPmKDv0oU .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tFPmKDv0oU .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tFPmKDv0oU .people {
  align-items: center;
}
.cid-tFPmKDv0oU img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFPmKDv0oU .row.title-block {
    flex-direction: column;
  }
  .cid-tFPmKDv0oU .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tFPmKDv0oU .mbr-section-title {
    text-align: center;
  }
}
.cid-tFPmKDv0oU .card-subtitle,
.cid-tFPmKDv0oU .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-tFPmKDv0oU .people {
    flex-direction: column;
  }
  .cid-tFPmKDv0oU .card-text,
  .cid-tFPmKDv0oU .align,
  .cid-tFPmKDv0oU .iconfont-wrapper {
    text-align: center;
  }
  .cid-tFPmKDv0oU img {
    margin-bottom: 20px !important;
  }
}
.cid-tFPmKDv0oU .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-tFPmKDv0oU .button-align {
    margin-top: 20px;
  }
}
.cid-tFPmKDv0oU .btn {
  margin-top: 20px;
}
.cid-tFPmKDv0oU a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tFPmKDv0oU .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-tFPmKDv0oU .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-tFPmKDv0oU .mbr-section-subtitle,
.cid-tFPmKDv0oU .button-align {
  text-align: center;
  color: #1b3a61;
}
.cid-tFPmKFRCPX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFPmKFRCPX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tFPmKFRCPX .panel-group,
.cid-tFPmKFRCPX .card-header {
  border: none;
}
.cid-tFPmKFRCPX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFPmKFRCPX .panel-title-edit {
  color: #353535;
}
.cid-tFPmKFRCPX .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.cid-tFPmKFRCPX .card-header {
  background-color: #e3edff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-tFPmKFRCPX .panel-body {
  padding: 1rem 1rem;
}
.cid-tFPmKFRCPX .panel-text {
  color: #232323;
  margin: 0;
}
.cid-tFPmKFRCPX H3 {
  color: #03144b;
}
.cid-tFPmKFRCPX H4 {
  color: #000000;
  text-align: center;
}
.cid-tFPmKFRCPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPmKFRCPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFRl2vpbKw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0f7699;
}
.cid-tFRl2vpbKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRl2vpbKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFRl2vpbKw .mbr-section-title {
  color: #ffffff;
}
.cid-tFRkWW2Hzt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tFRkWW2Hzt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tFRkWW2Hzt textarea {
  min-height: 150px;
}
.cid-tFRkWW2Hzt .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-tFRkWW2Hzt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tFRkWW2Hzt .form-control,
.cid-tFRkWW2Hzt .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #e1e8ff;
  border: 3px solid #03144b;
  color: #03144b;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-tFRkWW2Hzt .form-control:hover,
.cid-tFRkWW2Hzt .field-input:hover,
.cid-tFRkWW2Hzt .form-control:focus,
.cid-tFRkWW2Hzt .field-input:focus {
  background-color: #ffffff;
  border: 3px solid #03144b;
  box-shadow: none;
  outline: none;
}
.cid-tFRkWW2Hzt input::-webkit-input-placeholder,
.cid-tFRkWW2Hzt textarea::-webkit-input-placeholder {
  color: #051a5d;
}
.cid-tFRkWW2Hzt input:-moz-placeholder,
.cid-tFRkWW2Hzt textarea:-moz-placeholder {
  color: #051a5d;
}
.cid-tFRkWW2Hzt .jq-selectbox li,
.cid-tFRkWW2Hzt .jq-selectbox li {
  background-color: #e1e8ff;
  color: #000000;
}
.cid-tFRkWW2Hzt .jq-selectbox li:hover,
.cid-tFRkWW2Hzt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFRkWW2Hzt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1e8ff;
}
.cid-tFRkWW2Hzt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tFRkWW2Hzt H2 {
  color: #36404c;
  text-align: center;
}
.cid-tFRkWW2Hzt .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-tFRkWW2Hzt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFRkWW2Hzt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tFRkWW2Hzt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFRkWW2Hzt .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tFRkWW2Hzt .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFRkWW2Hzt .col-auto {
    margin: auto;
  }
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG0ige4RJe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tG0io22jzh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tG0io22jzh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tG0io22jzh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG0io22jzh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG0io22jzh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tG0io22jzh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tG0io22jzh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tG0io22jzh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tG0io22jzh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tG0io22jzh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tG0io22jzh ul {
  font-size: 0;
}
.cid-tG0io22jzh .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tG0io22jzh .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-tG0io22jzh .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tErArDNkGR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tCIwG7Q7HO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCIwG7Q7HO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCIwG7Q7HO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCIwG7Q7HO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCIwG7Q7HO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCIwG7Q7HO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tCIwG7Q7HO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCIwG7Q7HO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tCIwG7Q7HO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tCIwG7Q7HO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tCIwG7Q7HO ul {
  font-size: 0;
}
.cid-tCIwG7Q7HO .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tCIwG7Q7HO .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-tCIwG7Q7HO .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG1kiZpgDD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-tG1kiZpgDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1kiZpgDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG1ukOZ2k2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tG1ukOZ2k2 nav.navbar {
  position: fixed;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG1ukOZ2k2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover,
.cid-tG1ukOZ2k2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG1ukOZ2k2 .dropdown-item:hover span {
  color: white;
}
.cid-tG1ukOZ2k2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1ukOZ2k2 .nav-link {
  position: relative;
}
.cid-tG1ukOZ2k2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tG1ukOZ2k2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown-menu,
.cid-tG1ukOZ2k2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG1ukOZ2k2 .nav-item:focus,
.cid-tG1ukOZ2k2 .nav-link:focus {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG1ukOZ2k2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1ukOZ2k2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG1ukOZ2k2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG1ukOZ2k2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG1ukOZ2k2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar.collapsed {
  justify-content: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1ukOZ2k2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG1ukOZ2k2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1ukOZ2k2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1ukOZ2k2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1ukOZ2k2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG1ukOZ2k2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1ukOZ2k2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG1ukOZ2k2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tG1ukOZ2k2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tG1ukOZ2k2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG1ukOZ2k2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG1ukOZ2k2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1ukOZ2k2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1ukOZ2k2 .dropdown-item.active,
.cid-tG1ukOZ2k2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1ukOZ2k2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1ukOZ2k2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG1ukOZ2k2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1ukOZ2k2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1ukOZ2k2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG1ukOZ2k2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG1ukOZ2k2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1ukOZ2k2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1ukOZ2k2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1ukOZ2k2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG1ukOZ2k2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG1ukOZ2k2 .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-tG1ukOZ2k2 .navbar {
    height: 70px;
  }
  .cid-tG1ukOZ2k2 .navbar.opened {
    height: auto;
  }
  .cid-tG1ukOZ2k2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG1cag5j3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tG1cag5j3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1cag5j3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1cag5j3N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1cag5j3N .row {
    text-align: center;
  }
  .cid-tG1cag5j3N .row > div {
    margin: auto;
  }
  .cid-tG1cag5j3N .social-row {
    justify-content: center;
  }
}
.cid-tG1cag5j3N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tG1cag5j3N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG1cag5j3N .list {
    margin-bottom: 0rem;
  }
}
.cid-tG1cag5j3N .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tG1cag5j3N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tG1cag5j3N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tG1cag5j3N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG1cag5j3N H5 {
  color: #051a5d;
  text-align: center;
}
.cid-tG1cag5j3N .mbr-section-subtitle {
  text-align: center;
}
.cid-tG1cag5j3N .copyright {
  text-align: center;
}
.cid-tG1flATjly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b3a61;
}
.cid-tG1flATjly .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-tG1flATjly .mbr-text:hover {
  opacity: 1;
}
.cid-tG1flATjly a.text-white {
  color: #a99fc5 !important;
}
.cid-tG1flATjly a.text-white:hover {
  color: #ffffff !important;
}
.cid-tG1flATjly .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG1flATjly .foot-menu li {
  padding: 10px;
}
.cid-tG1flATjly .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tG1flATjly .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-tG1flATjly .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-tG1flATjly .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tG1flATjly .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tG1flATjly .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tG1flATjly .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-tG1flATjly .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG1flATjly .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tG1flATjly .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
