.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffeee6;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.4rem;
  line-height: .93;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.25rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.12 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.12 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00b4d8 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00b4d8 !important;
  border-color: #00b4d8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6591aa !important;
  border-color: #6591aa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #86a8bc !important;
  border-color: #86a8bc !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #86a8bc !important;
  border-color: #86a8bc !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5b5b5b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00b4d8;
  color: #00b4d8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  background-color: transparent !important;
  border-color: #006c81 !important;
  background-color: transparent! important;
  color: #006c81 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b4d8 !important;
  border-color: #00b4d8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6591aa;
  color: #6591aa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  background-color: transparent !important;
  border-color: #426377 !important;
  background-color: transparent! important;
  color: #426377 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6591aa !important;
  border-color: #6591aa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  background-color: transparent !important;
  border-color: #065e70 !important;
  background-color: transparent! important;
  color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  background-color: transparent !important;
  border-color: #12633e !important;
  background-color: transparent! important;
  color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  background-color: transparent !important;
  border-color: #755800 !important;
  background-color: transparent! important;
  color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  background-color: transparent !important;
  border-color: #641119 !important;
  background-color: transparent! important;
  color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  background-color: transparent !important;
  border-color: #000000 !important;
  background-color: transparent! important;
  color: #000000 !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: #f4f4f4;
  color: #f4f4f4;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  background-color: transparent! important;
  color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.text-primary {
  color: #00b4d8 !important;
}
.text-secondary {
  color: #6591aa !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #f4f4f4 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #005f72 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c5b6d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c1c1c1 !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: #00b4d8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00b4d8;
  border-color: #00b4d8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00b4d8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a5f0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #00b4d8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #00b4d8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00b4d8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00b4d8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00b4d8;
  border-bottom-color: #00b4d8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00b4d8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6591aa !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='%2300b4d8' %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;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 14px 20px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: inherit;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 12px !important;
}
.little-radius {
  border-radius: 6px !important;
}
.list .item-wrap,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vfFevuZ07U .navbar-dropdown {
  position: relative !important;
}
.cid-vfFevuZ07U .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vfFevuZ07U .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-vfFevuZ07U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .dropdown-menu {
    text-align: center;
  }
}
.cid-vfFevuZ07U .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vfFevuZ07U .dropdown-item:hover,
.cid-vfFevuZ07U .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vfFevuZ07U .dropdown-item:hover span {
  color: white;
}
.cid-vfFevuZ07U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfFevuZ07U .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfFevuZ07U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfFevuZ07U .nav-link {
  position: relative;
}
.cid-vfFevuZ07U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfFevuZ07U .container {
    flex-wrap: nowrap;
  }
}
.cid-vfFevuZ07U .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfFevuZ07U .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfFevuZ07U .dropdown-menu,
.cid-vfFevuZ07U .navbar.opened {
  background: #7289dd !important;
}
.cid-vfFevuZ07U .nav-item:focus,
.cid-vfFevuZ07U .nav-link:focus {
  outline: none;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfFevuZ07U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfFevuZ07U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vfFevuZ07U .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar.opened {
  transition: all 0.3s;
}
.cid-vfFevuZ07U .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vfFevuZ07U .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vfFevuZ07U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfFevuZ07U .navbar.collapsed {
  justify-content: center;
}
.cid-vfFevuZ07U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfFevuZ07U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfFevuZ07U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfFevuZ07U .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%;
  right: 0.8rem;
}
.cid-vfFevuZ07U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vfFevuZ07U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfFevuZ07U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfFevuZ07U .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%;
    right: 0.8rem;
  }
  .cid-vfFevuZ07U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfFevuZ07U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vfFevuZ07U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfFevuZ07U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfFevuZ07U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfFevuZ07U .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfFevuZ07U .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfFevuZ07U .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar-brand {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfFevuZ07U .navbar-brand .navbar-caption:hover,
.cid-vfFevuZ07U .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vfFevuZ07U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfFevuZ07U .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfFevuZ07U .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfFevuZ07U .dropdown-item.active,
.cid-vfFevuZ07U .dropdown-item:active {
  background-color: transparent;
}
.cid-vfFevuZ07U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfFevuZ07U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfFevuZ07U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfFevuZ07U ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vfFevuZ07U .navbar-buttons {
  text-align: center;
}
.cid-vfFevuZ07U .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vfFevuZ07U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfFevuZ07U button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFevuZ07U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfFevuZ07U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfFevuZ07U .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-vfFevuZ07U .navbar {
    height: 70px;
  }
  .cid-vfFevuZ07U .navbar.opened {
    height: auto;
  }
  .cid-vfFevuZ07U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfFevuZ07U .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfFevuZ07U .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfFevuZ07U .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vfFevuZ07U .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfFevuZ07U .nav-item .nav-link:hover,
.cid-vfFevuZ07U .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vfFevuZ07U .nav-item .nav-link:hover::after,
.cid-vfFevuZ07U .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vfFevuZ07U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfFevuZ07U .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfFevuZ07U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfFevuZ07U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfFevuZ07U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vfFevuZ07U .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vfFevuZ07U .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .content-wrap {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar-caption {
  color: #0A3E5B;
}
.cid-vfFevuZ07U .nav-link,
.cid-vfFevuZ07U .dropdown-item {
  color: #0A3E5B;
}
.cid-vfFevvQAuV {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFevvQAuV .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-vfFevvQAuV .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vfFevvQAuV .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00b4d8;
  opacity: 0.8;
  pointer-events: none;
}
.cid-vfFevvQAuV .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-vfFevvQAuV .cont-wrapper {
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
}
.cid-vfFevvQAuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFevvQAuV .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfFevvQAuV .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vfFevvQAuV .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-vfFevvQAuV .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-vfFevvQAuV .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-vfFevvQAuV .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vfFevvQAuV .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfFevvQAuV .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-vfFevvQAuV .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFevvQAuV .mbr-label {
  color: #FFFFFF;
  text-align: center;
}
.cid-vfFevvQAuV .mbr-section-title {
  color: #ffb3c1;
}
.cid-vfFevvQAuV .mbr-text,
.cid-vfFevvQAuV .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vfFevvQAuV .mbr-section-title,
.cid-vfFevvQAuV .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vfFP5OtXIO {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFP5OtXIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFP5OtXIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFP5OtXIO .row {
  margin: 0 -4px;
}
.cid-vfFP5OtXIO .row .card {
  padding: 0 4px;
}
.cid-vfFP5OtXIO .card-wrapper {
  padding: 80px 32px;
  background-color: #00b4d8;
}
@media (max-width: 992px) {
  .cid-vfFP5OtXIO .card-wrapper {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-vfFP5OtXIO .card-wrapper .image-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vfFP5OtXIO .card-wrapper .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-vfFP5OtXIO .card-wrapper .image-wrap img {
  display: inline-block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vfFP5OtXIO .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vfFP5OtXIO .card-wrapper .text-wrapper .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vfFP5OtXIO .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfFP5OtXIO .card-wrapper .mbr-name {
  margin-bottom: 4px;
}
.cid-vfFP5OtXIO .card-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vfFP5OtXIO .card-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfFP5OtXIO .card-wrap {
    height: 300px;
  }
}
.cid-vfFP5OtXIO .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00b4d8;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.cid-vfFP5OtXIO .card-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfFP5OtXIO .mbr-text {
  color: #ffb3c1;
}
.cid-vfFP5OtXIO .mbr-name {
  color: #ffb3c1;
  text-align: center;
}
.cid-vfFP5OtXIO .mbr-role {
  color: #9e7abe;
  text-align: center;
}
.cid-vfFP5OtXIO .mbr-text,
.cid-vfFP5OtXIO .text-wrapper,
.cid-vfFP5OtXIO .image-wrap {
  text-align: center;
  color: #000000;
}
.cid-vfFevwExHH {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFevwExHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFevwExHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFevwExHH .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px 24px;
}
@media (max-width: 992px) {
  .cid-vfFevwExHH .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFevwExHH .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFevwExHH .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfFevwExHH .card-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfFevwExHH .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFevwExHH .card-wrapper .items-wrapper {
  margin: 40px -4px 0;
  margin-top: 40px;
}
.cid-vfFevwExHH .card-wrapper .items-wrapper .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vfFevwExHH .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfFevwExHH .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 40px 32px;
  background-color: #fde4d8;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfFevwExHH .card-wrapper .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 24px;
  }
}
.cid-vfFevwExHH .card-wrapper .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 20px;
}
.cid-vfFevwExHH .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vfFevwExHH .mbr-label {
  color: #0A3E5B;
}
.cid-vfFevwExHH .mbr-section-title {
  color: #0027ba;
}
.cid-vfFevwExHH .item-number {
  color: #0A3E5B;
}
.cid-vfFevwExHH .item-title {
  color: #0A3E5B;
}
.cid-vfFevwExHH .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vfFevwExHH .main-btn {
    text-align: left;
  }
}
.cid-vfFevwExHH .mbr-section-title,
.cid-vfFevwExHH .main-btn {
  color: #0A3E5B;
}
.cid-vfFevxKZB8 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFevxKZB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFevxKZB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFevxKZB8 .card-wrapper {
  background-color: #ceedec;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfFevxKZB8 .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFevxKZB8 .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vfFevxKZB8 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFevxKZB8 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFevxKZB8 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfFevxKZB8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vfFevxKZB8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vfFevxKZB8 .embla__slide .slide-content {
  width: 100%;
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #00b4d8;
}
@media (max-width: 992px) {
  .cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #00b4d8;
  opacity: 0.2;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vfFevxKZB8 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vfFevxKZB8 .embla__button--next,
.cid-vfFevxKZB8 .embla__button--prev {
  display: flex;
}
.cid-vfFevxKZB8 .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #0027ba !important;
  color: #ffb3c1 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
  display: none;
}
.cid-vfFevxKZB8 .embla__button:hover {
  background-color: #ffb3c1 !important;
  color: #0027ba !important;
}
.cid-vfFevxKZB8 .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #0027ba !important;
  color: #ffb3c1 !important;
}
.cid-vfFevxKZB8 .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vfFevxKZB8 .embla__button.embla__button--next {
  right: 8px;
}
.cid-vfFevxKZB8 .embla {
  position: relative;
  width: 100%;
}
.cid-vfFevxKZB8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfFevxKZB8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfFevxKZB8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfFevxKZB8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfFevxKZB8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfFevxKZB8 .mbr-label {
  color: #0A3E5B;
  text-align: center;
}
.cid-vfFevxKZB8 .mbr-section-title,
.cid-vfFevxKZB8 .title-wrap {
  color: #0A3E5B;
  text-align: center;
}
.cid-vfFevxKZB8 .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vfFevxKZB8 .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vfFevxKZB8 .item-title,
.cid-vfFevxKZB8 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vgG8hLVp5A {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #fbccb6;
}
.cid-vgG8hLVp5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgG8hLVp5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgG8hLVp5A .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vgG8hLVp5A .card-wrapper {
    padding: 24px;
  }
}
.cid-vgG8hLVp5A .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgG8hLVp5A .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgG8hLVp5A .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgG8hLVp5A .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgG8hLVp5A .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vgG8hLVp5A .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgG8hLVp5A .mbr-label {
  color: #0027ba;
}
.cid-vgG8hLVp5A .mbr-section-title {
  color: #ffffff;
}
.cid-vgG8hLVp5A .mbr-text {
  color: #0027ba;
}
.cid-vgG8hLVp5A .mbr-text,
.cid-vgG8hLVp5A .mbr-section-btn {
  color: #232323;
}
.cid-vhhceFzkIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbccb6;
}
@media (max-width: 768px) {
  .cid-vhhceFzkIt .container {
    padding: 0 16px;
  }
}
.cid-vhhceFzkIt .row {
  position: relative;
  z-index: 1;
}
.cid-vhhceFzkIt .title-wrapper {
  margin-bottom: 80px;
}
.cid-vhhceFzkIt .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vhhceFzkIt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhhceFzkIt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-vhhceFzkIt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-vhhceFzkIt .embla__slide .slide-content {
  width: 100%;
}
.cid-vhhceFzkIt .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fbccb6;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhhceFzkIt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-vhhceFzkIt .embla__button--next,
.cid-vhhceFzkIt .embla__button--prev {
  display: flex;
}
.cid-vhhceFzkIt .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #00b4d8 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vhhceFzkIt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhhceFzkIt .embla__button:hover {
  opacity: .7 !important;
}
.cid-vhhceFzkIt .embla__button.embla__button--prev {
  left: 0;
}
.cid-vhhceFzkIt .embla__button.embla__button--next {
  right: 0;
}
.cid-vhhceFzkIt .embla {
  position: relative;
  width: 100%;
}
.cid-vhhceFzkIt .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-vhhceFzkIt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhhceFzkIt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhhceFzkIt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhhceFzkIt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhhceFzkIt .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-vfFevxYAJe {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFevxYAJe .item:focus,
.cid-vfFevxYAJe span:focus {
  outline: none;
}
.cid-vfFevxYAJe .card-wrapper {
  padding: 32px 0;
  overflow: hidden;
  background-color: #00b4d8;
}
@media (max-width: 992px) {
  .cid-vfFevxYAJe .card-wrapper {
    padding: 24px 0;
  }
}
.cid-vfFevxYAJe .content-head {
  max-width: 800px;
}
.cid-vfFevxYAJe .item {
  color: #ffffff;
}
.cid-vfFevyz1KI {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFevyz1KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFevyz1KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFevyz1KI .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfFevyz1KI .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFevyz1KI .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-vfFevyz1KI .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-vfFevyz1KI .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFevyz1KI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfFevyz1KI .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFevyz1KI .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfFevyz1KI .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #00b4d8;
}
@media (max-width: 992px) {
  .cid-vfFevyz1KI .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .title-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-vfFevyz1KI .card-wrapper .card-wrap .title-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfFevyz1KI .card-wrapper .card-wrap .title-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 12px;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
  padding: 20px 32px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  margin-bottom: 24px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px 14px;
  }
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
  opacity: 1;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
  min-height: 190px;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
  padding: 26px 20px;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vfFevyz1KI .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 14px 20px;
  }
}
.cid-vfFevyz1KI .mbr-label {
  color: #0A3E5B;
}
.cid-vfFevyz1KI .mbr-section-title {
  color: #0A3E5B;
}
.cid-vfFevyz1KI .mbr-text {
  color: #0027ba;
}
.cid-vfFevyz1KI .mbr-section-subtitle {
  color: #ffb3c1;
}
.cid-vfFevyz1KI label {
  color: #949DBD;
}
.cid-vfFevyz1KI .mbr-text,
.cid-vfFevyz1KI .text-wrapper {
  color: #0A3E5B;
}
.cid-vfFevyz1KI .mbr-section-subtitle,
.cid-vfFevyz1KI .title-wrap {
  color: #FFFFFF;
}
.cid-vfFevyz1KI .form-control-label {
  color: #FFFFFF;
}
.cid-vfFevyELVf {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFevyELVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFevyELVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFevyELVf .card-wrapper {
  background-color: #ceedec;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfFevyELVf .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFevyELVf .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFevyELVf .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFevyELVf .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfFevyELVf .card-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cid-vfFevyELVf .card-wrapper .contacts-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #00b4d8;
  background-color: #00b4d8;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfFevyELVf .card-wrapper .contacts-wrapper .list .item-wrap {
    padding: 14px 20px;
    border-radius: 12px !important;
  }
}
.cid-vfFevyELVf .card-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vfFevyELVf .card-wrapper .contacts-wrapper .list .item-wrap:focus {
  background-color: transparent;
  color: #0a3e5b;
  border: 1px solid #0a3e5b;
}
.cid-vfFevyELVf .mbr-label {
  color: #0A3E5B;
}
.cid-vfFevyELVf .mbr-section-title {
  color: #0A3E5B;
}
.cid-vfFevyELVf .list {
  color: #ffb3c1;
}
.cid-vfFevyELVf .list,
.cid-vfFevyELVf .item-wrap,
.cid-vfFevyELVf .nav-wrapper {
  color: #FFFFFF;
}
.cid-vfP6Hjka0I {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP6Hjka0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfP6Hjka0I .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .mbr-label {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-section-title {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text {
  color: #949DBD;
}
.cid-vfP6Hjka0I .mbr-copy {
  color: #FFFFFF;
}
.cid-vfP6Hjka0I .list {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text,
.cid-vfP6Hjka0I .text-wrapper {
  color: #ffffff;
}
.cid-vfFevuZ07U .navbar-dropdown {
  position: relative !important;
}
.cid-vfFevuZ07U .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vfFevuZ07U .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-vfFevuZ07U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .dropdown-menu {
    text-align: center;
  }
}
.cid-vfFevuZ07U .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vfFevuZ07U .dropdown-item:hover,
.cid-vfFevuZ07U .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vfFevuZ07U .dropdown-item:hover span {
  color: white;
}
.cid-vfFevuZ07U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfFevuZ07U .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfFevuZ07U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfFevuZ07U .nav-link {
  position: relative;
}
.cid-vfFevuZ07U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfFevuZ07U .container {
    flex-wrap: nowrap;
  }
}
.cid-vfFevuZ07U .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfFevuZ07U .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfFevuZ07U .dropdown-menu,
.cid-vfFevuZ07U .navbar.opened {
  background: #7289dd !important;
}
.cid-vfFevuZ07U .nav-item:focus,
.cid-vfFevuZ07U .nav-link:focus {
  outline: none;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfFevuZ07U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfFevuZ07U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vfFevuZ07U .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar.opened {
  transition: all 0.3s;
}
.cid-vfFevuZ07U .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vfFevuZ07U .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vfFevuZ07U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfFevuZ07U .navbar.collapsed {
  justify-content: center;
}
.cid-vfFevuZ07U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfFevuZ07U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfFevuZ07U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfFevuZ07U .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%;
  right: 0.8rem;
}
.cid-vfFevuZ07U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vfFevuZ07U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfFevuZ07U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfFevuZ07U .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%;
    right: 0.8rem;
  }
  .cid-vfFevuZ07U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfFevuZ07U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vfFevuZ07U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfFevuZ07U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfFevuZ07U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfFevuZ07U .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfFevuZ07U .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfFevuZ07U .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar-brand {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfFevuZ07U .navbar-brand .navbar-caption:hover,
.cid-vfFevuZ07U .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vfFevuZ07U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfFevuZ07U .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfFevuZ07U .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfFevuZ07U .dropdown-item.active,
.cid-vfFevuZ07U .dropdown-item:active {
  background-color: transparent;
}
.cid-vfFevuZ07U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfFevuZ07U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfFevuZ07U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfFevuZ07U ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vfFevuZ07U .navbar-buttons {
  text-align: center;
}
.cid-vfFevuZ07U .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vfFevuZ07U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfFevuZ07U button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFevuZ07U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfFevuZ07U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfFevuZ07U .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-vfFevuZ07U .navbar {
    height: 70px;
  }
  .cid-vfFevuZ07U .navbar.opened {
    height: auto;
  }
  .cid-vfFevuZ07U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfFevuZ07U .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfFevuZ07U .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfFevuZ07U .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vfFevuZ07U .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfFevuZ07U .nav-item .nav-link:hover,
.cid-vfFevuZ07U .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vfFevuZ07U .nav-item .nav-link:hover::after,
.cid-vfFevuZ07U .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vfFevuZ07U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfFevuZ07U .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfFevuZ07U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfFevuZ07U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfFevuZ07U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vfFevuZ07U .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vfFevuZ07U .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .content-wrap {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar-caption {
  color: #0A3E5B;
}
.cid-vfFevuZ07U .nav-link,
.cid-vfFevuZ07U .dropdown-item {
  color: #0A3E5B;
}
.cid-vfFm0hgXuS {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vfFm0hgXuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFm0hgXuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFm0hgXuS .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vfFm0hgXuS .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vfFm0hgXuS .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vfFm0hgXuS .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfFm0hgXuS .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vfFm0hgXuS .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vfFm0hgXuS .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfFm0hgXuS .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFm0hgXuS .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vfFm0hgXuS .mbr-section-title {
  color: #0027ba;
}
.cid-vfFm0hgXuS .mbr-text,
.cid-vfFm0hgXuS .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfFm0hgXuS .mbr-section-title,
.cid-vfFm0hgXuS .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vfFm0hh2mC {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFm0hh2mC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFm0hh2mC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFm0hh2mC .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFm0hh2mC .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-vfFm0hh2mC .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFm0hh2mC .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfFm0hh2mC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-vfFm0hh2mC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vfFm0hh2mC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #000000;
  padding: 18px 28px;
  border: 1px solid #f9c22e;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #f9c22e;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-vfFm0hh2mC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #51270c;
  border: 1px solid #51270c;
}
.cid-vfFm0hh2mC .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #f9c22e;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfFm0hh2mC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFm0hh2mC .mbr-label {
  color: #51270C;
}
.cid-vfFm0hh2mC .mbr-section-title {
  color: #0027ba;
}
.cid-vfFm0hh2mC .item-title {
  color: #ffb3c1;
}
.cid-vfFm0hh2mC .item-text {
  color: #ffb3c1;
}
.cid-vfFm0hh2mC .mbr-section-title,
.cid-vfFm0hh2mC .tabs-wrapper {
  color: #51270C;
}
.cid-vfFm0hh2mC .item-title,
.cid-vfFm0hh2mC .mbr-section-btn {
  color: #000000;
}
.cid-vfFm0hh2mC .item-text,
.cid-vfFm0hh2mC .text-wrapper {
  color: #000000;
}
.cid-vfFm0hhFk5 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFm0hhFk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFm0hhFk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFm0hhFk5 .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfFm0hhFk5 .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFm0hhFk5 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFm0hhFk5 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfFm0hhFk5 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vfFm0hhFk5 .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vfFm0hhFk5 .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffe2e0;
  transition: all 0.3s ease;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card:hover {
  background-color: #ffe2e0;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #51270c;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vfFm0hhFk5 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfFm0hhFk5 .mbr-label {
  color: #51270C;
}
.cid-vfFm0hhFk5 .mbr-section-title {
  color: #0027ba;
}
.cid-vfFm0hhFk5 .mbr-text {
  color: #51270C;
}
.cid-vfFm0hhFk5 .panel-title-edit {
  color: #51270C;
}
.cid-vfFm0hhFk5 .panel-text {
  color: #0027ba;
}
.cid-vfFm0hhFk5 .mbr-section-title,
.cid-vfFm0hhFk5 .main-btn {
  color: #51270C;
}
.cid-vfFm0hhFk5 .panel-text,
.cid-vfFm0hhFk5 .panel-body {
  color: #51270C;
}
.cid-vfFm0hhVEU {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFm0hhVEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFm0hhVEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFm0hhVEU .card-wrapper {
  background-color: #e7e2ca;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfFm0hhVEU .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFm0hhVEU .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFm0hhVEU .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFm0hhVEU .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfFm0hhVEU .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfFm0hhVEU .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfFm0hhVEU .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFm0hhVEU .mbr-label {
  color: #51270C;
}
.cid-vfFm0hhVEU .mbr-section-title {
  color: #51270C;
}
.cid-vfFm0hhVEU .mbr-text {
  color: #0027ba;
}
.cid-vfFm0hhVEU .mbr-text,
.cid-vfFm0hhVEU .mbr-section-btn {
  color: #51270C;
  text-align: justify;
}
.cid-vfP6Hjka0I {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP6Hjka0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfP6Hjka0I .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .mbr-label {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-section-title {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text {
  color: #949DBD;
}
.cid-vfP6Hjka0I .mbr-copy {
  color: #FFFFFF;
}
.cid-vfP6Hjka0I .list {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text,
.cid-vfP6Hjka0I .text-wrapper {
  color: #ffffff;
}
.cid-vfFyKvAZWJ .navbar-dropdown {
  position: relative !important;
}
.cid-vfFyKvAZWJ .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vfFyKvAZWJ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vfFyKvAZWJ .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-vfFyKvAZWJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vfFyKvAZWJ .dropdown-menu {
    text-align: center;
  }
}
.cid-vfFyKvAZWJ .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vfFyKvAZWJ .dropdown-item:hover,
.cid-vfFyKvAZWJ .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vfFyKvAZWJ .dropdown-item:hover span {
  color: white;
}
.cid-vfFyKvAZWJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfFyKvAZWJ .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfFyKvAZWJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfFyKvAZWJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfFyKvAZWJ .nav-link {
  position: relative;
}
.cid-vfFyKvAZWJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfFyKvAZWJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vfFyKvAZWJ .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfFyKvAZWJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfFyKvAZWJ .dropdown-menu,
.cid-vfFyKvAZWJ .navbar.opened {
  background: #7289dd !important;
}
.cid-vfFyKvAZWJ .nav-item:focus,
.cid-vfFyKvAZWJ .nav-link:focus {
  outline: none;
}
.cid-vfFyKvAZWJ .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vfFyKvAZWJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vfFyKvAZWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfFyKvAZWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfFyKvAZWJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfFyKvAZWJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vfFyKvAZWJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vfFyKvAZWJ .navbar {
    min-height: 80px;
  }
}
.cid-vfFyKvAZWJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfFyKvAZWJ .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vfFyKvAZWJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vfFyKvAZWJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfFyKvAZWJ .navbar.collapsed {
  justify-content: center;
}
.cid-vfFyKvAZWJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfFyKvAZWJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfFyKvAZWJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfFyKvAZWJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfFyKvAZWJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfFyKvAZWJ .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%;
  right: 0.8rem;
}
.cid-vfFyKvAZWJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfFyKvAZWJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vfFyKvAZWJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfFyKvAZWJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfFyKvAZWJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfFyKvAZWJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfFyKvAZWJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfFyKvAZWJ .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%;
    right: 0.8rem;
  }
  .cid-vfFyKvAZWJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfFyKvAZWJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfFyKvAZWJ .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vfFyKvAZWJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfFyKvAZWJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfFyKvAZWJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfFyKvAZWJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfFyKvAZWJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfFyKvAZWJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vfFyKvAZWJ .navbar-brand {
    min-height: 80px;
  }
}
.cid-vfFyKvAZWJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfFyKvAZWJ .navbar-brand .navbar-caption:hover,
.cid-vfFyKvAZWJ .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vfFyKvAZWJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfFyKvAZWJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfFyKvAZWJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfFyKvAZWJ .dropdown-item.active,
.cid-vfFyKvAZWJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfFyKvAZWJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfFyKvAZWJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfFyKvAZWJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfFyKvAZWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vfFyKvAZWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vfFyKvAZWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfFyKvAZWJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfFyKvAZWJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfFyKvAZWJ ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vfFyKvAZWJ .navbar-buttons {
  text-align: center;
}
.cid-vfFyKvAZWJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vfFyKvAZWJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfFyKvAZWJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfFyKvAZWJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vfFyKvAZWJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfFyKvAZWJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFyKvAZWJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFyKvAZWJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfFyKvAZWJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFyKvAZWJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfFyKvAZWJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfFyKvAZWJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFyKvAZWJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfFyKvAZWJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfFyKvAZWJ .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-vfFyKvAZWJ .navbar {
    height: 70px;
  }
  .cid-vfFyKvAZWJ .navbar.opened {
    height: auto;
  }
  .cid-vfFyKvAZWJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfFyKvAZWJ .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfFyKvAZWJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfFyKvAZWJ .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vfFyKvAZWJ .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfFyKvAZWJ .nav-item .nav-link:hover,
.cid-vfFyKvAZWJ .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vfFyKvAZWJ .nav-item .nav-link:hover::after,
.cid-vfFyKvAZWJ .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vfFyKvAZWJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfFyKvAZWJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfFyKvAZWJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vfFyKvAZWJ .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vfFyKvAZWJ .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vfFyKvAZWJ .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vfFyKvAZWJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfFyKvAZWJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfFyKvAZWJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfFyKvAZWJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfFyKvAZWJ .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vfFyKvAZWJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vfFyKvAZWJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vfFyKvAZWJ .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vfFyKvAZWJ .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vfFyKvAZWJ .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vfFyKvAZWJ .content-wrap {
    min-height: 80px;
  }
}
.cid-vfFyKvAZWJ .navbar-caption {
  color: #0A3E5B;
}
.cid-vfFyKvAZWJ .nav-link,
.cid-vfFyKvAZWJ .dropdown-item {
  color: #0A3E5B;
}
.cid-vfFyKoJg6H {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vfFyKoJg6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFyKoJg6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFyKoJg6H .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vfFyKoJg6H .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vfFyKoJg6H .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vfFyKoJg6H .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfFyKoJg6H .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vfFyKoJg6H .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vfFyKoJg6H .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfFyKoJg6H .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFyKoJg6H .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vfFyKoJg6H .mbr-section-title {
  color: #0027ba;
}
.cid-vfFyKoJg6H .mbr-text,
.cid-vfFyKoJg6H .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfFyKoJg6H .mbr-section-title,
.cid-vfFyKoJg6H .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vfFzcp7g7h {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFzcp7g7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFzcp7g7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFzcp7g7h .items-wrapper {
  margin: 0 -4px;
}
.cid-vfFzcp7g7h .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-vfFzcp7g7h .item:first-child {
  margin-top: 0;
}
.cid-vfFzcp7g7h .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .item-wrapper {
    display: block;
  }
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #ceedec;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfFzcp7g7h .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFzcp7g7h .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-vfFzcp7g7h .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfFzcp7g7h .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-vfFzcp7g7h .item-number {
  color: #0A3E5B;
}
.cid-vfFzcp7g7h .item-title {
  color: #0027ba;
}
.cid-vfFzcp7g7h .item-text {
  color: #0027ba;
}
.cid-vfFzcp7g7h .card-icon {
  color: #0A3E5B;
}
.cid-vfFzcp7g7h .item-title,
.cid-vfFzcp7g7h .mbr-section-btn,
.cid-vfFzcp7g7h .title-wrap {
  color: #0A3E5B;
}
.cid-vfFzcp7g7h .item-text,
.cid-vfFzcp7g7h .text-wrapper {
  color: #0A3E5B;
}
.cid-vfP6Hjka0I {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP6Hjka0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfP6Hjka0I .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .mbr-label {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-section-title {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text {
  color: #949DBD;
}
.cid-vfP6Hjka0I .mbr-copy {
  color: #FFFFFF;
}
.cid-vfP6Hjka0I .list {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text,
.cid-vfP6Hjka0I .text-wrapper {
  color: #ffffff;
}
.cid-vfFCCMz0y3 .navbar-dropdown {
  position: relative !important;
}
.cid-vfFCCMz0y3 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vfFCCMz0y3 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vfFCCMz0y3 .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-vfFCCMz0y3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vfFCCMz0y3 .dropdown-menu {
    text-align: center;
  }
}
.cid-vfFCCMz0y3 .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vfFCCMz0y3 .dropdown-item:hover,
.cid-vfFCCMz0y3 .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vfFCCMz0y3 .dropdown-item:hover span {
  color: white;
}
.cid-vfFCCMz0y3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfFCCMz0y3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfFCCMz0y3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfFCCMz0y3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfFCCMz0y3 .nav-link {
  position: relative;
}
.cid-vfFCCMz0y3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfFCCMz0y3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfFCCMz0y3 .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfFCCMz0y3 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfFCCMz0y3 .dropdown-menu,
.cid-vfFCCMz0y3 .navbar.opened {
  background: #7289dd !important;
}
.cid-vfFCCMz0y3 .nav-item:focus,
.cid-vfFCCMz0y3 .nav-link:focus {
  outline: none;
}
.cid-vfFCCMz0y3 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vfFCCMz0y3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vfFCCMz0y3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfFCCMz0y3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfFCCMz0y3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfFCCMz0y3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vfFCCMz0y3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vfFCCMz0y3 .navbar {
    min-height: 80px;
  }
}
.cid-vfFCCMz0y3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfFCCMz0y3 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vfFCCMz0y3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vfFCCMz0y3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfFCCMz0y3 .navbar.collapsed {
  justify-content: center;
}
.cid-vfFCCMz0y3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfFCCMz0y3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfFCCMz0y3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfFCCMz0y3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfFCCMz0y3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfFCCMz0y3 .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%;
  right: 0.8rem;
}
.cid-vfFCCMz0y3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfFCCMz0y3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vfFCCMz0y3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfFCCMz0y3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfFCCMz0y3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfFCCMz0y3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfFCCMz0y3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfFCCMz0y3 .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%;
    right: 0.8rem;
  }
  .cid-vfFCCMz0y3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfFCCMz0y3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfFCCMz0y3 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vfFCCMz0y3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfFCCMz0y3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfFCCMz0y3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfFCCMz0y3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfFCCMz0y3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfFCCMz0y3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vfFCCMz0y3 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vfFCCMz0y3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfFCCMz0y3 .navbar-brand .navbar-caption:hover,
.cid-vfFCCMz0y3 .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vfFCCMz0y3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfFCCMz0y3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfFCCMz0y3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfFCCMz0y3 .dropdown-item.active,
.cid-vfFCCMz0y3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfFCCMz0y3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfFCCMz0y3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfFCCMz0y3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfFCCMz0y3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vfFCCMz0y3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vfFCCMz0y3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfFCCMz0y3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfFCCMz0y3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfFCCMz0y3 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vfFCCMz0y3 .navbar-buttons {
  text-align: center;
}
.cid-vfFCCMz0y3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vfFCCMz0y3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfFCCMz0y3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfFCCMz0y3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vfFCCMz0y3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfFCCMz0y3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFCCMz0y3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFCCMz0y3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfFCCMz0y3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFCCMz0y3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfFCCMz0y3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfFCCMz0y3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFCCMz0y3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfFCCMz0y3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfFCCMz0y3 .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-vfFCCMz0y3 .navbar {
    height: 70px;
  }
  .cid-vfFCCMz0y3 .navbar.opened {
    height: auto;
  }
  .cid-vfFCCMz0y3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfFCCMz0y3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfFCCMz0y3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfFCCMz0y3 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vfFCCMz0y3 .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfFCCMz0y3 .nav-item .nav-link:hover,
.cid-vfFCCMz0y3 .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vfFCCMz0y3 .nav-item .nav-link:hover::after,
.cid-vfFCCMz0y3 .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vfFCCMz0y3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfFCCMz0y3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfFCCMz0y3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vfFCCMz0y3 .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vfFCCMz0y3 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vfFCCMz0y3 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vfFCCMz0y3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfFCCMz0y3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfFCCMz0y3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfFCCMz0y3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfFCCMz0y3 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vfFCCMz0y3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vfFCCMz0y3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vfFCCMz0y3 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vfFCCMz0y3 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vfFCCMz0y3 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vfFCCMz0y3 .content-wrap {
    min-height: 80px;
  }
}
.cid-vfFCCMz0y3 .navbar-caption {
  color: #0A3E5B;
}
.cid-vfFCCMz0y3 .nav-link,
.cid-vfFCCMz0y3 .dropdown-item {
  color: #0A3E5B;
}
.cid-vfFCCKgU4s {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vfFCCKgU4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFCCKgU4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFCCKgU4s .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vfFCCKgU4s .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vfFCCKgU4s .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vfFCCKgU4s .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfFCCKgU4s .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vfFCCKgU4s .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vfFCCKgU4s .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfFCCKgU4s .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfFCCKgU4s .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vfFCCKgU4s .mbr-section-title {
  color: #0027ba;
}
.cid-vfFCCKgU4s .mbr-text,
.cid-vfFCCKgU4s .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfFCCKgU4s .mbr-section-title,
.cid-vfFCCKgU4s .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vfZxRN4oou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfZxRN4oou .text-wrapper {
  padding: 1rem;
}
.cid-vfZxRN4oou .row {
  margin: 0;
}
.cid-vfZxRN4oou .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfZxRN4oou .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfZxRN4oou .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vfZxRN4oou .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vfZxRN4oou .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vfZxRN4oou .image {
  padding: 0;
  position: relative;
}
.cid-vfZxRN4oou .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vfZxRN4oou .image:hover .image-overlay {
  opacity: .2;
}
.cid-vfZxRN4oou .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vfFDSofiVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdc0cb;
}
.cid-vfFDSofiVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFDSofiVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFDSofiVB .content-wrap {
  margin: 0 -50px;
}
.cid-vfFDSofiVB .content-wrap .card {
  padding: 0 50px;
}
.cid-vfFDSofiVB .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vfFDSofiVB .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vfFDSofiVB .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vfFDSofiVB .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vfFDSofiVB .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfFDSofiVB .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfFDSofiVB .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vfFDSofiVB .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFDSofiVB .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfFDSofiVB .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vfFDSofiVB .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vfFDSofiVB .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfFDSofiVB .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vfFDSofiVB .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfFDSofiVB .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfFDSofiVB .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vfFDSofiVB .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfFDSofiVB .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vfFDSofiVB .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vfFDSofiVB .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfFDSofiVB .mbr-label {
  color: #1f1f1f;
}
.cid-vfFDSofiVB .mbr-section-title {
  color: #1f1f1f;
}
.cid-vfFDSofiVB .mbr-text {
  color: #5a5a5a;
}
.cid-vfFDSofiVB .list {
  color: #5a5a5a;
}
.cid-vfFJnoiV4W {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFJnoiV4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFJnoiV4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFJnoiV4W .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfFJnoiV4W .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFJnoiV4W .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFJnoiV4W .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfFJnoiV4W .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfFJnoiV4W .mbr-label {
  color: #0A3E5B;
}
.cid-vfFJnoiV4W .mbr-section-title {
  color: #0A3E5B;
}
.cid-vfFCCLwIrz {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFCCLwIrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFCCLwIrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFCCLwIrz .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfFCCLwIrz .card-wrapper {
    padding: 24px;
  }
}
.cid-vfFCCLwIrz .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfFCCLwIrz .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfFCCLwIrz .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vfFCCLwIrz .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vfFCCLwIrz .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffe2e0;
  transition: all 0.3s ease;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card:hover {
  background-color: #ffe2e0;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #51270c;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vfFCCLwIrz .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfFCCLwIrz .mbr-label {
  color: #51270C;
}
.cid-vfFCCLwIrz .mbr-section-title {
  color: #0027ba;
}
.cid-vfFCCLwIrz .mbr-text {
  color: #51270C;
}
.cid-vfFCCLwIrz .panel-title-edit {
  color: #51270C;
}
.cid-vfFCCLwIrz .panel-text {
  color: #0027ba;
}
.cid-vfFCCLwIrz .mbr-section-title,
.cid-vfFCCLwIrz .main-btn {
  color: #51270C;
}
.cid-vfFCCLwIrz .panel-text,
.cid-vfFCCLwIrz .panel-body {
  color: #51270C;
}
.cid-vfP6Hjka0I {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP6Hjka0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfP6Hjka0I .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .mbr-label {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-section-title {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text {
  color: #949DBD;
}
.cid-vfP6Hjka0I .mbr-copy {
  color: #FFFFFF;
}
.cid-vfP6Hjka0I .list {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text,
.cid-vfP6Hjka0I .text-wrapper {
  color: #ffffff;
}
.cid-vfFevuZ07U .navbar-dropdown {
  position: relative !important;
}
.cid-vfFevuZ07U .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vfFevuZ07U .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-vfFevuZ07U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .dropdown-menu {
    text-align: center;
  }
}
.cid-vfFevuZ07U .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vfFevuZ07U .dropdown-item:hover,
.cid-vfFevuZ07U .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vfFevuZ07U .dropdown-item:hover span {
  color: white;
}
.cid-vfFevuZ07U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfFevuZ07U .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfFevuZ07U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfFevuZ07U .nav-link {
  position: relative;
}
.cid-vfFevuZ07U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vfFevuZ07U .container {
    flex-wrap: nowrap;
  }
}
.cid-vfFevuZ07U .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfFevuZ07U .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfFevuZ07U .dropdown-menu,
.cid-vfFevuZ07U .navbar.opened {
  background: #7289dd !important;
}
.cid-vfFevuZ07U .nav-item:focus,
.cid-vfFevuZ07U .nav-link:focus {
  outline: none;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfFevuZ07U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfFevuZ07U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfFevuZ07U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vfFevuZ07U .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar.opened {
  transition: all 0.3s;
}
.cid-vfFevuZ07U .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vfFevuZ07U .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vfFevuZ07U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfFevuZ07U .navbar.collapsed {
  justify-content: center;
}
.cid-vfFevuZ07U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfFevuZ07U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfFevuZ07U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfFevuZ07U .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%;
  right: 0.8rem;
}
.cid-vfFevuZ07U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfFevuZ07U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vfFevuZ07U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfFevuZ07U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfFevuZ07U .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%;
    right: 0.8rem;
  }
  .cid-vfFevuZ07U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfFevuZ07U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfFevuZ07U .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vfFevuZ07U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfFevuZ07U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfFevuZ07U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfFevuZ07U .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfFevuZ07U .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfFevuZ07U .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar-brand {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfFevuZ07U .navbar-brand .navbar-caption:hover,
.cid-vfFevuZ07U .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vfFevuZ07U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfFevuZ07U .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfFevuZ07U .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfFevuZ07U .dropdown-item.active,
.cid-vfFevuZ07U .dropdown-item:active {
  background-color: transparent;
}
.cid-vfFevuZ07U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfFevuZ07U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vfFevuZ07U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfFevuZ07U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfFevuZ07U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfFevuZ07U ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vfFevuZ07U .navbar-buttons {
  text-align: center;
}
.cid-vfFevuZ07U .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vfFevuZ07U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfFevuZ07U button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfFevuZ07U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfFevuZ07U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfFevuZ07U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfFevuZ07U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfFevuZ07U .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-vfFevuZ07U .navbar {
    height: 70px;
  }
  .cid-vfFevuZ07U .navbar.opened {
    height: auto;
  }
  .cid-vfFevuZ07U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfFevuZ07U .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vfFevuZ07U .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfFevuZ07U .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vfFevuZ07U .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfFevuZ07U .nav-item .nav-link:hover,
.cid-vfFevuZ07U .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vfFevuZ07U .nav-item .nav-link:hover::after,
.cid-vfFevuZ07U .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vfFevuZ07U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfFevuZ07U .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vfFevuZ07U .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfFevuZ07U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfFevuZ07U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfFevuZ07U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vfFevuZ07U .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vfFevuZ07U .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vfFevuZ07U .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vfFevuZ07U .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vfFevuZ07U .content-wrap {
    min-height: 80px;
  }
}
.cid-vfFevuZ07U .navbar-caption {
  color: #0A3E5B;
}
.cid-vfFevuZ07U .nav-link,
.cid-vfFevuZ07U .dropdown-item {
  color: #0A3E5B;
}
.cid-vfPafO7970 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfPafO7970 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPafO7970 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPafO7970 .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vfPafO7970 .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vfPafO7970 .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vfPafO7970 .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfPafO7970 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vfPafO7970 .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vfPafO7970 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfPafO7970 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfPafO7970 .mbr-label {
  color: #313803;
  text-align: center;
}
.cid-vfPafO7970 .mbr-section-title {
  color: #0027ba;
}
.cid-vfPafO7970 .mbr-text,
.cid-vfPafO7970 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfPafO7970 .mbr-section-title,
.cid-vfPafO7970 .mbr-section-btn {
  text-align: center;
  color: #313803;
}
.cid-vfPafOji44 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-top: 4px solid #f4f4f4;
  border-bottom: 4px solid #f4f4f4;
  background-image: url("../../../assets/images/photo-1604080907141-8476a60708dc.jpeg?v=1WqwmF");
}
.cid-vfPafOji44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPafOji44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPafOji44 .image-wrapper {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vfPafOji44 .image-wrapper {
    height: 300px;
  }
}
.cid-vfPafOFUgC {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfPafOFUgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPafOFUgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPafOFUgC .card-wrapper {
  background-color: #f9ceb3;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper {
    padding: 24px;
  }
}
.cid-vfPafOFUgC .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-vfPafOFUgC .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfPafOFUgC .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfPafOFUgC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-vfPafOFUgC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vfPafOFUgC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 18px 28px;
  border: 1px solid #7a871e;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #7a871e;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-vfPafOFUgC .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #313803;
  border: 1px solid #313803;
}
.cid-vfPafOFUgC .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #7a871e;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vfPafOFUgC .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfPafOFUgC .mbr-label {
  color: #313803;
}
.cid-vfPafOFUgC .mbr-section-title {
  color: #0027ba;
}
.cid-vfPafOFUgC .item-title {
  color: #ffb3c1;
}
.cid-vfPafOFUgC .item-text {
  color: #ffb3c1;
}
.cid-vfPafOFUgC .mbr-section-title,
.cid-vfPafOFUgC .tabs-wrapper {
  color: #313803;
}
.cid-vfPafOFUgC .item-title,
.cid-vfPafOFUgC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vfPafOFUgC .item-text,
.cid-vfPafOFUgC .text-wrapper {
  color: #FFFFFF;
}
.cid-vfPafO9Xpu {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfPafO9Xpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPafO9Xpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPafO9Xpu .items-wrapper {
  margin: 0 -4px;
}
.cid-vfPafO9Xpu .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-vfPafO9Xpu .item:first-child {
  margin-top: 0;
}
.cid-vfPafO9Xpu .item .item-wrapper {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-vfPafO9Xpu .item .item-wrapper {
    display: block;
  }
}
.cid-vfPafO9Xpu .item .item-wrapper .price-wrapper {
  padding: 32px;
  background-color: #f9ceb3;
}
@media (max-width: 992px) {
  .cid-vfPafO9Xpu .item .item-wrapper .price-wrapper {
    padding: 24px;
  }
}
.cid-vfPafO9Xpu .item .item-wrapper .price-wrapper .item-price {
  margin-bottom: 0;
}
.cid-vfPafO9Xpu .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px;
  background-color: #e8edd5;
}
@media (max-width: 992px) {
  .cid-vfPafO9Xpu .item .item-wrapper .card-box {
    display: block;
    padding: 24px;
  }
}
.cid-vfPafO9Xpu .item .item-wrapper .card-box .title-wrapper .item-label {
  margin-bottom: 12px;
}
.cid-vfPafO9Xpu .item .item-wrapper .card-box .title-wrapper .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfPafO9Xpu .item .item-wrapper .card-box .title-wrapper .title-wrap .item-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfPafO9Xpu .item .item-wrapper .card-box .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfPafO9Xpu .item .item-wrapper .card-box .text-wrapper .text-wrap .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfPafO9Xpu .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfPafO9Xpu .item-price {
  color: #313803;
  text-align: center;
}
.cid-vfPafO9Xpu .item-label {
  color: #313803;
}
.cid-vfPafO9Xpu .item-title {
  color: #0027ba;
}
.cid-vfPafO9Xpu .item-text {
  color: #0027ba;
}
.cid-vfPafO9Xpu .item-title,
.cid-vfPafO9Xpu .title-wrap {
  color: #313803;
}
.cid-vfPafO9Xpu .item-text,
.cid-vfPafO9Xpu .text-wrap,
.cid-vfPafO9Xpu .mbr-section-btn {
  color: #313803;
}
.cid-vfP6Hjka0I {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP6Hjka0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfP6Hjka0I .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfP6Hjka0I .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vfP6Hjka0I .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfP6Hjka0I .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vfP6Hjka0I .mbr-label {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-section-title {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text {
  color: #949DBD;
}
.cid-vfP6Hjka0I .mbr-copy {
  color: #FFFFFF;
}
.cid-vfP6Hjka0I .list {
  color: #f4f4f4;
}
.cid-vfP6Hjka0I .mbr-text,
.cid-vfP6Hjka0I .text-wrapper {
  color: #ffffff;
}
.cid-vgCalgaFTP .navbar-dropdown {
  position: relative !important;
}
.cid-vgCalgaFTP .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgCalgaFTP .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgCalgaFTP .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-vgCalgaFTP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgCalgaFTP .dropdown-menu {
    text-align: center;
  }
}
.cid-vgCalgaFTP .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgCalgaFTP .dropdown-item:hover,
.cid-vgCalgaFTP .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgCalgaFTP .dropdown-item:hover span {
  color: white;
}
.cid-vgCalgaFTP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgCalgaFTP .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgCalgaFTP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgCalgaFTP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgCalgaFTP .nav-link {
  position: relative;
}
.cid-vgCalgaFTP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgCalgaFTP .container {
    flex-wrap: nowrap;
  }
}
.cid-vgCalgaFTP .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgCalgaFTP .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgCalgaFTP .dropdown-menu,
.cid-vgCalgaFTP .navbar.opened {
  background: #7289dd !important;
}
.cid-vgCalgaFTP .nav-item:focus,
.cid-vgCalgaFTP .nav-link:focus {
  outline: none;
}
.cid-vgCalgaFTP .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgCalgaFTP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgCalgaFTP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgCalgaFTP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgCalgaFTP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgCalgaFTP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgCalgaFTP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgCalgaFTP .navbar {
    min-height: 80px;
  }
}
.cid-vgCalgaFTP .navbar.opened {
  transition: all 0.3s;
}
.cid-vgCalgaFTP .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgCalgaFTP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgCalgaFTP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgCalgaFTP .navbar.collapsed {
  justify-content: center;
}
.cid-vgCalgaFTP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgCalgaFTP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgCalgaFTP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgCalgaFTP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgCalgaFTP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgCalgaFTP .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%;
  right: 0.8rem;
}
.cid-vgCalgaFTP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgCalgaFTP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgCalgaFTP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgCalgaFTP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgCalgaFTP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgCalgaFTP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgCalgaFTP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgCalgaFTP .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%;
    right: 0.8rem;
  }
  .cid-vgCalgaFTP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgCalgaFTP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgCalgaFTP .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgCalgaFTP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgCalgaFTP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgCalgaFTP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgCalgaFTP .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgCalgaFTP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgCalgaFTP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgCalgaFTP .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgCalgaFTP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgCalgaFTP .navbar-brand .navbar-caption:hover,
