.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poiret One', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Poiret One', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poiret One', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poiret One', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #8caff0 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #083299 !important;
}
.bg-danger {
  background-color: #66afff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #083299 !important;
  border-color: #083299 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #041747 !important;
  border-color: #041747 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #041747 !important;
  border-color: #041747 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #66afff !important;
  border-color: #66afff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0f82ff !important;
  border-color: #0f82ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0f82ff !important;
  border-color: #0f82ff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8caff0;
  color: #8caff0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: #3f7ae6 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #083299;
  color: #083299;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #041747 !important;
  background-color: transparent!important;
  border-color: #041747 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #083299 !important;
  border-color: #083299 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #66afff;
  color: #66afff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0f82ff !important;
  background-color: transparent!important;
  border-color: #0f82ff !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #66afff !important;
  border-color: #66afff !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 {
  color: #000000 !important;
  background-color: transparent!important;
  border-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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #8caff0 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #083299 !important;
}
.text-danger {
  color: #66afff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3270e4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #031238 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #007aff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #083299;
}
.alert-danger {
  background-color: #66afff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #2d66f4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4479d9;
  border-bottom-color: #4479d9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4479d9 !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: #4479d9 !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='%234479d9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sppxLX1H4c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #19499f;
}
.cid-sppxLX1H4c .card-wrapper {
  z-index: 3;
}
.cid-sppxLX1H4c .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sppxLX1H4c:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sppxLX1H4c .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sppxLX1H4c .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sqeXCudGRK {
  display: flex;
  background-image: url("../../../assets/images/fullscreensplashglass24-1920x1280.png");
}
.cid-sqeXCudGRK .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-sqeXCudGRK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sqeXCudGRK {
    align-items: flex-end;
  }
  .cid-sqeXCudGRK .row {
    justify-content: flex-start;
  }
  .cid-sqeXCudGRK .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sqeXCudGRK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sqeXCudGRK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqeXCudGRK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sqeXCudGRK .content-wrap {
    width: 100%;
  }
}
.cid-sCI67MLLFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wave01-2-1918x557.png");
}
.cid-sCI67MLLFs .card {
  padding: 12.5rem 0;
  background: #f2f2f2;
  border-radius: 0;
}
.cid-sCI67MLLFs .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sCI67MLLFs .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #4479d9;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sCI67MLLFs .lin:hover .line {
  opacity: 1;
}
.cid-sCI67MLLFs .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-sCI67MLLFs a {
  font-weight: 700;
}
.cid-sCI67MLLFs .text-primary {
  color: #626262 !important;
}
.cid-sCI6YqEh6K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCI6YqEh6K .item-wrapper {
  width: 100%;
}
.cid-sCI6YqEh6K .left-side {
  text-align: left;
}
.cid-sCI6YqEh6K .row {
  align-items: center;
}
@media (max-width: 9090px) {
  .cid-sCI6YqEh6K .item-wrapper {
    padding-top: 20px;
  }
}
.cid-sCI6YqEh6K .mbr-section-subtitle {
  color: #626262;
  padding-top: 20px;
  margin-top: 0;
}
.cid-sCI6YqEh6K .mbr-section-title {
  color: #000000;
}
.cid-sCI6YqEh6K .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-sCI6YqEh6K .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-sCI6YqEh6K img,
.cid-sCI6YqEh6K .item-img {
  width: 100%;
  height: auto;
}
.cid-sCI6YqEh6K .mbr-text {
  padding-top: 10px;
}
.cid-sroVYZdkLu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #19499f;
}
.cid-sroVYZdkLu .mbr-overlay {
  background-color: #19499f;
  opacity: 0.4;
}
.cid-sroVYZdkLu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sroVYZdkLu form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-sroVYZdkLu form.mbr-form {
    padding: 1rem;
  }
}
.cid-sroVYZdkLu form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sroVYZdkLu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sroVYZdkLu .mbr-section-title {
  color: #ffffff;
}
.cid-sroVYZdkLu P {
  color: #19499f;
}
.cid-spoeoLzU16 {
  padding-top: 150px;
  background-image: url("../../../assets/images/wave01-2-1918x557.png");
}
.cid-spoeoLzU16 .text-content {
  padding-bottom: 60px;
}
.cid-spoeoLzU16 .content-container .btn-bgr {
  z-index: 0;
}
.cid-spoeoLzU16 .box-item-text {
  color: #19499f;
  text-align: center;
}
.cid-spoeoLzU16 .box-item {
  padding: 2.5rem;
}
.cid-spoeoLzU16 .box-item:first-child {
  background-color: #ffffff;
}
.cid-spoeoLzU16 .box-item:nth-child(2) {
  background-color: #66afff;
}
.cid-spoeoLzU16 .box-item:last-child {
  background-color: #ffffff;
}
.cid-spoeoLzU16 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-spoeoLzU16 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-spoeoLzU16 .box-list li:last-child {
  border-bottom: none;
}
.cid-spoeoLzU16 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-spoeoLzU16 .mbr-iconfont {
  color: #4479d9;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-spoeoLzU16 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-spoeoLzU16 .mbr-section-subtitle,
  .cid-spoeoLzU16 .mbr-section-title,
  .cid-spoeoLzU16 .mbr-text,
  .cid-spoeoLzU16 .mbr-section-btn,
  .cid-spoeoLzU16 .icon-block-top,
  .cid-spoeoLzU16 .box-item-title,
  .cid-spoeoLzU16 .box-item-text {
    text-align: center !important;
  }
}
.cid-spoeoLzU16 .mbr-section-title {
  color: #66afff;
}
.cid-spoeoLzU16 .mbr-text,
.cid-spoeoLzU16 .mbr-section-btn {
  color: #19499f;
  text-align: center;
}
.cid-spoeoLzU16 .mbr-section-subtitle {
  color: #19499f;
}
.cid-spoeoLzU16 .icon-block-top,
.cid-spoeoLzU16 .box-item-title {
  color: #19499f;
}
.cid-spoeoLzU16 .box-item-text P {
  text-align: left;
}
.cid-sqbD0qG0HZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spH5i4sD8R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spH5i4sD8R .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-spH5i4sD8R .container {
  max-width: 1500px;
}
.cid-spH5i4sD8R .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-spH5i4sD8R .container {
    padding: 0 4rem;
  }
}
.cid-spH5i4sD8R .mbr-text,
.cid-spH5i4sD8R .mbr-section-btn {
  color: #efeeee;
}
.cid-spH5i4sD8R .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-spH5i4sD8R .btn .mbr-iconfont {
  order: 2;
}
.cid-spH5i4sD8R .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-spH5i4sD8R .align-left {
    text-align: center;
  }
  .cid-spH5i4sD8R .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-spH5i4sD8R H1 {
  color: #19499f;
  text-align: left;
}
.cid-sq8t5hd3Ir {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sq8t5hd3Ir .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sq8t5hd3Ir .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq8t5hd3Ir .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sq8t5hd3Ir .card-title {
  color: #19499f;
}
.cid-sq8t4jSnc8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sq8t4jSnc8 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sq8t4jSnc8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq8t4jSnc8 .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sq8t4jSnc8 .card-title {
  color: #19499f;
}
.cid-sq8CzvEH7Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sq8CzvEH7Y .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sq8CzvEH7Y .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq8CzvEH7Y .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sq8CzvEH7Y .card-title {
  color: #19499f;
}
.cid-sq8t0pSwEl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sq8t0pSwEl .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sq8t0pSwEl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq8t0pSwEl .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sq8t0pSwEl .card-title {
  color: #19499f;
}
.cid-sq8sX7ykpK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sq8sX7ykpK .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sq8sX7ykpK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq8sX7ykpK .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sq8sX7ykpK .card-title {
  color: #19499f;
}
.cid-sq8sZcfVI3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sq8sZcfVI3 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sq8sZcfVI3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq8sZcfVI3 .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sq8sZcfVI3 .card-title {
  color: #19499f;
}
.cid-sqbsyd4b02 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqbsyd4b02 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sqbsyd4b02 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqbsyd4b02 .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sqbsyd4b02 .card-title {
  color: #19499f;
}
.cid-sqbA16QLSM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqbA16QLSM .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sqbA16QLSM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqbA16QLSM .mbr-iconfont {
  font-size: 2rem;
  color: #66afff;
  padding-right: 1.5rem;
}
.cid-sqbA16QLSM .card-title {
  color: #19499f;
}
.cid-sqbCSLaf0t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqbETGrMFV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqbETGrMFV img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqbETGrMFV img:hover {
  transform: scale(1.1);
}
.cid-sqbETGrMFV .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sqbETGrMFV h2 {
  padding: 0;
  margin: 0;
}
.cid-sqbETGrMFV .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqbETGrMFV .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sqbETGrMFV .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqbETGrMFV .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqbETGrMFV .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqbETGrMFV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sqbETGrMFV .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbETGrMFV .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqbETGrMFV .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sqbETGrMFV H2 {
  color: #333333;
}
.cid-sqbETGrMFV .mbr-text {
  color: #19499f;
}
.cid-sqbETGrMFV H1 {
  color: #19499f;
}
.cid-sqbETGrMFV H3 {
  color: #66afff;
}
.cid-ssdrezJ4h8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fichtner-forum-hydrogen-1400x933.jpg");
}
.cid-ssdrezJ4h8 .mbr-section-title {
  color: #19499f;
}
.cid-ssdrezJ4h8 .mbr-section-subtitle {
  text-align: left;
  color: #19499f;
}
.cid-sqbBnkPPwc {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqbBnkPPwc .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqbBnkPPwc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqbBnkPPwc .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqbBnkPPwc .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqbBnkPPwc .mbr-text,
.cid-sqbBnkPPwc .mbr-section-btn {
  color: #19499f;
}
.cid-sqbBnkPPwc .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  border-radius: .25rem;
}
.cid-sqbBnkPPwc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqbBnkPPwc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqbBnkPPwc .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sqbBnkPPwc .main-row {
    margin: 0;
  }
  .cid-sqbBnkPPwc .mbr-section-title,
  .cid-sqbBnkPPwc .mbr-text,
  .cid-sqbBnkPPwc .list,
  .cid-sqbBnkPPwc .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqbBnkPPwc .text-content {
    padding: 0;
  }
}
.cid-sqbBnkPPwc .list {
  color: #19499f;
}
.cid-ssdsR9SlQ2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ssdsR9SlQ2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ssdsR9SlQ2 .mbr-section-subtitle {
  color: #19499f;
  text-align: left;
}
.cid-sqbC3PY00D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sozqQBA1mg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pexels-clem-onojeghuo-175773-2000x1333.jpg");
}
.cid-sozqQBA1mg .card-box {
  padding: 0rem;
}
.cid-sozqQBA1mg .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sozqQBA1mg .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sozqQBA1mg .big h4 {
  margin: 0;
}
.cid-sozqQBA1mg .card {
  padding: 0;
  min-height: 300px;
}
.cid-sozqQBA1mg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sozqQBA1mg .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-sozqQBA1mg .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sozqQBA1mg .card-wrapper {
    padding: 4rem;
  }
}
.cid-sozqQBA1mg .cardbg1 {
  background: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sozqQBA1mg .cardbg2 {
  background: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sozqQBA1mg .main-title {
  color: #fafafa;
}
.cid-sozqQBA1mg .card-title,
.cid-sozqQBA1mg .mbr-section-btn {
  color: #19499f;
}
.cid-sozqQBA1mg .card-text {
  color: #19499f;
}
.cid-sppz425RRr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sppz425RRr [class^="socicon-"]:before,
.cid-sppz425RRr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sppz425RRr .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-sppz425RRr .btn-social:hover {
  background: #6592e6;
}
.cid-sppz425RRr .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sppz425RRr .mbr-section-title,
.cid-sppz425RRr .mbr-social-likes {
  color: #19499f;
}
.cid-sqbD4ZkjwT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sotxFbWyeI {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sotxFbWyeI .mbr-overlay {
  background-color: #083299;
  opacity: 0.3;
}
.cid-sotxFbWyeI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sotxFbWyeI {
    align-items: flex-end;
  }
  .cid-sotxFbWyeI .row {
    justify-content: flex-start;
  }
  .cid-sotxFbWyeI .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sotxFbWyeI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sotxFbWyeI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sotxFbWyeI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sotxFbWyeI .content-wrap {
    width: 100%;
  }
}
.cid-sotxFbWyeI .mbr-section-title {
  color: #ffffff;
}
.cid-sotz4rZwuG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #19499f);
}
.cid-sotz4rZwuG .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotz4rZwuG .mbr-overlay {
  background: #eb9bef;
}
.cid-sotz4rZwuG .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sotz4rZwuG .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotz4rZwuG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotz4rZwuG .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotz4rZwuG .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotz4rZwuG .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotz4rZwuG .mbr-section-btn,
.cid-sotz4rZwuG .mbr-section-title {
  color: #19499f;
}
.cid-sotz4rZwuG .mbr-section-subtitle {
  color: #19499f;
}
.cid-sotz4rZwuG P {
  color: #19499f;
}
.cid-sotB6A8M1H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sotB6A8M1H .row {
  flex-direction: row-reverse;
}
.cid-sotB6A8M1H .video-wrapper iframe {
  width: 100%;
}
.cid-sotB6A8M1H .mbr-section-title,
.cid-sotB6A8M1H .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sotB6A8M1H .text-wrapper {
    padding: 2rem;
  }
}
.cid-sotB6A8M1H .mbr-text {
  color: #19499f;
}
.cid-sotBqTP4L7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sotBqTP4L7 .mbr-section-subtitle {
  color: #19499f;
}
.cid-sotBqTP4L7 .mbr-text {
  color: #19499f;
}
.cid-sonlvi1XB1 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #19499f;
}
.cid-sonlvi1XB1 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sonlvi1XB1 .container {
  max-width: 1500px;
}
.cid-sonlvi1XB1 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sonlvi1XB1 .container {
    padding: 0 4rem;
  }
}
.cid-sonlvi1XB1 .mbr-text,
.cid-sonlvi1XB1 .mbr-section-btn {
  color: #efeeee;
}
.cid-sonlvi1XB1 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sonlvi1XB1 .btn .mbr-iconfont {
  order: 2;
}
.cid-sonlvi1XB1 .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sonlvi1XB1 .align-left {
    text-align: center;
  }
  .cid-sonlvi1XB1 .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-tjIj8ElT7i {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjIj8ElT7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjIj8ElT7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjIj8ElT7i .row {
  flex-direction: row-reverse;
}
.cid-tjIj8ElT7i .video-wrapper iframe {
  width: 100%;
}
.cid-tjIj8ElT7i .mbr-section-title,
.cid-tjIj8ElT7i .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tjIj8ElT7i .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjIj8ElT7i .mbr-text {
  color: #083299;
}
.cid-tjIj8ElT7i .mbr-section-subtitle {
  color: #083299;
}
.cid-tjIj8ElT7i .mbr-section-title {
  color: #083299;
}
.cid-sXBLfQFRhf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sXBLfQFRhf .text-content .btn-bgr {
  z-index: 0;
}
.cid-sXBLfQFRhf .mbr-overlay {
  background: #eb9bef;
}
.cid-sXBLfQFRhf .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sXBLfQFRhf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sXBLfQFRhf .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sXBLfQFRhf .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sXBLfQFRhf .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sXBLfQFRhf .mbr-section-btn,
.cid-sXBLfQFRhf .mbr-section-title {
  color: #19499f;
}
.cid-sXBLfQFRhf P {
  color: #19499f;
}
.cid-sond73O1Sp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sond73O1Sp .text-content .btn-bgr {
  z-index: 0;
}
.cid-sond73O1Sp .mbr-overlay {
  background: #eb9bef;
}
.cid-sond73O1Sp .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sond73O1Sp .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sond73O1Sp .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sond73O1Sp .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sond73O1Sp .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sond73O1Sp .mbr-section-btn,
.cid-sond73O1Sp .mbr-section-title {
  color: #19499f;
}
.cid-sond73O1Sp P {
  color: #19499f;
}
.cid-ssduL9vFDs {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ssduL9vFDs .text-content .btn-bgr {
  z-index: 0;
}
.cid-ssduL9vFDs .mbr-overlay {
  background: #eb9bef;
}
.cid-ssduL9vFDs .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-ssduL9vFDs .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssduL9vFDs .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ssduL9vFDs .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ssduL9vFDs .text-content {
    margin-bottom: 2rem;
  }
}
.cid-ssduL9vFDs .mbr-section-btn,
.cid-ssduL9vFDs .mbr-section-title {
  color: #19499f;
}
.cid-ssduL9vFDs P {
  color: #19499f;
}
.cid-sonmvYrfma {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonmvYrfma .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonmvYrfma .mbr-overlay {
  background: #eb9bef;
}
.cid-sonmvYrfma .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonmvYrfma .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonmvYrfma .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonmvYrfma .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonmvYrfma .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonmvYrfma .mbr-section-btn,
.cid-sonmvYrfma .mbr-section-title {
  color: #19499f;
}
.cid-sonmvYrfma P {
  color: #19499f;
}
.cid-sonnmMHclW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonnmMHclW .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonnmMHclW .mbr-overlay {
  background: #eb9bef;
}
.cid-sonnmMHclW .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonnmMHclW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonnmMHclW .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonnmMHclW .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonnmMHclW .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonnmMHclW .mbr-section-btn,
.cid-sonnmMHclW .mbr-section-title {
  color: #19499f;
}
.cid-sonnmMHclW P {
  color: #19499f;
}
.cid-sqg51ov2zn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sonouBDyyb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonouBDyyb .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonouBDyyb .mbr-overlay {
  background: #eb9bef;
}
.cid-sonouBDyyb .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonouBDyyb .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonouBDyyb .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonouBDyyb .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonouBDyyb .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonouBDyyb .mbr-section-btn,
.cid-sonouBDyyb .mbr-section-title {
  color: #19499f;
}
.cid-sonouBDyyb P {
  color: #19499f;
}
.cid-sonpbz7nTT {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonpbz7nTT .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonpbz7nTT .mbr-overlay {
  background: #eb9bef;
}
.cid-sonpbz7nTT .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonpbz7nTT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonpbz7nTT .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonpbz7nTT .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonpbz7nTT .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonpbz7nTT .mbr-section-btn,
.cid-sonpbz7nTT .mbr-section-title {
  color: #19499f;
}
.cid-sonpbz7nTT P {
  color: #19499f;
}
.cid-sonq1KQjLg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonq1KQjLg .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonq1KQjLg .mbr-overlay {
  background: #eb9bef;
}
.cid-sonq1KQjLg .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonq1KQjLg .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonq1KQjLg .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonq1KQjLg .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonq1KQjLg .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonq1KQjLg .mbr-section-btn,
.cid-sonq1KQjLg .mbr-section-title {
  color: #19499f;
}
.cid-sonq1KQjLg P {
  color: #19499f;
}
.cid-sonq4OhzBk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonq4OhzBk .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonq4OhzBk .mbr-overlay {
  background: #eb9bef;
}
.cid-sonq4OhzBk .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonq4OhzBk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonq4OhzBk .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonq4OhzBk .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonq4OhzBk .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonq4OhzBk .mbr-section-btn,
.cid-sonq4OhzBk .mbr-section-title {
  color: #19499f;
}
.cid-sonq4OhzBk P {
  color: #19499f;
}
.cid-sqg52l8nR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sonq5DPf1q {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonq5DPf1q .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonq5DPf1q .mbr-overlay {
  background: #eb9bef;
}
.cid-sonq5DPf1q .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonq5DPf1q .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonq5DPf1q .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonq5DPf1q .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonq5DPf1q .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonq5DPf1q .mbr-section-btn,
.cid-sonq5DPf1q .mbr-section-title {
  color: #19499f;
}
.cid-sonq5DPf1q P {
  color: #19499f;
}
.cid-sonq6UFLo9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonq6UFLo9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonq6UFLo9 .mbr-overlay {
  background: #eb9bef;
}
.cid-sonq6UFLo9 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonq6UFLo9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonq6UFLo9 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonq6UFLo9 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonq6UFLo9 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonq6UFLo9 .mbr-section-btn,
.cid-sonq6UFLo9 .mbr-section-title {
  color: #19499f;
}
.cid-sonq6UFLo9 P {
  color: #19499f;
}
.cid-sotmhzjuKj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotmhzjuKj .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotmhzjuKj .mbr-overlay {
  background: #eb9bef;
}
.cid-sotmhzjuKj .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotmhzjuKj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotmhzjuKj .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotmhzjuKj .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotmhzjuKj .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotmhzjuKj .mbr-section-btn,
.cid-sotmhzjuKj .mbr-section-title {
  color: #19499f;
}
.cid-sotmhzjuKj P {
  color: #19499f;
}
.cid-sotmiyI9ln {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotmiyI9ln .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotmiyI9ln .mbr-overlay {
  background: #eb9bef;
}
.cid-sotmiyI9ln .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotmiyI9ln .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotmiyI9ln .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotmiyI9ln .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotmiyI9ln .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotmiyI9ln .mbr-section-btn,
.cid-sotmiyI9ln .mbr-section-title {
  color: #19499f;
}
.cid-sotmiyI9ln P {
  color: #19499f;
}
.cid-sqg5449B8z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sotmjMG2ay {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotmjMG2ay .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotmjMG2ay .mbr-overlay {
  background: #eb9bef;
}
.cid-sotmjMG2ay .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotmjMG2ay .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotmjMG2ay .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotmjMG2ay .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotmjMG2ay .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotmjMG2ay .mbr-section-btn,
.cid-sotmjMG2ay .mbr-section-title {
  color: #19499f;
}
.cid-sotmjMG2ay P {
  color: #19499f;
}
.cid-sonq7MxuR7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonq7MxuR7 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonq7MxuR7 .mbr-overlay {
  background: #eb9bef;
}
.cid-sonq7MxuR7 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonq7MxuR7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonq7MxuR7 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonq7MxuR7 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonq7MxuR7 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonq7MxuR7 .mbr-section-btn,
.cid-sonq7MxuR7 .mbr-section-title {
  color: #19499f;
}
.cid-sonq7MxuR7 P {
  color: #19499f;
}
.cid-sonq2HSuP1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sonq2HSuP1 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sonq2HSuP1 .mbr-overlay {
  background: #eb9bef;
}
.cid-sonq2HSuP1 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sonq2HSuP1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sonq2HSuP1 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sonq2HSuP1 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sonq2HSuP1 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sonq2HSuP1 .mbr-section-btn,
.cid-sonq2HSuP1 .mbr-section-title {
  color: #19499f;
}
.cid-sonq2HSuP1 P {
  color: #19499f;
}
.cid-sotp2jPe01 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotp2jPe01 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotp2jPe01 .mbr-overlay {
  background: #eb9bef;
}
.cid-sotp2jPe01 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotp2jPe01 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotp2jPe01 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotp2jPe01 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotp2jPe01 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotp2jPe01 .mbr-section-btn,
.cid-sotp2jPe01 .mbr-section-title {
  color: #19499f;
}
.cid-sotp2jPe01 P {
  color: #19499f;
}
.cid-sqg54RjSom {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sotp31gE2E {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotp31gE2E .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotp31gE2E .mbr-overlay {
  background: #eb9bef;
}
.cid-sotp31gE2E .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotp31gE2E .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotp31gE2E .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotp31gE2E .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotp31gE2E .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotp31gE2E .mbr-section-btn,
.cid-sotp31gE2E .mbr-section-title {
  color: #19499f;
}
.cid-sotp31gE2E P {
  color: #19499f;
}
.cid-sotp3O5toG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotp3O5toG .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotp3O5toG .mbr-overlay {
  background: #eb9bef;
}
.cid-sotp3O5toG .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotp3O5toG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotp3O5toG .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotp3O5toG .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotp3O5toG .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotp3O5toG .mbr-section-btn,
.cid-sotp3O5toG .mbr-section-title {
  color: #19499f;
}
.cid-sotp3O5toG P {
  color: #19499f;
}
.cid-sotp1AI9wY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotp1AI9wY .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotp1AI9wY .mbr-overlay {
  background: #eb9bef;
}
.cid-sotp1AI9wY .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotp1AI9wY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotp1AI9wY .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotp1AI9wY .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotp1AI9wY .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotp1AI9wY .mbr-section-btn,
.cid-sotp1AI9wY .mbr-section-title {
  color: #19499f;
}
.cid-sotp1AI9wY P {
  color: #19499f;
}
.cid-sotoJ06UFf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotoJ06UFf .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotoJ06UFf .mbr-overlay {
  background: #eb9bef;
}
.cid-sotoJ06UFf .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotoJ06UFf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotoJ06UFf .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotoJ06UFf .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotoJ06UFf .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotoJ06UFf .mbr-section-btn,
.cid-sotoJ06UFf .mbr-section-title {
  color: #19499f;
}
.cid-sotoJ06UFf P {
  color: #19499f;
}
.cid-sqg55Et8wo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sotr35UlnD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotr35UlnD .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotr35UlnD .mbr-overlay {
  background: #eb9bef;
}
.cid-sotr35UlnD .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotr35UlnD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotr35UlnD .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotr35UlnD .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotr35UlnD .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotr35UlnD .mbr-section-btn,
.cid-sotr35UlnD .mbr-section-title {
  color: #19499f;
}
.cid-sotr35UlnD P {
  color: #19499f;
}
.cid-sotqm2FoLW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotqm2FoLW .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotqm2FoLW .mbr-overlay {
  background: #eb9bef;
}
.cid-sotqm2FoLW .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotqm2FoLW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotqm2FoLW .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotqm2FoLW .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotqm2FoLW .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotqm2FoLW .mbr-section-btn,
.cid-sotqm2FoLW .mbr-section-title {
  color: #19499f;
}
.cid-sotqm2FoLW P {
  color: #19499f;
}
.cid-sotqDi7E5J {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sotqDi7E5J .text-content .btn-bgr {
  z-index: 0;
}
.cid-sotqDi7E5J .mbr-overlay {
  background: #eb9bef;
}
.cid-sotqDi7E5J .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sotqDi7E5J .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sotqDi7E5J .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sotqDi7E5J .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sotqDi7E5J .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sotqDi7E5J .mbr-section-btn,
.cid-sotqDi7E5J .mbr-section-title {
  color: #19499f;
}
.cid-sotqDi7E5J P {
  color: #19499f;
}
.cid-sqg56wUZO2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sottpNe7hs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/zontos-machine-1-1782x1236.jpg");
}
.cid-sottpNe7hs .mbr-text,
.cid-sottpNe7hs .mbr-section-btn {
  color: #232323;
}
.cid-sottpNe7hs .card-title,
.cid-sottpNe7hs .card-box {
  color: #ffffff;
  text-align: right;
}
.cid-sottpNe7hs .mbr-text,
.cid-sottpNe7hs .link-wrap {
  color: #ffffff;
}
.cid-sppzEdE0G5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sppzEdE0G5 [class^="socicon-"]:before,
.cid-sppzEdE0G5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sppzEdE0G5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-sppzEdE0G5 .btn-social:hover {
  background: #6592e6;
}
.cid-sppzEdE0G5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sppzEdE0G5 .mbr-section-title,
.cid-sppzEdE0G5 .mbr-social-likes {
  color: #19499f;
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sotMYnNULS {
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-sotMZqkNNC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sotMZqkNNC .mbr-section-title {
  color: #3264be;
}
.cid-sppzu1mnqq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sppzu1mnqq [class^="socicon-"]:before,
.cid-sppzu1mnqq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sppzu1mnqq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #66afff;
  border-width: 2px;
  transition: all .3s;
  border-color: #66afff;
}
.cid-sppzu1mnqq .btn-social:hover {
  background: #66afff;
}
.cid-sppzu1mnqq .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sppzu1mnqq .mbr-section-title,
.cid-sppzu1mnqq .mbr-social-likes {
  color: #19499f;
}
.cid-sotN0tFsD9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sotN0tFsD9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sotN0tFsD9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sotN0tFsD9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sotN0tFsD9 .panel-body,
.cid-sotN0tFsD9 .card-header {
  padding: 1rem 0;
}
.cid-sotN0tFsD9 .panel-title-edit {
  color: #000000;
}
.cid-sotN0tFsD9 H3 {
  color: #19499f;
}
.cid-sotN0tFsD9 .panel-text {
  color: #66afff;
}
.cid-sotNtpSNS7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sotNtpSNS7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sotNtpSNS7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sotNtpSNS7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sotNtpSNS7 .panel-body,
.cid-sotNtpSNS7 .card-header {
  padding: 1rem 0;
}
.cid-sotNtpSNS7 .panel-title-edit {
  color: #000000;
}
.cid-sotNtpSNS7 H3 {
  color: #3264be;
}
.cid-sotR5dsgDx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sotR5dsgDx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sotR5dsgDx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sotR5dsgDx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sotR5dsgDx .panel-body,
.cid-sotR5dsgDx .card-header {
  padding: 1rem 0;
}
.cid-sotR5dsgDx .panel-title-edit {
  color: #000000;
}
.cid-sotSXYsgBo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sotSXYsgBo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-sotSXYsgBo .panel-group {
  border: none;
}
.cid-sotSXYsgBo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sotSXYsgBo .panel-body,
.cid-sotSXYsgBo .card-header {
  padding: 1rem 0;
}
.cid-sotSXYsgBo .panel-title-edit {
  color: #000000;
}
.cid-sotSXYsgBo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sotSXYsgBo H3 {
  color: #3264be;
}
.cid-sou4intEAK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sou4intEAK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sou4intEAK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sou4intEAK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sou4intEAK .panel-body,
.cid-sou4intEAK .card-header {
  padding: 1rem 0;
}
.cid-sou4intEAK .panel-title-edit {
  color: #000000;
}
.cid-sou7fyEsaX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sou7fyEsaX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sou7fyEsaX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sou7fyEsaX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sou7fyEsaX .panel-body,
.cid-sou7fyEsaX .card-header {
  padding: 1rem 0;
}
.cid-sou7fyEsaX .panel-title-edit {
  color: #000000;
}
.cid-sou7fyEsaX H3 {
  color: #3264be;
}
.cid-souaG6z2ky {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-souaG6z2ky .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-souaG6z2ky .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-souaG6z2ky .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-souaG6z2ky .panel-body,
.cid-souaG6z2ky .card-header {
  padding: 1rem 0;
}
.cid-souaG6z2ky .panel-title-edit {
  color: #000000;
}
.cid-soudfZYVDD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-soudfZYVDD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-soudfZYVDD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-soudfZYVDD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-soudfZYVDD .panel-body,
.cid-soudfZYVDD .card-header {
  padding: 1rem 0;
}
.cid-soudfZYVDD .panel-title-edit {
  color: #000000;
}
.cid-soudfZYVDD H3 {
  color: #3264be;
}
.cid-soug2mIv8L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-soug2mIv8L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-soug2mIv8L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-soug2mIv8L .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-soug2mIv8L .panel-body,
.cid-soug2mIv8L .card-header {
  padding: 1rem 0;
}
.cid-soug2mIv8L .panel-title-edit {
  color: #000000;
}
.cid-soug2mIv8L H3 {
  color: #3264be;
}
.cid-soug3vhuzI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-soug3vhuzI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-soug3vhuzI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-soug3vhuzI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-soug3vhuzI .panel-body,
.cid-soug3vhuzI .card-header {
  padding: 1rem 0;
}
.cid-soug3vhuzI .panel-title-edit {
  color: #000000;
}
.cid-sp0o5UR3e9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sp0o5UR3e9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0o5UR3e9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0o5UR3e9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0o5UR3e9 .panel-body,
.cid-sp0o5UR3e9 .card-header {
  padding: 1rem 0;
}
.cid-sp0o5UR3e9 .panel-title-edit {
  color: #000000;
}
.cid-sp0o5UR3e9 H3 {
  color: #3264be;
}
.cid-sp0qEQt7Gx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp0qEQt7Gx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0qEQt7Gx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0qEQt7Gx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0qEQt7Gx .panel-body,
.cid-sp0qEQt7Gx .card-header {
  padding: 1rem 0;
}
.cid-sp0qEQt7Gx .panel-title-edit {
  color: #000000;
}
.cid-sp0Dl19S9f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sp0Dl19S9f .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0Dl19S9f .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0Dl19S9f .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0Dl19S9f .panel-body,
.cid-sp0Dl19S9f .card-header {
  padding: 1rem 0;
}
.cid-sp0Dl19S9f .panel-title-edit {
  color: #000000;
}
.cid-sp0Dl19S9f H3 {
  color: #3264be;
}
.cid-sp0FU9uFDZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp0FU9uFDZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0FU9uFDZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0FU9uFDZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0FU9uFDZ .panel-body,
.cid-sp0FU9uFDZ .card-header {
  padding: 1rem 0;
}
.cid-sp0FU9uFDZ .panel-title-edit {
  color: #000000;
}
.cid-sp0I9fyxKm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sp0I9fyxKm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0I9fyxKm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0I9fyxKm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0I9fyxKm .panel-body,
.cid-sp0I9fyxKm .card-header {
  padding: 1rem 0;
}
.cid-sp0I9fyxKm .panel-title-edit {
  color: #000000;
}
.cid-sp0I9fyxKm H3 {
  color: #3264be;
}
.cid-sp0I9ORkix {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp0I9ORkix .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0I9ORkix .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0I9ORkix .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0I9ORkix .panel-body,
.cid-sp0I9ORkix .card-header {
  padding: 1rem 0;
}
.cid-sp0I9ORkix .panel-title-edit {
  color: #000000;
}
.cid-sp0IaHNKKL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp0IaHNKKL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0IaHNKKL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0IaHNKKL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0IaHNKKL .panel-body,
.cid-sp0IaHNKKL .card-header {
  padding: 1rem 0;
}
.cid-sp0IaHNKKL .panel-title-edit {
  color: #000000;
}
.cid-sp0IaHNKKL H3 {
  color: #3264be;
}
.cid-sp0IbSWcYE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp0IbSWcYE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0IbSWcYE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0IbSWcYE .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0IbSWcYE .panel-body,
.cid-sp0IbSWcYE .card-header {
  padding: 1rem 0;
}
.cid-sp0IbSWcYE .panel-title-edit {
  color: #000000;
}
.cid-sp0IbSWcYE H3 {
  color: #3264be;
}
.cid-sp0Iag06Qq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp0Iag06Qq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp0Iag06Qq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp0Iag06Qq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp0Iag06Qq .panel-body,
.cid-sp0Iag06Qq .card-header {
  padding: 1rem 0;
}
.cid-sp0Iag06Qq .panel-title-edit {
  color: #000000;
}
.cid-sp1a4iAYiu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp1a4iAYiu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp1a4iAYiu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp1a4iAYiu .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp1a4iAYiu .panel-body,
.cid-sp1a4iAYiu .card-header {
  padding: 1rem 0;
}
.cid-sp1a4iAYiu .panel-title-edit {
  color: #000000;
}
.cid-sp1a4iAYiu H3 {
  color: #3264be;
}
.cid-sp1c190L0n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp1c190L0n .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp1c190L0n .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp1c190L0n .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp1c190L0n .panel-body,
.cid-sp1c190L0n .card-header {
  padding: 1rem 0;
}
.cid-sp1c190L0n .panel-title-edit {
  color: #000000;
}
.cid-sp1c190L0n H3 {
  color: #3264be;
}
.cid-sp1kJ48GwF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp1kJ48GwF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp1kJ48GwF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp1kJ48GwF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp1kJ48GwF .panel-body,
.cid-sp1kJ48GwF .card-header {
  padding: 1rem 0;
}
.cid-sp1kJ48GwF .panel-title-edit {
  color: #000000;
}
.cid-sp1mJllDGE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp1mJllDGE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp1mJllDGE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp1mJllDGE .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp1mJllDGE .panel-body,
.cid-sp1mJllDGE .card-header {
  padding: 1rem 0;
}
.cid-sp1mJllDGE .panel-title-edit {
  color: #000000;
}
.cid-sp1mJllDGE H3 {
  color: #3264be;
}
.cid-sp1WrqtpHl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp1WrqtpHl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp1WrqtpHl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp1WrqtpHl .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp1WrqtpHl .panel-body,
.cid-sp1WrqtpHl .card-header {
  padding: 1rem 0;
}
.cid-sp1WrqtpHl .panel-title-edit {
  color: #000000;
}
.cid-sp1XsVc2fs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp1XsVc2fs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp1XsVc2fs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp1XsVc2fs .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp1XsVc2fs .panel-body,
.cid-sp1XsVc2fs .card-header {
  padding: 1rem 0;
}
.cid-sp1XsVc2fs .panel-title-edit {
  color: #000000;
}
.cid-sp1XsVc2fs H3 {
  color: #3264be;
}
.cid-sp1ZwMbaPE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp1ZwMbaPE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp1ZwMbaPE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp1ZwMbaPE .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp1ZwMbaPE .panel-body,
.cid-sp1ZwMbaPE .card-header {
  padding: 1rem 0;
}
.cid-sp1ZwMbaPE .panel-title-edit {
  color: #000000;
}
.cid-sp21eQ97tL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp21eQ97tL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp21eQ97tL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp21eQ97tL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp21eQ97tL .panel-body,
.cid-sp21eQ97tL .card-header {
  padding: 1rem 0;
}
.cid-sp21eQ97tL .panel-title-edit {
  color: #000000;
}
.cid-sp21eQ97tL H3 {
  color: #3264be;
}
.cid-sp22mDUlFl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp22mDUlFl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp22mDUlFl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp22mDUlFl .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp22mDUlFl .panel-body,
.cid-sp22mDUlFl .card-header {
  padding: 1rem 0;
}
.cid-sp22mDUlFl .panel-title-edit {
  color: #000000;
}
.cid-sp22mDUlFl H3 {
  color: #3264be;
}
.cid-sp2dJJvly3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp2dJJvly3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp2dJJvly3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp2dJJvly3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp2dJJvly3 .panel-body,
.cid-sp2dJJvly3 .card-header {
  padding: 1rem 0;
}
.cid-sp2dJJvly3 .panel-title-edit {
  color: #000000;
}
.cid-sp2dJJvly3 H3 {
  color: #3264be;
}
.cid-sp2lDsUlkH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp2lDsUlkH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp2lDsUlkH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp2lDsUlkH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp2lDsUlkH .panel-body,
.cid-sp2lDsUlkH .card-header {
  padding: 1rem 0;
}
.cid-sp2lDsUlkH .panel-title-edit {
  color: #000000;
}
.cid-sp2nHVLAKC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp2nHVLAKC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp2nHVLAKC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp2nHVLAKC .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp2nHVLAKC .panel-body,
.cid-sp2nHVLAKC .card-header {
  padding: 1rem 0;
}
.cid-sp2nHVLAKC .panel-title-edit {
  color: #000000;
}
.cid-sp2nHVLAKC H3 {
  color: #3264be;
}
.cid-sp2B0mffif {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp2B0mffif .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp2B0mffif .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp2B0mffif .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp2B0mffif .panel-body,
.cid-sp2B0mffif .card-header {
  padding: 1rem 0;
}
.cid-sp2B0mffif .panel-title-edit {
  color: #000000;
}
.cid-sp7PcfN6ql {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp7PcfN6ql .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp7PcfN6ql .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp7PcfN6ql .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp7PcfN6ql .panel-body,
.cid-sp7PcfN6ql .card-header {
  padding: 1rem 0;
}
.cid-sp7PcfN6ql .panel-title-edit {
  color: #000000;
}
.cid-sp7PcfN6ql H3 {
  color: #3264be;
}
.cid-sp7SKDqceR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp7SKDqceR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp7SKDqceR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp7SKDqceR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp7SKDqceR .panel-body,
.cid-sp7SKDqceR .card-header {
  padding: 1rem 0;
}
.cid-sp7SKDqceR .panel-title-edit {
  color: #000000;
}
.cid-sp7SKDqceR H3 {
  color: #3264be;
}
.cid-sp7ZwvVJEp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp7ZwvVJEp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp7ZwvVJEp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp7ZwvVJEp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp7ZwvVJEp .panel-body,
.cid-sp7ZwvVJEp .card-header {
  padding: 1rem 0;
}
.cid-sp7ZwvVJEp .panel-title-edit {
  color: #000000;
}
.cid-sp7ZwvVJEp H3 {
  color: #3264be;
}
.cid-sp7ZArSB0L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp7ZArSB0L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp7ZArSB0L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp7ZArSB0L .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp7ZArSB0L .panel-body,
.cid-sp7ZArSB0L .card-header {
  padding: 1rem 0;
}
.cid-sp7ZArSB0L .panel-title-edit {
  color: #000000;
}
.cid-sp85W6LQOg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp85W6LQOg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp85W6LQOg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp85W6LQOg .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp85W6LQOg .panel-body,
.cid-sp85W6LQOg .card-header {
  padding: 1rem 0;
}
.cid-sp85W6LQOg .panel-title-edit {
  color: #000000;
}
.cid-sp85W6LQOg H3 {
  color: #3264be;
}
.cid-sp865XVXUf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sp865XVXUf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp865XVXUf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp865XVXUf .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp865XVXUf .panel-body,
.cid-sp865XVXUf .card-header {
  padding: 1rem 0;
}
.cid-sp865XVXUf .panel-title-edit {
  color: #000000;
}
.cid-sp85F7e8XN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sp85F7e8XN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sp85F7e8XN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sp85F7e8XN .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sp85F7e8XN .panel-body,
.cid-sp85F7e8XN .card-header {
  padding: 1rem 0;
}
.cid-sp85F7e8XN .panel-title-edit {
  color: #000000;
}
.cid-sxZZPLb5u7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sxZZPLb5u7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sxZZPLb5u7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sxZZPLb5u7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sxZZPLb5u7 .panel-body,
.cid-sxZZPLb5u7 .card-header {
  padding: 1rem 0;
}
.cid-sxZZPLb5u7 .panel-title-edit {
  color: #000000;
}
.cid-sxZZPLb5u7 H3 {
  color: #3264be;
}
.cid-sxZVBef5up {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sxZVBef5up .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sxZVBef5up .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sxZVBef5up .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sxZVBef5up .panel-body,
.cid-sxZVBef5up .card-header {
  padding: 1rem 0;
}
.cid-sxZVBef5up .panel-title-edit {
  color: #000000;
}
.cid-sxZVBef5up H3 {
  color: #3264be;
}
.cid-sxZVBef5up .panel-text {
  color: #000000;
}
.cid-svlSJpCMt7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svlSJpCMt7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-svlSJpCMt7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-svlSJpCMt7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-svlSJpCMt7 .panel-body,
.cid-svlSJpCMt7 .card-header {
  padding: 1rem 0;
}
.cid-svlSJpCMt7 .panel-title-edit {
  color: #000000;
}
.cid-svlSJpCMt7 H3 {
  color: #3264be;
}
.cid-svlNxEw5Du {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svlNxEw5Du .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-svlNxEw5Du .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-svlNxEw5Du .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-svlNxEw5Du .panel-body,
.cid-svlNxEw5Du .card-header {
  padding: 1rem 0;
}
.cid-svlNxEw5Du .panel-title-edit {
  color: #000000;
}
.cid-svlNxEw5Du H3 {
  color: #3264be;
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soum47wKOv {
  background-image: url("../../../assets/images/fullscreenfaq1-1920x1280.png");
}
.cid-soum47wKOv .mbr-section-title {
  color: #66afff;
}
.cid-soulTz0aDb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-soulTz0aDb .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-soulTz0aDb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soulTz0aDb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soulTz0aDb .text-wrapper {
    padding: 2rem;
  }
}
.cid-soulTz0aDb .mbr-section-title {
  color: #19499f;
}
.cid-soulTz0aDb .mbr-text {
  color: #19499f;
}
.cid-soulTz0aDb .mbr-description {
  color: #ffffff;
}
.cid-soupdpoLZd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soupdpoLZd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soupdpoLZd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soupdpoLZd .text-wrapper {
    padding: 2rem;
  }
}
.cid-soupdpoLZd .mbr-description {
  color: #ffffff;
}
.cid-soupdpoLZd .mbr-section-title {
  color: #19499f;
}
.cid-soupdpoLZd .mbr-text {
  color: #19499f;
}
.cid-soury1dmNW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soury1dmNW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soury1dmNW .row {
  flex-direction: row-reverse;
}
.cid-soury1dmNW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soury1dmNW .text-wrapper {
    padding: 2rem;
  }
}
.cid-soury1dmNW .mbr-section-title {
  color: #19499f;
}
.cid-soury1dmNW .mbr-text {
  color: #19499f;
}
.cid-sourvf7LrI {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sourvf7LrI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sourvf7LrI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sourvf7LrI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sourvf7LrI .mbr-description {
  color: #ffffff;
}
.cid-sourvf7LrI .mbr-section-title {
  color: #19499f;
}
.cid-sourvf7LrI .mbr-text {
  color: #19499f;
}
.cid-soupenAWxb {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soupenAWxb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soupenAWxb .row {
  flex-direction: row-reverse;
}
.cid-soupenAWxb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soupenAWxb .text-wrapper {
    padding: 2rem;
  }
}
.cid-soupenAWxb .mbr-description {
  color: #ffffff;
}
.cid-soupenAWxb .mbr-section-title {
  color: #19499f;
}
.cid-soupenAWxb .mbr-text {
  color: #19499f;
}
.cid-souogPSjYD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-souogPSjYD .row {
  flex-direction: row-reverse;
}
.cid-souogPSjYD .video-wrapper iframe {
  width: 100%;
}
.cid-souogPSjYD .mbr-section-title,
.cid-souogPSjYD .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-souogPSjYD .text-wrapper {
    padding: 2rem;
  }
}
.cid-souogPSjYD .mbr-description {
  color: #ffffff;
}
.cid-souogPSjYD .mbr-text {
  color: #19499f;
}
.cid-souoeKnIIm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-souoeKnIIm .video-wrapper iframe {
  width: 100%;
}
.cid-souoeKnIIm .mbr-section-title,
.cid-souoeKnIIm .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-souoeKnIIm .text-wrapper {
    padding: 2rem;
  }
}
.cid-souoeKnIIm .mbr-description {
  color: #ffffff;
}
.cid-souoeKnIIm .mbr-section-subtitle {
  color: #19499f;
}
.cid-souoeKnIIm .mbr-text {
  color: #19499f;
}
.cid-ss7SCylpig {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ss7SCylpig p {
  margin-bottom: 0;
}
.cid-ss7SCylpig .section-header {
  margin-bottom: 2rem;
}
.cid-ss7SCylpig .wrap {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.cid-ss7SCylpig .icon-wrapper {
  border-radius: 100%;
  border: 2px solid #19499f;
}
.cid-ss7SCylpig .icon {
  min-width: 33px;
  height: 33px;
  font-size: .7rem;
  font-weight: 900;
  color: black;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-ss7SCylpig .icon:before {
  content: "\e908" !important;
}
.cid-ss7SCylpig .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-ss7SCylpig .mbr-section-title {
  color: #19499f;
  text-align: left;
}
.cid-ss7SCylpig .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-ss7SCylpig .accordion-content {
  max-width: 28rem !important;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-ss7SCylpig .panel-group {
  width: 100%;
}
.cid-ss7SCylpig .panel-title {
  border-radius: 0px;
}
.cid-ss7SCylpig .card {
  margin-bottom: 1rem !important;
}
.cid-ss7SCylpig .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ss7SCylpig .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 900;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ss7SCylpig .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ss7SCylpig .card .panel-body {
  padding: 1rem  0 1.5rem 0;
}
.cid-ss7SCylpig .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ss7SCylpig .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ss7SCylpig .header-text {
  color: #19499f;
  margin-left: .75rem;
}
.cid-ss7SCylpig .panel-text {
  color: #083299;
}
.cid-ss7SCylpig .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ss7SCylpig .accordion-section {
    margin-top: 2rem;
  }
}
.cid-ss7SCylpig .sign {
  color: #19499f;
}
.cid-sppzLyEQ4g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sppzLyEQ4g [class^="socicon-"]:before,
.cid-sppzLyEQ4g [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sppzLyEQ4g .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #66afff;
  border-width: 2px;
  transition: all .3s;
  border-color: #66afff;
}
.cid-sppzLyEQ4g .btn-social:hover {
  background: #66afff;
}
.cid-sppzLyEQ4g .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sppzLyEQ4g .mbr-section-title,
.cid-sppzLyEQ4g .mbr-social-likes {
  color: #19499f;
}
.cid-sqfUdIUOmv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stRbASXNKO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #19499f;
}
.cid-stRbASXNKO .card-wrapper {
  z-index: 3;
}
.cid-stRbASXNKO .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-stRbASXNKO:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-stRbASXNKO .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-stRbASXNKO .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-spp7Wr3JsW {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-spp7Wr3JsW .mbr-text,
.cid-spp7Wr3JsW .mbr-section-btn {
  color: #232323;
}
.cid-spp7Wr3JsW .card-title,
.cid-spp7Wr3JsW .card-box {
  color: #ffffff;
}
.cid-spp7Wr3JsW .mbr-text,
.cid-spp7Wr3JsW .link-wrap {
  color: #ffffff;
}
.cid-sqVrKvWXTD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqVrKvWXTD .mbr-section-title {
  letter-spacing: 0.1em;
  color: #19499f;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-sqVrKvWXTD .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sqVrKvWXTD .btn {
  margin: 5px !important;
}
.cid-sqVrKvWXTD .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqVrKvWXTD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqVrKvWXTD .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sqVrKvWXTD .carousel-item .wrap-img {
  text-align: center;
}
.cid-sqVrKvWXTD .carousel-item .wrap-img img {
  max-height: 750px;
  width: auto;
  max-width: 100%;
}
.cid-sqVrKvWXTD .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sqVrKvWXTD .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sqVrKvWXTD .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #19499f;
  display: inline-block;
  border: 4px solid #19499f;
}
.cid-sqVrKvWXTD .carousel-indicators li.active {
  border-color: #021563;
}
@media (max-width: 768px) {
  .cid-sqVrKvWXTD .second-col {
    padding-top: 2rem;
  }
}
.cid-sqVrKvWXTD .mbr-section-subtitle,
.cid-sqVrKvWXTD .mbr-section-btn {
  text-align: left;
  color: #19499f;
}
.cid-stQUBarMnw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stQUBarMnw .mbr-section-title {
  letter-spacing: 0.1em;
  color: #19499f;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-stQUBarMnw .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-stQUBarMnw .btn {
  margin: 5px !important;
}
.cid-stQUBarMnw .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stQUBarMnw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stQUBarMnw .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-stQUBarMnw .carousel-item .wrap-img {
  text-align: center;
}
.cid-stQUBarMnw .carousel-item .wrap-img img {
  max-height: 750px;
  width: auto;
  max-width: 100%;
}
.cid-stQUBarMnw .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-stQUBarMnw .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-stQUBarMnw .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #19499f;
  display: inline-block;
  border: 4px solid #19499f;
}
.cid-stQUBarMnw .carousel-indicators li.active {
  border-color: #021563;
}
@media (max-width: 768px) {
  .cid-stQUBarMnw .second-col {
    padding-top: 2rem;
  }
}
.cid-stQUBarMnw .mbr-section-subtitle,
.cid-stQUBarMnw .mbr-section-btn {
  text-align: left;
  color: #19499f;
}
.cid-sppnpVTkcq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sppnpVTkcq .mbr-text,
.cid-sppnpVTkcq .mbr-section-btn {
  color: #232323;
}
.cid-sppnpVTkcq .btn {
  width: 100%;
}
.cid-sppnpVTkcq .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sppnpVTkcq H1 {
  text-align: center;
  color: #19499f;
}
.cid-sppnpVTkcq P {
  color: #19499f;
}
.cid-sppzdxa2c7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sppzdxa2c7 [class^="socicon-"]:before,
.cid-sppzdxa2c7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sppzdxa2c7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #66afff;
  border-width: 2px;
  transition: all .3s;
  border-color: #66afff;
}
.cid-sppzdxa2c7 .btn-social:hover {
  background: #66afff;
}
.cid-sppzdxa2c7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sppzdxa2c7 .mbr-section-title,
.cid-sppzdxa2c7 .mbr-social-likes {
  color: #19499f;
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sp0dpltjRP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sp0dpltjRP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sp0dpltjRP .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
}
.cid-sp0dpltjRP .form-group {
  margin-bottom: 1rem;
}
.cid-sp0dpltjRP .form-control {
  border: none;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-sp0dpltjRP .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sp0dpltjRP .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sp0dpltjRP .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sp0dpltjRP .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sp0dpltjRP .input-group-btn {
  width: 100%;
}
.cid-sp0dpltjRP textarea.form-control {
  min-height: 172px;
}
.cid-sp0dpltjRP .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sp0dpltjRP .form-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sp0dpltjRP .form-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sp0dpltjRP .form-wrapper {
    margin-left: -130px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-sp0dpltjRP .form1 {
    padding: 1.5rem;
  }
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spolXvgNrW {
  background-color: #19499f;
}
.cid-spolXvgNrW .mbr-text,
.cid-spolXvgNrW .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-spolXvgNrW .mbr-text,
  .cid-spolXvgNrW .mbr-section-title {
    text-align: center;
  }
}
.cid-spolXvgNrW a.btn {
  height: 100%;
  margin: 0;
}
.cid-spolXvgNrW .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-spolXvgNrW .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-spolXvgNrW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-spolXvgNrW .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-spolXvgNrW .justify-content-center {
  align-items: center;
}
.cid-spolXvgNrW H1 {
  color: #ffffff;
}
.cid-spolXvgNrW P {
  color: #fafafa;
}
.cid-trElRqkd6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trElRqkd6W .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-trElRqkd6W .icon2 {
  color: #ffffff;
}
.cid-trElRqkd6W .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-trElRqkd6W p {
  font-weight: 400;
}
.cid-trElRqkd6W .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-trElRqkd6W .line2 {
  background: #ffffff;
}
.cid-trElRqkd6W .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #66afff;
}
.cid-trElRqkd6W .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-trElRqkd6W .card2 {
  background: #19499f;
}
.cid-trElRqkd6W .card-title,
.cid-trElRqkd6W .card-ico,
.cid-trElRqkd6W .line-wrap {
  text-align: center;
}
.cid-trElRqkd6W .mbr-text,
.cid-trElRqkd6W .card-link {
  text-align: center;
}
.cid-sppzlhGJB5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sppzlhGJB5 [class^="socicon-"]:before,
.cid-sppzlhGJB5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sppzlhGJB5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #66afff;
  border-width: 2px;
  transition: all .3s;
  border-color: #66afff;
}
.cid-sppzlhGJB5 .btn-social:hover {
  background: #66afff;
}
.cid-sppzlhGJB5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sppzlhGJB5 .mbr-section-title,
.cid-sppzlhGJB5 .mbr-social-likes {
  color: #19499f;
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stRbxvBEjd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #19499f;
}
.cid-stRbxvBEjd .card-wrapper {
  z-index: 3;
}
.cid-stRbxvBEjd .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-stRbxvBEjd:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-stRbxvBEjd .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-stRbxvBEjd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sp7WwbI0AN {
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssCA0Hhw1O {
  background-image: url("../../../assets/images/hydrogen-molecule-web-1-1171x620.jpg");
}
.cid-ssCA0Hhw1O .mbr-section-title {
  color: #19499f;
}
.cid-ssCB0aE97j {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ssCB0aE97j .mbr-section-subtitle {
  color: #19499f;
}
.cid-ssCB0aE97j .mbr-text {
  color: #19499f;
}
.cid-ssD5JpSXZe {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ssD5JpSXZe .mbr-text {
  color: #19499f;
}
.cid-ssD5JpSXZe .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-ssD5JpSXZe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-ssD5JpSXZe .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #083299);
}
.cid-ssD8lGEVqE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssD8lGEVqE H1 {
  color: #19499f;
}
.cid-ssD8lGEVqE .mbr-text,
.cid-ssD8lGEVqE .mbr-section-btn {
  color: #19499f;
}
.cid-ssD8lGEVqE img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-ssD8lGEVqE .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-ssD6DvfBRV {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ssD6DvfBRV .container {
  max-width: 1500px;
}
.cid-ssD6DvfBRV .row {
  background: #ffffff;
}
.cid-ssD6DvfBRV .img-col {
  padding: 0;
}
.cid-ssD6DvfBRV .title-col {
  padding: 4rem 8rem;
}
.cid-ssD6DvfBRV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ssD6DvfBRV h2 {
  padding: 0;
  margin: 0;
}
.cid-ssD6DvfBRV .text-wrap {
  margin: auto;
}
.cid-ssD6DvfBRV .mbr-text {
  color: #19499f;
}
@media (max-width: 1200px) {
  .cid-ssD6DvfBRV .row {
    margin: 2rem;
  }
  .cid-ssD6DvfBRV .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ssD6DvfBRV .row {
    margin: 0rem;
  }
  .cid-ssD6DvfBRV .title-col {
    padding: 2rem 1rem;
  }
}
.cid-ssD6DvfBRV H2 {
  color: #19499f;
}
.cid-ssCA0KqliY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ssCA0KqliY [class^="socicon-"]:before,
.cid-ssCA0KqliY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ssCA0KqliY .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #66afff;
  border-width: 2px;
  transition: all .3s;
  border-color: #66afff;
}
.cid-ssCA0KqliY .btn-social:hover {
  background: #66afff;
}
.cid-ssCA0KqliY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ssCA0KqliY .mbr-section-title,
.cid-ssCA0KqliY .mbr-social-likes {
  color: #19499f;
}
.cid-ssCA0KEMur {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssCA0LCmHK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-ssCA0LCmHK .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssCA0LCmHK .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-ssCA0LCmHK .mbr-list {
  margin: 0;
}
.cid-ssCA0LCmHK .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-ssCA0LCmHK .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-ssCA0LCmHK .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ssCA0LCmHK .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-ssCA0M2ITD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-ssCA0M2ITD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ssCA0M2ITD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssCA0M2ITD .row {
    text-align: center;
  }
  .cid-ssCA0M2ITD .row > div {
    margin: auto;
  }
  .cid-ssCA0M2ITD .social-row {
    justify-content: center;
  }
}
.cid-ssCA0M2ITD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ssCA0M2ITD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ssCA0M2ITD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ssCA0M2ITD .list {
    margin-bottom: 0rem;
  }
}
.cid-ssCA0M2ITD .mbr-text {
  color: #ffffff;
}
.cid-ssCA0M2ITD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ssCA0M2ITD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ssCA0M2ITD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ssCA0M2ITD .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stRcfbxsuP {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-stRcfbxsuP .mbr-section-title {
  color: #19499f;
}
.cid-t23b6dVQvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t23b6dVQvH .fb-page,
.cid-t23b6dVQvH span,
.cid-t23b6dVQvH iframe {
  width: 500px;
  height: 620px;
}
.cid-t23b6dVQvH blockquote {
  display: none;
}
.cid-t23b6dVQvH .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-stRcfcXwRw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stRcfcXwRw [class^="socicon-"]:before,
.cid-stRcfcXwRw [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-stRcfcXwRw .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #66afff;
  border-width: 2px;
  transition: all .3s;
  border-color: #66afff;
}
.cid-stRcfcXwRw .btn-social:hover {
  background: #66afff;
}
.cid-stRcfcXwRw .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-stRcfcXwRw .mbr-section-title,
.cid-stRcfcXwRw .mbr-social-likes {
  color: #19499f;
}
.cid-stRcfdaFlg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-stRcfdYmnq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-stRcfdYmnq .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stRcfdYmnq .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-stRcfdYmnq .mbr-list {
  margin: 0;
}
.cid-stRcfdYmnq .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-stRcfdYmnq .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-stRcfdYmnq .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-stRcfdYmnq .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-stRcfehKTS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-stRcfehKTS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-stRcfehKTS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-stRcfehKTS .row {
    text-align: center;
  }
  .cid-stRcfehKTS .row > div {
    margin: auto;
  }
  .cid-stRcfehKTS .social-row {
    justify-content: center;
  }
}
.cid-stRcfehKTS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-stRcfehKTS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-stRcfehKTS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-stRcfehKTS .list {
    margin-bottom: 0rem;
  }
}
.cid-stRcfehKTS .mbr-text {
  color: #ffffff;
}
.cid-stRcfehKTS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-stRcfehKTS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-stRcfehKTS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-stRcfehKTS .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-stRbqZ9QkR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #19499f;
}
.cid-stRbqZ9QkR .card-wrapper {
  z-index: 3;
}
.cid-stRbqZ9QkR .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-stRbqZ9QkR:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-stRbqZ9QkR .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-stRbqZ9QkR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sqswPR0P53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sqswPR0P53 .carousel {
    min-height: 800px;
  }
  .cid-sqswPR0P53 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sqswPR0P53 .carousel {
    min-height: 520px;
  }
  .cid-sqswPR0P53 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sqswPR0P53 .carousel {
    min-height: 440px;
  }
  .cid-sqswPR0P53 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-sqswPR0P53 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sqswPR0P53 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sqswPR0P53 .carousel,
.cid-sqswPR0P53 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqswPR0P53 .item-wrapper {
  width: 100%;
}
.cid-sqswPR0P53 .carousel-caption {
  bottom: 40px;
}
.cid-sqswPR0P53 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sqswPR0P53 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sqswPR0P53 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sqswPR0P53 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sqswPR0P53 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqswPR0P53 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqswPR0P53 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqswPR0P53 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqswPR0P53 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sqswPR0P53 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqswPR0P53 .carousel-indicators li.active,
.cid-sqswPR0P53 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqswPR0P53 .carousel-indicators li::after,
.cid-sqswPR0P53 .carousel-indicators li::before {
  content: none;
}
.cid-sqswPR0P53 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqswPR0P53 .carousel-indicators {
    display: none !important;
  }
}
.cid-sqrESY27El {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sqrESY27El .carousel {
  height: 800px;
}
.cid-sqrESY27El .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqrESY27El .carousel-item,
.cid-sqrESY27El .carousel-inner {
  height: 100%;
}
.cid-sqrESY27El .carousel-caption {
  bottom: 40px;
}
.cid-sqrESY27El .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sqrESY27El .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sqrESY27El .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sqrESY27El .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sqrESY27El .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sqrESY27El .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sqrESY27El .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sqrESY27El .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqrESY27El .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqrESY27El .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqrESY27El .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqrESY27El .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sqrESY27El .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqrESY27El .carousel-indicators li.active,
.cid-sqrESY27El .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqrESY27El .carousel-indicators li::after,
.cid-sqrESY27El .carousel-indicators li::before {
  content: none;
}
.cid-sqrESY27El .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqrESY27El .carousel-indicators {
    display: none !important;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stRbHCraYn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #19499f;
}
.cid-stRbHCraYn .card-wrapper {
  z-index: 3;
}
.cid-stRbHCraYn .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-stRbHCraYn:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-stRbHCraYn .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-stRbHCraYn .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sozE9zvxaX {
  background-image: url("../../../assets/images/fullscreensplash5l-1920x1280.png");
}
.cid-sozE9zvxaX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sozE9zvxaX .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #66afff;
  transition: all 0.3s;
  color: #66afff;
}
.cid-sozE9zvxaX .social-row .soc-item .mbr-iconfont:hover {
  background-color: #66afff;
  color: #ffffff;
}
.cid-sozE9zvxaX .mbr-section-title {
  color: #3264be;
  text-align: right;
}
.cid-sozE9zvxaX .mbr-text,
.cid-sozE9zvxaX .mbr-section-btn,
.cid-sozE9zvxaX .social-row {
  color: #19499f;
  text-align: right;
}
.cid-sqgmUEXZqD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/creek-21749-1920-1920x1279.jpg");
  background-position: right;
}
.cid-sqgmUEXZqD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sqgmUEXZqD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sqgmUEXZqD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sqgmUEXZqD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sqgmUEXZqD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sqgpRj3vCG {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sqgpRj3vCG .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.cid-sqgpRj3vCG .text-content .btn-bgr {
  z-index: 0;
}
.cid-sqgpRj3vCG .mbr-overlay {
  background: linear-gradient(#19499f -10%, #19499f 75%);
}
.cid-sqgpRj3vCG .container-full-width {
  position: relative;
}
.cid-sqgpRj3vCG .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sqgpRj3vCG .layer {
  display: none;
  height: 101%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: scale(-1, 1);
  left: 49.9%;
}
.cid-sqgpRj3vCG .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sqgpRj3vCG .text-content {
    width: 540px;
  }
  .cid-sqgpRj3vCG .column-content {
    width: 100%;
  }
  .cid-sqgpRj3vCG .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sqgpRj3vCG .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sqgpRj3vCG .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sqgpRj3vCG .column-content {
    width: 50%;
  }
  .cid-sqgpRj3vCG .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sqgpRj3vCG .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqgpRj3vCG .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sqgpRj3vCG .column-content {
    height: 33rem;
  }
}
.cid-sqgpRj3vCG .mbr-text,
.cid-sqgpRj3vCG .mbr-section-btn {
  color: #19499f;
}
.cid-sqgpRj3vCG H1 {
  color: #19499f;
}
.cid-sqj2pJcNmo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqgsc5BV6H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/water-splash-1-2000x960-85-2000x960.png");
}
.cid-sqgsc5BV6H .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-sqgsc5BV6H .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sqgsc5BV6H .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-sqgsc5BV6H .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sqgsc5BV6H .mbr-section-subtitle,
.cid-sqgsc5BV6H .mbr-section-btn {
  color: #19499f;
  text-align: left;
}
.cid-sqgsc5BV6H H1 {
  text-align: left;
  color: #19499f;
}
.cid-sqivRGoNo9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqivRGoNo9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqivRGoNo9 .mbr-text {
  color: #19499f;
}
.cid-sozFqAfPeH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sozFqAfPeH .video-wrapper iframe {
  width: 100%;
}
.cid-sozFqAfPeH .mbr-section-title,
.cid-sozFqAfPeH .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sozFqAfPeH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sozFqAfPeH .mbr-section-subtitle {
  color: #3264be;
}
.cid-sozFqAfPeH .mbr-text {
  color: #19499f;
}
.cid-sozFqAfPeH .mbr-description {
  color: #ffffff;
}
.cid-sqgu36re0g {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sqgu36re0g .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-sqgu36re0g .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sqgu36re0g .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-sqgu36re0g .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sqgu36re0g .mbr-section-subtitle,
.cid-sqgu36re0g .mbr-section-btn {
  color: #19499f;
  text-align: left;
}
.cid-sqgu36re0g H1 {
  text-align: left;
  color: #19499f;
}
.cid-sqlYdz8t7Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #19499f;
}
.cid-sqlYdz8t7Z .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sqlYdz8t7Z .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sqlYdz8t7Z .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sqlYdz8t7Z .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sqlYdz8t7Z .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sqlYdz8t7Z .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sqlYdz8t7Z .inner-container {
    width: 100% !important;
  }
  .cid-sqlYdz8t7Z .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sqgyO0vmKP {
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sqgyO0vmKP .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-sqgyO0vmKP .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sqgyO0vmKP .card-wrap {
    width: calc(100% + 10rem);
    margin-right: -10rem;
  }
}
.cid-sqgyO0vmKP .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sqgyO0vmKP .mbr-section-subtitle,
.cid-sqgyO0vmKP .mbr-section-btn {
  color: #19499f;
  text-align: left;
}
.cid-sqgyO0vmKP H1 {
  text-align: left;
  color: #19499f;
}
.cid-sqj2rjohLQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqgzBwEMar {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sqgzBwEMar .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-sqgzBwEMar .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sqgzBwEMar .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-sqgzBwEMar .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sqgzBwEMar .mbr-section-subtitle,
.cid-sqgzBwEMar .mbr-section-btn {
  color: #19499f;
  text-align: left;
}
.cid-sqgzBwEMar H1 {
  text-align: left;
  color: #19499f;
}
.cid-spZVOpf2t1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spZVOpf2t1 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-spZVOpf2t1 .icon2 {
  color: #ffffff;
}
.cid-spZVOpf2t1 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-spZVOpf2t1 p {
  font-weight: 400;
}
.cid-spZVOpf2t1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-spZVOpf2t1 .line2 {
  background: #ffffff;
}
.cid-spZVOpf2t1 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #66afff;
}
.cid-spZVOpf2t1 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-spZVOpf2t1 .card2 {
  background: #19499f;
}
.cid-spZVOpf2t1 .card-title,
.cid-spZVOpf2t1 .card-ico,
.cid-spZVOpf2t1 .line-wrap {
  text-align: center;
}
.cid-spZVOpf2t1 .mbr-text,
.cid-spZVOpf2t1 .card-link {
  text-align: center;
}
.cid-sqj2tHJeaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sppzgU65Kh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sppzgU65Kh [class^="socicon-"]:before,
.cid-sppzgU65Kh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sppzgU65Kh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #66afff;
  border-width: 2px;
  transition: all .3s;
  border-color: #66afff;
}
.cid-sppzgU65Kh .btn-social:hover {
  background: #66afff;
}
.cid-sppzgU65Kh .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sppzgU65Kh .mbr-section-title,
.cid-sppzgU65Kh .mbr-social-likes {
  color: #19499f;
}
.cid-sqgHOvzrs0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/zontos-machine-1-1782x1236.jpg");
}
.cid-sqgHOvzrs0 .mbr-text,
.cid-sqgHOvzrs0 .mbr-section-btn {
  color: #232323;
}
.cid-sqgHOvzrs0 .card-title,
.cid-sqgHOvzrs0 .card-box {
  color: #ffffff;
  text-align: right;
}
.cid-sqgHOvzrs0 .mbr-text,
.cid-sqgHOvzrs0 .link-wrap {
  color: #ffffff;
}
.cid-spGK41Os9f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #19499f;
}
.cid-spGK41Os9f .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spGK41Os9f .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spGK41Os9f .mbr-list {
  margin: 0;
}
.cid-spGK41Os9f .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spGK41Os9f .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-spGK41Os9f .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spGK41Os9f .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sqbMYzfDdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #19499f;
}
.cid-sqbMYzfDdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqbMYzfDdZ .row {
    text-align: center;
  }
  .cid-sqbMYzfDdZ .row > div {
    margin: auto;
  }
  .cid-sqbMYzfDdZ .social-row {
    justify-content: center;
  }
}
.cid-sqbMYzfDdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqbMYzfDdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqbMYzfDdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqbMYzfDdZ .mbr-text {
  color: #ffffff;
}
.cid-sqbMYzfDdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqbMYzfDdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqbMYzfDdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqbMYzfDdZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-t2VxuHQ7Jg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2VxuHQ7Jg nav.navbar {
  position: fixed;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2VxuHQ7Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover,
.cid-t2VxuHQ7Jg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t2VxuHQ7Jg .dropdown-item:hover span {
  color: white;
}
.cid-t2VxuHQ7Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2VxuHQ7Jg .nav-link {
  position: relative;
}
.cid-t2VxuHQ7Jg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .container {
    flex-wrap: nowrap;
  }
}
.cid-t2VxuHQ7Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown-menu,
.cid-t2VxuHQ7Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-t2VxuHQ7Jg .nav-item:focus,
.cid-t2VxuHQ7Jg .nav-link:focus {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2VxuHQ7Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2VxuHQ7Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-t2VxuHQ7Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2VxuHQ7Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-t2VxuHQ7Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar.collapsed {
  justify-content: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2VxuHQ7Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2VxuHQ7Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2VxuHQ7Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2VxuHQ7Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2VxuHQ7Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2VxuHQ7Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2VxuHQ7Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2VxuHQ7Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2VxuHQ7Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2VxuHQ7Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2VxuHQ7Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2VxuHQ7Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2VxuHQ7Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2VxuHQ7Jg .dropdown-item.active,
.cid-t2VxuHQ7Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-t2VxuHQ7Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2VxuHQ7Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2VxuHQ7Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2VxuHQ7Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2VxuHQ7Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2VxuHQ7Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2VxuHQ7Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2VxuHQ7Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2VxuHQ7Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2VxuHQ7Jg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2VxuHQ7Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2VxuHQ7Jg .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-t2VxuHQ7Jg .navbar {
    height: 70px;
  }
  .cid-t2VxuHQ7Jg .navbar.opened {
    height: auto;
  }
  .cid-t2VxuHQ7Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
