body {
  font-family: Jost;
}
.display-1 {
  font-family: 'montserrat-v25-latin-900';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'montserrat-v25-latin-900';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'montserrat-v25-latin-regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'montserrat-v25-latin-regular';
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'montserrat-v25-latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #9d2e35 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #9d2e35 !important;
  border-color: #9d2e35 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5a1a1e !important;
  border-color: #5a1a1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5a1a1e !important;
  border-color: #5a1a1e !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d2e35;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5a1a1e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9d2e35 !important;
  border-color: #9d2e35 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #9d2e35 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4e171a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9d2e35;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6747a;
}
.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-v25-latin-regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'montserrat-v25-latin-regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tXKwpAKnuR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tXKwpAKnuR .carousel {
  height: 90vh;
}
.cid-tXKwpAKnuR .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tXKwpAKnuR .carousel-item,
.cid-tXKwpAKnuR .carousel-inner {
  height: 100%;
}
.cid-tXKwpAKnuR .carousel-caption {
  bottom: 60px;
  background-color: rgba(0, 53, 80, 0.8);
  max-width: 90%;
  width: 430px;
  padding-left: 16px;
  padding-right: 16px;
  left: 5%;
  right: 0;
}
.cid-tXKwpAKnuR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXKwpAKnuR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tXKwpAKnuR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tXKwpAKnuR .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tXKwpAKnuR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXKwpAKnuR .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tXKwpAKnuR .carousel-caption {
    display: none;
  }
}
.cid-tXKwpAKnuR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXKwpAKnuR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXKwpAKnuR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKwpAKnuR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXKwpAKnuR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXKwpAKnuR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXKwpAKnuR .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-tXKwpAKnuR .carousel-indicators li.active,
.cid-tXKwpAKnuR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXKwpAKnuR .carousel-indicators li::after,
.cid-tXKwpAKnuR .carousel-indicators li::before {
  content: none;
}
.cid-tXKwpAKnuR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXKwpAKnuR .carousel-indicators {
    display: none !important;
  }
}
.cid-tXKwpAKnuR P {
  text-align: left;
  margin-left: 14px;
}
.cid-tXKwpAKnuR H5 {
  text-align: left;
  margin-bottom: 0px;
  margin-left: 14px;
  color: #ffffff;
}
.cid-tXDSLmYNzo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXDSLmYNzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXDSLmYNzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXDSLmYNzo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tXDSLmYNzo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-tXDSLmYNzo .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXDSLmYNzo .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-tXDSLmYNzo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXDSLmYNzo .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-tXDSLmYNzo .mbr-section-title {
  color: #003550;
}
.cid-tXDSLmYNzo .mbr-description {
  text-align: center;
}
.cid-tXDSLmYNzo .image02 {
  margin-top: 16px;
}
.cid-tXDSLmYNzo .mbr-text {
  color: #000000;
}
.cid-tXEtMxbwG4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #728ca6;
}
.cid-tXEtMxbwG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEtMxbwG4 .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-tXEtMxbwG4 {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
  .cid-tXEtMxbwG4 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXEtMxbwG4 .align-items-center {
    flex-direction: column-reverse;
  }
  .cid-tXEtMxbwG4 .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tXEtMxbwG4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXEtMxbwG4 .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-tXEtMxbwG4 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXEtMxbwG4 {
    padding-top: 3rem;
  }
}
.cid-tXEtMxbwG4 .mbr-text {
  color: #ffffff;
}
.cid-u1IR3TnsdG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #728ca6;
}
.cid-u1IR3TnsdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IR3TnsdG .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-u1IR3TnsdG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1IR3TnsdG .row {
  flex-direction: row-reverse;
}
.cid-u1IR3TnsdG img {
  width: 100%;
}
.cid-u37JHUPpzE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u37JHUPpzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37JHUPpzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37JHUPpzE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u37JHUPpzE {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-u37JHUPpzE .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-u37JHUPpzE .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-u37JHUPpzE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u37JHUPpzE .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-u37JHUPpzE .mbr-section-title {
  color: #003550;
}
.cid-u37JHUPpzE .mbr-description {
  text-align: center;
}
.cid-u37JHUPpzE .image02 {
  margin-top: 16px;
}
.cid-u37JHUPpzE .mbr-text {
  color: #000000;
}
.cid-u37UJqih62 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #728ca6;
}
.cid-u37UJqih62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37UJqih62 .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-u37UJqih62 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-u37UJqih62 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-u37UJqih62 .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-u37UJqih62 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u37UJqih62 .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-u37UJqih62 .mbr-section-title {
  color: #ffffff;
}
.cid-u37UJqih62 .mbr-description {
  text-align: center;
}
.cid-u37UJqih62 .image02 {
  margin-top: 16px;
}
.cid-u37UJqih62 .mbr-text {
  color: #ffffff;
}
.cid-tXEACdtWBh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXEACdtWBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEACdtWBh .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-tXEACdtWBh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXEACdtWBh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXEACdtWBh .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-tXEACdtWBh .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-tXEACdtWBh .flexwrapper {
  display: flex;
  padding: 1rem 0rem 1rem 0rem;
  align-items: center;
}
.cid-tXEACdtWBh p {
  margin-bottom: 0px;
}
.cid-tXEACdtWBh .mb-3 {
  margin-bottom: 0px!important;
}
.cid-tXEACdtWBh .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXEACdtWBh .flexcenter {
  display: flex;
  align-items: center;
}
.cid-tXEACdtWBh .mbr-iconfont {
  color: #000000;
}
.cid-tXEACdtWBh .mbr-section-title {
  color: #003550;
}
.cid-tXEACdtWBh .mbr-text {
  color: #000000;
}
.cid-tXEACdtWBh .image02 {
  margin-top: 16px;
}
.cid-u1ITF59Ouc {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #728ca6;
}
.cid-u1ITF59Ouc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ITF59Ouc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ITF59Ouc .item {
  padding-bottom: 2rem;
}
.cid-u1ITF59Ouc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u1ITF59Ouc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u1ITF59Ouc .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-u1ITF59Ouc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u1ITF59Ouc .carousel-control,
.cid-u1ITF59Ouc .close {
  background: #1b1b1b;
}
.cid-u1ITF59Ouc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1ITF59Ouc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u1ITF59Ouc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1ITF59Ouc .carousel-control-next span {
  margin-left: 5px;
}
.cid-u1ITF59Ouc .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-u1ITF59Ouc .close::before {
  content: '\e91a';
}
.cid-u1ITF59Ouc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1ITF59Ouc .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-u1ITF59Ouc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1ITF59Ouc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1ITF59Ouc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1ITF59Ouc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u1ITF59Ouc .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-u1ITF59Ouc .carousel-indicators li.active,
.cid-u1ITF59Ouc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1ITF59Ouc .carousel-indicators li::after,
.cid-u1ITF59Ouc .carousel-indicators li::before {
  content: none;
}
.cid-u1ITF59Ouc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u1ITF59Ouc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u1ITF59Ouc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1ITF59Ouc .carousel-indicators {
    display: none;
  }
}
.cid-u1ITF59Ouc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u1ITF59Ouc .carousel-inner > .active {
  display: block;
}
.cid-u1ITF59Ouc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1ITF59Ouc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1ITF59Ouc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1ITF59Ouc .carousel-control,
  .cid-u1ITF59Ouc .carousel-indicators,
  .cid-u1ITF59Ouc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1ITF59Ouc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1ITF59Ouc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1ITF59Ouc .carousel-indicators .active,