.cid-vgCalgaFTP .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgCalgaFTP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgCalgaFTP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgCalgaFTP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgCalgaFTP .dropdown-item.active,
.cid-vgCalgaFTP .dropdown-item:active {
  background-color: transparent;
}
.cid-vgCalgaFTP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgCalgaFTP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgCalgaFTP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgCalgaFTP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgCalgaFTP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgCalgaFTP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgCalgaFTP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgCalgaFTP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgCalgaFTP ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgCalgaFTP .navbar-buttons {
  text-align: center;
}
.cid-vgCalgaFTP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgCalgaFTP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgCalgaFTP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgCalgaFTP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgCalgaFTP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgCalgaFTP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgCalgaFTP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgCalgaFTP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgCalgaFTP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgCalgaFTP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgCalgaFTP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgCalgaFTP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgCalgaFTP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgCalgaFTP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgCalgaFTP .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-vgCalgaFTP .navbar {
    height: 70px;
  }
  .cid-vgCalgaFTP .navbar.opened {
    height: auto;
  }
  .cid-vgCalgaFTP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgCalgaFTP .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgCalgaFTP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgCalgaFTP .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgCalgaFTP .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgCalgaFTP .nav-item .nav-link:hover,
.cid-vgCalgaFTP .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgCalgaFTP .nav-item .nav-link:hover::after,
.cid-vgCalgaFTP .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgCalgaFTP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgCalgaFTP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgCalgaFTP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgCalgaFTP .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgCalgaFTP .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgCalgaFTP .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgCalgaFTP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgCalgaFTP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgCalgaFTP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgCalgaFTP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgCalgaFTP .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgCalgaFTP .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgCalgaFTP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgCalgaFTP .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgCalgaFTP .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgCalgaFTP .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgCalgaFTP .content-wrap {
    min-height: 80px;
  }
}
.cid-vgCalgaFTP .navbar-caption {
  color: #0A3E5B;
}
.cid-vgCalgaFTP .nav-link,
.cid-vgCalgaFTP .dropdown-item {
  color: #0A3E5B;
}
.cid-vgCalgWihw {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vgCalgWihw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCalgWihw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCalgWihw .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vgCalgWihw .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vgCalgWihw .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vgCalgWihw .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgCalgWihw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vgCalgWihw .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgCalgWihw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgCalgWihw .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgCalgWihw .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vgCalgWihw .mbr-section-title {
  color: #0027ba;
}
.cid-vgCalgWihw .mbr-text,
.cid-vgCalgWihw .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgCalgWihw .mbr-section-title,
.cid-vgCalgWihw .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vgCalhsG0o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgCalhsG0o .text-wrapper {
  padding: 1rem;
}
.cid-vgCalhsG0o .row {
  margin: 0;
}
.cid-vgCalhsG0o .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgCalhsG0o .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgCalhsG0o .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vgCalhsG0o .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vgCalhsG0o .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vgCalhsG0o .image {
  padding: 0;
  position: relative;
}
.cid-vgCalhsG0o .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vgCalhsG0o .image:hover .image-overlay {
  opacity: .2;
}
.cid-vgCalhsG0o .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vgCaliv75B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdc0cb;
}
.cid-vgCaliv75B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCaliv75B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCaliv75B .content-wrap {
  margin: 0 -50px;
}
.cid-vgCaliv75B .content-wrap .card {
  padding: 0 50px;
}
.cid-vgCaliv75B .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vgCaliv75B .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vgCaliv75B .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vgCaliv75B .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgCaliv75B .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgCaliv75B .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgCaliv75B .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vgCaliv75B .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgCaliv75B .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgCaliv75B .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vgCaliv75B .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vgCaliv75B .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgCaliv75B .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgCaliv75B .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vgCaliv75B .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgCaliv75B .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vgCaliv75B .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgCaliv75B .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vgCaliv75B .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vgCaliv75B .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgCaliv75B .mbr-label {
  color: #1f1f1f;
}
.cid-vgCaliv75B .mbr-section-title {
  color: #1f1f1f;
}
.cid-vgCaliv75B .mbr-text {
  color: #5a5a5a;
}
.cid-vgCaliv75B .list {
  color: #5a5a5a;
}
.cid-vgCalj1x0z {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgCalj1x0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCalj1x0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCalj1x0z .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgCalj1x0z .card-wrapper {
    padding: 24px;
  }
}
.cid-vgCalj1x0z .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgCalj1x0z .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgCalj1x0z .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgCalj1x0z .mbr-label {
  color: #0A3E5B;
}
.cid-vgCalj1x0z .mbr-section-title {
  color: #0A3E5B;
}
.cid-vgCaljqahw {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgCaljqahw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCaljqahw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCaljqahw .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgCaljqahw .card-wrapper {
    padding: 24px;
  }
}
.cid-vgCaljqahw .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgCaljqahw .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgCaljqahw .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgCaljqahw .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vgCaljqahw .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgCaljqahw .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgCaljqahw .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffe2e0;
  transition: all 0.3s ease;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card:hover {
  background-color: #ffe2e0;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #51270c;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vgCaljqahw .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgCaljqahw .mbr-label {
  color: #51270C;
}
.cid-vgCaljqahw .mbr-section-title {
  color: #0027ba;
}
.cid-vgCaljqahw .mbr-text {
  color: #51270C;
}
.cid-vgCaljqahw .panel-title-edit {
  color: #51270C;
}
.cid-vgCaljqahw .panel-text {
  color: #0027ba;
}
.cid-vgCaljqahw .mbr-section-title,
.cid-vgCaljqahw .main-btn {
  color: #51270C;
}
.cid-vgCaljqahw .panel-text,
.cid-vgCaljqahw .panel-body {
  color: #51270C;
}
.cid-vgCalk6YBh {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgCalk6YBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCalk6YBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCalk6YBh .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper {
    padding: 24px;
  }
}
.cid-vgCalk6YBh .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgCalk6YBh .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgCalk6YBh .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgCalk6YBh .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgCalk6YBh .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgCalk6YBh .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgCalk6YBh .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgCalk6YBh .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgCalk6YBh .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgCalk6YBh .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgCalk6YBh .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgCalk6YBh .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgCalk6YBh .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgCalk6YBh .mbr-label {
  color: #f4f4f4;
}
.cid-vgCalk6YBh .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgCalk6YBh .mbr-text {
  color: #949DBD;
}
.cid-vgCalk6YBh .mbr-copy {
  color: #FFFFFF;
}
.cid-vgCalk6YBh .list {
  color: #f4f4f4;
}
.cid-vgCalk6YBh .mbr-text,
.cid-vgCalk6YBh .text-wrapper {
  color: #ffffff;
}
.cid-vgCk8weElw .navbar-dropdown {
  position: relative !important;
}
.cid-vgCk8weElw .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgCk8weElw .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgCk8weElw .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-vgCk8weElw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgCk8weElw .dropdown-menu {
    text-align: center;
  }
}
.cid-vgCk8weElw .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgCk8weElw .dropdown-item:hover,
.cid-vgCk8weElw .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgCk8weElw .dropdown-item:hover span {
  color: white;
}
.cid-vgCk8weElw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgCk8weElw .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgCk8weElw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgCk8weElw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgCk8weElw .nav-link {
  position: relative;
}
.cid-vgCk8weElw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgCk8weElw .container {
    flex-wrap: nowrap;
  }
}
.cid-vgCk8weElw .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgCk8weElw .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgCk8weElw .dropdown-menu,
.cid-vgCk8weElw .navbar.opened {
  background: #7289dd !important;
}
.cid-vgCk8weElw .nav-item:focus,
.cid-vgCk8weElw .nav-link:focus {
  outline: none;
}
.cid-vgCk8weElw .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgCk8weElw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgCk8weElw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgCk8weElw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgCk8weElw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgCk8weElw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgCk8weElw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgCk8weElw .navbar {
    min-height: 80px;
  }
}
.cid-vgCk8weElw .navbar.opened {
  transition: all 0.3s;
}
.cid-vgCk8weElw .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgCk8weElw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgCk8weElw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgCk8weElw .navbar.collapsed {
  justify-content: center;
}
.cid-vgCk8weElw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgCk8weElw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgCk8weElw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgCk8weElw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgCk8weElw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgCk8weElw .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%;
  right: 0.8rem;
}
.cid-vgCk8weElw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgCk8weElw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgCk8weElw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgCk8weElw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgCk8weElw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgCk8weElw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgCk8weElw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgCk8weElw .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%;
    right: 0.8rem;
  }
  .cid-vgCk8weElw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgCk8weElw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgCk8weElw .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgCk8weElw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgCk8weElw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgCk8weElw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgCk8weElw .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgCk8weElw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgCk8weElw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgCk8weElw .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgCk8weElw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgCk8weElw .navbar-brand .navbar-caption:hover,
