.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Quador-ExtraBold';
  font-size: 8.6rem;
  line-height: 1;
   font-size: clamp(2rem, 4vw + 1rem, 8.6rem);
}
.display-1 > .mbr-iconfont {
  font-size: 10.75rem;
}
.display-2 {
  font-family: 'Quador-Bold';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Quador-Bold';
  font-size: 2.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 6.88rem;
  }
}*/

@media (max-width: 480px) {
  .display-1 {
    font-size: clamp(1.8rem, 6vw, 3rem);
    line-height: 1.2;
  }
}


@media (max-width: 768px) {
  /*.display-1 {
    font-size: 6.02rem;
    font-size: calc( 3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20))));
  }*/



  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 6.02rem;
    font-size: calc( 3.66rem + (8.6 - 3.66) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.66rem + (8.6 - 3.66) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #234664 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #234664 !important;
  border-color: #234664 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #30608a !important;
  border-color: #30608a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #30608a !important;
  border-color: #30608a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a00f29 !important;
  border-color: #a00f29 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #cf1335 !important;
  border-color: #cf1335 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf1335 !important;
  border-color: #cf1335 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #234664;
  color: #234664;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d1924 !important;
  background-color: transparent !important;
  border-color: #0d1924 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #234664 !important;
  border-color: #234664 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a00f29;
  color: #a00f29;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #510815 !important;
  background-color: transparent !important;
  border-color: #510815 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a00f29 !important;
  border-color: #a00f29 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #234664 !important;
}
.text-secondary {
  color: #a00f29 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #091118 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #430611 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #234664;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #234664;
  border-color: #234664;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #234664;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4888bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #234664 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #234664;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #234664;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #234664;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #234664;
  border-bottom-color: #234664;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #234664 !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: #a00f29 !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='%23234664' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vjXFGZVhZQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjXFGZVhZQ nav.navbar {
  position: fixed;
}
.cid-vjXFGZVhZQ .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-vjXFGZVhZQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjXFGZVhZQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjXFGZVhZQ .dropdown-item:hover,
.cid-vjXFGZVhZQ .dropdown-item:focus {
  background: #234664 !important;
  color: white !important;
}
.cid-vjXFGZVhZQ .dropdown-item:hover span {
  color: white;
}
.cid-vjXFGZVhZQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjXFGZVhZQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjXFGZVhZQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjXFGZVhZQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjXFGZVhZQ .nav-link {
  position: relative;
}
.cid-vjXFGZVhZQ .container {
  display: flex;
  margin: auto;
}
.cid-vjXFGZVhZQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjXFGZVhZQ .dropdown-menu,
.cid-vjXFGZVhZQ .navbar.opened {
  background: #bc432e !important;
}
.cid-vjXFGZVhZQ .nav-item:focus,
.cid-vjXFGZVhZQ .nav-link:focus {
  outline: none;
}
.cid-vjXFGZVhZQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjXFGZVhZQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjXFGZVhZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjXFGZVhZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjXFGZVhZQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjXFGZVhZQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjXFGZVhZQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bc432e;
}
.cid-vjXFGZVhZQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vjXFGZVhZQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjXFGZVhZQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vjXFGZVhZQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjXFGZVhZQ .navbar.collapsed {
  justify-content: center;
}
.cid-vjXFGZVhZQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjXFGZVhZQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjXFGZVhZQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjXFGZVhZQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjXFGZVhZQ .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-vjXFGZVhZQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjXFGZVhZQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjXFGZVhZQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjXFGZVhZQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjXFGZVhZQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjXFGZVhZQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjXFGZVhZQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjXFGZVhZQ .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-vjXFGZVhZQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjXFGZVhZQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjXFGZVhZQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjXFGZVhZQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjXFGZVhZQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjXFGZVhZQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjXFGZVhZQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjXFGZVhZQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjXFGZVhZQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjXFGZVhZQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjXFGZVhZQ .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-vjXFGZVhZQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjXFGZVhZQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjXFGZVhZQ .dropdown-item.active,
.cid-vjXFGZVhZQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vjXFGZVhZQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjXFGZVhZQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjXFGZVhZQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjXFGZVhZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bc432e;
}
.cid-vjXFGZVhZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjXFGZVhZQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjXFGZVhZQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjXFGZVhZQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjXFGZVhZQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjXFGZVhZQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #234664;
}
.cid-vjXFGZVhZQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjXFGZVhZQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXFGZVhZQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXFGZVhZQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjXFGZVhZQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXFGZVhZQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjXFGZVhZQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjXFGZVhZQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXFGZVhZQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjXFGZVhZQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjXFGZVhZQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjXFGZVhZQ .navbar {
    height: 70px;
  }
  .cid-vjXFGZVhZQ .navbar.opened {
    height: auto;
  }
  .cid-vjXFGZVhZQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjtBJHhCrW {
  background-image: url("../../../assets/images/c3e40aeb-849d-4d8a-b333-f0c1c78bffb8-1672x941.png");
}
.cid-vjtBJHhCrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjtBJHhCrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjtBJHhCrW .mbr-section-title {
  color: #032440;
}
.cid-vjtBJHhCrW .mbr-section-subtitle {
  color: #bc432e;
}
/*.cid-vjtBJHhCrW .element {
  position: relative;
  left: -20%;
  top: -20%;
}*/
.cid-vjtGG7oGUm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjtGG7oGUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjtGG7oGUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjtGG7oGUm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjtGG7oGUm [class^="socicon-"]:before,
.cid-vjtGG7oGUm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXm3nOQVz {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjXm3nOQVz H2 {
  color: #032440;
}
.cid-vjXm3nOQVz #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vjtJoQk1er {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjtJoQk1er .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjtJoQk1er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjtJoQk1er .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjtJoQk1er [class^="socicon-"]:before,
.cid-vjtJoQk1er [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjtJOK57Pg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-vjtJOK57Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjtJOK57Pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjtJOK57Pg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjtJOK57Pg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjtJOK57Pg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjtJOK57Pg .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjtJOK57Pg .mbr-text,
.cid-vjtJOK57Pg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjtJOK57Pg .card-title,
.cid-vjtJOK57Pg .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjtOjVOPP6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjtOjVOPP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjtOjVOPP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjtOjVOPP6 .row {
  flex-direction: row-reverse;
}
.cid-vjUn8nQQ5j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-vjUn8nQQ5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUn8nQQ5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUn8nQQ5j .row {
  flex-direction: row-reverse;
}
.cid-vjtOTQhYiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-vjtOTQhYiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjtOTQhYiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjtOTQhYiC .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjtOTQhYiC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjtOTQhYiC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjtOTQhYiC .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjtOTQhYiC .mbr-text,
.cid-vjtOTQhYiC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjtOTQhYiC .card-title,
.cid-vjtOTQhYiC .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjtTZz093r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjtTZz093r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjtTZz093r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjtTZz093r .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjtTZz093r [class^="socicon-"]:before,
.cid-vjtTZz093r [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXmw9gMdL {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjXmw9gMdL H2 {
  color: #032440;
}
.cid-vjXmw9gMdL #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vjw3UmAD0k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjw3UmAD0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjw3UmAD0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjw3UmAD0k .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjw3UmAD0k [class^="socicon-"]:before,
.cid-vjw3UmAD0k [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjvryAENON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjvryAENON .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvryAENON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvryAENON .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjvryAENON .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjvryAENON .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjvryAENON .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjvryAENON .mbr-text,
.cid-vjvryAENON .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjvryAENON .card-title,
.cid-vjvryAENON .card-box {
  text-align: left;
  color: #000000;
}
.cid-vk2Z1vdeVJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-vk2Z1vdeVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk2Z1vdeVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk2Z1vdeVJ .item {
  padding-bottom: 2rem;
}
.cid-vk2Z1vdeVJ .item-wrapper {
  position: relative;
}
.cid-vk2Z1vdeVJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vk2Z1vdeVJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vk2Z1vdeVJ .carousel-control,
.cid-vk2Z1vdeVJ .close {
  background: #1b1b1b;
}
.cid-vk2Z1vdeVJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vk2Z1vdeVJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vk2Z1vdeVJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vk2Z1vdeVJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vk2Z1vdeVJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vk2Z1vdeVJ .close::before {
  content: '\e91a';
}
.cid-vk2Z1vdeVJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vk2Z1vdeVJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vk2Z1vdeVJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk2Z1vdeVJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vk2Z1vdeVJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vk2Z1vdeVJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vk2Z1vdeVJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vk2Z1vdeVJ .carousel-indicators li.active,
.cid-vk2Z1vdeVJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vk2Z1vdeVJ .carousel-indicators li::after,
.cid-vk2Z1vdeVJ .carousel-indicators li::before {
  content: none;
}
.cid-vk2Z1vdeVJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vk2Z1vdeVJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vk2Z1vdeVJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vk2Z1vdeVJ .carousel-indicators {
    display: none;
  }
}
.cid-vk2Z1vdeVJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vk2Z1vdeVJ .carousel-inner > .active {
  display: block;
}
.cid-vk2Z1vdeVJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk2Z1vdeVJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vk2Z1vdeVJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vk2Z1vdeVJ .carousel-control,
  .cid-vk2Z1vdeVJ .carousel-indicators,
  .cid-vk2Z1vdeVJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vk2Z1vdeVJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vk2Z1vdeVJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vk2Z1vdeVJ .carousel-indicators .active,
.cid-vk2Z1vdeVJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vk2Z1vdeVJ .carousel-indicators .active {
  background: #fff;
}
.cid-vk2Z1vdeVJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vk2Z1vdeVJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vk2Z1vdeVJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vk2Z1vdeVJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vk2Z1vdeVJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vk2Z1vdeVJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vk2Z1vdeVJ .carousel {
  width: 100%;
}
.cid-vk2Z1vdeVJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vk2Z1vdeVJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vk2Z1vdeVJ .modal.fade .modal-dialog,
.cid-vk2Z1vdeVJ .modal.in .modal-dialog {
  transform: none;
}
.cid-vk2Z1vdeVJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vk2Z1vdeVJ H6 {
  text-align: center;
}
.cid-vjvt0jxwtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjvt0jxwtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvt0jxwtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvt0jxwtg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjvt0jxwtg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjvt0jxwtg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjvt0jxwtg .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjvt0jxwtg .mbr-text,
.cid-vjvt0jxwtg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjvt0jxwtg .card-title,
.cid-vjvt0jxwtg .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjw339yJwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjw339yJwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjw339yJwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjw339yJwH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjw339yJwH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjw339yJwH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjw339yJwH .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjw339yJwH .mbr-text,
.cid-vjw339yJwH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjw339yJwH .card-title,
.cid-vjw339yJwH .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjG7kG42MY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-vjG7kG42MY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjG7kG42MY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjG7kG42MY .card-wrapper {
  overflow: hidden;
  background: #bc432e;
}
.cid-vjG7kG42MY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjG7kG42MY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vjG7kG42MY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vjG7kG42MY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vjG7kG42MY .row {
  flex-direction: row-reverse;
}
.cid-vjG7kG42MY .image-wrapper {
  padding: 0 1rem;
}
.cid-vjG7kG42MY img,
.cid-vjG7kG42MY .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vjG7kG42MY img,
  .cid-vjG7kG42MY .image-wrapper {
    max-height: 350px;
  }
}
.cid-vjG7kG42MY .mbr-section-title {
  color: #ffffff;
}
.cid-vjG7kG42MY .mbr-text {
  color: #000000;
}
.cid-vjG7kG42MY .mbr-text,
.cid-vjG7kG42MY .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvpgEpv8I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjvpgEpv8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvpgEpv8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvpgEpv8I .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjvpgEpv8I [class^="socicon-"]:before,
.cid-vjvpgEpv8I [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXmrlhaOi {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjXmrlhaOi H2 {
  color: #032440;
}
.cid-vjXmrlhaOi #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vjFYIdKrBc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYIdKrBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYIdKrBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYIdKrBc .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYIdKrBc [class^="socicon-"]:before,
.cid-vjFYIdKrBc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjB6X5Ipzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjB6X5Ipzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjB6X5Ipzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjB6X5Ipzf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjB6X5Ipzf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjB6X5Ipzf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjB6X5Ipzf .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjB6X5Ipzf .mbr-text,
.cid-vjB6X5Ipzf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjB6X5Ipzf .card-title,
.cid-vjB6X5Ipzf .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjB7sPzvoH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-vjB7sPzvoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjB7sPzvoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjB7sPzvoH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjB7sPzvoH .row {
  flex-direction: row-reverse;
}
.cid-vjB7sPzvoH img {
  width: 100%;
}
.cid-vjB7Sg4Tu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjB7Sg4Tu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjB7Sg4Tu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjB7Sg4Tu8 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjB7Sg4Tu8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjB7Sg4Tu8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjB7Sg4Tu8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjB7Sg4Tu8 .mbr-text,
.cid-vjB7Sg4Tu8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjB7Sg4Tu8 .card-title,
.cid-vjB7Sg4Tu8 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjB6FAztPU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjB6FAztPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjB6FAztPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjB6FAztPU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjB6FAztPU [class^="socicon-"]:before,
.cid-vjB6FAztPU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXmi13TPl {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjXmi13TPl H2 {
  color: #032440;
}
.cid-vjXmi13TPl #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vjFYK2xpfC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYK2xpfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYK2xpfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYK2xpfC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYK2xpfC [class^="socicon-"]:before,
.cid-vjFYK2xpfC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjFZkIPJSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjFZkIPJSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFZkIPJSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFZkIPJSg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjFZkIPJSg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjFZkIPJSg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjFZkIPJSg .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjFZkIPJSg .mbr-text,
.cid-vjFZkIPJSg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjFZkIPJSg .card-title,
.cid-vjFZkIPJSg .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjG1aUnpjt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjG1aUnpjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjG1aUnpjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjG1aUnpjt .row {
  flex-direction: row-reverse;
}
.cid-vjG478g9Sw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjG478g9Sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjG478g9Sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjG478g9Sw .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjG478g9Sw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjG478g9Sw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjG478g9Sw .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjG478g9Sw .mbr-text,
.cid-vjG478g9Sw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjG478g9Sw .card-title,
.cid-vjG478g9Sw .card-box {
  text-align: left;
  color: #000000;
}
.cid-uX8e7bjPN1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-uX8e7bjPN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e7bjPN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8e7bjPN1 .item {
  padding-bottom: 2rem;
}
.cid-uX8e7bjPN1 .item-wrapper {
  position: relative;
}
.cid-uX8e7bjPN1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uX8e7bjPN1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uX8e7bjPN1 .carousel-control,
.cid-uX8e7bjPN1 .close {
  background: #1b1b1b;
}
.cid-uX8e7bjPN1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uX8e7bjPN1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uX8e7bjPN1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uX8e7bjPN1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uX8e7bjPN1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uX8e7bjPN1 .close::before {
  content: '\e91a';
}
.cid-uX8e7bjPN1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uX8e7bjPN1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uX8e7bjPN1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX8e7bjPN1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uX8e7bjPN1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX8e7bjPN1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uX8e7bjPN1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uX8e7bjPN1 .carousel-indicators li.active,
.cid-uX8e7bjPN1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX8e7bjPN1 .carousel-indicators li::after,
.cid-uX8e7bjPN1 .carousel-indicators li::before {
  content: none;
}
.cid-uX8e7bjPN1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX8e7bjPN1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uX8e7bjPN1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uX8e7bjPN1 .carousel-indicators {
    display: none;
  }
}
.cid-uX8e7bjPN1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uX8e7bjPN1 .carousel-inner > .active {
  display: block;
}
.cid-uX8e7bjPN1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX8e7bjPN1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uX8e7bjPN1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uX8e7bjPN1 .carousel-control,
  .cid-uX8e7bjPN1 .carousel-indicators,
  .cid-uX8e7bjPN1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uX8e7bjPN1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uX8e7bjPN1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uX8e7bjPN1 .carousel-indicators .active,
.cid-uX8e7bjPN1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uX8e7bjPN1 .carousel-indicators .active {
  background: #fff;
}
.cid-uX8e7bjPN1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uX8e7bjPN1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uX8e7bjPN1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uX8e7bjPN1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uX8e7bjPN1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uX8e7bjPN1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uX8e7bjPN1 .carousel {
  width: 100%;
}
.cid-uX8e7bjPN1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uX8e7bjPN1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uX8e7bjPN1 .modal.fade .modal-dialog,
.cid-uX8e7bjPN1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uX8e7bjPN1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uX8e7bjPN1 H6 {
  text-align: center;
}
.cid-vjG4kU7m9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjG4kU7m9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjG4kU7m9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjG4kU7m9s .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjG4kU7m9s .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjG4kU7m9s .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjG4kU7m9s .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjG4kU7m9s .mbr-text,
.cid-vjG4kU7m9s .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjG4kU7m9s .card-title,
.cid-vjG4kU7m9s .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjG4K3cv44 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjG4K3cv44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjG4K3cv44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjG4K3cv44 .row {
  flex-direction: row-reverse;
}
.cid-vjUnQRPCEg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUnQRPCEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUnQRPCEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUnQRPCEg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUnQRPCEg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUnQRPCEg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUnQRPCEg .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUnQRPCEg .mbr-text,
.cid-vjUnQRPCEg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUnQRPCEg .card-title,
.cid-vjUnQRPCEg .card-box {
  text-align: left;
  color: #000000;
}
.cid-uXeFW3covU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-uXeFW3covU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeFW3covU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeFW3covU .item {
  padding-bottom: 2rem;
}
.cid-uXeFW3covU .item-wrapper {
  position: relative;
}
.cid-uXeFW3covU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uXeFW3covU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uXeFW3covU .carousel-control,
.cid-uXeFW3covU .close {
  background: #1b1b1b;
}
.cid-uXeFW3covU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXeFW3covU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXeFW3covU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXeFW3covU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXeFW3covU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uXeFW3covU .close::before {
  content: '\e91a';
}
.cid-uXeFW3covU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXeFW3covU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uXeFW3covU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXeFW3covU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXeFW3covU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXeFW3covU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXeFW3covU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uXeFW3covU .carousel-indicators li.active,
.cid-uXeFW3covU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXeFW3covU .carousel-indicators li::after,
.cid-uXeFW3covU .carousel-indicators li::before {
  content: none;
}
.cid-uXeFW3covU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXeFW3covU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXeFW3covU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXeFW3covU .carousel-indicators {
    display: none;
  }
}
.cid-uXeFW3covU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXeFW3covU .carousel-inner > .active {
  display: block;
}
.cid-uXeFW3covU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXeFW3covU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXeFW3covU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXeFW3covU .carousel-control,
  .cid-uXeFW3covU .carousel-indicators,
  .cid-uXeFW3covU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXeFW3covU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXeFW3covU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXeFW3covU .carousel-indicators .active,
.cid-uXeFW3covU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXeFW3covU .carousel-indicators .active {
  background: #fff;
}
.cid-uXeFW3covU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXeFW3covU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXeFW3covU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXeFW3covU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXeFW3covU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXeFW3covU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXeFW3covU .carousel {
  width: 100%;
}
.cid-uXeFW3covU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXeFW3covU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXeFW3covU .modal.fade .modal-dialog,
.cid-uXeFW3covU .modal.in .modal-dialog {
  transform: none;
}
.cid-uXeFW3covU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXeFW3covU H6 {
  text-align: center;
}
.cid-vjUq0iSwDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUq0iSwDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUq0iSwDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUq0iSwDe .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUq0iSwDe .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUq0iSwDe .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUq0iSwDe .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUq0iSwDe .mbr-text,
.cid-vjUq0iSwDe .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUq0iSwDe .card-title,
.cid-vjUq0iSwDe .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjUpSyAldW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUpSyAldW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUpSyAldW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUpSyAldW .item {
  padding-bottom: 2rem;
}
.cid-vjUpSyAldW .item-wrapper {
  position: relative;
}
.cid-vjUpSyAldW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vjUpSyAldW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vjUpSyAldW .carousel-control,
.cid-vjUpSyAldW .close {
  background: #1b1b1b;
}
.cid-vjUpSyAldW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjUpSyAldW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjUpSyAldW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjUpSyAldW .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjUpSyAldW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjUpSyAldW .close::before {
  content: '\e91a';
}
.cid-vjUpSyAldW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjUpSyAldW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjUpSyAldW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjUpSyAldW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjUpSyAldW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjUpSyAldW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjUpSyAldW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjUpSyAldW .carousel-indicators li.active,
.cid-vjUpSyAldW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjUpSyAldW .carousel-indicators li::after,
.cid-vjUpSyAldW .carousel-indicators li::before {
  content: none;
}
.cid-vjUpSyAldW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjUpSyAldW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjUpSyAldW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjUpSyAldW .carousel-indicators {
    display: none;
  }
}
.cid-vjUpSyAldW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjUpSyAldW .carousel-inner > .active {
  display: block;
}
.cid-vjUpSyAldW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjUpSyAldW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjUpSyAldW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjUpSyAldW .carousel-control,
  .cid-vjUpSyAldW .carousel-indicators,
  .cid-vjUpSyAldW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjUpSyAldW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjUpSyAldW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjUpSyAldW .carousel-indicators .active,
.cid-vjUpSyAldW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjUpSyAldW .carousel-indicators .active {
  background: #fff;
}
.cid-vjUpSyAldW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjUpSyAldW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjUpSyAldW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjUpSyAldW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjUpSyAldW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjUpSyAldW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjUpSyAldW .carousel {
  width: 100%;
}
.cid-vjUpSyAldW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjUpSyAldW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjUpSyAldW .modal.fade .modal-dialog,
.cid-vjUpSyAldW .modal.in .modal-dialog {
  transform: none;
}
.cid-vjUpSyAldW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjUpSyAldW H6 {
  text-align: center;
}
.cid-vjUp4upIgE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUp4upIgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUp4upIgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUp4upIgE .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUp4upIgE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUp4upIgE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUp4upIgE .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUp4upIgE .mbr-text,
.cid-vjUp4upIgE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUp4upIgE .card-title,
.cid-vjUp4upIgE .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjFYLMyodi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYLMyodi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYLMyodi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYLMyodi .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYLMyodi [class^="socicon-"]:before,
.cid-vjFYLMyodi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXmcfIvbz {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjXmcfIvbz H2 {
  color: #032440;
}
.cid-vjXmcfIvbz #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vjFYMTFEi1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYMTFEi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYMTFEi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYMTFEi1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYMTFEi1 [class^="socicon-"]:before,
.cid-vjFYMTFEi1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjUqMpVtXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUqMpVtXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUqMpVtXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUqMpVtXI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUqMpVtXI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUqMpVtXI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUqMpVtXI .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUqMpVtXI .mbr-text,
.cid-vjUqMpVtXI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUqMpVtXI .card-title,
.cid-vjUqMpVtXI .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjUqUgNDsB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUqUgNDsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUqUgNDsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUqUgNDsB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUqUgNDsB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUqUgNDsB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUqUgNDsB .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUqUgNDsB .mbr-text,
.cid-vjUqUgNDsB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUqUgNDsB .card-title,
.cid-vjUqUgNDsB .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjUr5lGVuL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUr5lGVuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUr5lGVuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUr5lGVuL .item {
  padding-bottom: 2rem;
}
.cid-vjUr5lGVuL .item-wrapper {
  position: relative;
}
.cid-vjUr5lGVuL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vjUr5lGVuL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vjUr5lGVuL .carousel-control,
.cid-vjUr5lGVuL .close {
  background: #1b1b1b;
}
.cid-vjUr5lGVuL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjUr5lGVuL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjUr5lGVuL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjUr5lGVuL .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjUr5lGVuL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjUr5lGVuL .close::before {
  content: '\e91a';
}
.cid-vjUr5lGVuL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjUr5lGVuL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjUr5lGVuL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjUr5lGVuL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjUr5lGVuL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjUr5lGVuL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjUr5lGVuL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjUr5lGVuL .carousel-indicators li.active,
.cid-vjUr5lGVuL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjUr5lGVuL .carousel-indicators li::after,
.cid-vjUr5lGVuL .carousel-indicators li::before {
  content: none;
}
.cid-vjUr5lGVuL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjUr5lGVuL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjUr5lGVuL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjUr5lGVuL .carousel-indicators {
    display: none;
  }
}
.cid-vjUr5lGVuL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjUr5lGVuL .carousel-inner > .active {
  display: block;
}
.cid-vjUr5lGVuL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjUr5lGVuL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjUr5lGVuL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjUr5lGVuL .carousel-control,
  .cid-vjUr5lGVuL .carousel-indicators,
  .cid-vjUr5lGVuL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjUr5lGVuL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjUr5lGVuL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjUr5lGVuL .carousel-indicators .active,
.cid-vjUr5lGVuL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjUr5lGVuL .carousel-indicators .active {
  background: #fff;
}
.cid-vjUr5lGVuL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjUr5lGVuL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjUr5lGVuL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjUr5lGVuL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjUr5lGVuL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjUr5lGVuL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjUr5lGVuL .carousel {
  width: 100%;
}
.cid-vjUr5lGVuL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjUr5lGVuL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjUr5lGVuL .modal.fade .modal-dialog,
.cid-vjUr5lGVuL .modal.in .modal-dialog {
  transform: none;
}
.cid-vjUr5lGVuL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjUr5lGVuL H6 {
  text-align: center;
}
.cid-vjUrYGOELJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUrYGOELJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUrYGOELJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUrYGOELJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUrYGOELJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUrYGOELJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUrYGOELJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUrYGOELJ .mbr-text,
.cid-vjUrYGOELJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUrYGOELJ .card-title,
.cid-vjUrYGOELJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjFYOGsglz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYOGsglz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYOGsglz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYOGsglz .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYOGsglz [class^="socicon-"]:before,
.cid-vjFYOGsglz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjFYxrz4sn {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjFYxrz4sn H2 {
  color: #032440;
}
.cid-vjFYxrz4sn #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vjFYPtnMUk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYPtnMUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYPtnMUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYPtnMUk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYPtnMUk [class^="socicon-"]:before,
.cid-vjFYPtnMUk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjUttIwOVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUttIwOVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUttIwOVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUttIwOVJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUttIwOVJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUttIwOVJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUttIwOVJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUttIwOVJ .mbr-text,
.cid-vjUttIwOVJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUttIwOVJ .card-title,
.cid-vjUttIwOVJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-vk30AT0NBj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-2000x1125.jpg");
}
.cid-vk30AT0NBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk30AT0NBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk30AT0NBj .item {
  padding-bottom: 2rem;
}
.cid-vk30AT0NBj .item-wrapper {
  position: relative;
}
.cid-vk30AT0NBj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vk30AT0NBj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vk30AT0NBj .carousel-control,
.cid-vk30AT0NBj .close {
  background: #1b1b1b;
}
.cid-vk30AT0NBj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vk30AT0NBj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vk30AT0NBj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vk30AT0NBj .carousel-control-next span {
  margin-left: 5px;
}
.cid-vk30AT0NBj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vk30AT0NBj .close::before {
  content: '\e91a';
}
.cid-vk30AT0NBj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vk30AT0NBj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vk30AT0NBj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk30AT0NBj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vk30AT0NBj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vk30AT0NBj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vk30AT0NBj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vk30AT0NBj .carousel-indicators li.active,
.cid-vk30AT0NBj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vk30AT0NBj .carousel-indicators li::after,
.cid-vk30AT0NBj .carousel-indicators li::before {
  content: none;
}
.cid-vk30AT0NBj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vk30AT0NBj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vk30AT0NBj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vk30AT0NBj .carousel-indicators {
    display: none;
  }
}
.cid-vk30AT0NBj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vk30AT0NBj .carousel-inner > .active {
  display: block;
}
.cid-vk30AT0NBj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk30AT0NBj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vk30AT0NBj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vk30AT0NBj .carousel-control,
  .cid-vk30AT0NBj .carousel-indicators,
  .cid-vk30AT0NBj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vk30AT0NBj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vk30AT0NBj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vk30AT0NBj .carousel-indicators .active,
.cid-vk30AT0NBj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vk30AT0NBj .carousel-indicators .active {
  background: #fff;
}
.cid-vk30AT0NBj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vk30AT0NBj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vk30AT0NBj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vk30AT0NBj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vk30AT0NBj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vk30AT0NBj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vk30AT0NBj .carousel {
  width: 100%;
}
.cid-vk30AT0NBj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vk30AT0NBj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vk30AT0NBj .modal.fade .modal-dialog,
.cid-vk30AT0NBj .modal.in .modal-dialog {
  transform: none;
}
.cid-vk30AT0NBj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vk30AT0NBj H6 {
  text-align: center;
}
.cid-vjUtTPlnHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUtTPlnHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUtTPlnHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjUtTPlnHK .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjUtTPlnHK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjUtTPlnHK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjUtTPlnHK .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjUtTPlnHK .mbr-text,
.cid-vjUtTPlnHK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjUtTPlnHK .card-title,
.cid-vjUtTPlnHK .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjUu1qDwCB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjUu1qDwCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjUu1qDwCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjUu1qDwCB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjUu1qDwCB .row {
  flex-direction: row-reverse;
}
.cid-vjUu1qDwCB img {
  width: 100%;
}
.cid-vjXoaGVJMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXoaGVJMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXoaGVJMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vjXoaGVJMB .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vjXoaGVJMB .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXoaGVJMB .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vjXoaGVJMB .card-wrapper {
  background: #ffffff;
}
.cid-vjXoaGVJMB .mbr-text,
.cid-vjXoaGVJMB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjXoaGVJMB .card-title,
.cid-vjXoaGVJMB .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjXoaGVJMB .image-wrapper img {
  width: 100%;
}
.cid-vjFYRBitC7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYRBitC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYRBitC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYRBitC7 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYRBitC7 [class^="socicon-"]:before,
.cid-vjFYRBitC7 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXnhOX6vS {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjXnhOX6vS H2 {
  color: #032440;
}
.cid-vjXnhOX6vS #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vjFYRcfvE0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYRcfvE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYRcfvE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYRcfvE0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYRcfvE0 [class^="socicon-"]:before,
.cid-vjFYRcfvE0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXpt87sdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXpt87sdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXpt87sdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXpt87sdl .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjXpt87sdl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXpt87sdl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXpt87sdl .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjXpt87sdl .mbr-text,
.cid-vjXpt87sdl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjXpt87sdl .card-title,
.cid-vjXpt87sdl .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjXqkaQe8h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXqkaQe8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXqkaQe8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXqkaQe8h .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjXqkaQe8h .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXqkaQe8h .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXqkaQe8h .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjXqkaQe8h .mbr-text,
.cid-vjXqkaQe8h .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjXqkaQe8h .card-title,
.cid-vjXqkaQe8h .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjXr5g73TM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXr5g73TM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXr5g73TM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXr5g73TM .item {
  padding-bottom: 2rem;
}
.cid-vjXr5g73TM .item-wrapper {
  position: relative;
}
.cid-vjXr5g73TM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vjXr5g73TM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vjXr5g73TM .carousel-control,
.cid-vjXr5g73TM .close {
  background: #1b1b1b;
}
.cid-vjXr5g73TM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjXr5g73TM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjXr5g73TM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjXr5g73TM .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjXr5g73TM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjXr5g73TM .close::before {
  content: '\e91a';
}
.cid-vjXr5g73TM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjXr5g73TM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXr5g73TM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXr5g73TM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXr5g73TM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXr5g73TM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjXr5g73TM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXr5g73TM .carousel-indicators li.active,
.cid-vjXr5g73TM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXr5g73TM .carousel-indicators li::after,
.cid-vjXr5g73TM .carousel-indicators li::before {
  content: none;
}
.cid-vjXr5g73TM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXr5g73TM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjXr5g73TM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXr5g73TM .carousel-indicators {
    display: none;
  }
}
.cid-vjXr5g73TM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXr5g73TM .carousel-inner > .active {
  display: block;
}
.cid-vjXr5g73TM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXr5g73TM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjXr5g73TM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjXr5g73TM .carousel-control,
  .cid-vjXr5g73TM .carousel-indicators,
  .cid-vjXr5g73TM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjXr5g73TM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjXr5g73TM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjXr5g73TM .carousel-indicators .active,
.cid-vjXr5g73TM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjXr5g73TM .carousel-indicators .active {
  background: #fff;
}
.cid-vjXr5g73TM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjXr5g73TM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjXr5g73TM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjXr5g73TM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjXr5g73TM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjXr5g73TM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjXr5g73TM .carousel {
  width: 100%;
}
.cid-vjXr5g73TM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjXr5g73TM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjXr5g73TM .modal.fade .modal-dialog,
.cid-vjXr5g73TM .modal.in .modal-dialog {
  transform: none;
}
.cid-vjXr5g73TM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjXr5g73TM H6 {
  text-align: center;
}
.cid-vjXrWsWkQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXrWsWkQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXrWsWkQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXrWsWkQ4 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjXrWsWkQ4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXrWsWkQ4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXrWsWkQ4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjXrWsWkQ4 .mbr-text,
.cid-vjXrWsWkQ4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjXrWsWkQ4 .card-title,
.cid-vjXrWsWkQ4 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjXscNCwLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXscNCwLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXscNCwLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXscNCwLE .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjXscNCwLE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXscNCwLE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXscNCwLE .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjXscNCwLE .mbr-text,
.cid-vjXscNCwLE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjXscNCwLE .card-title,
.cid-vjXscNCwLE .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjXwZqFu0T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXwZqFu0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXwZqFu0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjXwZqFu0T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjXwZqFu0T .row {
  flex-direction: row-reverse;
}
.cid-vjXwZqFu0T img {
  width: 100%;
}
.cid-vjXsvvI4Rw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXsvvI4Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXsvvI4Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXsvvI4Rw .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjXsvvI4Rw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXsvvI4Rw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXsvvI4Rw .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjXsvvI4Rw .mbr-text,
.cid-vjXsvvI4Rw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjXsvvI4Rw .card-title,
.cid-vjXsvvI4Rw .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjXsMLyZ5x {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXsMLyZ5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXsMLyZ5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXsMLyZ5x .item {
  padding-bottom: 2rem;
}
.cid-vjXsMLyZ5x .item-wrapper {
  position: relative;
}
.cid-vjXsMLyZ5x .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vjXsMLyZ5x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vjXsMLyZ5x .carousel-control,
.cid-vjXsMLyZ5x .close {
  background: #1b1b1b;
}
.cid-vjXsMLyZ5x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjXsMLyZ5x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjXsMLyZ5x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjXsMLyZ5x .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjXsMLyZ5x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjXsMLyZ5x .close::before {
  content: '\e91a';
}
.cid-vjXsMLyZ5x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjXsMLyZ5x .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXsMLyZ5x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXsMLyZ5x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXsMLyZ5x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXsMLyZ5x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjXsMLyZ5x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXsMLyZ5x .carousel-indicators li.active,
.cid-vjXsMLyZ5x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXsMLyZ5x .carousel-indicators li::after,
.cid-vjXsMLyZ5x .carousel-indicators li::before {
  content: none;
}
.cid-vjXsMLyZ5x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXsMLyZ5x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjXsMLyZ5x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXsMLyZ5x .carousel-indicators {
    display: none;
  }
}
.cid-vjXsMLyZ5x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXsMLyZ5x .carousel-inner > .active {
  display: block;
}
.cid-vjXsMLyZ5x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXsMLyZ5x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjXsMLyZ5x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjXsMLyZ5x .carousel-control,
  .cid-vjXsMLyZ5x .carousel-indicators,
  .cid-vjXsMLyZ5x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjXsMLyZ5x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjXsMLyZ5x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjXsMLyZ5x .carousel-indicators .active,
.cid-vjXsMLyZ5x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjXsMLyZ5x .carousel-indicators .active {
  background: #fff;
}
.cid-vjXsMLyZ5x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjXsMLyZ5x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjXsMLyZ5x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjXsMLyZ5x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjXsMLyZ5x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjXsMLyZ5x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjXsMLyZ5x .carousel {
  width: 100%;
}
.cid-vjXsMLyZ5x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjXsMLyZ5x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjXsMLyZ5x .modal.fade .modal-dialog,
.cid-vjXsMLyZ5x .modal.in .modal-dialog {
  transform: none;
}
.cid-vjXsMLyZ5x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjXsMLyZ5x H6 {
  text-align: center;
}
.cid-vjFYTkPocd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYTkPocd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYTkPocd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYTkPocd .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYTkPocd [class^="socicon-"]:before,
.cid-vjFYTkPocd [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXnllJoMc {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d097d0b0d181d182d0b0d0b2d0bad0b0-1920x600.jpg");
}
.cid-vjXnllJoMc H2 {
  color: #032440;
}
.cid-vjXnllJoMc #elem {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.808);
}
.cid-vk3e1LE6LZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vk3e1LE6LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk3e1LE6LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk3e1LE6LZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vk3e1LE6LZ [class^="socicon-"]:before,
.cid-vk3e1LE6LZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vjXz1dlc4D {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXz1dlc4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXz1dlc4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXz1dlc4D .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vjXz1dlc4D .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXz1dlc4D .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXz1dlc4D .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vjXz1dlc4D .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vjXz1dlc4D .row {
  flex-direction: row-reverse;
}
.cid-vjXz1dlc4D .image-wrapper {
  padding: 0 1rem;
}
.cid-vjXz1dlc4D img,
.cid-vjXz1dlc4D .image-wrapper {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vjXz1dlc4D img,
  .cid-vjXz1dlc4D .image-wrapper {
    max-height: 350px;
  }
}
.cid-vjXz1dlc4D .mbr-section-title {
  color: #000000;
}
.cid-vjXz1dlc4D .mbr-text {
  color: #000000;
}
.cid-vk2HFIIBNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vk2HFIIBNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk2HFIIBNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vk2HFIIBNH .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vk2HFIIBNH .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vk2HFIIBNH .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vk2HFIIBNH .card-wrapper {
  background: #ffffff;
}
.cid-vk2HFIIBNH .mbr-text,
.cid-vk2HFIIBNH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vk2HFIIBNH .card-title,
.cid-vk2HFIIBNH .card-box {
  text-align: left;
  color: #000000;
}
.cid-vk2HFIIBNH .image-wrapper img {
  width: 100%;
}
.cid-vjXAsS4LLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vjXAsS4LLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXAsS4LLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXAsS4LLJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vjXAsS4LLJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXAsS4LLJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXAsS4LLJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjXAsS4LLJ .mbr-text,
.cid-vjXAsS4LLJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjXAsS4LLJ .card-title,
.cid-vjXAsS4LLJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-vk2JaSeDyY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vk2JaSeDyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk2JaSeDyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vk2JaSeDyY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vk2JaSeDyY .row {
  flex-direction: row-reverse;
}
.cid-vk2JaSeDyY img {
  width: 100%;
}
.cid-vk2IWTLhhd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vk2IWTLhhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk2IWTLhhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk2IWTLhhd .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vk2IWTLhhd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vk2IWTLhhd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vk2IWTLhhd .card-wrapper {
    padding: 4rem;
  }
}
.cid-vk2IWTLhhd .mbr-text,
.cid-vk2IWTLhhd .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vk2IWTLhhd .card-title,
.cid-vk2IWTLhhd .card-box {
  text-align: left;
  color: #000000;
}
.cid-vk2J5xhU2w {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd202-2000x2247.jpg");
}
.cid-vk2J5xhU2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk2J5xhU2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk2J5xhU2w .item {
  padding-bottom: 2rem;
}
.cid-vk2J5xhU2w .item-wrapper {
  position: relative;
}
.cid-vk2J5xhU2w .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vk2J5xhU2w .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vk2J5xhU2w .carousel-control,
.cid-vk2J5xhU2w .close {
  background: #1b1b1b;
}
.cid-vk2J5xhU2w .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vk2J5xhU2w .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vk2J5xhU2w .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vk2J5xhU2w .carousel-control-next span {
  margin-left: 5px;
}
.cid-vk2J5xhU2w .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vk2J5xhU2w .close::before {
  content: '\e91a';
}
.cid-vk2J5xhU2w .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vk2J5xhU2w .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vk2J5xhU2w .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk2J5xhU2w .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vk2J5xhU2w .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vk2J5xhU2w .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vk2J5xhU2w .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vk2J5xhU2w .carousel-indicators li.active,
.cid-vk2J5xhU2w .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vk2J5xhU2w .carousel-indicators li::after,
.cid-vk2J5xhU2w .carousel-indicators li::before {
  content: none;
}
.cid-vk2J5xhU2w .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vk2J5xhU2w .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vk2J5xhU2w .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vk2J5xhU2w .carousel-indicators {
    display: none;
  }
}
.cid-vk2J5xhU2w .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vk2J5xhU2w .carousel-inner > .active {
  display: block;
}
.cid-vk2J5xhU2w .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vk2J5xhU2w .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vk2J5xhU2w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vk2J5xhU2w .carousel-control,
  .cid-vk2J5xhU2w .carousel-indicators,
  .cid-vk2J5xhU2w .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vk2J5xhU2w .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vk2J5xhU2w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vk2J5xhU2w .carousel-indicators .active,
.cid-vk2J5xhU2w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vk2J5xhU2w .carousel-indicators .active {
  background: #fff;
}
.cid-vk2J5xhU2w .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vk2J5xhU2w .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vk2J5xhU2w .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vk2J5xhU2w .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vk2J5xhU2w .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vk2J5xhU2w .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vk2J5xhU2w .carousel {
  width: 100%;
}
.cid-vk2J5xhU2w .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vk2J5xhU2w .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vk2J5xhU2w .modal.fade .modal-dialog,
.cid-vk2J5xhU2w .modal.in .modal-dialog {
  transform: none;
}
.cid-vk2J5xhU2w .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vk2J5xhU2w H6 {
  text-align: center;
}
.cid-vjFYSZwO0f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #234664;
}
.cid-vjFYSZwO0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYSZwO0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYSZwO0f .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vjFYSZwO0f [class^="socicon-"]:before,
.cid-vjFYSZwO0f [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vk3dKKvsHH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/d0a4d0bed0bd-1672x941.png");
}
.cid-vk3dKKvsHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk3dKKvsHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk3dKKvsHH .mbr-text,
.cid-vk3dKKvsHH .mbr-section-btn {
  color: #234664;
}
.cid-uWRH2gpxvs {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #234664;
}
.cid-uWRH2gpxvs .mbr-text {
  color: #ffffff;
}
.cid-uWRH2gpxvs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWRH2gpxvs .mbr-section-title {
  color: #000000;
}
.cid-vk32ec1EKK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #234664;
}
.cid-vk32ec1EKK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vk32ec1EKK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vk32ec1EKK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vk32ec1EKK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vk32ec1EKK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vk32ec1EKK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vk32ec1EKK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vk32ec1EKK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vk32ec1EKK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vk32ec1EKK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vk32ec1EKK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vk32ec1EKK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vk32ec1EKK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vk32ec1EKK .media-container-row .row-copirayt p {
  width: 100%;
}


/* Размещение блока с текстом в левом верхнем углу */
.cid-vjtBJHhCrW {
    justify-content: flex-start !important;  /* горизонтальное прижатие к левому краю */
    align-items: flex-start !important;      /* вертикальное прижатие к верхнему краю */
}

/* Настройка контейнера – управляйте отступами здесь */
.cid-vjtBJHhCrW .container {
    padding-top: 8rem;    /* отступ сверху (увеличьте/уменьшите по вкусу) */
    padding-left: 9rem;   /* отступ слева (аналогично) */
    margin: 0;
    width: 100%;
}

/* Убираем ограничение ширины колонки, чтобы текст занимал всю доступную ширину */
.cid-vjtBJHhCrW .col-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* Дополнительная настройка блока-обёртки – если нужны внутренние отступы */
.cid-vjtBJHhCrW .element {
    margin: 0;   /* при необходимости добавьте margin, но лучше использовать padding .container */
}

/* Адаптация для мобильных устройств (уменьшаем отступы) */
@media (max-width: 768px) {
    .cid-vjtBJHhCrW .container {
        padding-top: 1.5rem;
        padding-left: 1.5rem;
    }
}