.cid-u1ITF59Ouc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u1ITF59Ouc .carousel-indicators .active {
  background: #fff;
}
.cid-u1ITF59Ouc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1ITF59Ouc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1ITF59Ouc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1ITF59Ouc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1ITF59Ouc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1ITF59Ouc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1ITF59Ouc .carousel {
  width: 100%;
}
.cid-u1ITF59Ouc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1ITF59Ouc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u1ITF59Ouc .modal.fade .modal-dialog,
.cid-u1ITF59Ouc .modal.in .modal-dialog {
  transform: none;
}
.cid-u1ITF59Ouc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1ITF59Ouc H6 {
  text-align: center;
}
.cid-u1ITF59Ouc .col-12 {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}
.cid-u1ITF59Ouc H3 {
  color: #ffffff;
}
.cid-u1ITF59Ouc H4 {
  color: #ffffff;
}
.cid-u3oEMGgLIB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #728ca6;
}
.cid-u3oEMGgLIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oEMGgLIB .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-u3oEMGgLIB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3oEMGgLIB .row {
  flex-direction: row-reverse;
}
.cid-u3oEMGgLIB img {
  width: 100%;
}
.cid-u3oEMGgLIB .mbr-description {
  color: #ffffff;
}
.cid-u3oCkZd9Ea {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3oCkZd9Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oCkZd9Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oCkZd9Ea h3 {
  margin-bottom: 1rem!important;
}
.cid-u3oCkZd9Ea .mbr-section-title {
  color: #003550;
}
#custom-html-24 #custom-html-i {
  padding-top: 0px;
  margin-top: 0px;
}
#custom-html-24 .customfont {
  color: #ffffff;
}
#custom-html-24 .form-control {
  border: 2px solid white!important;
  color: black!important;
  border-radius: 0px;
  background-color: #ffffff;
  font-family: 'montserrat-v25-latin-regular';
  font-weight: 300;
  font-size: 1rem;
}
#custom-html-24 .text-danger {
  color: #000000!important;
  font-family: 'montserrat-v25-latin-regular';
  font-weight: 300;
  margin-top: 5px;
}
#custom-html-24 span {
  font-family: 'montserrat-v25-latin-regular';
  font-weight: 300;
  color: black;
}
#custom-html-24 ul {
  margin-bottom: 0px;
}
#custom-html-24 .close {
  color: white;
}
#custom-html-24 .alert {
  font-family: 'montserrat-v25-latin-regular';
}
.cid-tXDS6dazJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #728ca6;
}
.cid-tXDS6dazJF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXDS6dazJF .media-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tXDS6dazJF img {
  height: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tXDS6dazJF .row {
    text-align: center;
  }
  .cid-tXDS6dazJF .row > div {
    margin: auto;
  }
  .cid-tXDS6dazJF .social-row {
    justify-content: center;
  }
  .cid-tXDS6dazJF img {
    max-width: 100%;
    height: auto;
  }
}
.cid-tXDS6dazJF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXDS6dazJF .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXDS6dazJF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXDS6dazJF .list {
    margin-bottom: 0rem;
  }
}
.cid-tXDS6dazJF .mbr-text {
  color: #ffffff;
}
.cid-tXDS6dazJF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXDS6dazJF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tXDS6dazJF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tXDS6dazJF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXDS6dazJF .text-black:hover {
  color: #003550!important;
}
.cid-tXDSHJ6hlN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-tXDSHJ6hlN nav.navbar {
  position: fixed;
}
.cid-tXDSHJ6hlN .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-tXDSHJ6hlN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXDSHJ6hlN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXDSHJ6hlN .dropdown-item:hover,
.cid-tXDSHJ6hlN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXDSHJ6hlN .dropdown-item:hover span {
  color: white;
}
.cid-tXDSHJ6hlN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXDSHJ6hlN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXDSHJ6hlN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXDSHJ6hlN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXDSHJ6hlN .nav-link {
  position: relative;
}
.cid-tXDSHJ6hlN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXDSHJ6hlN .container {
    flex-wrap: nowrap;
  }
}
.cid-tXDSHJ6hlN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXDSHJ6hlN .dropdown-menu,
.cid-tXDSHJ6hlN .navbar.opened {
  background: #ffffff !important;
}
.cid-tXDSHJ6hlN .nav-item:focus,
.cid-tXDSHJ6hlN .nav-link:focus {
  outline: none;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXDSHJ6hlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXDSHJ6hlN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXDSHJ6hlN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXDSHJ6hlN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXDSHJ6hlN .navbar.opened {
  transition: all 0.3s;
}
.cid-tXDSHJ6hlN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXDSHJ6hlN .navbar .navbar-logo img {
  width: auto;
}
.cid-tXDSHJ6hlN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXDSHJ6hlN .navbar.collapsed {
  justify-content: center;
}
.cid-tXDSHJ6hlN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXDSHJ6hlN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXDSHJ6hlN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXDSHJ6hlN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXDSHJ6hlN .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-tXDSHJ6hlN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXDSHJ6hlN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXDSHJ6hlN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXDSHJ6hlN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXDSHJ6hlN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXDSHJ6hlN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXDSHJ6hlN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXDSHJ6hlN .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-tXDSHJ6hlN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXDSHJ6hlN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXDSHJ6hlN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXDSHJ6hlN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXDSHJ6hlN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXDSHJ6hlN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXDSHJ6hlN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXDSHJ6hlN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXDSHJ6hlN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXDSHJ6hlN .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-tXDSHJ6hlN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXDSHJ6hlN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXDSHJ6hlN .dropdown-item.active,
.cid-tXDSHJ6hlN .dropdown-item:active {
  background-color: transparent;
}
.cid-tXDSHJ6hlN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXDSHJ6hlN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXDSHJ6hlN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXDSHJ6hlN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXDSHJ6hlN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXDSHJ6hlN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXDSHJ6hlN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXDSHJ6hlN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXDSHJ6hlN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXDSHJ6hlN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXDSHJ6hlN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXDSHJ6hlN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXDSHJ6hlN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXDSHJ6hlN .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-tXDSHJ6hlN .navbar {
    height: 70px;
  }
  .cid-tXDSHJ6hlN .navbar.opened {
    height: auto;
  }
  .cid-tXDSHJ6hlN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXDSHJ6hlN .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #003550;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-tXDSHJ6hlN .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cid-tYqinlL9FF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXKu41QdCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #728ca6;
}
.cid-tXKu41QdCz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXKu41QdCz .media-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tXKu41QdCz img {
  height: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tXKu41QdCz .row {
    text-align: center;
  }
  .cid-tXKu41QdCz .row > div {
    margin: auto;
  }
  .cid-tXKu41QdCz .social-row {
    justify-content: center;
  }
  .cid-tXKu41QdCz img {
    max-width: 100%;
    height: auto;
  }
}
.cid-tXKu41QdCz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXKu41QdCz .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXKu41QdCz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXKu41QdCz .list {
    margin-bottom: 0rem;
  }
}
.cid-tXKu41QdCz .mbr-text {
  color: #ffffff;
}
.cid-tXKu41QdCz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXKu41QdCz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tXKu41QdCz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tXKu41QdCz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXKu41QdCz .text-black:hover {
  color: #003550!important;
}
.cid-tXKu4310lh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-tXKu4310lh nav.navbar {
  position: fixed;
}
.cid-tXKu4310lh .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-tXKu4310lh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXKu4310lh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXKu4310lh .dropdown-item:hover,
.cid-tXKu4310lh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tXKu4310lh .dropdown-item:hover span {
  color: white;
}
.cid-tXKu4310lh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXKu4310lh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXKu4310lh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXKu4310lh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXKu4310lh .nav-link {
  position: relative;
}
.cid-tXKu4310lh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tXKu4310lh .container {
    flex-wrap: nowrap;
  }
}
.cid-tXKu4310lh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXKu4310lh .dropdown-menu,
.cid-tXKu4310lh .navbar.opened {
  background: #ffffff !important;
}
.cid-tXKu4310lh .nav-item:focus,
.cid-tXKu4310lh .nav-link:focus {
  outline: none;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXKu4310lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXKu4310lh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXKu4310lh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXKu4310lh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tXKu4310lh .navbar.opened {
  transition: all 0.3s;
}
.cid-tXKu4310lh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXKu4310lh .navbar .navbar-logo img {
  width: auto;
}
.cid-tXKu4310lh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXKu4310lh .navbar.collapsed {
  justify-content: center;
}
.cid-tXKu4310lh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXKu4310lh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXKu4310lh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXKu4310lh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXKu4310lh .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-tXKu4310lh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXKu4310lh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXKu4310lh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXKu4310lh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXKu4310lh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXKu4310lh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXKu4310lh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXKu4310lh .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-tXKu4310lh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXKu4310lh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXKu4310lh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXKu4310lh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXKu4310lh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXKu4310lh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXKu4310lh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXKu4310lh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXKu4310lh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXKu4310lh .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-tXKu4310lh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXKu4310lh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXKu4310lh .dropdown-item.active,
.cid-tXKu4310lh .dropdown-item:active {
  background-color: transparent;
}
.cid-tXKu4310lh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXKu4310lh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXKu4310lh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXKu4310lh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXKu4310lh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXKu4310lh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXKu4310lh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXKu4310lh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXKu4310lh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXKu4310lh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXKu4310lh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXKu4310lh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXKu4310lh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXKu4310lh .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-tXKu4310lh .navbar {
    height: 70px;
  }
  .cid-tXKu4310lh .navbar.opened {
    height: auto;
  }
  .cid-tXKu4310lh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXKu4310lh .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #003550;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-tXKu4310lh .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cid-tYqnFuIR52 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYqnFuIR52 h4 {
  margin-bottom: 1rem!important;
}
.cid-tYqnFuIR52 .mbr-text {
  color: #000000;
}
.cid-tYqnFvnjpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #728ca6;
}
.cid-tYqnFvnjpF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYqnFvnjpF .media-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tYqnFvnjpF img {
  height: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tYqnFvnjpF .row {
    text-align: center;
  }
  .cid-tYqnFvnjpF .row > div {
    margin: auto;
  }
  .cid-tYqnFvnjpF .social-row {
    justify-content: center;
  }
  .cid-tYqnFvnjpF img {
    max-width: 100%;
    height: auto;
  }
}
.cid-tYqnFvnjpF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYqnFvnjpF .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYqnFvnjpF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYqnFvnjpF .list {
    margin-bottom: 0rem;
  }
}
.cid-tYqnFvnjpF .mbr-text {
  color: #ffffff;
}
.cid-tYqnFvnjpF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYqnFvnjpF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYqnFvnjpF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYqnFvnjpF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYqnFvnjpF .text-black:hover {
  color: #003550!important;
}
.cid-tYqnFw5VaT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-tYqnFw5VaT nav.navbar {
  position: fixed;
}
.cid-tYqnFw5VaT .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-tYqnFw5VaT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYqnFw5VaT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYqnFw5VaT .dropdown-item:hover,
.cid-tYqnFw5VaT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tYqnFw5VaT .dropdown-item:hover span {
  color: white;
}
.cid-tYqnFw5VaT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYqnFw5VaT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYqnFw5VaT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYqnFw5VaT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYqnFw5VaT .nav-link {
  position: relative;
}
.cid-tYqnFw5VaT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYqnFw5VaT .container {
    flex-wrap: nowrap;
  }
}
.cid-tYqnFw5VaT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYqnFw5VaT .dropdown-menu,
.cid-tYqnFw5VaT .navbar.opened {
  background: #ffffff !important;
}
.cid-tYqnFw5VaT .nav-item:focus,
.cid-tYqnFw5VaT .nav-link:focus {
  outline: none;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYqnFw5VaT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYqnFw5VaT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYqnFw5VaT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYqnFw5VaT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYqnFw5VaT .navbar.opened {
  transition: all 0.3s;
}
.cid-tYqnFw5VaT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYqnFw5VaT .navbar .navbar-logo img {
  width: auto;
}
.cid-tYqnFw5VaT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYqnFw5VaT .navbar.collapsed {
  justify-content: center;
}
.cid-tYqnFw5VaT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYqnFw5VaT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYqnFw5VaT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYqnFw5VaT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYqnFw5VaT .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-tYqnFw5VaT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYqnFw5VaT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYqnFw5VaT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYqnFw5VaT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYqnFw5VaT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYqnFw5VaT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYqnFw5VaT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYqnFw5VaT .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-tYqnFw5VaT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYqnFw5VaT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYqnFw5VaT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYqnFw5VaT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYqnFw5VaT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYqnFw5VaT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYqnFw5VaT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYqnFw5VaT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYqnFw5VaT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYqnFw5VaT .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-tYqnFw5VaT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYqnFw5VaT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYqnFw5VaT .dropdown-item.active,
.cid-tYqnFw5VaT .dropdown-item:active {
  background-color: transparent;
}
.cid-tYqnFw5VaT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYqnFw5VaT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYqnFw5VaT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYqnFw5VaT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYqnFw5VaT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYqnFw5VaT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYqnFw5VaT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYqnFw5VaT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYqnFw5VaT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYqnFw5VaT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYqnFw5VaT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYqnFw5VaT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYqnFw5VaT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYqnFw5VaT .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-tYqnFw5VaT .navbar {
    height: 70px;
  }
  .cid-tYqnFw5VaT .navbar.opened {
    height: auto;
  }
  .cid-tYqnFw5VaT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYqnFw5VaT .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #003550;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-tYqnFw5VaT .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cid-u0uJgKpzTA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0px;
}
.cid-u0uJgKpzTA nav.navbar {
  position: fixed;
}
.cid-u0uJgKpzTA .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-u0uJgKpzTA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0uJgKpzTA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0uJgKpzTA .dropdown-item:hover,
.cid-u0uJgKpzTA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u0uJgKpzTA .dropdown-item:hover span {
  color: white;
}
.cid-u0uJgKpzTA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0uJgKpzTA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0uJgKpzTA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0uJgKpzTA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0uJgKpzTA .nav-link {
  position: relative;
}
.cid-u0uJgKpzTA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u0uJgKpzTA .container {
    flex-wrap: nowrap;
  }
}
.cid-u0uJgKpzTA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0uJgKpzTA .dropdown-menu,
.cid-u0uJgKpzTA .navbar.opened {
  background: #ffffff !important;
}
.cid-u0uJgKpzTA .nav-item:focus,
.cid-u0uJgKpzTA .nav-link:focus {
  outline: none;
}
.cid-u0uJgKpzTA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0uJgKpzTA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0uJgKpzTA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0uJgKpzTA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0uJgKpzTA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0uJgKpzTA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0uJgKpzTA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0uJgKpzTA .navbar.opened {
  transition: all 0.3s;
}
.cid-u0uJgKpzTA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0uJgKpzTA .navbar .navbar-logo img {
  width: auto;
}
.cid-u0uJgKpzTA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0uJgKpzTA .navbar.collapsed {
  justify-content: center;
}
.cid-u0uJgKpzTA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0uJgKpzTA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0uJgKpzTA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0uJgKpzTA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0uJgKpzTA .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-u0uJgKpzTA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0uJgKpzTA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0uJgKpzTA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0uJgKpzTA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0uJgKpzTA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0uJgKpzTA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0uJgKpzTA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0uJgKpzTA .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-u0uJgKpzTA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0uJgKpzTA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0uJgKpzTA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0uJgKpzTA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0uJgKpzTA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0uJgKpzTA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0uJgKpzTA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0uJgKpzTA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0uJgKpzTA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0uJgKpzTA .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-u0uJgKpzTA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0uJgKpzTA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0uJgKpzTA .dropdown-item.active,
.cid-u0uJgKpzTA .dropdown-item:active {
  background-color: transparent;
}
.cid-u0uJgKpzTA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0uJgKpzTA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0uJgKpzTA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0uJgKpzTA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0uJgKpzTA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0uJgKpzTA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0uJgKpzTA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0uJgKpzTA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0uJgKpzTA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0uJgKpzTA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0uJgKpzTA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0uJgKpzTA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0uJgKpzTA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0uJgKpzTA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0uJgKpzTA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0uJgKpzTA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0uJgKpzTA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0uJgKpzTA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0uJgKpzTA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0uJgKpzTA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0uJgKpzTA .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-u0uJgKpzTA .navbar {
    height: 70px;
  }
  .cid-u0uJgKpzTA .navbar.opened {
    height: auto;
  }
  .cid-u0uJgKpzTA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0uJgKpzTA .ulinetext::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #c60025;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.cid-u0uJgKpzTA .ulinetext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cid-tXKu3LQGpc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tXKu3LQGpc .carousel {
  height: 90vh;
}
.cid-tXKu3LQGpc .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tXKu3LQGpc .carousel-item,
.cid-tXKu3LQGpc .carousel-inner {
  height: 100%;
}
.cid-tXKu3LQGpc .carousel-caption {
  bottom: 60px;
  background-color: rgba(157, 46, 53, 0.8);
  max-width: 90%;
  width: 520px;
  padding-left: 16px;
  padding-right: 16px;
  left: 5%;
  right: 0;
}
.cid-tXKu3LQGpc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXKu3LQGpc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tXKu3LQGpc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tXKu3LQGpc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tXKu3LQGpc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXKu3LQGpc .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tXKu3LQGpc .carousel-caption {
    display: none;
  }
}
.cid-tXKu3LQGpc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXKu3LQGpc .carousel-control {
  display: none;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXKu3LQGpc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKu3LQGpc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXKu3LQGpc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXKu3LQGpc .carousel-indicators {
  display: none;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXKu3LQGpc .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-tXKu3LQGpc .carousel-indicators li.active,
.cid-tXKu3LQGpc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXKu3LQGpc .carousel-indicators li::after,
.cid-tXKu3LQGpc .carousel-indicators li::before {
  content: none;
}
.cid-tXKu3LQGpc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXKu3LQGpc .carousel-indicators {
    display: none !important;
  }
}
.cid-tXKu3LQGpc P {
  text-align: left;
}
.cid-tXKu3LQGpc H5 {
  text-align: left;
}
.cid-tXKu3MCpNd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXKu3MCpNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKu3MCpNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXKu3MCpNd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tXKu3MCpNd {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-tXKu3MCpNd .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXKu3MCpNd .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-tXKu3MCpNd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXKu3MCpNd .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-tXKu3MCpNd .mbr-section-title {
  color: #9d2e35;
}
.cid-tXKu3MCpNd .mbr-description {
  text-align: center;
}
.cid-tXKu3NkzLr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f8f5f0;
}
.cid-tXKu3NkzLr .icon-box {
  background: white;
  border: 2px solid #9d2e35;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXKu3NkzLr .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.cid-tXKu3NkzLr h4 {
  margin-bottom: 0px;
}
.cid-tXKu3NkzLr .mbr-iconfont {
  font-weight: 700;
  color: #9d2e35;
}
.cid-tXKu3NkzLr .icon-title {
  color: #000000;
}
.cid-tXKu3NkzLr .mbr-text {
  color: #ffffff;
}
.cid-tXKu3O8Tgg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXKu3O8Tgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKu3O8Tgg .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-tXKu3O8Tgg .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXKu3O8Tgg .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tXKu3O8Tgg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXKu3O8Tgg .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-tXKu3O8Tgg .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-tXKu3O8Tgg .flexwrapper {
  display: flex;
  padding: 1rem 0rem 1rem 0rem;
  align-items: center;
}
.cid-tXKu3O8Tgg p {
  margin-bottom: 0px;
}
.cid-tXKu3O8Tgg .mb-3 {
  margin-bottom: 0px!important;
}
.cid-tXKu3Pc6oq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e9d3ce;
}
.cid-tXKu3Pc6oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKu3Pc6oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXKu3Pc6oq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tXKu3Pc6oq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-tXKu3Pc6oq .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXKu3Pc6oq .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-tXKu3Pc6oq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXKu3Pc6oq .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-tXKu3Pc6oq .mbr-section-title {
  color: #9d2e35;
}
.cid-tXKu3PZDGd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXKu3PZDGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKu3PZDGd .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-tXKu3PZDGd {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
  .cid-tXKu3PZDGd .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXKu3PZDGd .align-items-center {
    flex-direction: column-reverse;
  }
}
.cid-tXKu3PZDGd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXKu3PZDGd .text-wrapper {
    padding: 2rem 2rem 2rem 0rem;
  }
}
.cid-tXKu3PZDGd .mbr-section-title {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tXKu3PZDGd {
    padding-top: 3rem;
  }
}
.cid-tXKu3SqYbV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f5f0;
}
.cid-tXKu3SqYbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKu3SqYbV .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-tXKu3SqYbV .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tXKu3SqYbV .row {
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tXKu3SqYbV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXKu3SqYbV .text-wrapper {
    padding: 1rem 2rem 1rem 0rem;
  }
}
.cid-tXKu3SqYbV .item-img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
  Margin-right: 20px;
}
.cid-tXKu3SqYbV .flexwrapper {
  display: flex;
  padding: 1rem 0rem 1rem 0rem;
  align-items: center;
}
.cid-tXKu3SqYbV p {
  margin-bottom: 0px;
}
.cid-tXKu3SqYbV .mb-3 {
  margin-bottom: 0px!important;
}
.cid-tXKu3SqYbV .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #9d2e35;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXKu3SqYbV .flexcenter {
  display: flex;
  align-items: center;
}
.cid-tXKu3SqYbV .mbr-iconfont {
  color: #9d2e35;
}
.cid-tXKu3SqYbV .mbr-section-title {
  color: #9d2e35;
}
.cid-tXKu3SqYbV .mbr-text {
  color: #000000;
}
.cid-tXKu3SqYbV .row {
  flex-direction: row-reverse;
}
.cid-tXKu3TCOBv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e9d3ce;
}
.cid-tXKu3TCOBv .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tXKu3TCOBv .modal-body .close {
  background: #1b1b1b;
}
.cid-tXKu3TCOBv .modal-body .close span {
  font-style: normal;
}
.cid-tXKu3TCOBv .carousel-inner > .active,
.cid-tXKu3TCOBv .carousel-inner > .next,
.cid-tXKu3TCOBv .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tXKu3TCOBv .carousel-control .icon-next,
.cid-tXKu3TCOBv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXKu3TCOBv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tXKu3TCOBv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXKu3TCOBv .boxed-slider > div {
  position: relative;
}
.cid-tXKu3TCOBv .container img {
  width: 100%;
}
.cid-tXKu3TCOBv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXKu3TCOBv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXKu3TCOBv .mbr-table-cell {
  padding: 0;
}
.cid-tXKu3TCOBv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXKu3TCOBv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tXKu3TCOBv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXKu3TCOBv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXKu3TCOBv .carousel-item.active.right,
.cid-tXKu3TCOBv .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXKu3TCOBv .carousel-item.active.left,
.cid-tXKu3TCOBv .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXKu3TCOBv .carousel-item.active,
.cid-tXKu3TCOBv .carousel-item.next.left,
.cid-tXKu3TCOBv .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXKu3TCOBv .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXKu3TCOBv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKu3TCOBv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXKu3TCOBv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tXKu3TCOBv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXKu3TCOBv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXKu3TCOBv .mbr-slider .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-tXKu3TCOBv .mbr-slider .carousel-indicators li.active,
.cid-tXKu3TCOBv .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXKu3TCOBv .mbr-slider .carousel-indicators li::after,
.cid-tXKu3TCOBv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXKu3TCOBv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXKu3TCOBv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXKu3TCOBv .mbr-slider > .container img {
  width: 100%;
}
.cid-tXKu3TCOBv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXKu3TCOBv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXKu3TCOBv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXKu3TCOBv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXKu3TCOBv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXKu3TCOBv .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXKu3TCOBv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXKu3TCOBv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tXKu3TCOBv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXKu3TCOBv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXKu3TCOBv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXKu3TCOBv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXKu3TCOBv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXKu3TCOBv .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tXKu3TCOBv .carousel-inner {
  height: 100%;
}
.cid-tXKu3TCOBv .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tXKu3TCOBv .image_wrapper {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tXKu3TCOBv .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tXKu3TCOBv .carousel-item .container-slide {
  text-align: center;
}
.cid-tXKu3TCOBv .content-slider-wrap {
  width: 100%;
}
.cid-tXKu3TCOBv h2 {
  text-align: left;
  padding-top: 0px!important;
}
.cid-tXKu3TCOBv h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tXKu3TCOBv p {
  color: #767676;
  text-align: left;
  display: inline-flex;
  margin-bottom: 0px!important;
}
.cid-tXKu3TCOBv .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXKu3TCOBv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tXKu3TCOBv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tXKu3TCOBv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tXKu3TCOBv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tXKu3TCOBv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tXKu3TCOBv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tXKu3TCOBv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-tXKu3TCOBv .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tXKu3TCOBv .card-img span {
    font-size: 40px !important;
  }
}
.cid-tXKu3TCOBv .btn {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .cid-tXKu3TCOBv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXKu3TCOBv .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tXKu3TCOBv .animation-image {
    transform: translateY(0%);
  }
}
.cid-tXKu3TCOBv .mbr-text {
  color: #000000;
}
.cid-tXKu3TCOBv H2 {
  color: #000000;
}
.cid-tXKu3TCOBv li {
  color: white;
}
.cid-tXKu3TCOBv .mbr-section-btn {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tXKu3UBNun {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9d3ce;
}
.cid-tXKu3UBNun .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKu3UBNun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXKu3UBNun .item {
  padding-bottom: 2rem;
}
.cid-tXKu3UBNun .item-wrapper {
  position: relative;
}
.cid-tXKu3UBNun .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-tXKu3UBNun .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXKu3UBNun .carousel-control,
.cid-tXKu3UBNun .close {
  background: #1b1b1b;
}
.cid-tXKu3UBNun .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXKu3UBNun .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXKu3UBNun .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXKu3UBNun .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXKu3UBNun .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-tXKu3UBNun .close::before {
  content: '\e91a';
}
.cid-tXKu3UBNun .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXKu3UBNun .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-tXKu3UBNun .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKu3UBNun .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXKu3UBNun .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXKu3UBNun .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXKu3UBNun .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-tXKu3UBNun .carousel-indicators li.active,
.cid-tXKu3UBNun .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXKu3UBNun .carousel-indicators li::after,
.cid-tXKu3UBNun .carousel-indicators li::before {
  content: none;
}
.cid-tXKu3UBNun .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXKu3UBNun .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXKu3UBNun .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXKu3UBNun .carousel-indicators {
    display: none;
  }
}
.cid-tXKu3UBNun .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXKu3UBNun .carousel-inner > .active {
  display: block;
}
.cid-tXKu3UBNun .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKu3UBNun .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXKu3UBNun .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXKu3UBNun .carousel-control,
  .cid-tXKu3UBNun .carousel-indicators,
  .cid-tXKu3UBNun .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXKu3UBNun .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXKu3UBNun .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXKu3UBNun .carousel-indicators .active,