.cid-vgCk8weElw .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgCk8weElw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgCk8weElw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgCk8weElw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgCk8weElw .dropdown-item.active,
.cid-vgCk8weElw .dropdown-item:active {
  background-color: transparent;
}
.cid-vgCk8weElw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgCk8weElw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgCk8weElw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgCk8weElw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgCk8weElw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgCk8weElw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgCk8weElw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgCk8weElw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgCk8weElw ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgCk8weElw .navbar-buttons {
  text-align: center;
}
.cid-vgCk8weElw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgCk8weElw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgCk8weElw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgCk8weElw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgCk8weElw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgCk8weElw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgCk8weElw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgCk8weElw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgCk8weElw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgCk8weElw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgCk8weElw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgCk8weElw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgCk8weElw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgCk8weElw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgCk8weElw .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-vgCk8weElw .navbar {
    height: 70px;
  }
  .cid-vgCk8weElw .navbar.opened {
    height: auto;
  }
  .cid-vgCk8weElw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgCk8weElw .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgCk8weElw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgCk8weElw .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgCk8weElw .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgCk8weElw .nav-item .nav-link:hover,
.cid-vgCk8weElw .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgCk8weElw .nav-item .nav-link:hover::after,
.cid-vgCk8weElw .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgCk8weElw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgCk8weElw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgCk8weElw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgCk8weElw .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgCk8weElw .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgCk8weElw .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgCk8weElw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgCk8weElw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgCk8weElw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgCk8weElw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgCk8weElw .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgCk8weElw .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgCk8weElw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgCk8weElw .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgCk8weElw .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgCk8weElw .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgCk8weElw .content-wrap {
    min-height: 80px;
  }
}
.cid-vgCk8weElw .navbar-caption {
  color: #0A3E5B;
}
.cid-vgCk8weElw .nav-link,
.cid-vgCk8weElw .dropdown-item {
  color: #0A3E5B;
}
.cid-vgCk8wXDWk {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vgCk8wXDWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCk8wXDWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCk8wXDWk .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vgCk8wXDWk .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vgCk8wXDWk .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vgCk8wXDWk .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgCk8wXDWk .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vgCk8wXDWk .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgCk8wXDWk .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgCk8wXDWk .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgCk8wXDWk .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vgCk8wXDWk .mbr-section-title {
  color: #0027ba;
}
.cid-vgCk8wXDWk .mbr-text,
.cid-vgCk8wXDWk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgCk8wXDWk .mbr-section-title,
.cid-vgCk8wXDWk .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vgCk8xtDMo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgCk8xtDMo .text-wrapper {
  padding: 1rem;
}
.cid-vgCk8xtDMo .row {
  margin: 0;
}
.cid-vgCk8xtDMo .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgCk8xtDMo .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgCk8xtDMo .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vgCk8xtDMo .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vgCk8xtDMo .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vgCk8xtDMo .image {
  padding: 0;
  position: relative;
}
.cid-vgCk8xtDMo .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vgCk8xtDMo .image:hover .image-overlay {
  opacity: .2;
}
.cid-vgCk8xtDMo .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vgCk8xZCIq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdc0cb;
}
.cid-vgCk8xZCIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCk8xZCIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCk8xZCIq .content-wrap {
  margin: 0 -50px;
}
.cid-vgCk8xZCIq .content-wrap .card {
  padding: 0 50px;
}
.cid-vgCk8xZCIq .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vgCk8xZCIq .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vgCk8xZCIq .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vgCk8xZCIq .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgCk8xZCIq .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgCk8xZCIq .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgCk8xZCIq .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vgCk8xZCIq .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgCk8xZCIq .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgCk8xZCIq .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vgCk8xZCIq .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vgCk8xZCIq .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgCk8xZCIq .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgCk8xZCIq .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vgCk8xZCIq .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgCk8xZCIq .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vgCk8xZCIq .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgCk8xZCIq .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vgCk8xZCIq .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vgCk8xZCIq .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgCk8xZCIq .mbr-label {
  color: #1f1f1f;
}
.cid-vgCk8xZCIq .mbr-section-title {
  color: #1f1f1f;
}
.cid-vgCk8xZCIq .mbr-text {
  color: #5a5a5a;
}
.cid-vgCk8xZCIq .list {
  color: #5a5a5a;
}
.cid-vgCk8yCJKu {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgCk8yCJKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCk8yCJKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCk8yCJKu .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgCk8yCJKu .card-wrapper {
    padding: 24px;
  }
}
.cid-vgCk8yCJKu .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgCk8yCJKu .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgCk8yCJKu .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgCk8yCJKu .mbr-label {
  color: #0A3E5B;
}
.cid-vgCk8yCJKu .mbr-section-title {
  color: #0A3E5B;
}
.cid-vgCk8zdRKN {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgCk8zdRKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCk8zdRKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCk8zdRKN .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgCk8zdRKN .card-wrapper {
    padding: 24px;
  }
}
.cid-vgCk8zdRKN .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgCk8zdRKN .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgCk8zdRKN .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vgCk8zdRKN .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgCk8zdRKN .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffe2e0;
  transition: all 0.3s ease;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card:hover {
  background-color: #ffe2e0;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #51270c;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vgCk8zdRKN .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgCk8zdRKN .mbr-label {
  color: #51270C;
}
.cid-vgCk8zdRKN .mbr-section-title {
  color: #0027ba;
}
.cid-vgCk8zdRKN .mbr-text {
  color: #51270C;
}
.cid-vgCk8zdRKN .panel-title-edit {
  color: #51270C;
}
.cid-vgCk8zdRKN .panel-text {
  color: #0027ba;
}
.cid-vgCk8zdRKN .mbr-section-title,
.cid-vgCk8zdRKN .main-btn {
  color: #51270C;
}
.cid-vgCk8zdRKN .panel-text,
.cid-vgCk8zdRKN .panel-body {
  color: #51270C;
}
.cid-vgCk8A2zfF {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgCk8A2zfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgCk8A2zfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgCk8A2zfF .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper {
    padding: 24px;
  }
}
.cid-vgCk8A2zfF .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgCk8A2zfF .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgCk8A2zfF .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgCk8A2zfF .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgCk8A2zfF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgCk8A2zfF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgCk8A2zfF .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgCk8A2zfF .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgCk8A2zfF .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgCk8A2zfF .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgCk8A2zfF .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgCk8A2zfF .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgCk8A2zfF .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgCk8A2zfF .mbr-label {
  color: #f4f4f4;
}
.cid-vgCk8A2zfF .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgCk8A2zfF .mbr-text {
  color: #949DBD;
}
.cid-vgCk8A2zfF .mbr-copy {
  color: #FFFFFF;
}
.cid-vgCk8A2zfF .list {
  color: #f4f4f4;
}
.cid-vgCk8A2zfF .mbr-text,
.cid-vgCk8A2zfF .text-wrapper {
  color: #ffffff;
}
.cid-vgGEfD9I8v .navbar-dropdown {
  position: relative !important;
}
.cid-vgGEfD9I8v .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgGEfD9I8v .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgGEfD9I8v .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-vgGEfD9I8v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgGEfD9I8v .dropdown-menu {
    text-align: center;
  }
}
.cid-vgGEfD9I8v .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgGEfD9I8v .dropdown-item:hover,
.cid-vgGEfD9I8v .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgGEfD9I8v .dropdown-item:hover span {
  color: white;
}
.cid-vgGEfD9I8v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGEfD9I8v .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGEfD9I8v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgGEfD9I8v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgGEfD9I8v .nav-link {
  position: relative;
}
.cid-vgGEfD9I8v .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgGEfD9I8v .container {
    flex-wrap: nowrap;
  }
}
.cid-vgGEfD9I8v .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgGEfD9I8v .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgGEfD9I8v .dropdown-menu,
.cid-vgGEfD9I8v .navbar.opened {
  background: #7289dd !important;
}
.cid-vgGEfD9I8v .nav-item:focus,
.cid-vgGEfD9I8v .nav-link:focus {
  outline: none;
}
.cid-vgGEfD9I8v .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgGEfD9I8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgGEfD9I8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGEfD9I8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGEfD9I8v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGEfD9I8v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgGEfD9I8v .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgGEfD9I8v .navbar {
    min-height: 80px;
  }
}
.cid-vgGEfD9I8v .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGEfD9I8v .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgGEfD9I8v .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgGEfD9I8v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgGEfD9I8v .navbar.collapsed {
  justify-content: center;
}
.cid-vgGEfD9I8v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgGEfD9I8v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgGEfD9I8v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgGEfD9I8v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgGEfD9I8v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgGEfD9I8v .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%;
  right: 0.8rem;
}
.cid-vgGEfD9I8v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgGEfD9I8v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgGEfD9I8v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgGEfD9I8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGEfD9I8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGEfD9I8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGEfD9I8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGEfD9I8v .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%;
    right: 0.8rem;
  }
  .cid-vgGEfD9I8v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGEfD9I8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgGEfD9I8v .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgGEfD9I8v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgGEfD9I8v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGEfD9I8v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGEfD9I8v .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgGEfD9I8v .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgGEfD9I8v .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgGEfD9I8v .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgGEfD9I8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgGEfD9I8v .navbar-brand .navbar-caption:hover,
