.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.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: #f7d9c4 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #6592e6 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
  color: #a65116;
  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;
  background-color: #eda878;
  border-color: #eda878;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #a65116 !important;
  background-color: #eda878 !important;
  border-color: #eda878 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  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;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff;
  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;
  background-color: #2260d2;
  border-color: #2260d2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  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;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #f7d9c4 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7d9c4;
  color: #f7d9c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eda878 !important;
  background-color: transparent!important;
  border-color: #eda878 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a65116 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
}
.btn-primary-outline:active {
  color: #f7d9c4 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #6592e6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-danger-outline:active {
  color: #6592e6 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #f7d9c4 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #6592e6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bdd0f4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7d9c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #6592e6;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7d9c4;
  border-color: #f7d9c4;
  color: #bc5c19;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7d9c4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', 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: #f7d9c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', 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: #f7d9c4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7d9c4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7d9c4;
}
.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: #f7d9c4;
  border-bottom-color: #f7d9c4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7d9c4 !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: #1b2026 !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='%23f7d9c4' %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-st2ewTpC9J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2ewTpC9J nav.navbar {
  position: fixed;
}
.cid-st2ewTpC9J .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2ewTpC9J .nav-item {
    height: auto;
  }
}
.cid-st2ewTpC9J .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2ewTpC9J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2ewTpC9J .dropdown-item:hover,
.cid-st2ewTpC9J .dropdown-item:focus {
  background: white !important;
}
.cid-st2ewTpC9J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2ewTpC9J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2ewTpC9J .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2ewTpC9J .nav-link {
  position: relative;
}
.cid-st2ewTpC9J .container {
  display: flex;
  margin: auto;
}
.cid-st2ewTpC9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2ewTpC9J .dropdown-menu,
.cid-st2ewTpC9J .navbar.opened {
  background: #05104b !important;
}
.cid-st2ewTpC9J .nav-item:focus,
.cid-st2ewTpC9J .nav-link:focus {
  outline: none;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2ewTpC9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2ewTpC9J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #05104b;
}
.cid-st2ewTpC9J .navbar.opened {
  transition: all 0.3s;
}
.cid-st2ewTpC9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2ewTpC9J .navbar .navbar-logo img {
  width: auto;
}
.cid-st2ewTpC9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar.collapsed {
  justify-content: center;
}
.cid-st2ewTpC9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2ewTpC9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2ewTpC9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2ewTpC9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2ewTpC9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2ewTpC9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2ewTpC9J .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-st2ewTpC9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2ewTpC9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2ewTpC9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2ewTpC9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2ewTpC9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2ewTpC9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2ewTpC9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2ewTpC9J .dropdown-item.active,
.cid-st2ewTpC9J .dropdown-item:active {
  background-color: transparent;
}
.cid-st2ewTpC9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #05104b;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2ewTpC9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2ewTpC9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2ewTpC9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2ewTpC9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2ewTpC9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2ewTpC9J .navbar {
    height: 70px;
  }
  .cid-st2ewTpC9J .navbar.opened {
    height: auto;
  }
  .cid-st2ewTpC9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNABegtB9n .modal-body .close {
  background: #1b1b1b;
}
.cid-sNABegtB9n .modal-body .close span {
  font-style: normal;
}
.cid-sNABegtB9n .carousel-inner > .active,
.cid-sNABegtB9n .carousel-inner > .next,
.cid-sNABegtB9n .carousel-inner > .prev {
  display: table;
}
.cid-sNABegtB9n .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-sNABegtB9n .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-sNABegtB9n .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-sNABegtB9n .carousel-control,
.cid-sNABegtB9n .carousel-indicators li {
  background-color: #f7d9c4 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-sNABegtB9n .carousel-control:hover,
.cid-sNABegtB9n .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sNABegtB9n .carousel-control .active,
.cid-sNABegtB9n .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sNABegtB9n .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sNABegtB9n .carousel-control .icon-next,
.cid-sNABegtB9n .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sNABegtB9n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sNABegtB9n .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sNABegtB9n .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-sNABegtB9n .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-sNABegtB9n .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sNABegtB9n .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNABegtB9n .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sNABegtB9n .boxed-slider > div {
  position: relative;
}
.cid-sNABegtB9n .container img {
  width: 100%;
}
.cid-sNABegtB9n .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sNABegtB9n .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sNABegtB9n .mbr-table-cell {
  padding: 0;
}
.cid-sNABegtB9n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sNABegtB9n .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sNABegtB9n .mbr-overlay {
  z-index: 1;
}
.cid-sNABegtB9n .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sNABegtB9n .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sNABegtB9n .carousel-item .container {
    width: 100%;
  }
}
.cid-sNABegtB9n .carousel-item-next.carousel-item-left,
.cid-sNABegtB9n .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sNABegtB9n .active.carousel-item-right,
.cid-sNABegtB9n .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sNABegtB9n .active.carousel-item-left,
.cid-sNABegtB9n .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sNABegtB9n .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-sNABegtB9n .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNABegtB9n .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNABegtB9n .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sNABegtB9n .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNABegtB9n .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sNABegtB9n .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sNABegtB9n .mbr-slider .carousel-indicators li.active,
.cid-sNABegtB9n .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sNABegtB9n .mbr-slider .carousel-indicators li::after,
.cid-sNABegtB9n .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sNABegtB9n .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sNABegtB9n .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sNABegtB9n .mbr-slider > .container img {
  width: 100%;
}
.cid-sNABegtB9n .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sNABegtB9n .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sNABegtB9n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNABegtB9n .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sNABegtB9n .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sNABegtB9n .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sNABegtB9n .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sNABegtB9n .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sNABegtB9n .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sNABegtB9n .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sNABegtB9n .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sNABegtB9n .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sNABegtB9n .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sNABegtB9n H2 {
  text-align: center;
}
.cid-sNABegtB9n P {
  text-align: center;
}
.cid-sNAJCMU5aU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNAJCMU5aU .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sNAJCMU5aU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sNAJCMU5aU .row {
  align-items: center;
  height: 100%;
}
.cid-sNAJKYkA6Y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sNAJKYkA6Y .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-sNAJKYkA6Y .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNAJKYkA6Y .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-sNAJKYkA6Y .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-sNAJKYkA6Y .mbr-iconfont {
    right: 1rem;
  }
}
.cid-sNAJKYkA6Y img,
.cid-sNAJKYkA6Y .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-sNAJKYkA6Y .item:focus,
.cid-sNAJKYkA6Y span:focus {
  outline: none;
}
.cid-sNAJKYkA6Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sNAJKYkA6Y .mbr-section-title {
  color: #232323;
}
.cid-sNAJKYkA6Y .mbr-text,
.cid-sNAJKYkA6Y .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-sNAJKYkA6Y .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-sNAJKYkA6Y .item-subtitle {
  text-align: left;
  color: #777777;
}
.cid-sNAJKYkA6Y .mbr-section-subtitle {
  color: #777777;
}
.cid-sNAMg5ik4b {
  padding-top: 140px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sNAMg5ik4b .container {
  margin-bottom: 15%;
}
.cid-sNAMg5ik4b .content-container .btn-bgr {
  z-index: 0;
}
.cid-sNAMg5ik4b .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-sNAMg5ik4b .icon-block-top span {
  background-color: #3d54d0;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sNAMg5ik4b .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sNAMg5ik4b .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sNAMg5ik4b .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sNAMg5ik4b .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sNAMg5ik4b .box-item-text,
.cid-sNAMg5ik4b .mbr-section-btn {
  color: #8d97ad;
}
.cid-sNAMg5ik4b .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sNAMg5ik4b .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sNAMg5ik4b .box-list li:last-child {
  border-bottom: none;
}
.cid-sNAMg5ik4b .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sNAMg5ik4b .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sNAMg5ik4b .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sNAMg5ik4b .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sNAMg5ik4b .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sNAMg5ik4b .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sNAMg5ik4b .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sNAMg5ik4b .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sNAMg5ik4b .mbr-text {
  color: #efefef;
}
.cid-sNAMg5ik4b H1 {
  color: #ffffff;
}
.cid-sNAN0UJ9QE {
  padding-top: 0px;
  background-color: #ffffff;
}
.cid-sNAN0UJ9QE .container {
  margin-bottom: 15%;
}
.cid-sNAN0UJ9QE .content-container .btn-bgr {
  z-index: 0;
}
.cid-sNAN0UJ9QE .container-boxes {
  padding-bottom: 60px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-sNAN0UJ9QE .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sNAN0UJ9QE .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sNAN0UJ9QE .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sNAN0UJ9QE .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sNAN0UJ9QE .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sNAN0UJ9QE .box-item-text,
.cid-sNAN0UJ9QE .mbr-section-btn {
  color: #8d97ad;
}
.cid-sNAN0UJ9QE .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sNAN0UJ9QE .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sNAN0UJ9QE .box-list li:last-child {
  border-bottom: none;
}
.cid-sNAN0UJ9QE .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sNAN0UJ9QE .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sNAN0UJ9QE .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sNAN0UJ9QE .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sNAN0UJ9QE .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sNAN0UJ9QE .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sNAN0UJ9QE .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sNAN0UJ9QE .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sNAN0UJ9QE .mbr-text {
  color: #efefef;
}
.cid-sNAN0UJ9QE H1 {
  color: #ffffff;
}
.cid-sNAOciZGRB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sNAOciZGRB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sNAOciZGRB img:hover {
  transform: scale(1.1);
}
.cid-sNAOciZGRB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sNAOciZGRB h2 {
  padding: 0;
  margin: 0;
}
.cid-sNAOciZGRB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNAOciZGRB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sNAOciZGRB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sNAOciZGRB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sNAOciZGRB .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sNAOciZGRB .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-sNAOciZGRB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sNAOciZGRB .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sNAOciZGRB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sNAOciZGRB H2 {
  color: #333333;
}
.cid-sNAOciZGRB .mbr-text {
  color: #767676;
}
.cid-st2Q1gwHNK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-st2Q1gwHNK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st2Q1gwHNK .img-item,
.cid-st2Q1gwHNK img {
  height: 100%;
  object-fit: cover;
}
.cid-st2Q1gwHNK .img-col {
  padding: 0;
}
.cid-st2Q1gwHNK .col-auto {
  width: 100%;
}
.cid-st2Q1gwHNK .wrapper {
  background: #1b2026;
  padding: 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-st2Q1gwHNK .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-st2Q1gwHNK textarea {
  min-height: 200px;
}
.cid-st2Q1gwHNK .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-st2Q1gwHNK .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-st2Q1gwHNK .form-control,
.cid-st2Q1gwHNK .field-input {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  background-color: #31363b;
  border-color: #31363b;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .form-control::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:-moz-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:hover,
.cid-st2Q1gwHNK .field-input:hover,
.cid-st2Q1gwHNK .form-control:focus,
.cid-st2Q1gwHNK .field-input:focus {
  background-color: #31363b;
  border-color: #31363b !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .form-control:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:hover:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:hover:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:focus:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:focus:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:hover:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:hover:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:focus:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .jq-number__spin:hover,
.cid-st2Q1gwHNK .jq-number__spin:focus {
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .jq-number__spin {
  background-color: #31363b;
  border-color: #31363b;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .jq-selectbox li,
.cid-st2Q1gwHNK .jq-selectbox li {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2Q1gwHNK .jq-selectbox li:hover,
.cid-st2Q1gwHNK .jq-selectbox li.selected {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2Q1gwHNK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st2Q1gwHNK .jq-number__spin.minus:hover:after,
.cid-st2Q1gwHNK .jq-number__spin.plus:hover:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2Q1gwHNK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st2Q1gwHNK .jq-number__spin.minus:after,
.cid-st2Q1gwHNK .jq-number__spin.plus:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2Q1gwHNK input::-webkit-clear-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-inner-spin-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-outer-spin-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st2Q1gwHNK H4 {
  color: #ff8484;
}
.cid-st2Q1gwHNK H3 {
  color: #ffffff;
}
.cid-st2Pn6Mreb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-st2Pn6Mreb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2Pn6Mreb li {
  padding-bottom: 0.6rem;
}
.cid-st2Pn6Mreb .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .container {
    padding: 4rem 2rem;
  }
}
.cid-st2Pn6Mreb .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2Pn6Mreb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2Pn6Mreb .soc-item:hover {
  background: #f7d9c4;
}
.cid-st2Pn6Mreb .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2Pn6Mreb .row {
    text-align: center;
  }
  .cid-st2Pn6Mreb .social-row {
    justify-content: center;
  }
}
.cid-st2Pn6Mreb .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2Pn6Mreb .mbr-text {
  color: #ffe161;
}
.cid-st2Pn6Mreb H5 {
  color: #ffffff;
}
.cid-sNB0RmEWls {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNB0RmEWls .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sNB0RmEWls nav.navbar {
  position: fixed;
}
.cid-sNB0RmEWls .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sNB0RmEWls .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sNB0RmEWls .nav-item {
    height: auto;
  }
}
.cid-sNB0RmEWls .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sNB0RmEWls .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-sNB0RmEWls .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNB0RmEWls .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNB0RmEWls .dropdown-item:hover,
.cid-sNB0RmEWls .dropdown-item:focus {
  background: white !important;
}
.cid-sNB0RmEWls .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNB0RmEWls .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNB0RmEWls .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sNB0RmEWls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNB0RmEWls .nav-link {
  position: relative;
}
.cid-sNB0RmEWls .container {
  display: flex;
  margin: auto;
}
.cid-sNB0RmEWls .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sNB0RmEWls .dropdown-menu,
.cid-sNB0RmEWls .navbar.opened {
  background: #05104b !important;
}
.cid-sNB0RmEWls .nav-item:focus,
.cid-sNB0RmEWls .nav-link:focus {
  outline: none;
}
.cid-sNB0RmEWls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNB0RmEWls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNB0RmEWls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sNB0RmEWls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNB0RmEWls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNB0RmEWls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNB0RmEWls .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #05104b;
}
.cid-sNB0RmEWls .navbar.opened {
  transition: all 0.3s;
}
.cid-sNB0RmEWls .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNB0RmEWls .navbar .navbar-logo img {
  width: auto;
}
.cid-sNB0RmEWls .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNB0RmEWls .navbar.collapsed {
  justify-content: center;
}
.cid-sNB0RmEWls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNB0RmEWls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNB0RmEWls .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sNB0RmEWls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNB0RmEWls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNB0RmEWls .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-sNB0RmEWls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNB0RmEWls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNB0RmEWls .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNB0RmEWls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNB0RmEWls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNB0RmEWls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNB0RmEWls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNB0RmEWls .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-sNB0RmEWls .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNB0RmEWls .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNB0RmEWls .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNB0RmEWls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNB0RmEWls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNB0RmEWls .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNB0RmEWls .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNB0RmEWls .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNB0RmEWls .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNB0RmEWls .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-sNB0RmEWls .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNB0RmEWls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNB0RmEWls .dropdown-item.active,
.cid-sNB0RmEWls .dropdown-item:active {
  background-color: transparent;
}
.cid-sNB0RmEWls .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNB0RmEWls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNB0RmEWls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNB0RmEWls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #05104b;
}
.cid-sNB0RmEWls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNB0RmEWls .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNB0RmEWls ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNB0RmEWls .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNB0RmEWls button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNB0RmEWls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNB0RmEWls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNB0RmEWls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNB0RmEWls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNB0RmEWls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNB0RmEWls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNB0RmEWls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNB0RmEWls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNB0RmEWls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNB0RmEWls .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNB0RmEWls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNB0RmEWls .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNB0RmEWls .navbar {
    height: 70px;
  }
  .cid-sNB0RmEWls .navbar.opened {
    height: auto;
  }
  .cid-sNB0RmEWls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNB18VGdHf {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sNB18VGdHf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNB18VGdHf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNB18VGdHf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sNB1xS2Djd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sNB1xS2Djd .button-padding {
  padding: 0;
}
.cid-sNB1xS2Djd .btn {
  margin: 0;
}
.cid-sNB1xS2Djd .title {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.cid-sNB1xS2Djd .mbr-text {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.cid-sNB1xS2Djd .card-title {
  padding-bottom: 5px;
  margin: 0;
  color: #05104b;
}
.cid-sNB1xS2Djd .mbr-text,
.cid-sNB1xS2Djd .mbr-section-btn {
  color: #05104b;
}
.cid-sNB448Ziog {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1056.jpg");
}
.cid-sNB448Ziog H2 {
  color: #ffffff;
}
.cid-sNB42NG040 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNB42NG040 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNB42NG040 .card-title {
  margin-bottom: 26px;
  color: #1b2026;
}
.cid-sNB42NG040 .mbr-text {
  margin-bottom: 30px;
}
.cid-sNB42NG040 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sNB42NG040 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sNB42NG040 .iconfont-wrapper svg #grad_1 {
  stop-color: #05104b;
}
.cid-sNB42NG040 .iconfont-wrapper svg #grad_2 {
  stop-color: #0b24ab;
}
.cid-sNB42NG040 .iconfont-wrapper svg #blur_svg {
  flood-color: #05104b;
}
.cid-sNB42NG040 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sNB42NG040 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNB42NG040 .text-wrapper {
    text-align: center;
  }
  .cid-sNB42NG040 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sNB42NG040 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sNB42NG040 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sNB5bhpHfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sNB5bhpHfc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNB5bhpHfc .card-title {
  margin-bottom: 26px;
  color: #1b2026;
}
.cid-sNB5bhpHfc .mbr-text {
  margin-bottom: 30px;
}
.cid-sNB5bhpHfc .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(5, 16, 75, 0.4);
  background-image: linear-gradient(40deg, #05104b 0%, #0b24ab 100%);
}
.cid-sNB5bhpHfc .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sNB5bhpHfc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sNB5bhpHfc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sNB5bhpHfc .btn_link:hover {
  cursor: pointer;
}
.cid-sNB5bhpHfc .btn_link:hover a {
  color: #f7d9c4 !important;
}
.cid-sNB5bhpHfc .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sNB5bhpHfc .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNB5bhpHfc .text-wrapper {
    text-align: center;
  }
  .cid-sNB5bhpHfc .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sNB5bhpHfc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sNB5bhpHfc .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sNB5Hv6ggF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNB5Hv6ggF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNB5Hv6ggF .card-title {
  margin-bottom: 26px;
  color: #1b2026;
}
.cid-sNB5Hv6ggF .mbr-text {
  margin-bottom: 30px;
}
.cid-sNB5Hv6ggF .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(5, 16, 75, 0.4);
  background-image: linear-gradient(125deg, #05104b 0%, #0b24ab 100%);
}
.cid-sNB5Hv6ggF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sNB5Hv6ggF .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sNB5Hv6ggF .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sNB5Hv6ggF .btn_link:hover {
  cursor: pointer;
}
.cid-sNB5Hv6ggF .btn_link:hover a {
  color: #f7d9c4 !important;
}
.cid-sNB5Hv6ggF .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sNB5Hv6ggF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNB5Hv6ggF .text-wrapper {
    text-align: center;
  }
  .cid-sNB5Hv6ggF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sNB5Hv6ggF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sNB5Hv6ggF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sNB0RsH8Yw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-sNB0RsH8Yw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNB0RsH8Yw li {
  padding-bottom: 0.6rem;
}
.cid-sNB0RsH8Yw .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sNB0RsH8Yw .container {
    padding: 4rem 2rem;
  }
}
.cid-sNB0RsH8Yw .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sNB0RsH8Yw .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sNB0RsH8Yw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sNB0RsH8Yw .soc-item:hover {
  background: #f7d9c4;
}
.cid-sNB0RsH8Yw .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sNB0RsH8Yw .row {
    text-align: center;
  }
  .cid-sNB0RsH8Yw .social-row {
    justify-content: center;
  }
}
.cid-sNB0RsH8Yw .list {
  list-style: none;
  padding-left: 0;
}
.cid-sNB0RsH8Yw .mbr-text {
  color: #ffe161;
}
.cid-sNB0RsH8Yw H5 {
  color: #ffffff;
}
.cid-sNB3AwfSza {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNB3AwfSza .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sNB3AwfSza nav.navbar {
  position: fixed;
}
.cid-sNB3AwfSza .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sNB3AwfSza .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sNB3AwfSza .nav-item {
    height: auto;
  }
}
.cid-sNB3AwfSza .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sNB3AwfSza .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-sNB3AwfSza .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNB3AwfSza .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNB3AwfSza .dropdown-item:hover,
.cid-sNB3AwfSza .dropdown-item:focus {
  background: white !important;
}
.cid-sNB3AwfSza .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNB3AwfSza .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNB3AwfSza .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sNB3AwfSza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNB3AwfSza .nav-link {
  position: relative;
}
.cid-sNB3AwfSza .container {
  display: flex;
  margin: auto;
}
.cid-sNB3AwfSza .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sNB3AwfSza .dropdown-menu,
.cid-sNB3AwfSza .navbar.opened {
  background: #05104b !important;
}
.cid-sNB3AwfSza .nav-item:focus,
.cid-sNB3AwfSza .nav-link:focus {
  outline: none;
}
.cid-sNB3AwfSza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNB3AwfSza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNB3AwfSza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sNB3AwfSza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNB3AwfSza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNB3AwfSza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNB3AwfSza .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #05104b;
}
.cid-sNB3AwfSza .navbar.opened {
  transition: all 0.3s;
}
.cid-sNB3AwfSza .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNB3AwfSza .navbar .navbar-logo img {
  width: auto;
}
.cid-sNB3AwfSza .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNB3AwfSza .navbar.collapsed {
  justify-content: center;
}
.cid-sNB3AwfSza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNB3AwfSza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNB3AwfSza .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sNB3AwfSza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNB3AwfSza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNB3AwfSza .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-sNB3AwfSza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNB3AwfSza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNB3AwfSza .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNB3AwfSza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNB3AwfSza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNB3AwfSza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNB3AwfSza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNB3AwfSza .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-sNB3AwfSza .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNB3AwfSza .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNB3AwfSza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNB3AwfSza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNB3AwfSza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNB3AwfSza .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNB3AwfSza .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNB3AwfSza .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNB3AwfSza .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNB3AwfSza .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-sNB3AwfSza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNB3AwfSza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNB3AwfSza .dropdown-item.active,
.cid-sNB3AwfSza .dropdown-item:active {
  background-color: transparent;
}
.cid-sNB3AwfSza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNB3AwfSza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNB3AwfSza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNB3AwfSza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #05104b;
}
.cid-sNB3AwfSza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNB3AwfSza .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNB3AwfSza ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNB3AwfSza .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNB3AwfSza button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNB3AwfSza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNB3AwfSza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNB3AwfSza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNB3AwfSza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNB3AwfSza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNB3AwfSza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNB3AwfSza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNB3AwfSza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNB3AwfSza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNB3AwfSza .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNB3AwfSza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNB3AwfSza .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNB3AwfSza .navbar {
    height: 70px;
  }
  .cid-sNB3AwfSza .navbar.opened {
    height: auto;
  }
  .cid-sNB3AwfSza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNB3Ax0BSE {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sNB3Ax0BSE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNB3Ax0BSE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNB3Ax0BSE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sNB6Dj1ogp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNB6Dj1ogp .mbr-text {
  color: #767676;
}
.cid-sNB6Dj1ogp .card-subtitle {
  margin: 0;
}
.cid-sNB6Dj1ogp .link {
  margin: 0;
}
.cid-sNB6Dj1ogp .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sNB6Dj1ogp .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sNB6Dj1ogp .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sNB6Dj1ogp .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sNB6Dj1ogp .date {
  margin: 0;
}
.cid-sNB6Dj1ogp img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sNB6Dj1ogp .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sNB6Dj1ogp .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sNB6Dj1ogp .card-img:hover:before {
  opacity: 0.4;
}
.cid-sNB6Dj1ogp .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sNB6Dj1ogp .icon-box {
    flex-direction: column;
  }
  .cid-sNB6Dj1ogp .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sNB6Dj1ogp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sNB6Dj1ogp .card {
    margin-bottom: 3rem;
  }
}
.cid-sNB6Dj1ogp .mbr-text,
.cid-sNB6Dj1ogp .link {
  text-align: left;
  color: #000000;
}
.cid-sNB6DG1uBa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sNB6DG1uBa H1 {
  color: #57468b;
}
.cid-sNB6DG1uBa .mbr-text,
.cid-sNB6DG1uBa .mbr-section-btn {
  color: #716c80;
}
.cid-sNB6DG1uBa img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sNB6DG1uBa .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sNB6GAaXBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #98dee8;
}
.cid-sNB6GAaXBT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNB6GAaXBT .mbr-section-title {
  margin-bottom: 20px;
  color: #1b2026;
}
.cid-sNB6GAaXBT .mbr-text {
  margin-bottom: 50px;
}
.cid-sNB6GAaXBT .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sNB6GAaXBT .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(220, 232, 235, 0.07);
}
.cid-sNB6GAaXBT .item:nth-child(1) .mbr-iconfont {
  color: #dce8eb;
}
.cid-sNB6GAaXBT .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(220, 232, 235, 0.07);
}
.cid-sNB6GAaXBT .item:nth-child(2) .mbr-iconfont {
  color: #dce8eb;
}
.cid-sNB6GAaXBT .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sNB6GAaXBT .item:nth-child(3) .mbr-iconfont {
  color: #6592e6;
}
.cid-sNB6GAaXBT .item:nth-child(4) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sNB6GAaXBT .item:nth-child(4) .mbr-iconfont {
  color: #f7d9c4;
}
.cid-sNB6GAaXBT .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sNB6GAaXBT .card_info {
  display: inline-block;
}
.cid-sNB6GAaXBT .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-sNB6GAaXBT .iconfont-wrapper .mbr-iconfont {
  color: #dce8eb;
  font-size: 36px;
  line-height: 70px;
}
.cid-sNB6GAaXBT .card_title {
  margin-bottom: 15px;
  color: #1b2026;
}
.cid-sNB6GAaXBT .card_text {
  margin-bottom: 0;
}
.cid-sNB6GAaXBT .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sNB6GAaXBT .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNB6GAaXBT .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sNB6GAaXBT .card_title {
    margin-bottom: 10px;
  }
  .cid-sNB6GAaXBT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sNB6GAaXBT .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sNB6JZxfef {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sNB6JZxfef .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sNB6JZxfef .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-sNB6JZxfef .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.cid-sNB6JZxfef .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-sNB6JZxfef .mbr-text,
.cid-sNB6JZxfef .mbr-section-btn {
  text-align: left;
}
.cid-sNB6JZxfef .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #000000;
}
.cid-sNB6JZxfef .mbr-text-title {
  text-align: left;
  color: #000000;
}
.cid-sNB6JZxfef .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sNB6JZxfef .mbr-text-2,
.cid-sNB6JZxfef .mbr-section-btn {
  text-align: left;
}
.cid-sNB6JZxfef .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-sNB6JZxfef .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sNB6JZxfef .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-sNB6JZxfef .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-sNB6JZxfef .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-sNB6JZxfef .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-sNBc92pMNL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sNBc92pMNL .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sNBc92pMNL .mbr-text {
  line-height: 1.5;
}
.cid-sNBc92pMNL .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sNBc92pMNL .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sNBc92pMNL .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sNBc92pMNL .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sNBc92pMNL .container2 input:checked ~ .checkmark {
  background-color: #05104b;
}
.cid-sNBc92pMNL .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sNBc92pMNL .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sNBc92pMNL .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sNBc92pMNL .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-sNB3Ay2zbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-sNB3Ay2zbJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNB3Ay2zbJ li {
  padding-bottom: 0.6rem;
}
.cid-sNB3Ay2zbJ .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sNB3Ay2zbJ .container {
    padding: 4rem 2rem;
  }
}
.cid-sNB3Ay2zbJ .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sNB3Ay2zbJ .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sNB3Ay2zbJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sNB3Ay2zbJ .soc-item:hover {
  background: #f7d9c4;
}
.cid-sNB3Ay2zbJ .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sNB3Ay2zbJ .row {
    text-align: center;
  }
  .cid-sNB3Ay2zbJ .social-row {
    justify-content: center;
  }
}
.cid-sNB3Ay2zbJ .list {
  list-style: none;
  padding-left: 0;
}
.cid-sNB3Ay2zbJ .mbr-text {
  color: #ffe161;
}
.cid-sNB3Ay2zbJ H5 {
  color: #ffffff;
}
.cid-sNBgDCwPaE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNBgDCwPaE .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sNBgDCwPaE nav.navbar {
  position: fixed;
}
.cid-sNBgDCwPaE .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sNBgDCwPaE .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sNBgDCwPaE .nav-item {
    height: auto;
  }
}
.cid-sNBgDCwPaE .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sNBgDCwPaE .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-sNBgDCwPaE .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNBgDCwPaE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNBgDCwPaE .dropdown-item:hover,
.cid-sNBgDCwPaE .dropdown-item:focus {
  background: white !important;
}
.cid-sNBgDCwPaE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNBgDCwPaE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNBgDCwPaE .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sNBgDCwPaE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNBgDCwPaE .nav-link {
  position: relative;
}
.cid-sNBgDCwPaE .container {
  display: flex;
  margin: auto;
}
.cid-sNBgDCwPaE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sNBgDCwPaE .dropdown-menu,
.cid-sNBgDCwPaE .navbar.opened {
  background: #05104b !important;
}
.cid-sNBgDCwPaE .nav-item:focus,
.cid-sNBgDCwPaE .nav-link:focus {
  outline: none;
}
.cid-sNBgDCwPaE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNBgDCwPaE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNBgDCwPaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sNBgDCwPaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNBgDCwPaE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNBgDCwPaE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNBgDCwPaE .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #05104b;
}
.cid-sNBgDCwPaE .navbar.opened {
  transition: all 0.3s;
}
.cid-sNBgDCwPaE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNBgDCwPaE .navbar .navbar-logo img {
  width: auto;
}
.cid-sNBgDCwPaE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNBgDCwPaE .navbar.collapsed {
  justify-content: center;
}
.cid-sNBgDCwPaE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNBgDCwPaE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNBgDCwPaE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sNBgDCwPaE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNBgDCwPaE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNBgDCwPaE .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-sNBgDCwPaE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNBgDCwPaE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNBgDCwPaE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNBgDCwPaE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNBgDCwPaE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNBgDCwPaE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNBgDCwPaE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNBgDCwPaE .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-sNBgDCwPaE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNBgDCwPaE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNBgDCwPaE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNBgDCwPaE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNBgDCwPaE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNBgDCwPaE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNBgDCwPaE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNBgDCwPaE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNBgDCwPaE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNBgDCwPaE .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-sNBgDCwPaE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNBgDCwPaE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNBgDCwPaE .dropdown-item.active,
.cid-sNBgDCwPaE .dropdown-item:active {
  background-color: transparent;
}
.cid-sNBgDCwPaE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNBgDCwPaE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNBgDCwPaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNBgDCwPaE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #05104b;
}
.cid-sNBgDCwPaE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNBgDCwPaE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNBgDCwPaE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNBgDCwPaE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNBgDCwPaE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNBgDCwPaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNBgDCwPaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNBgDCwPaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNBgDCwPaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNBgDCwPaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNBgDCwPaE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNBgDCwPaE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNBgDCwPaE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNBgDCwPaE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNBgDCwPaE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNBgDCwPaE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNBgDCwPaE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNBgDCwPaE .navbar {
    height: 70px;
  }
  .cid-sNBgDCwPaE .navbar.opened {
    height: auto;
  }
  .cid-sNBgDCwPaE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNBgDDtVt6 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sNBgDDtVt6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNBgDDtVt6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNBgDDtVt6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sNBh4yfQqh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNBh4yfQqh .media-container-row {
  justify-content: space-between;
}
.cid-sNBh4yfQqh .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sNBh4yfQqh .text-content {
    max-width: none;
  }
}
.cid-sNBh4yfQqh .container {
  z-index: 1;
}
.cid-sNBh4yfQqh .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.cid-sNBh4yfQqh .bg_column-reverse {
  flex-direction: column-reverse;
}
.cid-sNBh4yfQqh .bg__white {
  background: #fff;
  height: 100%;
}
.cid-sNBh4yfQqh .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.cid-sNBh4yfQqh .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .cid-sNBh4yfQqh .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-sNBh4yfQqh .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sNBh4yfQqh .icons {
    justify-content: center !important;
  }
  .cid-sNBh4yfQqh .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .cid-sNBh4yfQqh .text-content * {
    text-align: center;
  }
}
.cid-sNBh4yfQqh .geometry {
  position: absolute;
}
.cid-sNBh4yfQqh .geometry__square,
.cid-sNBh4yfQqh .geometry__circle {
  width: 88px;
  height: 88px;
}
.cid-sNBh4yfQqh .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.cid-sNBh4yfQqh .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #1b2026;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.cid-sNBh4yfQqh .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-sNBh4yfQqh .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #1b2026;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-sNBh4yfQqh .geometry_top-right {
  top: -50px;
  right: 30%;
}
.cid-sNBh4yfQqh .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .cid-sNBh4yfQqh .geometry__square-bg {
    transition: transform .3s;
  }
  .cid-sNBh4yfQqh .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-sNBh4yfQqh .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .cid-sNBh4yfQqh .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .cid-sNBh4yfQqh .geometry {
    position: absolute;
  }
  .cid-sNBh4yfQqh .geometry__circle,
  .cid-sNBh4yfQqh .geometry__circle-bg,
  .cid-sNBh4yfQqh .geometry__square,
  .cid-sNBh4yfQqh .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.cid-sNBhcdF8Qk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sNBhcdF8Qk .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sNBhcdF8Qk .col-lg-4,