.cid-tXKu3UBNun .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXKu3UBNun .carousel-indicators .active {
  background: #fff;
}
.cid-tXKu3UBNun .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXKu3UBNun .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXKu3UBNun .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXKu3UBNun .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXKu3UBNun .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXKu3UBNun .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXKu3UBNun .carousel {
  width: 100%;
}
.cid-tXKu3UBNun .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXKu3UBNun .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXKu3UBNun .modal.fade .modal-dialog,
.cid-tXKu3UBNun .modal.in .modal-dialog {
  transform: none;
}
.cid-tXKu3UBNun .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXKu3UBNun H6 {
  text-align: center;
}
.cid-tXKu3UBNun H4 {
  text-align: left;
}
.cid-tYSxWFG23K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9d3ce;
}
.cid-tYvbSZkGEU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e9d3ce;
}
.cid-tYvbSZkGEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvbSZkGEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYvbSZkGEU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tYvbSZkGEU .mbr-section-subtitle {
  text-align: center;
}
.cid-tYvbSZkGEU .mb-4 {
  margin-bottom: 14px!important;
}
.cid-tYpFYAVmGQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYpFYAVmGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpFYAVmGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpFYAVmGQ .mbr-section-title {
  text-align: left;
  color: #9d2e35;
}
.cid-tXKu3VTTvv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXKu3VTTvv .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tXKu3VTTvv .modal-body .close {
  background: #1b1b1b;
}
.cid-tXKu3VTTvv .modal-body .close span {
  font-style: normal;
}
.cid-tXKu3VTTvv .carousel-inner > .active,
.cid-tXKu3VTTvv .carousel-inner > .next,
.cid-tXKu3VTTvv .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tXKu3VTTvv .carousel-control .icon-next,
.cid-tXKu3VTTvv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXKu3VTTvv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tXKu3VTTvv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXKu3VTTvv .boxed-slider > div {
  position: relative;
}
.cid-tXKu3VTTvv .container img {
  width: 100%;
}
.cid-tXKu3VTTvv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXKu3VTTvv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXKu3VTTvv .mbr-table-cell {
  padding: 0;
}
.cid-tXKu3VTTvv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXKu3VTTvv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tXKu3VTTvv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXKu3VTTvv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXKu3VTTvv .carousel-item.active.right,
.cid-tXKu3VTTvv .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXKu3VTTvv .carousel-item.active.left,
.cid-tXKu3VTTvv .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXKu3VTTvv .carousel-item.active,
.cid-tXKu3VTTvv .carousel-item.next.left,
.cid-tXKu3VTTvv .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXKu3VTTvv .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXKu3VTTvv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKu3VTTvv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXKu3VTTvv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tXKu3VTTvv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXKu3VTTvv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXKu3VTTvv .mbr-slider .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-tXKu3VTTvv .mbr-slider .carousel-indicators li.active,
.cid-tXKu3VTTvv .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXKu3VTTvv .mbr-slider .carousel-indicators li::after,
.cid-tXKu3VTTvv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXKu3VTTvv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXKu3VTTvv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXKu3VTTvv .mbr-slider > .container img {
  width: 100%;
}
.cid-tXKu3VTTvv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXKu3VTTvv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXKu3VTTvv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXKu3VTTvv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXKu3VTTvv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXKu3VTTvv .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXKu3VTTvv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXKu3VTTvv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tXKu3VTTvv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXKu3VTTvv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXKu3VTTvv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXKu3VTTvv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXKu3VTTvv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXKu3VTTvv .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tXKu3VTTvv .carousel-inner {
  height: 100%;
}
.cid-tXKu3VTTvv .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tXKu3VTTvv .image_wrapper {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tXKu3VTTvv .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tXKu3VTTvv .carousel-item .container-slide {
  text-align: center;
}
.cid-tXKu3VTTvv .content-slider-wrap {
  width: 100%;
}
.cid-tXKu3VTTvv h2 {
  text-align: left;
  padding-top: 0px!important;
}
.cid-tXKu3VTTvv h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tXKu3VTTvv p {
  color: #767676;
  text-align: left;
  display: inline-flex;
  margin-bottom: 0px!important;
}
.cid-tXKu3VTTvv .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXKu3VTTvv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tXKu3VTTvv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tXKu3VTTvv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 0!important;
}
.cid-tXKu3VTTvv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tXKu3VTTvv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tXKu3VTTvv .mbr-figure {
    padding-right: 0rem;
    padding-right: 0;
    padding-left: 0rem;
  }
  .cid-tXKu3VTTvv .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tXKu3VTTvv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tXKu3VTTvv .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tXKu3VTTvv .card-img span {
    font-size: 40px !important;
  }
}
.cid-tXKu3VTTvv .btn {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .cid-tXKu3VTTvv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXKu3VTTvv .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tXKu3VTTvv .animation-image {
    transform: translateY(0%);
    display: block;
  }
}
.cid-tXKu3VTTvv .mbr-text {
  color: #000000;
}
.cid-tXKu3VTTvv H2 {
  color: #9d2e35;
}
.cid-tXKu3VTTvv li {
  color: white;
}
.cid-tYSvBNQIjE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXKu3Y6icZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9d3ce;
}
.cid-tXKu3Y6icZ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tXKu3Y6icZ .modal-body .close {
  background: #1b1b1b;
}
.cid-tXKu3Y6icZ .modal-body .close span {
  font-style: normal;
}
.cid-tXKu3Y6icZ .carousel-inner > .active,
.cid-tXKu3Y6icZ .carousel-inner > .next,
.cid-tXKu3Y6icZ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tXKu3Y6icZ .carousel-control .icon-next,
.cid-tXKu3Y6icZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXKu3Y6icZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tXKu3Y6icZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXKu3Y6icZ .boxed-slider > div {
  position: relative;
}
.cid-tXKu3Y6icZ .container img {
  width: 100%;
}
.cid-tXKu3Y6icZ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXKu3Y6icZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXKu3Y6icZ .mbr-table-cell {
  padding: 0;
}
.cid-tXKu3Y6icZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXKu3Y6icZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tXKu3Y6icZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXKu3Y6icZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXKu3Y6icZ .carousel-item.active.right,
.cid-tXKu3Y6icZ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXKu3Y6icZ .carousel-item.active.left,
.cid-tXKu3Y6icZ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXKu3Y6icZ .carousel-item.active,
.cid-tXKu3Y6icZ .carousel-item.next.left,
.cid-tXKu3Y6icZ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXKu3Y6icZ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXKu3Y6icZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXKu3Y6icZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXKu3Y6icZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tXKu3Y6icZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXKu3Y6icZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXKu3Y6icZ .mbr-slider .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-tXKu3Y6icZ .mbr-slider .carousel-indicators li.active,
.cid-tXKu3Y6icZ .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXKu3Y6icZ .mbr-slider .carousel-indicators li::after,
.cid-tXKu3Y6icZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXKu3Y6icZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXKu3Y6icZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXKu3Y6icZ .mbr-slider > .container img {
  width: 100%;
}
.cid-tXKu3Y6icZ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXKu3Y6icZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXKu3Y6icZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXKu3Y6icZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXKu3Y6icZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXKu3Y6icZ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXKu3Y6icZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXKu3Y6icZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tXKu3Y6icZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXKu3Y6icZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXKu3Y6icZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXKu3Y6icZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXKu3Y6icZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXKu3Y6icZ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tXKu3Y6icZ .carousel-inner {
  height: 100%;
}
.cid-tXKu3Y6icZ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tXKu3Y6icZ .image_wrapper {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tXKu3Y6icZ .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tXKu3Y6icZ .carousel-item .container-slide {
  text-align: center;
}
.cid-tXKu3Y6icZ .content-slider-wrap {
  width: 100%;
}
.cid-tXKu3Y6icZ h2 {
  text-align: left;
  padding-top: 0px!important;
}
.cid-tXKu3Y6icZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tXKu3Y6icZ p {
  color: #767676;
  text-align: left;
  display: inline-flex;
  margin-bottom: 0px!important;
}
.cid-tXKu3Y6icZ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXKu3Y6icZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tXKu3Y6icZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tXKu3Y6icZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tXKu3Y6icZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tXKu3Y6icZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tXKu3Y6icZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tXKu3Y6icZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-tXKu3Y6icZ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tXKu3Y6icZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-tXKu3Y6icZ .btn {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .cid-tXKu3Y6icZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXKu3Y6icZ .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tXKu3Y6icZ .animation-image {
    transform: translateY(0%);
  }
}
.cid-tXKu3Y6icZ .mbr-text {
  color: #000000;
}
.cid-tXKu3Y6icZ H2 {
  color: #000000;
}
.cid-tXKu3Y6icZ li {
  color: white;
}
.cid-tXKu3Zdn6m {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/3.jpg");
}
.cid-tXKu3Zdn6m DIV {
  text-align: right;
}
.cid-tXKu3Zdn6m H2 {
  text-align: right;
  padding-right: 20px;
  color: #ffffff;
  text-shadow: 2px 2px #56565a;
}
.cid-tXKu3Zdn6m .media-container-column {
  justify-content: normal;
}
.cid-tXKu3Zdn6m li {
  border-bottom: 1px solid white;
}
.cid-tXKu3Zdn6m ul {
  list-style-type: none;
  padding-left: 0px;
}
.cid-tXKu3Zdn6m H3 {
  padding-top: 16px;
  margin-bottom: 0px;
}
.cid-tXKu3Zdn6m .icon-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid white;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXKu3Zdn6m .flexcenter {
  display: flex;
  align-items: center;
}
.cid-tXKu3Zdn6m .mbr-iconfont {
  color: white;
}
.cid-tYv8OC9NsA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYv8OC9NsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYv8OC9NsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYv8OC9NsA .mbr-section-title {
  text-align: center;
  color: #9d2e35;
}
.cid-tYv8OC9NsA .mbr-section-subtitle {
  text-align: center;
}
.cid-tYv8OC9NsA .mb-4 {
  margin-bottom: 14px!important;
}
.cid-tXKu41QdCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #728ca6;
}
.cid-tXKu41QdCz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXKu41QdCz .media-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tXKu41QdCz img {
  height: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tXKu41QdCz .row {
    text-align: center;
  }
  .cid-tXKu41QdCz .row > div {
    margin: auto;
  }
  .cid-tXKu41QdCz .social-row {
    justify-content: center;
  }
  .cid-tXKu41QdCz img {
    max-width: 100%;
    height: auto;
  }
}
.cid-tXKu41QdCz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXKu41QdCz .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXKu41QdCz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXKu41QdCz .list {
    margin-bottom: 0rem;
  }
}
.cid-tXKu41QdCz .mbr-text {
  color: #ffffff;
}
.cid-tXKu41QdCz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXKu41QdCz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tXKu41QdCz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tXKu41QdCz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXKu41QdCz .text-black:hover {
  color: #003550!important;
}