.cid-vgGEfD9I8v .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgGEfD9I8v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGEfD9I8v .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgGEfD9I8v .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgGEfD9I8v .dropdown-item.active,
.cid-vgGEfD9I8v .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGEfD9I8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGEfD9I8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGEfD9I8v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGEfD9I8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgGEfD9I8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgGEfD9I8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgGEfD9I8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGEfD9I8v ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgGEfD9I8v ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgGEfD9I8v .navbar-buttons {
  text-align: center;
}
.cid-vgGEfD9I8v .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgGEfD9I8v .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgGEfD9I8v button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgGEfD9I8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgGEfD9I8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgGEfD9I8v button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgGEfD9I8v button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgGEfD9I8v button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgGEfD9I8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGEfD9I8v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGEfD9I8v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGEfD9I8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGEfD9I8v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgGEfD9I8v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGEfD9I8v .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-vgGEfD9I8v .navbar {
    height: 70px;
  }
  .cid-vgGEfD9I8v .navbar.opened {
    height: auto;
  }
  .cid-vgGEfD9I8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGEfD9I8v .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgGEfD9I8v .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgGEfD9I8v .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgGEfD9I8v .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgGEfD9I8v .nav-item .nav-link:hover,
.cid-vgGEfD9I8v .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgGEfD9I8v .nav-item .nav-link:hover::after,
.cid-vgGEfD9I8v .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgGEfD9I8v .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgGEfD9I8v .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgGEfD9I8v .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgGEfD9I8v .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgGEfD9I8v .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgGEfD9I8v .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgGEfD9I8v .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgGEfD9I8v .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgGEfD9I8v .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgGEfD9I8v .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgGEfD9I8v .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgGEfD9I8v .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgGEfD9I8v .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgGEfD9I8v .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgGEfD9I8v .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgGEfD9I8v .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgGEfD9I8v .content-wrap {
    min-height: 80px;
  }
}
.cid-vgGEfD9I8v .navbar-caption {
  color: #0A3E5B;
}
.cid-vgGEfD9I8v .nav-link,
.cid-vgGEfD9I8v .dropdown-item {
  color: #0A3E5B;
}
.cid-vgWJtzZgP4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vgWJtzZgP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgWJtzZgP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgWJtzZgP4 .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vgWJtzZgP4 .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vgWJtzZgP4 .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vgWJtzZgP4 .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgWJtzZgP4 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vgWJtzZgP4 .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgWJtzZgP4 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgWJtzZgP4 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgWJtzZgP4 .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vgWJtzZgP4 .mbr-section-title {
  color: #0027ba;
}
.cid-vgWJtzZgP4 .mbr-text,
.cid-vgWJtzZgP4 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgWJtzZgP4 .mbr-section-title,
.cid-vgWJtzZgP4 .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vgGEfEoofR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgGEfEoofR .text-wrapper {
  padding: 1rem;
}
.cid-vgGEfEoofR .row {
  margin: 0;
}
.cid-vgGEfEoofR .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGEfEoofR .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgGEfEoofR .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vgGEfEoofR .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vgGEfEoofR .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vgGEfEoofR .image {
  padding: 0;
  position: relative;
}
.cid-vgGEfEoofR .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vgGEfEoofR .image:hover .image-overlay {
  opacity: .2;
}
.cid-vgGEfEoofR .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vgGEfEMDLc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fdc0cb;
}
.cid-vgGEfEMDLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGEfEMDLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgGEfEMDLc .content-wrap {
  margin: 0 -50px;
}
.cid-vgGEfEMDLc .content-wrap .card {
  padding: 0 50px;
}
.cid-vgGEfEMDLc .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vgGEfEMDLc .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vgGEfEMDLc .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vgGEfEMDLc .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgGEfEMDLc .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgGEfEMDLc .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgGEfEMDLc .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vgGEfEMDLc .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgGEfEMDLc .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgGEfEMDLc .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vgGEfEMDLc .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vgGEfEMDLc .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgGEfEMDLc .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgGEfEMDLc .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vgGEfEMDLc .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgGEfEMDLc .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vgGEfEMDLc .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgGEfEMDLc .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vgGEfEMDLc .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vgGEfEMDLc .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgGEfEMDLc .mbr-label {
  color: #1f1f1f;
}
.cid-vgGEfEMDLc .mbr-section-title {
  color: #1f1f1f;
}
.cid-vgGEfEMDLc .mbr-text {
  color: #5a5a5a;
}
.cid-vgGEfEMDLc .list {
  color: #5a5a5a;
}
.cid-vgGEfFcDby {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgGEfFcDby .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGEfFcDby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgGEfFcDby .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgGEfFcDby .card-wrapper {
    padding: 24px;
  }
}
.cid-vgGEfFcDby .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgGEfFcDby .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgGEfFcDby .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgGEfFcDby .mbr-label {
  color: #0A3E5B;
}
.cid-vgGEfFcDby .mbr-section-title {
  color: #0A3E5B;
}
.cid-vgGEfFzUev {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgGEfFzUev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGEfFzUev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgGEfFzUev .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgGEfFzUev .card-wrapper {
    padding: 24px;
  }
}
.cid-vgGEfFzUev .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgGEfFzUev .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgGEfFzUev .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgGEfFzUev .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vgGEfFzUev .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgGEfFzUev .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffe2e0;
  transition: all 0.3s ease;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card:hover {
  background-color: #ffe2e0;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #51270c;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vgGEfFzUev .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgGEfFzUev .mbr-label {
  color: #51270C;
}
.cid-vgGEfFzUev .mbr-section-title {
  color: #0027ba;
}
.cid-vgGEfFzUev .mbr-text {
  color: #51270C;
}
.cid-vgGEfFzUev .panel-title-edit {
  color: #51270C;
}
.cid-vgGEfFzUev .panel-text {
  color: #0027ba;
}
.cid-vgGEfFzUev .mbr-section-title,
.cid-vgGEfFzUev .main-btn {
  color: #51270C;
}
.cid-vgGEfFzUev .panel-text,
.cid-vgGEfFzUev .panel-body {
  color: #51270C;
}
.cid-vgGEfGikkj {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgGEfGikkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGEfGikkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgGEfGikkj .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper {
    padding: 24px;
  }
}
.cid-vgGEfGikkj .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgGEfGikkj .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgGEfGikkj .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgGEfGikkj .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgGEfGikkj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgGEfGikkj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgGEfGikkj .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgGEfGikkj .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgGEfGikkj .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgGEfGikkj .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgGEfGikkj .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgGEfGikkj .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgGEfGikkj .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgGEfGikkj .mbr-label {
  color: #f4f4f4;
}
.cid-vgGEfGikkj .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgGEfGikkj .mbr-text {
  color: #949DBD;
}
.cid-vgGEfGikkj .mbr-copy {
  color: #FFFFFF;
}
.cid-vgGEfGikkj .list {
  color: #f4f4f4;
}
.cid-vgGEfGikkj .mbr-text,
.cid-vgGEfGikkj .text-wrapper {
  color: #ffffff;
}
.cid-vgNuxA2PKA .navbar-dropdown {
  position: relative !important;
}
.cid-vgNuxA2PKA .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgNuxA2PKA .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgNuxA2PKA .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-vgNuxA2PKA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgNuxA2PKA .dropdown-menu {
    text-align: center;
  }
}
.cid-vgNuxA2PKA .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgNuxA2PKA .dropdown-item:hover,
.cid-vgNuxA2PKA .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgNuxA2PKA .dropdown-item:hover span {
  color: white;
}
.cid-vgNuxA2PKA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNuxA2PKA .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNuxA2PKA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNuxA2PKA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgNuxA2PKA .nav-link {
  position: relative;
}
.cid-vgNuxA2PKA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgNuxA2PKA .container {
    flex-wrap: nowrap;
  }
}
.cid-vgNuxA2PKA .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgNuxA2PKA .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgNuxA2PKA .dropdown-menu,
.cid-vgNuxA2PKA .navbar.opened {
  background: #7289dd !important;
}
.cid-vgNuxA2PKA .nav-item:focus,
.cid-vgNuxA2PKA .nav-link:focus {
  outline: none;
}
.cid-vgNuxA2PKA .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgNuxA2PKA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgNuxA2PKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNuxA2PKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNuxA2PKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNuxA2PKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgNuxA2PKA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgNuxA2PKA .navbar {
    min-height: 80px;
  }
}
.cid-vgNuxA2PKA .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNuxA2PKA .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgNuxA2PKA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgNuxA2PKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNuxA2PKA .navbar.collapsed {
  justify-content: center;
}
.cid-vgNuxA2PKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNuxA2PKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNuxA2PKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgNuxA2PKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNuxA2PKA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNuxA2PKA .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%;
  right: 0.8rem;
}
.cid-vgNuxA2PKA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNuxA2PKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgNuxA2PKA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNuxA2PKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNuxA2PKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNuxA2PKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNuxA2PKA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNuxA2PKA .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%;
    right: 0.8rem;
  }
  .cid-vgNuxA2PKA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgNuxA2PKA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNuxA2PKA .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgNuxA2PKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgNuxA2PKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNuxA2PKA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgNuxA2PKA .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgNuxA2PKA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgNuxA2PKA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgNuxA2PKA .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgNuxA2PKA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgNuxA2PKA .navbar-brand .navbar-caption:hover,