.cid-sNBhcdF8Qk .col-12 {
  padding: 0 2rem;
}
.cid-sNBhcdF8Qk .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sNBhcdF8Qk .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sNBhcdF8Qk .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sNBhcdF8Qk .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sNBhcdF8Qk .card-title,
.cid-sNBhcdF8Qk .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sNBhcdF8Qk .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sNBhcdF8Qk .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sNBhcdF8Qk .mbr-section-title {
  color: #36187d;
}
.cid-sNBhoS7jtd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #8caff0;
}
.cid-sNBhoS7jtd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sNBhoS7jtd .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sNBhoS7jtd .col-auto {
    margin: auto;
  }
}
.cid-sNBhoS7jtd textarea {
  min-height: 200px;
}
.cid-sNBhoS7jtd .form-control,
.cid-sNBhoS7jtd .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sNBhoS7jtd .form-control::-webkit-input-placeholder,
.cid-sNBhoS7jtd .field-input::-webkit-input-placeholder,
.cid-sNBhoS7jtd .form-control::-webkit-input-placeholder,
.cid-sNBhoS7jtd .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sNBhoS7jtd .form-control:-moz-placeholder,
.cid-sNBhoS7jtd .field-input:-moz-placeholder,
.cid-sNBhoS7jtd .form-control:-moz-placeholder,
.cid-sNBhoS7jtd .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sNBhoS7jtd .form-control:hover,
.cid-sNBhoS7jtd .field-input:hover,
.cid-sNBhoS7jtd .form-control:focus,
.cid-sNBhoS7jtd .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sNBhoS7jtd .form-control:hover::-webkit-input-placeholder,
.cid-sNBhoS7jtd .field-input:hover::-webkit-input-placeholder,
.cid-sNBhoS7jtd .form-control:focus::-webkit-input-placeholder,
.cid-sNBhoS7jtd .field-input:focus::-webkit-input-placeholder,
.cid-sNBhoS7jtd .form-control:hover::-webkit-input-placeholder,
.cid-sNBhoS7jtd .field-input:hover::-webkit-input-placeholder,
.cid-sNBhoS7jtd .form-control:focus::-webkit-input-placeholder,
.cid-sNBhoS7jtd .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sNBhoS7jtd .form-control:hover:-moz-placeholder,
.cid-sNBhoS7jtd .field-input:hover:-moz-placeholder,
.cid-sNBhoS7jtd .form-control:focus:-moz-placeholder,
.cid-sNBhoS7jtd .field-input:focus:-moz-placeholder,
.cid-sNBhoS7jtd .form-control:hover:-moz-placeholder,
.cid-sNBhoS7jtd .field-input:hover:-moz-placeholder,
.cid-sNBhoS7jtd .form-control:focus:-moz-placeholder,
.cid-sNBhoS7jtd .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sNBhoS7jtd .jq-number__spin:hover,
.cid-sNBhoS7jtd .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sNBhoS7jtd .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sNBhoS7jtd .jq-selectbox li,
.cid-sNBhoS7jtd .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sNBhoS7jtd .jq-selectbox li:hover,
.cid-sNBhoS7jtd .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sNBhoS7jtd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sNBhoS7jtd .jq-number__spin.minus:hover:after,
.cid-sNBhoS7jtd .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sNBhoS7jtd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sNBhoS7jtd .jq-number__spin.minus:after,
.cid-sNBhoS7jtd .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sNBhoS7jtd input::-webkit-clear-button {
  display: none;
}
.cid-sNBhoS7jtd input::-webkit-inner-spin-button {
  display: none;
}
.cid-sNBhoS7jtd input::-webkit-outer-spin-button {
  display: none;
}
.cid-sNBhoS7jtd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sNBhoS7jtd H4 {
  color: #36187d;
}
.cid-sNBgDGK0xm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-sNBgDGK0xm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNBgDGK0xm li {
  padding-bottom: 0.6rem;
}
.cid-sNBgDGK0xm .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sNBgDGK0xm .container {
    padding: 4rem 2rem;
  }
}
.cid-sNBgDGK0xm .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sNBgDGK0xm .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sNBgDGK0xm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sNBgDGK0xm .soc-item:hover {
  background: #f7d9c4;
}
.cid-sNBgDGK0xm .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sNBgDGK0xm .row {
    text-align: center;
  }
  .cid-sNBgDGK0xm .social-row {
    justify-content: center;
  }
}
.cid-sNBgDGK0xm .list {
  list-style: none;
  padding-left: 0;
}
.cid-sNBgDGK0xm .mbr-text {
  color: #ffe161;
}
.cid-sNBgDGK0xm H5 {
  color: #ffffff;
}