.cid-vgNuxA2PKA .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgNuxA2PKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNuxA2PKA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgNuxA2PKA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgNuxA2PKA .dropdown-item.active,
.cid-vgNuxA2PKA .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNuxA2PKA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNuxA2PKA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNuxA2PKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNuxA2PKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgNuxA2PKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgNuxA2PKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgNuxA2PKA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNuxA2PKA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgNuxA2PKA ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgNuxA2PKA .navbar-buttons {
  text-align: center;
}
.cid-vgNuxA2PKA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgNuxA2PKA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgNuxA2PKA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgNuxA2PKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgNuxA2PKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgNuxA2PKA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNuxA2PKA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNuxA2PKA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgNuxA2PKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNuxA2PKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNuxA2PKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNuxA2PKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNuxA2PKA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgNuxA2PKA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNuxA2PKA .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-vgNuxA2PKA .navbar {
    height: 70px;
  }
  .cid-vgNuxA2PKA .navbar.opened {
    height: auto;
  }
  .cid-vgNuxA2PKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNuxA2PKA .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgNuxA2PKA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgNuxA2PKA .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgNuxA2PKA .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgNuxA2PKA .nav-item .nav-link:hover,
.cid-vgNuxA2PKA .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgNuxA2PKA .nav-item .nav-link:hover::after,
.cid-vgNuxA2PKA .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgNuxA2PKA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgNuxA2PKA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgNuxA2PKA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgNuxA2PKA .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgNuxA2PKA .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgNuxA2PKA .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgNuxA2PKA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgNuxA2PKA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgNuxA2PKA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgNuxA2PKA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgNuxA2PKA .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgNuxA2PKA .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgNuxA2PKA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgNuxA2PKA .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgNuxA2PKA .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgNuxA2PKA .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgNuxA2PKA .content-wrap {
    min-height: 80px;
  }
}
.cid-vgNuxA2PKA .navbar-caption {
  color: #0A3E5B;
}
.cid-vgNuxA2PKA .nav-link,
.cid-vgNuxA2PKA .dropdown-item {
  color: #0A3E5B;
}
#custom-html-2m {
  /* Type valid CSS here */
}
#custom-html-2m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2m p {
  font-size: 60px;
  color: #777;
}
.cid-vgNuxD7f4A {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgNuxD7f4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNuxD7f4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNuxD7f4A .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper {
    padding: 24px;
  }
}
.cid-vgNuxD7f4A .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgNuxD7f4A .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgNuxD7f4A .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgNuxD7f4A .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgNuxD7f4A .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgNuxD7f4A .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgNuxD7f4A .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgNuxD7f4A .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgNuxD7f4A .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgNuxD7f4A .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgNuxD7f4A .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgNuxD7f4A .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgNuxD7f4A .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgNuxD7f4A .mbr-label {
  color: #f4f4f4;
}
.cid-vgNuxD7f4A .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgNuxD7f4A .mbr-text {
  color: #949DBD;
}
.cid-vgNuxD7f4A .mbr-copy {
  color: #FFFFFF;
}
.cid-vgNuxD7f4A .list {
  color: #f4f4f4;
}
.cid-vgNuxD7f4A .mbr-text,
.cid-vgNuxD7f4A .text-wrapper {
  color: #ffffff;
}
.cid-vgNA0KPOdS .navbar-dropdown {
  position: relative !important;
}
.cid-vgNA0KPOdS .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgNA0KPOdS .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgNA0KPOdS .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-vgNA0KPOdS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgNA0KPOdS .dropdown-menu {
    text-align: center;
  }
}
.cid-vgNA0KPOdS .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgNA0KPOdS .dropdown-item:hover,
.cid-vgNA0KPOdS .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgNA0KPOdS .dropdown-item:hover span {
  color: white;
}
.cid-vgNA0KPOdS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNA0KPOdS .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNA0KPOdS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNA0KPOdS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgNA0KPOdS .nav-link {
  position: relative;
}
.cid-vgNA0KPOdS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgNA0KPOdS .container {
    flex-wrap: nowrap;
  }
}
.cid-vgNA0KPOdS .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgNA0KPOdS .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgNA0KPOdS .dropdown-menu,
.cid-vgNA0KPOdS .navbar.opened {
  background: #7289dd !important;
}
.cid-vgNA0KPOdS .nav-item:focus,
.cid-vgNA0KPOdS .nav-link:focus {
  outline: none;
}
.cid-vgNA0KPOdS .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgNA0KPOdS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgNA0KPOdS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNA0KPOdS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNA0KPOdS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNA0KPOdS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgNA0KPOdS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgNA0KPOdS .navbar {
    min-height: 80px;
  }
}
.cid-vgNA0KPOdS .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNA0KPOdS .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgNA0KPOdS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgNA0KPOdS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNA0KPOdS .navbar.collapsed {
  justify-content: center;
}
.cid-vgNA0KPOdS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNA0KPOdS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNA0KPOdS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgNA0KPOdS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNA0KPOdS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNA0KPOdS .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%;
  right: 0.8rem;
}
.cid-vgNA0KPOdS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNA0KPOdS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgNA0KPOdS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNA0KPOdS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNA0KPOdS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNA0KPOdS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNA0KPOdS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNA0KPOdS .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%;
    right: 0.8rem;
  }
  .cid-vgNA0KPOdS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgNA0KPOdS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNA0KPOdS .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgNA0KPOdS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgNA0KPOdS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNA0KPOdS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgNA0KPOdS .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgNA0KPOdS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgNA0KPOdS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgNA0KPOdS .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgNA0KPOdS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgNA0KPOdS .navbar-brand .navbar-caption:hover,
.cid-vgNA0KPOdS .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgNA0KPOdS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNA0KPOdS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgNA0KPOdS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgNA0KPOdS .dropdown-item.active,
.cid-vgNA0KPOdS .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNA0KPOdS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNA0KPOdS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNA0KPOdS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNA0KPOdS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgNA0KPOdS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgNA0KPOdS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgNA0KPOdS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNA0KPOdS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgNA0KPOdS ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgNA0KPOdS .navbar-buttons {
  text-align: center;
}
.cid-vgNA0KPOdS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgNA0KPOdS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgNA0KPOdS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgNA0KPOdS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgNA0KPOdS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgNA0KPOdS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNA0KPOdS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNA0KPOdS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgNA0KPOdS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNA0KPOdS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNA0KPOdS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNA0KPOdS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNA0KPOdS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgNA0KPOdS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNA0KPOdS .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-vgNA0KPOdS .navbar {
    height: 70px;
  }
  .cid-vgNA0KPOdS .navbar.opened {
    height: auto;
  }
  .cid-vgNA0KPOdS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNA0KPOdS .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgNA0KPOdS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgNA0KPOdS .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgNA0KPOdS .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgNA0KPOdS .nav-item .nav-link:hover,
.cid-vgNA0KPOdS .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgNA0KPOdS .nav-item .nav-link:hover::after,
.cid-vgNA0KPOdS .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgNA0KPOdS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgNA0KPOdS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgNA0KPOdS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgNA0KPOdS .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgNA0KPOdS .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgNA0KPOdS .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgNA0KPOdS .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgNA0KPOdS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgNA0KPOdS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgNA0KPOdS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgNA0KPOdS .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgNA0KPOdS .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgNA0KPOdS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgNA0KPOdS .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgNA0KPOdS .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgNA0KPOdS .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgNA0KPOdS .content-wrap {
    min-height: 80px;
  }
}
.cid-vgNA0KPOdS .navbar-caption {
  color: #0A3E5B;
}
.cid-vgNA0KPOdS .nav-link,
.cid-vgNA0KPOdS .dropdown-item {
  color: #0A3E5B;
}
#custom-html-2o {
  /* Type valid CSS here */
}
#custom-html-2o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2o p {
  font-size: 60px;
  color: #777;
}
.cid-vgNA0LBdRd {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgNA0LBdRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNA0LBdRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNA0LBdRd .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper {
    padding: 24px;
  }
}
.cid-vgNA0LBdRd .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgNA0LBdRd .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgNA0LBdRd .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgNA0LBdRd .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgNA0LBdRd .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgNA0LBdRd .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgNA0LBdRd .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgNA0LBdRd .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgNA0LBdRd .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgNA0LBdRd .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgNA0LBdRd .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgNA0LBdRd .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgNA0LBdRd .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgNA0LBdRd .mbr-label {
  color: #f4f4f4;
}
.cid-vgNA0LBdRd .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgNA0LBdRd .mbr-text {
  color: #949DBD;
}
.cid-vgNA0LBdRd .mbr-copy {
  color: #FFFFFF;
}
.cid-vgNA0LBdRd .list {
  color: #f4f4f4;
}
.cid-vgNA0LBdRd .mbr-text,
.cid-vgNA0LBdRd .text-wrapper {
  color: #ffffff;
}
.cid-vg8XkWOWY9 .navbar-dropdown {
  position: relative !important;
}
.cid-vg8XkWOWY9 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vg8XkWOWY9 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vg8XkWOWY9 .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-vg8XkWOWY9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vg8XkWOWY9 .dropdown-menu {
    text-align: center;
  }
}
.cid-vg8XkWOWY9 .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vg8XkWOWY9 .dropdown-item:hover,
.cid-vg8XkWOWY9 .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vg8XkWOWY9 .dropdown-item:hover span {
  color: white;
}
.cid-vg8XkWOWY9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg8XkWOWY9 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg8XkWOWY9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg8XkWOWY9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vg8XkWOWY9 .nav-link {
  position: relative;
}
.cid-vg8XkWOWY9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vg8XkWOWY9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vg8XkWOWY9 .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg8XkWOWY9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg8XkWOWY9 .dropdown-menu,
.cid-vg8XkWOWY9 .navbar.opened {
  background: #7289dd !important;
}
.cid-vg8XkWOWY9 .nav-item:focus,
.cid-vg8XkWOWY9 .nav-link:focus {
  outline: none;
}
.cid-vg8XkWOWY9 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vg8XkWOWY9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vg8XkWOWY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg8XkWOWY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg8XkWOWY9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg8XkWOWY9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vg8XkWOWY9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vg8XkWOWY9 .navbar {
    min-height: 80px;
  }
}
.cid-vg8XkWOWY9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vg8XkWOWY9 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vg8XkWOWY9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vg8XkWOWY9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg8XkWOWY9 .navbar.collapsed {
  justify-content: center;
}
.cid-vg8XkWOWY9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg8XkWOWY9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg8XkWOWY9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vg8XkWOWY9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg8XkWOWY9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg8XkWOWY9 .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%;
  right: 0.8rem;
}
.cid-vg8XkWOWY9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg8XkWOWY9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vg8XkWOWY9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg8XkWOWY9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg8XkWOWY9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg8XkWOWY9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg8XkWOWY9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg8XkWOWY9 .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%;
    right: 0.8rem;
  }
  .cid-vg8XkWOWY9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg8XkWOWY9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg8XkWOWY9 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vg8XkWOWY9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg8XkWOWY9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg8XkWOWY9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg8XkWOWY9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg8XkWOWY9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg8XkWOWY9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vg8XkWOWY9 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vg8XkWOWY9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg8XkWOWY9 .navbar-brand .navbar-caption:hover,
.cid-vg8XkWOWY9 .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vg8XkWOWY9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg8XkWOWY9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg8XkWOWY9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vg8XkWOWY9 .dropdown-item.active,
.cid-vg8XkWOWY9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg8XkWOWY9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg8XkWOWY9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg8XkWOWY9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg8XkWOWY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vg8XkWOWY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vg8XkWOWY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg8XkWOWY9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg8XkWOWY9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg8XkWOWY9 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vg8XkWOWY9 .navbar-buttons {
  text-align: center;
}
.cid-vg8XkWOWY9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vg8XkWOWY9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg8XkWOWY9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg8XkWOWY9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vg8XkWOWY9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg8XkWOWY9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg8XkWOWY9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg8XkWOWY9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg8XkWOWY9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg8XkWOWY9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg8XkWOWY9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg8XkWOWY9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg8XkWOWY9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg8XkWOWY9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg8XkWOWY9 .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-vg8XkWOWY9 .navbar {
    height: 70px;
  }
  .cid-vg8XkWOWY9 .navbar.opened {
    height: auto;
  }
  .cid-vg8XkWOWY9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg8XkWOWY9 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vg8XkWOWY9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg8XkWOWY9 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vg8XkWOWY9 .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg8XkWOWY9 .nav-item .nav-link:hover,
.cid-vg8XkWOWY9 .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vg8XkWOWY9 .nav-item .nav-link:hover::after,
.cid-vg8XkWOWY9 .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vg8XkWOWY9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg8XkWOWY9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg8XkWOWY9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vg8XkWOWY9 .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vg8XkWOWY9 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vg8XkWOWY9 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vg8XkWOWY9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg8XkWOWY9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg8XkWOWY9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg8XkWOWY9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg8XkWOWY9 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vg8XkWOWY9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vg8XkWOWY9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vg8XkWOWY9 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vg8XkWOWY9 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vg8XkWOWY9 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vg8XkWOWY9 .content-wrap {
    min-height: 80px;
  }
}
.cid-vg8XkWOWY9 .navbar-caption {
  color: #0A3E5B;
}
.cid-vg8XkWOWY9 .nav-link,
.cid-vg8XkWOWY9 .dropdown-item {
  color: #0A3E5B;
}
.cid-vg8XkXJuUO {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vg8XkXJuUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg8XkXJuUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg8XkXJuUO .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vg8XkXJuUO .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vg8XkXJuUO .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vg8XkXJuUO .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vg8XkXJuUO .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vg8XkXJuUO .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vg8XkXJuUO .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg8XkXJuUO .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg8XkXJuUO .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vg8XkXJuUO .mbr-section-title {
  color: #0027ba;
}
.cid-vg8XkXJuUO .mbr-text,
.cid-vg8XkXJuUO .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vg8XkXJuUO .mbr-section-title,
.cid-vg8XkXJuUO .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vg8XkYEV8d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg8XkYEV8d .text-wrapper {
  padding: 1rem;
}
.cid-vg8XkYEV8d .row {
  margin: 0;
}
.cid-vg8XkYEV8d .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg8XkYEV8d .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vg8XkYEV8d .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vg8XkYEV8d .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vg8XkYEV8d .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vg8XkYEV8d .image {
  padding: 0;
  position: relative;
}
.cid-vg8XkYEV8d .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vg8XkYEV8d .image:hover .image-overlay {
  opacity: .2;
}
.cid-vg8XkYEV8d .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vg8XkZaYop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdc0cb;
}
.cid-vg8XkZaYop .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg8XkZaYop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg8XkZaYop .content-wrap {
  margin: 0 -50px;
}
.cid-vg8XkZaYop .content-wrap .card {
  padding: 0 50px;
}
.cid-vg8XkZaYop .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vg8XkZaYop .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vg8XkZaYop .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vg8XkZaYop .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vg8XkZaYop .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vg8XkZaYop .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg8XkZaYop .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vg8XkZaYop .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg8XkZaYop .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg8XkZaYop .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vg8XkZaYop .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vg8XkZaYop .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vg8XkZaYop .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vg8XkZaYop .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg8XkZaYop .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vg8XkZaYop .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vg8XkZaYop .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg8XkZaYop .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vg8XkZaYop .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vg8XkZaYop .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vg8XkZaYop .mbr-label {
  color: #1f1f1f;
}
.cid-vg8XkZaYop .mbr-section-title {
  color: #1f1f1f;
}
.cid-vg8XkZaYop .mbr-text {
  color: #5a5a5a;
}
.cid-vg8XkZaYop .list {
  color: #5a5a5a;
}
.cid-vg8XkZBRBT {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vg8XkZBRBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg8XkZBRBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg8XkZBRBT .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vg8XkZBRBT .card-wrapper {
    padding: 24px;
  }
}
.cid-vg8XkZBRBT .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vg8XkZBRBT .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg8XkZBRBT .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vg8XkZBRBT .mbr-label {
  color: #0A3E5B;
}
.cid-vg8XkZBRBT .mbr-section-title {
  color: #0A3E5B;
}
.cid-vg8Xl014R3 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vg8Xl014R3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg8Xl014R3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg8Xl014R3 .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vg8Xl014R3 .card-wrapper {
    padding: 24px;
  }
}
.cid-vg8Xl014R3 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vg8Xl014R3 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg8Xl014R3 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vg8Xl014R3 .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vg8Xl014R3 .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffe2e0;
  transition: all 0.3s ease;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card:hover {
  background-color: #ffe2e0;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #51270c;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vg8Xl014R3 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vg8Xl014R3 .mbr-label {
  color: #51270C;
}
.cid-vg8Xl014R3 .mbr-section-title {
  color: #0027ba;
}
.cid-vg8Xl014R3 .mbr-text {
  color: #51270C;
}
.cid-vg8Xl014R3 .panel-title-edit {
  color: #51270C;
}
.cid-vg8Xl014R3 .panel-text {
  color: #0027ba;
}
.cid-vg8Xl014R3 .mbr-section-title,
.cid-vg8Xl014R3 .main-btn {
  color: #51270C;
}
.cid-vg8Xl014R3 .panel-text,
.cid-vg8Xl014R3 .panel-body {
  color: #51270C;
}
.cid-vg8Xl0FIzY {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vg8Xl0FIzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg8Xl0FIzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg8Xl0FIzY .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper {
    padding: 24px;
  }
}
.cid-vg8Xl0FIzY .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vg8Xl0FIzY .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vg8Xl0FIzY .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg8Xl0FIzY .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vg8Xl0FIzY .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vg8Xl0FIzY .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vg8Xl0FIzY .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vg8Xl0FIzY .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vg8Xl0FIzY .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vg8Xl0FIzY .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vg8Xl0FIzY .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vg8Xl0FIzY .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vg8Xl0FIzY .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vg8Xl0FIzY .mbr-label {
  color: #f4f4f4;
}
.cid-vg8Xl0FIzY .mbr-section-title {
  color: #f4f4f4;
}
.cid-vg8Xl0FIzY .mbr-text {
  color: #949DBD;
}
.cid-vg8Xl0FIzY .mbr-copy {
  color: #FFFFFF;
}
.cid-vg8Xl0FIzY .list {
  color: #f4f4f4;
}
.cid-vg8Xl0FIzY .mbr-text,
.cid-vg8Xl0FIzY .text-wrapper {
  color: #ffffff;
}
.cid-vgNAkn5aZi .navbar-dropdown {
  position: relative !important;
}
.cid-vgNAkn5aZi .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgNAkn5aZi .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgNAkn5aZi .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-vgNAkn5aZi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgNAkn5aZi .dropdown-menu {
    text-align: center;
  }
}
.cid-vgNAkn5aZi .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgNAkn5aZi .dropdown-item:hover,
.cid-vgNAkn5aZi .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgNAkn5aZi .dropdown-item:hover span {
  color: white;
}
.cid-vgNAkn5aZi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNAkn5aZi .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNAkn5aZi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNAkn5aZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgNAkn5aZi .nav-link {
  position: relative;
}
.cid-vgNAkn5aZi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgNAkn5aZi .container {
    flex-wrap: nowrap;
  }
}
.cid-vgNAkn5aZi .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgNAkn5aZi .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgNAkn5aZi .dropdown-menu,
.cid-vgNAkn5aZi .navbar.opened {
  background: #7289dd !important;
}
.cid-vgNAkn5aZi .nav-item:focus,
.cid-vgNAkn5aZi .nav-link:focus {
  outline: none;
}
.cid-vgNAkn5aZi .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgNAkn5aZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgNAkn5aZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNAkn5aZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNAkn5aZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNAkn5aZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgNAkn5aZi .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgNAkn5aZi .navbar {
    min-height: 80px;
  }
}
.cid-vgNAkn5aZi .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNAkn5aZi .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgNAkn5aZi .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgNAkn5aZi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNAkn5aZi .navbar.collapsed {
  justify-content: center;
}
.cid-vgNAkn5aZi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNAkn5aZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNAkn5aZi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgNAkn5aZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNAkn5aZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNAkn5aZi .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%;
  right: 0.8rem;
}
.cid-vgNAkn5aZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNAkn5aZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgNAkn5aZi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNAkn5aZi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNAkn5aZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNAkn5aZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNAkn5aZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNAkn5aZi .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%;
    right: 0.8rem;
  }
  .cid-vgNAkn5aZi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgNAkn5aZi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNAkn5aZi .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgNAkn5aZi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgNAkn5aZi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNAkn5aZi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgNAkn5aZi .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgNAkn5aZi .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgNAkn5aZi .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgNAkn5aZi .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgNAkn5aZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgNAkn5aZi .navbar-brand .navbar-caption:hover,
.cid-vgNAkn5aZi .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgNAkn5aZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNAkn5aZi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgNAkn5aZi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgNAkn5aZi .dropdown-item.active,
.cid-vgNAkn5aZi .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNAkn5aZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNAkn5aZi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNAkn5aZi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNAkn5aZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgNAkn5aZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgNAkn5aZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgNAkn5aZi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNAkn5aZi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgNAkn5aZi ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgNAkn5aZi .navbar-buttons {
  text-align: center;
}
.cid-vgNAkn5aZi .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgNAkn5aZi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgNAkn5aZi button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgNAkn5aZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgNAkn5aZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgNAkn5aZi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNAkn5aZi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNAkn5aZi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgNAkn5aZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNAkn5aZi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNAkn5aZi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNAkn5aZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNAkn5aZi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgNAkn5aZi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNAkn5aZi .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-vgNAkn5aZi .navbar {
    height: 70px;
  }
  .cid-vgNAkn5aZi .navbar.opened {
    height: auto;
  }
  .cid-vgNAkn5aZi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNAkn5aZi .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgNAkn5aZi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgNAkn5aZi .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgNAkn5aZi .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgNAkn5aZi .nav-item .nav-link:hover,
.cid-vgNAkn5aZi .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgNAkn5aZi .nav-item .nav-link:hover::after,
.cid-vgNAkn5aZi .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgNAkn5aZi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgNAkn5aZi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgNAkn5aZi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgNAkn5aZi .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgNAkn5aZi .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgNAkn5aZi .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgNAkn5aZi .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgNAkn5aZi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgNAkn5aZi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgNAkn5aZi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgNAkn5aZi .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgNAkn5aZi .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgNAkn5aZi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgNAkn5aZi .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgNAkn5aZi .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgNAkn5aZi .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgNAkn5aZi .content-wrap {
    min-height: 80px;
  }
}
.cid-vgNAkn5aZi .navbar-caption {
  color: #0A3E5B;
}
.cid-vgNAkn5aZi .nav-link,
.cid-vgNAkn5aZi .dropdown-item {
  color: #0A3E5B;
}
#custom-html-2r {
  /* Type valid CSS here */
}
#custom-html-2r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2r p {
  font-size: 60px;
  color: #777;
}
.cid-vgNAknOLzS {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgNAknOLzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNAknOLzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNAknOLzS .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper {
    padding: 24px;
  }
}
.cid-vgNAknOLzS .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgNAknOLzS .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgNAknOLzS .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgNAknOLzS .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgNAknOLzS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgNAknOLzS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgNAknOLzS .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgNAknOLzS .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgNAknOLzS .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgNAknOLzS .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgNAknOLzS .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgNAknOLzS .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgNAknOLzS .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgNAknOLzS .mbr-label {
  color: #f4f4f4;
}
.cid-vgNAknOLzS .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgNAknOLzS .mbr-text {
  color: #949DBD;
}
.cid-vgNAknOLzS .mbr-copy {
  color: #FFFFFF;
}
.cid-vgNAknOLzS .list {
  color: #f4f4f4;
}
.cid-vgNAknOLzS .mbr-text,
.cid-vgNAknOLzS .text-wrapper {
  color: #ffffff;
}
.cid-vgNAwGPfYo .navbar-dropdown {
  position: relative !important;
}
.cid-vgNAwGPfYo .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgNAwGPfYo .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgNAwGPfYo .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-vgNAwGPfYo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgNAwGPfYo .dropdown-menu {
    text-align: center;
  }
}
.cid-vgNAwGPfYo .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgNAwGPfYo .dropdown-item:hover,
.cid-vgNAwGPfYo .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgNAwGPfYo .dropdown-item:hover span {
  color: white;
}
.cid-vgNAwGPfYo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNAwGPfYo .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNAwGPfYo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNAwGPfYo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgNAwGPfYo .nav-link {
  position: relative;
}
.cid-vgNAwGPfYo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgNAwGPfYo .container {
    flex-wrap: nowrap;
  }
}
.cid-vgNAwGPfYo .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgNAwGPfYo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgNAwGPfYo .dropdown-menu,
.cid-vgNAwGPfYo .navbar.opened {
  background: #7289dd !important;
}
.cid-vgNAwGPfYo .nav-item:focus,
.cid-vgNAwGPfYo .nav-link:focus {
  outline: none;
}
.cid-vgNAwGPfYo .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgNAwGPfYo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgNAwGPfYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNAwGPfYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNAwGPfYo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNAwGPfYo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgNAwGPfYo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgNAwGPfYo .navbar {
    min-height: 80px;
  }
}
.cid-vgNAwGPfYo .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNAwGPfYo .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgNAwGPfYo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgNAwGPfYo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNAwGPfYo .navbar.collapsed {
  justify-content: center;
}
.cid-vgNAwGPfYo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNAwGPfYo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNAwGPfYo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgNAwGPfYo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNAwGPfYo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNAwGPfYo .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%;
  right: 0.8rem;
}
.cid-vgNAwGPfYo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNAwGPfYo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgNAwGPfYo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNAwGPfYo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNAwGPfYo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNAwGPfYo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNAwGPfYo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNAwGPfYo .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%;
    right: 0.8rem;
  }
  .cid-vgNAwGPfYo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgNAwGPfYo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNAwGPfYo .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgNAwGPfYo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgNAwGPfYo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNAwGPfYo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgNAwGPfYo .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgNAwGPfYo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgNAwGPfYo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgNAwGPfYo .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgNAwGPfYo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgNAwGPfYo .navbar-brand .navbar-caption:hover,
.cid-vgNAwGPfYo .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgNAwGPfYo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNAwGPfYo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgNAwGPfYo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgNAwGPfYo .dropdown-item.active,
.cid-vgNAwGPfYo .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNAwGPfYo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNAwGPfYo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNAwGPfYo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNAwGPfYo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgNAwGPfYo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgNAwGPfYo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgNAwGPfYo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNAwGPfYo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgNAwGPfYo ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgNAwGPfYo .navbar-buttons {
  text-align: center;
}
.cid-vgNAwGPfYo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgNAwGPfYo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgNAwGPfYo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgNAwGPfYo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgNAwGPfYo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgNAwGPfYo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNAwGPfYo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNAwGPfYo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgNAwGPfYo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNAwGPfYo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNAwGPfYo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNAwGPfYo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNAwGPfYo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgNAwGPfYo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNAwGPfYo .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-vgNAwGPfYo .navbar {
    height: 70px;
  }
  .cid-vgNAwGPfYo .navbar.opened {
    height: auto;
  }
  .cid-vgNAwGPfYo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNAwGPfYo .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgNAwGPfYo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgNAwGPfYo .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgNAwGPfYo .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgNAwGPfYo .nav-item .nav-link:hover,
.cid-vgNAwGPfYo .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgNAwGPfYo .nav-item .nav-link:hover::after,
.cid-vgNAwGPfYo .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgNAwGPfYo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgNAwGPfYo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgNAwGPfYo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgNAwGPfYo .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgNAwGPfYo .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgNAwGPfYo .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgNAwGPfYo .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgNAwGPfYo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgNAwGPfYo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgNAwGPfYo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgNAwGPfYo .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgNAwGPfYo .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgNAwGPfYo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgNAwGPfYo .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgNAwGPfYo .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgNAwGPfYo .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgNAwGPfYo .content-wrap {
    min-height: 80px;
  }
}
.cid-vgNAwGPfYo .navbar-caption {
  color: #0A3E5B;
}
.cid-vgNAwGPfYo .nav-link,
.cid-vgNAwGPfYo .dropdown-item {
  color: #0A3E5B;
}
#custom-html-2u {
  /* Type valid CSS here */
}
#custom-html-2u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2u p {
  font-size: 60px;
  color: #777;
}
.cid-vgNAwHwgyk {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgNAwHwgyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNAwHwgyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNAwHwgyk .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper {
    padding: 24px;
  }
}
.cid-vgNAwHwgyk .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgNAwHwgyk .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgNAwHwgyk .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgNAwHwgyk .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgNAwHwgyk .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgNAwHwgyk .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgNAwHwgyk .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgNAwHwgyk .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgNAwHwgyk .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgNAwHwgyk .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgNAwHwgyk .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgNAwHwgyk .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgNAwHwgyk .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgNAwHwgyk .mbr-label {
  color: #f4f4f4;
}
.cid-vgNAwHwgyk .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgNAwHwgyk .mbr-text {
  color: #949DBD;
}
.cid-vgNAwHwgyk .mbr-copy {
  color: #FFFFFF;
}
.cid-vgNAwHwgyk .list {
  color: #f4f4f4;
}
.cid-vgNAwHwgyk .mbr-text,
.cid-vgNAwHwgyk .text-wrapper {
  color: #ffffff;
}
.cid-vgNWYUBIM2 .navbar-dropdown {
  position: relative !important;
}
.cid-vgNWYUBIM2 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgNWYUBIM2 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgNWYUBIM2 .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-vgNWYUBIM2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgNWYUBIM2 .dropdown-menu {
    text-align: center;
  }
}
.cid-vgNWYUBIM2 .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgNWYUBIM2 .dropdown-item:hover,
.cid-vgNWYUBIM2 .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgNWYUBIM2 .dropdown-item:hover span {
  color: white;
}
.cid-vgNWYUBIM2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNWYUBIM2 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNWYUBIM2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNWYUBIM2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgNWYUBIM2 .nav-link {
  position: relative;
}
.cid-vgNWYUBIM2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgNWYUBIM2 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgNWYUBIM2 .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgNWYUBIM2 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgNWYUBIM2 .dropdown-menu,
.cid-vgNWYUBIM2 .navbar.opened {
  background: #7289dd !important;
}
.cid-vgNWYUBIM2 .nav-item:focus,
.cid-vgNWYUBIM2 .nav-link:focus {
  outline: none;
}
.cid-vgNWYUBIM2 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgNWYUBIM2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgNWYUBIM2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNWYUBIM2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNWYUBIM2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNWYUBIM2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgNWYUBIM2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgNWYUBIM2 .navbar {
    min-height: 80px;
  }
}
.cid-vgNWYUBIM2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNWYUBIM2 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgNWYUBIM2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgNWYUBIM2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNWYUBIM2 .navbar.collapsed {
  justify-content: center;
}
.cid-vgNWYUBIM2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNWYUBIM2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNWYUBIM2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgNWYUBIM2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNWYUBIM2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNWYUBIM2 .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%;
  right: 0.8rem;
}
.cid-vgNWYUBIM2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNWYUBIM2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgNWYUBIM2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNWYUBIM2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNWYUBIM2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNWYUBIM2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNWYUBIM2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNWYUBIM2 .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%;
    right: 0.8rem;
  }
  .cid-vgNWYUBIM2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgNWYUBIM2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNWYUBIM2 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgNWYUBIM2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgNWYUBIM2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNWYUBIM2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgNWYUBIM2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgNWYUBIM2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgNWYUBIM2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgNWYUBIM2 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgNWYUBIM2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgNWYUBIM2 .navbar-brand .navbar-caption:hover,
.cid-vgNWYUBIM2 .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgNWYUBIM2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNWYUBIM2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgNWYUBIM2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgNWYUBIM2 .dropdown-item.active,
.cid-vgNWYUBIM2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNWYUBIM2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNWYUBIM2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNWYUBIM2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNWYUBIM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgNWYUBIM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgNWYUBIM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgNWYUBIM2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNWYUBIM2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgNWYUBIM2 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgNWYUBIM2 .navbar-buttons {
  text-align: center;
}
.cid-vgNWYUBIM2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgNWYUBIM2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgNWYUBIM2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgNWYUBIM2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgNWYUBIM2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgNWYUBIM2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNWYUBIM2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgNWYUBIM2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgNWYUBIM2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNWYUBIM2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNWYUBIM2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNWYUBIM2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNWYUBIM2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgNWYUBIM2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNWYUBIM2 .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-vgNWYUBIM2 .navbar {
    height: 70px;
  }
  .cid-vgNWYUBIM2 .navbar.opened {
    height: auto;
  }
  .cid-vgNWYUBIM2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNWYUBIM2 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgNWYUBIM2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgNWYUBIM2 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgNWYUBIM2 .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgNWYUBIM2 .nav-item .nav-link:hover,
.cid-vgNWYUBIM2 .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgNWYUBIM2 .nav-item .nav-link:hover::after,
.cid-vgNWYUBIM2 .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgNWYUBIM2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgNWYUBIM2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgNWYUBIM2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgNWYUBIM2 .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgNWYUBIM2 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgNWYUBIM2 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgNWYUBIM2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgNWYUBIM2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgNWYUBIM2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgNWYUBIM2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgNWYUBIM2 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgNWYUBIM2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgNWYUBIM2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgNWYUBIM2 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgNWYUBIM2 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgNWYUBIM2 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgNWYUBIM2 .content-wrap {
    min-height: 80px;
  }
}
.cid-vgNWYUBIM2 .navbar-caption {
  color: #0A3E5B;
}
.cid-vgNWYUBIM2 .nav-link,
.cid-vgNWYUBIM2 .dropdown-item {
  color: #0A3E5B;
}
.cid-vgNWYVglyn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00b4d8;
}
.cid-vgNWYVglyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNWYVglyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNWYVglyn .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #00b4d8;
  padding: 120px 32px;
}
@media (max-width: 992px) {
  .cid-vgNWYVglyn .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-vgNWYVglyn .card-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vgNWYVglyn .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgNWYVglyn .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-vgNWYVglyn .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgNWYVglyn .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgNWYVglyn .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgNWYVglyn .mbr-label {
  color: #51270C;
  text-align: center;
}
.cid-vgNWYVglyn .mbr-section-title {
  color: #0027ba;
}
.cid-vgNWYVglyn .mbr-text,
.cid-vgNWYVglyn .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgNWYVglyn .mbr-section-title,
.cid-vgNWYVglyn .mbr-section-btn {
  text-align: center;
  color: #51270C;
}
.cid-vgNWYVQGeZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgNWYVQGeZ .text-wrapper {
  padding: 1rem;
}
.cid-vgNWYVQGeZ .row {
  margin: 0;
}
.cid-vgNWYVQGeZ .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNWYVQGeZ .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgNWYVQGeZ .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-vgNWYVQGeZ .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-vgNWYVQGeZ .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-vgNWYVQGeZ .image {
  padding: 0;
  position: relative;
}
.cid-vgNWYVQGeZ .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vgNWYVQGeZ .image:hover .image-overlay {
  opacity: .2;
}
.cid-vgNWYVQGeZ .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vgNWYWR1S2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdc0cb;
}
.cid-vgNWYWR1S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNWYWR1S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNWYWR1S2 .content-wrap {
  margin: 0 -50px;
}
.cid-vgNWYWR1S2 .content-wrap .card {
  padding: 0 50px;
}
.cid-vgNWYWR1S2 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vgNWYWR1S2 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vgNWYWR1S2 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vgNWYWR1S2 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgNWYWR1S2 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgNWYWR1S2 .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgNWYWR1S2 .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vgNWYWR1S2 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgNWYWR1S2 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgNWYWR1S2 .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vgNWYWR1S2 .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vgNWYWR1S2 .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vgNWYWR1S2 .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgNWYWR1S2 .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vgNWYWR1S2 .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgNWYWR1S2 .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vgNWYWR1S2 .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgNWYWR1S2 .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vgNWYWR1S2 .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vgNWYWR1S2 .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vgNWYWR1S2 .mbr-label {
  color: #1f1f1f;
}
.cid-vgNWYWR1S2 .mbr-section-title {
  color: #1f1f1f;
}
.cid-vgNWYWR1S2 .mbr-text {
  color: #5a5a5a;
}
.cid-vgNWYWR1S2 .list {
  color: #5a5a5a;
}
.cid-vgNWYXyQtg {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgNWYXyQtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNWYXyQtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNWYXyQtg .card-wrapper {
  background-color: #fbccb6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgNWYXyQtg .card-wrapper {
    padding: 24px;
  }
}
.cid-vgNWYXyQtg .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgNWYXyQtg .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgNWYXyQtg .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgNWYXyQtg .mbr-label {
  color: #0A3E5B;
}
.cid-vgNWYXyQtg .mbr-section-title {
  color: #0A3E5B;
}
.cid-vgNWYYdDaI {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgNWYYdDaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNWYYdDaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNWYYdDaI .card-wrapper {
  background-color: #fec9c6;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgNWYYdDaI .card-wrapper {
    padding: 24px;
  }
}
.cid-vgNWYYdDaI .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vgNWYYdDaI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgNWYYdDaI .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vgNWYYdDaI .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vgNWYYdDaI .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffe2e0;
  transition: all 0.3s ease;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card:hover {
  background-color: #ffe2e0;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #51270c;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vgNWYYdDaI .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgNWYYdDaI .mbr-label {
  color: #51270C;
}
.cid-vgNWYYdDaI .mbr-section-title {
  color: #0027ba;
}
.cid-vgNWYYdDaI .mbr-text {
  color: #51270C;
}
.cid-vgNWYYdDaI .panel-title-edit {
  color: #51270C;
}
.cid-vgNWYYdDaI .panel-text {
  color: #0027ba;
}
.cid-vgNWYYdDaI .mbr-section-title,
.cid-vgNWYYdDaI .main-btn {
  color: #51270C;
}
.cid-vgNWYYdDaI .panel-text,
.cid-vgNWYYdDaI .panel-body {
  color: #51270C;
}
.cid-vgNWYYKVQv {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgNWYYKVQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNWYYKVQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNWYYKVQv .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper {
    padding: 24px;
  }
}
.cid-vgNWYYKVQv .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgNWYYKVQv .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgNWYYKVQv .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgNWYYKVQv .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgNWYYKVQv .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgNWYYKVQv .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgNWYYKVQv .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgNWYYKVQv .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgNWYYKVQv .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgNWYYKVQv .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgNWYYKVQv .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgNWYYKVQv .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgNWYYKVQv .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgNWYYKVQv .mbr-label {
  color: #f4f4f4;
}
.cid-vgNWYYKVQv .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgNWYYKVQv .mbr-text {
  color: #949DBD;
}
.cid-vgNWYYKVQv .mbr-copy {
  color: #FFFFFF;
}
.cid-vgNWYYKVQv .list {
  color: #f4f4f4;
}
.cid-vgNWYYKVQv .mbr-text,
.cid-vgNWYYKVQv .text-wrapper {
  color: #ffffff;
}
.cid-vgQ769Dzrr .navbar-dropdown {
  position: relative !important;
}
.cid-vgQ769Dzrr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgQ769Dzrr .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgQ769Dzrr .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-vgQ769Dzrr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgQ769Dzrr .dropdown-menu {
    text-align: center;
  }
}
.cid-vgQ769Dzrr .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgQ769Dzrr .dropdown-item:hover,
.cid-vgQ769Dzrr .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgQ769Dzrr .dropdown-item:hover span {
  color: white;
}
.cid-vgQ769Dzrr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgQ769Dzrr .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgQ769Dzrr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgQ769Dzrr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgQ769Dzrr .nav-link {
  position: relative;
}
.cid-vgQ769Dzrr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgQ769Dzrr .container {
    flex-wrap: nowrap;
  }
}
.cid-vgQ769Dzrr .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgQ769Dzrr .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgQ769Dzrr .dropdown-menu,
.cid-vgQ769Dzrr .navbar.opened {
  background: #7289dd !important;
}
.cid-vgQ769Dzrr .nav-item:focus,
.cid-vgQ769Dzrr .nav-link:focus {
  outline: none;
}
.cid-vgQ769Dzrr .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgQ769Dzrr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgQ769Dzrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgQ769Dzrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgQ769Dzrr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgQ769Dzrr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgQ769Dzrr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgQ769Dzrr .navbar {
    min-height: 80px;
  }
}
.cid-vgQ769Dzrr .navbar.opened {
  transition: all 0.3s;
}
.cid-vgQ769Dzrr .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgQ769Dzrr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgQ769Dzrr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgQ769Dzrr .navbar.collapsed {
  justify-content: center;
}
.cid-vgQ769Dzrr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgQ769Dzrr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgQ769Dzrr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgQ769Dzrr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgQ769Dzrr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgQ769Dzrr .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%;
  right: 0.8rem;
}
.cid-vgQ769Dzrr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgQ769Dzrr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgQ769Dzrr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgQ769Dzrr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgQ769Dzrr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgQ769Dzrr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgQ769Dzrr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgQ769Dzrr .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%;
    right: 0.8rem;
  }
  .cid-vgQ769Dzrr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgQ769Dzrr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgQ769Dzrr .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgQ769Dzrr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgQ769Dzrr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgQ769Dzrr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgQ769Dzrr .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgQ769Dzrr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgQ769Dzrr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgQ769Dzrr .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgQ769Dzrr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgQ769Dzrr .navbar-brand .navbar-caption:hover,
.cid-vgQ769Dzrr .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgQ769Dzrr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgQ769Dzrr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgQ769Dzrr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgQ769Dzrr .dropdown-item.active,
.cid-vgQ769Dzrr .dropdown-item:active {
  background-color: transparent;
}
.cid-vgQ769Dzrr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgQ769Dzrr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgQ769Dzrr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgQ769Dzrr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgQ769Dzrr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgQ769Dzrr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgQ769Dzrr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgQ769Dzrr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgQ769Dzrr ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgQ769Dzrr .navbar-buttons {
  text-align: center;
}
.cid-vgQ769Dzrr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgQ769Dzrr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgQ769Dzrr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgQ769Dzrr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgQ769Dzrr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgQ769Dzrr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgQ769Dzrr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgQ769Dzrr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgQ769Dzrr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ769Dzrr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgQ769Dzrr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgQ769Dzrr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ769Dzrr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgQ769Dzrr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgQ769Dzrr .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-vgQ769Dzrr .navbar {
    height: 70px;
  }
  .cid-vgQ769Dzrr .navbar.opened {
    height: auto;
  }
  .cid-vgQ769Dzrr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgQ769Dzrr .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgQ769Dzrr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgQ769Dzrr .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgQ769Dzrr .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgQ769Dzrr .nav-item .nav-link:hover,
.cid-vgQ769Dzrr .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgQ769Dzrr .nav-item .nav-link:hover::after,
.cid-vgQ769Dzrr .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgQ769Dzrr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgQ769Dzrr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgQ769Dzrr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgQ769Dzrr .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgQ769Dzrr .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgQ769Dzrr .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgQ769Dzrr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgQ769Dzrr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgQ769Dzrr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgQ769Dzrr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgQ769Dzrr .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgQ769Dzrr .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgQ769Dzrr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgQ769Dzrr .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgQ769Dzrr .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgQ769Dzrr .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgQ769Dzrr .content-wrap {
    min-height: 80px;
  }
}
.cid-vgQ769Dzrr .navbar-caption {
  color: #0A3E5B;
}
.cid-vgQ769Dzrr .nav-link,
.cid-vgQ769Dzrr .dropdown-item {
  color: #0A3E5B;
}
#custom-html-34 {
  /* Type valid CSS here */
}
#custom-html-34 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-34 p {
  font-size: 60px;
  color: #777;
}
.cid-vgQ76anvJm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgQ76anvJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgQ76anvJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgQ76anvJm .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper {
    padding: 24px;
  }
}
.cid-vgQ76anvJm .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgQ76anvJm .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgQ76anvJm .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgQ76anvJm .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgQ76anvJm .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgQ76anvJm .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgQ76anvJm .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgQ76anvJm .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgQ76anvJm .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgQ76anvJm .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgQ76anvJm .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgQ76anvJm .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgQ76anvJm .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgQ76anvJm .mbr-label {
  color: #f4f4f4;
}
.cid-vgQ76anvJm .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgQ76anvJm .mbr-text {
  color: #949DBD;
}
.cid-vgQ76anvJm .mbr-copy {
  color: #FFFFFF;
}
.cid-vgQ76anvJm .list {
  color: #f4f4f4;
}
.cid-vgQ76anvJm .mbr-text,
.cid-vgQ76anvJm .text-wrapper {
  color: #ffffff;
}
.cid-vgQ7swEjE5 .navbar-dropdown {
  position: relative !important;
}
.cid-vgQ7swEjE5 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgQ7swEjE5 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgQ7swEjE5 .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-vgQ7swEjE5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgQ7swEjE5 .dropdown-menu {
    text-align: center;
  }
}
.cid-vgQ7swEjE5 .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgQ7swEjE5 .dropdown-item:hover,
.cid-vgQ7swEjE5 .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgQ7swEjE5 .dropdown-item:hover span {
  color: white;
}
.cid-vgQ7swEjE5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgQ7swEjE5 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgQ7swEjE5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgQ7swEjE5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgQ7swEjE5 .nav-link {
  position: relative;
}
.cid-vgQ7swEjE5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgQ7swEjE5 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgQ7swEjE5 .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgQ7swEjE5 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgQ7swEjE5 .dropdown-menu,
.cid-vgQ7swEjE5 .navbar.opened {
  background: #7289dd !important;
}
.cid-vgQ7swEjE5 .nav-item:focus,
.cid-vgQ7swEjE5 .nav-link:focus {
  outline: none;
}
.cid-vgQ7swEjE5 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgQ7swEjE5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgQ7swEjE5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgQ7swEjE5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgQ7swEjE5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgQ7swEjE5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgQ7swEjE5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgQ7swEjE5 .navbar {
    min-height: 80px;
  }
}
.cid-vgQ7swEjE5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgQ7swEjE5 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgQ7swEjE5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgQ7swEjE5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgQ7swEjE5 .navbar.collapsed {
  justify-content: center;
}
.cid-vgQ7swEjE5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgQ7swEjE5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgQ7swEjE5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgQ7swEjE5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgQ7swEjE5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgQ7swEjE5 .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%;
  right: 0.8rem;
}
.cid-vgQ7swEjE5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgQ7swEjE5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgQ7swEjE5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgQ7swEjE5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgQ7swEjE5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgQ7swEjE5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgQ7swEjE5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgQ7swEjE5 .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%;
    right: 0.8rem;
  }
  .cid-vgQ7swEjE5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgQ7swEjE5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgQ7swEjE5 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgQ7swEjE5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgQ7swEjE5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgQ7swEjE5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgQ7swEjE5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgQ7swEjE5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgQ7swEjE5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgQ7swEjE5 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgQ7swEjE5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgQ7swEjE5 .navbar-brand .navbar-caption:hover,
.cid-vgQ7swEjE5 .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgQ7swEjE5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgQ7swEjE5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgQ7swEjE5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgQ7swEjE5 .dropdown-item.active,
.cid-vgQ7swEjE5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgQ7swEjE5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgQ7swEjE5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgQ7swEjE5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgQ7swEjE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgQ7swEjE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgQ7swEjE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgQ7swEjE5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgQ7swEjE5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgQ7swEjE5 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgQ7swEjE5 .navbar-buttons {
  text-align: center;
}
.cid-vgQ7swEjE5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgQ7swEjE5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgQ7swEjE5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgQ7swEjE5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgQ7swEjE5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgQ7swEjE5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgQ7swEjE5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgQ7swEjE5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgQ7swEjE5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ7swEjE5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgQ7swEjE5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgQ7swEjE5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ7swEjE5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgQ7swEjE5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgQ7swEjE5 .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-vgQ7swEjE5 .navbar {
    height: 70px;
  }
  .cid-vgQ7swEjE5 .navbar.opened {
    height: auto;
  }
  .cid-vgQ7swEjE5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgQ7swEjE5 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgQ7swEjE5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgQ7swEjE5 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgQ7swEjE5 .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgQ7swEjE5 .nav-item .nav-link:hover,
.cid-vgQ7swEjE5 .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgQ7swEjE5 .nav-item .nav-link:hover::after,
.cid-vgQ7swEjE5 .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgQ7swEjE5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgQ7swEjE5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgQ7swEjE5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgQ7swEjE5 .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgQ7swEjE5 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgQ7swEjE5 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgQ7swEjE5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgQ7swEjE5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgQ7swEjE5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgQ7swEjE5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgQ7swEjE5 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgQ7swEjE5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgQ7swEjE5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgQ7swEjE5 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgQ7swEjE5 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgQ7swEjE5 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgQ7swEjE5 .content-wrap {
    min-height: 80px;
  }
}
.cid-vgQ7swEjE5 .navbar-caption {
  color: #0A3E5B;
}
.cid-vgQ7swEjE5 .nav-link,
.cid-vgQ7swEjE5 .dropdown-item {
  color: #0A3E5B;
}
#custom-html-37 {
  /* Type valid CSS here */
}
#custom-html-37 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-37 p {
  font-size: 60px;
  color: #777;
}
.cid-vgQ7sxuQWI {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgQ7sxuQWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgQ7sxuQWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgQ7sxuQWI .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper {
    padding: 24px;
  }
}
.cid-vgQ7sxuQWI .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgQ7sxuQWI .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgQ7sxuQWI .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgQ7sxuQWI .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgQ7sxuQWI .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgQ7sxuQWI .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgQ7sxuQWI .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgQ7sxuQWI .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgQ7sxuQWI .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgQ7sxuQWI .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgQ7sxuQWI .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgQ7sxuQWI .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgQ7sxuQWI .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgQ7sxuQWI .mbr-label {
  color: #f4f4f4;
}
.cid-vgQ7sxuQWI .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgQ7sxuQWI .mbr-text {
  color: #949DBD;
}
.cid-vgQ7sxuQWI .mbr-copy {
  color: #FFFFFF;
}
.cid-vgQ7sxuQWI .list {
  color: #f4f4f4;
}
.cid-vgQ7sxuQWI .mbr-text,
.cid-vgQ7sxuQWI .text-wrapper {
  color: #ffffff;
}
.cid-vgQ7Gactll .navbar-dropdown {
  position: relative !important;
}
.cid-vgQ7Gactll .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vgQ7Gactll .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vgQ7Gactll .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-vgQ7Gactll .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vgQ7Gactll .dropdown-menu {
    text-align: center;
  }
}
.cid-vgQ7Gactll .dropdown-item {
  border: 1px solid #0a3e5b;
  background: #7289dd !important;
  color: #00b4d8 !important;
}
.cid-vgQ7Gactll .dropdown-item:hover,
.cid-vgQ7Gactll .dropdown-item:focus {
  background: #7289dd !important;
}
.cid-vgQ7Gactll .dropdown-item:hover span {
  color: white;
}
.cid-vgQ7Gactll .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgQ7Gactll .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgQ7Gactll .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgQ7Gactll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgQ7Gactll .nav-link {
  position: relative;
}
.cid-vgQ7Gactll .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vgQ7Gactll .container {
    flex-wrap: nowrap;
  }
}
.cid-vgQ7Gactll .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgQ7Gactll .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vgQ7Gactll .dropdown-menu,
.cid-vgQ7Gactll .navbar.opened {
  background: #7289dd !important;
}
.cid-vgQ7Gactll .nav-item:focus,
.cid-vgQ7Gactll .nav-link:focus {
  outline: none;
}
.cid-vgQ7Gactll .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vgQ7Gactll .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vgQ7Gactll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgQ7Gactll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgQ7Gactll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgQ7Gactll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vgQ7Gactll .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7289dd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgQ7Gactll .navbar {
    min-height: 80px;
  }
}
.cid-vgQ7Gactll .navbar.opened {
  transition: all 0.3s;
}
.cid-vgQ7Gactll .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vgQ7Gactll .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgQ7Gactll .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgQ7Gactll .navbar.collapsed {
  justify-content: center;
}
.cid-vgQ7Gactll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgQ7Gactll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgQ7Gactll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgQ7Gactll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgQ7Gactll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgQ7Gactll .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%;
  right: 0.8rem;
}
.cid-vgQ7Gactll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgQ7Gactll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vgQ7Gactll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgQ7Gactll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgQ7Gactll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgQ7Gactll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgQ7Gactll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgQ7Gactll .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%;
    right: 0.8rem;
  }
  .cid-vgQ7Gactll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgQ7Gactll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgQ7Gactll .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vgQ7Gactll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgQ7Gactll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgQ7Gactll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgQ7Gactll .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgQ7Gactll .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgQ7Gactll .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vgQ7Gactll .navbar-brand {
    min-height: 80px;
  }
}
.cid-vgQ7Gactll .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgQ7Gactll .navbar-brand .navbar-caption:hover,
.cid-vgQ7Gactll .navbar-brand .navbar-caption:focus {
  color: #0a3e5b !important;
}
.cid-vgQ7Gactll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgQ7Gactll .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgQ7Gactll .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgQ7Gactll .dropdown-item.active,
.cid-vgQ7Gactll .dropdown-item:active {
  background-color: transparent;
}
.cid-vgQ7Gactll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgQ7Gactll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgQ7Gactll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgQ7Gactll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7289dd;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vgQ7Gactll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vgQ7Gactll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgQ7Gactll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgQ7Gactll ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgQ7Gactll ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0a3e5b;
  }
}
.cid-vgQ7Gactll .navbar-buttons {
  text-align: center;
}
.cid-vgQ7Gactll .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vgQ7Gactll .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgQ7Gactll button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #7289dd !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgQ7Gactll button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a3e5b;
}
.cid-vgQ7Gactll button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgQ7Gactll button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgQ7Gactll button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgQ7Gactll button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgQ7Gactll nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ7Gactll nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgQ7Gactll nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgQ7Gactll nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ7Gactll .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgQ7Gactll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgQ7Gactll .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-vgQ7Gactll .navbar {
    height: 70px;
  }
  .cid-vgQ7Gactll .navbar.opened {
    height: auto;
  }
  .cid-vgQ7Gactll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgQ7Gactll .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vgQ7Gactll .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgQ7Gactll .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vgQ7Gactll .nav-item .nav-link::after {
  color: #0a3e5b !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vgQ7Gactll .nav-item .nav-link:hover,
.cid-vgQ7Gactll .nav-item .nav-link:focus {
  background-color: #00b4d8;
  color: #ffffff !important;
}
.cid-vgQ7Gactll .nav-item .nav-link:hover::after,
.cid-vgQ7Gactll .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vgQ7Gactll .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgQ7Gactll .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgQ7Gactll .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgQ7Gactll .nav-item .dropdown-menu .dropdown-item {
  color: #00b4d8 !important;
}
.cid-vgQ7Gactll .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vgQ7Gactll .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0a3e5b !important;
}
@media (max-width: 991px) {
  .cid-vgQ7Gactll .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgQ7Gactll .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgQ7Gactll .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgQ7Gactll .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgQ7Gactll .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vgQ7Gactll .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vgQ7Gactll .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgQ7Gactll .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgQ7Gactll .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vgQ7Gactll .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vgQ7Gactll .content-wrap {
    min-height: 80px;
  }
}
.cid-vgQ7Gactll .navbar-caption {
  color: #0A3E5B;
}
.cid-vgQ7Gactll .nav-link,
.cid-vgQ7Gactll .dropdown-item {
  color: #0A3E5B;
}
#custom-html-3a {
  /* Type valid CSS here */
}
#custom-html-3a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3a p {
  font-size: 60px;
  color: #777;
}
.cid-vgQ7Gbbab8 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgQ7Gbbab8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgQ7Gbbab8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgQ7Gbbab8 .card-wrapper {
  background-color: #0a3e5b;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper {
    padding: 24px;
  }
}
.cid-vgQ7Gbbab8 .card-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper .content-wrap {
    height: auto;
  }
}
.cid-vgQ7Gbbab8 .card-wrapper .content-wrap .card-box .mbr-label {
  margin-bottom: 20px;
}
.cid-vgQ7Gbbab8 .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper .content-wrap .card-box .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgQ7Gbbab8 .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #f4f4f4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap {
    padding: 14px 20px;
  }
}
.cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgQ7Gbbab8 .card-wrapper .title-wrapper .nav-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-vgQ7Gbbab8 .card-wrapper .mbr-section-btn {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vgQ7Gbbab8 .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgQ7Gbbab8 .card-wrapper .mbr-section-btn .btn {
    padding: 24px;
  }
}
.cid-vgQ7Gbbab8 .mbr-label {
  color: #f4f4f4;
}
.cid-vgQ7Gbbab8 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgQ7Gbbab8 .mbr-text {
  color: #949DBD;
}
.cid-vgQ7Gbbab8 .mbr-copy {
  color: #FFFFFF;
}
.cid-vgQ7Gbbab8 .list {
  color: #f4f4f4;
}
.cid-vgQ7Gbbab8 .mbr-text,
.cid-vgQ7Gbbab8 .text-wrapper {
  color: #ffffff;
}
