body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #47b5ed !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: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #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: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: 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: #47b5ed !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: #1283bc !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: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  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: 'Jost', sans-serif;
  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 */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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-uKomSXEriS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1210.jpg");
}
.cid-uKomSXEriS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKomSXEriS .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-uKomSXEriS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKomSXEriS .row {
  flex-direction: row-reverse;
}
.cid-uKomSXEriS img {
  width: 100%;
}
.cid-uAZ6wCTxQi {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-uAZ6wCTxQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ6wCTxQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZ6wCTxQi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAZ6wCTxQi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uAZ6wCTxQi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAZ6wCTxQi .mbr-text {
  color: #e43f3f;
}
.cid-uAZ6wCTxQi .position {
  color: #4479d9;
}
.cid-uAZ6wCTxQi .mbr-section-title {
  color: #310af9;
}
.cid-uAZ6wCTxQi .name {
  text-align: left;
}
.cid-uAZbMh1U80 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bef9ed;
}
@media (min-width: 992px) {
  .cid-uAZbMh1U80 .carousel {
    min-height: 400px;
  }
  .cid-uAZbMh1U80 .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAZbMh1U80 .carousel {
    min-height: 260px;
  }
  .cid-uAZbMh1U80 .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uAZbMh1U80 .carousel {
    min-height: 220px;
  }
  .cid-uAZbMh1U80 .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uAZbMh1U80 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uAZbMh1U80 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uAZbMh1U80 .carousel,
.cid-uAZbMh1U80 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAZbMh1U80 .item-wrapper {
  width: 100%;
}
.cid-uAZbMh1U80 .carousel-caption {
  bottom: 40px;
}
.cid-uAZbMh1U80 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uAZbMh1U80 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uAZbMh1U80 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uAZbMh1U80 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uAZbMh1U80 .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-uAZbMh1U80 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAZbMh1U80 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAZbMh1U80 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAZbMh1U80 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uAZbMh1U80 .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-uAZbMh1U80 .carousel-indicators li.active,
.cid-uAZbMh1U80 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAZbMh1U80 .carousel-indicators li::after,
.cid-uAZbMh1U80 .carousel-indicators li::before {
  content: none;
}
.cid-uAZbMh1U80 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAZbMh1U80 .carousel-indicators {
    display: none !important;
  }
}
.cid-uzQQ7D7LMb {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-uzQQ7D7LMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQQ7D7LMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzQQ7D7LMb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzQQ7D7LMb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uzQQ7D7LMb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uzQQ7D7LMb .mbr-text {
  color: #e43f3f;
}
.cid-uzQQ7D7LMb .position {
  color: #4479d9;
}
.cid-uzQQ7D7LMb .mbr-section-title {
  color: #310af9;
}
.cid-uzQQ7D7LMb .name {
  text-align: left;
}
.cid-uzQRW755CU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bef9ed;
}
@media (min-width: 992px) {
  .cid-uzQRW755CU .carousel {
    min-height: 400px;
  }
  .cid-uzQRW755CU .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzQRW755CU .carousel {
    min-height: 260px;
  }
  .cid-uzQRW755CU .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uzQRW755CU .carousel {
    min-height: 220px;
  }
  .cid-uzQRW755CU .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uzQRW755CU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uzQRW755CU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uzQRW755CU .carousel,
.cid-uzQRW755CU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzQRW755CU .item-wrapper {
  width: 100%;
}
.cid-uzQRW755CU .carousel-caption {
  bottom: 40px;
}
.cid-uzQRW755CU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uzQRW755CU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uzQRW755CU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uzQRW755CU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uzQRW755CU .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-uzQRW755CU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzQRW755CU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzQRW755CU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzQRW755CU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uzQRW755CU .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-uzQRW755CU .carousel-indicators li.active,
.cid-uzQRW755CU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzQRW755CU .carousel-indicators li::after,
.cid-uzQRW755CU .carousel-indicators li::before {
  content: none;
}
.cid-uzQRW755CU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzQRW755CU .carousel-indicators {
    display: none !important;
  }
}
.cid-uzbBeCVtbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-uzbBeCVtbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbBeCVtbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzbBeCVtbs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzbBeCVtbs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uzbBeCVtbs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uzbBeCVtbs .mbr-text {
  color: #e43f3f;
}
.cid-uzbBeCVtbs .position {
  color: #4479d9;
}
.cid-uzbBeCVtbs .mbr-section-title {
  color: #310af9;
}
.cid-uzbBeCVtbs .name {
  text-align: left;
}
.cid-uzceebEWCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bef9ed;
}
@media (min-width: 992px) {
  .cid-uzceebEWCR .carousel {
    min-height: 400px;
  }
  .cid-uzceebEWCR .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzceebEWCR .carousel {
    min-height: 260px;
  }
  .cid-uzceebEWCR .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uzceebEWCR .carousel {
    min-height: 220px;
  }
  .cid-uzceebEWCR .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uzceebEWCR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uzceebEWCR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uzceebEWCR .carousel,
.cid-uzceebEWCR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzceebEWCR .item-wrapper {
  width: 100%;
}
.cid-uzceebEWCR .carousel-caption {
  bottom: 40px;
}
.cid-uzceebEWCR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uzceebEWCR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uzceebEWCR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uzceebEWCR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uzceebEWCR .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-uzceebEWCR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzceebEWCR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzceebEWCR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzceebEWCR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uzceebEWCR .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-uzceebEWCR .carousel-indicators li.active,
.cid-uzceebEWCR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzceebEWCR .carousel-indicators li::after,
.cid-uzceebEWCR .carousel-indicators li::before {
  content: none;
}
.cid-uzceebEWCR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzceebEWCR .carousel-indicators {
    display: none !important;
  }
}
.cid-tBziJ2kd4e {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-1-2000x1250.jpg");
}
.cid-tBziJ2kd4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBziJ2kd4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBziJ2kd4e .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBziJ2kd4e .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBziJ2kd4e .item-wrapper {
  position: relative;
}
.cid-tBziJ2kd4e .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-tBziJ2kd4e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBziJ2kd4e .carousel-control,
.cid-tBziJ2kd4e .close {
  background: #1b1b1b;
}
.cid-tBziJ2kd4e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBziJ2kd4e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBziJ2kd4e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBziJ2kd4e .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBziJ2kd4e .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-tBziJ2kd4e .close::before {
  content: '\e91a';
}
.cid-tBziJ2kd4e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBziJ2kd4e .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-tBziJ2kd4e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBziJ2kd4e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBziJ2kd4e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBziJ2kd4e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBziJ2kd4e .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-tBziJ2kd4e .carousel-indicators li.active,
.cid-tBziJ2kd4e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBziJ2kd4e .carousel-indicators li::after,
.cid-tBziJ2kd4e .carousel-indicators li::before {
  content: none;
}
.cid-tBziJ2kd4e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBziJ2kd4e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBziJ2kd4e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBziJ2kd4e .carousel-indicators {
    display: none;
  }
}
.cid-tBziJ2kd4e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBziJ2kd4e .carousel-inner > .active {
  display: block;
}
.cid-tBziJ2kd4e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBziJ2kd4e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBziJ2kd4e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBziJ2kd4e .carousel-control,
  .cid-tBziJ2kd4e .carousel-indicators,
  .cid-tBziJ2kd4e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBziJ2kd4e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBziJ2kd4e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBziJ2kd4e .carousel-indicators .active,
.cid-tBziJ2kd4e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBziJ2kd4e .carousel-indicators .active {
  background: #fff;
}
.cid-tBziJ2kd4e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBziJ2kd4e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBziJ2kd4e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBziJ2kd4e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBziJ2kd4e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBziJ2kd4e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBziJ2kd4e .carousel {
  width: 100%;
}
.cid-tBziJ2kd4e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBziJ2kd4e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBziJ2kd4e .modal.fade .modal-dialog,
.cid-tBziJ2kd4e .modal.in .modal-dialog {
  transform: none;
}
.cid-tBziJ2kd4e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBziJ2kd4e H6 {
  text-align: center;
}
.cid-tBziJ2kd4e H3 {
  color: #e43f3f;
}
.cid-tBziJ2kd4e H4 {
  color: #000000;
}
.cid-tzcXl11ugi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tzcXl11ugi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzcXl11ugi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzcXl11ugi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tzcXl11ugi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tzcXl11ugi .item-wrapper {
  position: relative;
}
.cid-tzcXl11ugi .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-tzcXl11ugi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tzcXl11ugi .carousel-control,
.cid-tzcXl11ugi .close {
  background: #1b1b1b;
}
.cid-tzcXl11ugi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tzcXl11ugi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tzcXl11ugi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tzcXl11ugi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tzcXl11ugi .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-tzcXl11ugi .close::before {
  content: '\e91a';
}
.cid-tzcXl11ugi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzcXl11ugi .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-tzcXl11ugi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzcXl11ugi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzcXl11ugi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzcXl11ugi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tzcXl11ugi .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-tzcXl11ugi .carousel-indicators li.active,
.cid-tzcXl11ugi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzcXl11ugi .carousel-indicators li::after,
.cid-tzcXl11ugi .carousel-indicators li::before {
  content: none;
}
.cid-tzcXl11ugi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzcXl11ugi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tzcXl11ugi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tzcXl11ugi .carousel-indicators {
    display: none;
  }
}
.cid-tzcXl11ugi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzcXl11ugi .carousel-inner > .active {
  display: block;
}
.cid-tzcXl11ugi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzcXl11ugi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzcXl11ugi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tzcXl11ugi .carousel-control,
  .cid-tzcXl11ugi .carousel-indicators,
  .cid-tzcXl11ugi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tzcXl11ugi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tzcXl11ugi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzcXl11ugi .carousel-indicators .active,
.cid-tzcXl11ugi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tzcXl11ugi .carousel-indicators .active {
  background: #fff;
}
.cid-tzcXl11ugi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tzcXl11ugi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tzcXl11ugi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tzcXl11ugi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tzcXl11ugi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tzcXl11ugi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tzcXl11ugi .carousel {
  width: 100%;
}
.cid-tzcXl11ugi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tzcXl11ugi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tzcXl11ugi .modal.fade .modal-dialog,
.cid-tzcXl11ugi .modal.in .modal-dialog {
  transform: none;
}
.cid-tzcXl11ugi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tzcXl11ugi H6 {
  text-align: center;
}
.cid-tzcXl11ugi H3 {
  color: #310af9;
}
.cid-tsBEnM6nI4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tsBEnM6nI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsBEnM6nI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsBEnM6nI4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsBEnM6nI4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tsBEnM6nI4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsBEnM6nI4 .mbr-text {
  color: #e43f3f;
}
.cid-tsBEnM6nI4 .position {
  color: #4479d9;
}
.cid-tsBEnM6nI4 .mbr-section-title {
  color: #310af9;
}
.cid-tvcwEic6MT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tvcwEic6MT img,
.cid-tvcwEic6MT .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvcwEic6MT .item:focus,
.cid-tvcwEic6MT span:focus {
  outline: none;
}
.cid-tvcwEic6MT .item-wrapper {
  position: relative;
}
.cid-tvcwEic6MT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #d9eef1;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvcwEic6MT .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvcwEic6MT .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tvcwEic6MT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvcwEic6MT .mbr-section-title {
  color: #232323;
}
.cid-tvcwEic6MT .mbr-text,
.cid-tvcwEic6MT .mbr-section-btn {
  text-align: left;
}
.cid-tvcwEic6MT .item-title {
  text-align: center;
}
.cid-tvcwEic6MT .item-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tvcwEic6MT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tvcwEic6MT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tvcwEic6MT .embla__button--next,
.cid-tvcwEic6MT .embla__button--prev {
  display: flex;
}
.cid-tvcwEic6MT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tvcwEic6MT .embla__button {
    display: none;
  }
}
.cid-tvcwEic6MT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tvcwEic6MT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tvcwEic6MT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvcwEic6MT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvcwEic6MT .embla__button {
    top: auto;
  }
}
.cid-tvcwEic6MT .embla {
  position: relative;
  width: 100%;
}
.cid-tvcwEic6MT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tvcwEic6MT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tvcwEic6MT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tvcwEic6MT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tvcwEic6MT .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tvcwEic6MT .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tvcwEic6MT .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tqRhHFkp8S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqRhHFkp8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRhHFkp8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqRhHFkp8S .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRhHFkp8S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tqRhHFkp8S .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqRhHFkp8S .mbr-text {
  color: #e43f3f;
}
.cid-tqRhHFkp8S .position {
  color: #4479d9;
}
.cid-tqRhHFkp8S .mbr-section-title {
  color: #310af9;
}
.cid-tqLwaiSRTG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqLwaiSRTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqLwaiSRTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqLwaiSRTG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqLwaiSRTG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tqLwaiSRTG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqLwaiSRTG .mbr-text {
  color: #e43f3f;
}
.cid-tqLwaiSRTG .position {
  color: #4479d9;
}
.cid-tqLwaiSRTG .mbr-section-title {
  color: #310af9;
}
.cid-tppTPx7OAq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tppTPx7OAq nav.navbar {
  position: fixed;
}
.cid-tppTPx7OAq .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-tppTPx7OAq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tppTPx7OAq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tppTPx7OAq .dropdown-item:hover,
.cid-tppTPx7OAq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tppTPx7OAq .dropdown-item:hover span {
  color: white;
}
.cid-tppTPx7OAq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tppTPx7OAq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tppTPx7OAq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tppTPx7OAq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tppTPx7OAq .nav-link {
  position: relative;
}
.cid-tppTPx7OAq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tppTPx7OAq .container {
    flex-wrap: nowrap;
  }
}
.cid-tppTPx7OAq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tppTPx7OAq .dropdown-menu,
.cid-tppTPx7OAq .navbar.opened {
  background: #4479d9 !important;
}
.cid-tppTPx7OAq .nav-item:focus,
.cid-tppTPx7OAq .nav-link:focus {
  outline: none;
}
.cid-tppTPx7OAq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tppTPx7OAq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tppTPx7OAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tppTPx7OAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tppTPx7OAq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tppTPx7OAq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tppTPx7OAq .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: #4479d9;
}
.cid-tppTPx7OAq .navbar.opened {
  transition: all 0.3s;
}
.cid-tppTPx7OAq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tppTPx7OAq .navbar .navbar-logo img {
  width: auto;
}
.cid-tppTPx7OAq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tppTPx7OAq .navbar.collapsed {
  justify-content: center;
}
.cid-tppTPx7OAq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tppTPx7OAq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tppTPx7OAq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tppTPx7OAq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tppTPx7OAq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tppTPx7OAq .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-tppTPx7OAq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tppTPx7OAq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tppTPx7OAq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tppTPx7OAq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tppTPx7OAq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tppTPx7OAq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tppTPx7OAq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tppTPx7OAq .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-tppTPx7OAq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tppTPx7OAq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tppTPx7OAq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tppTPx7OAq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tppTPx7OAq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tppTPx7OAq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tppTPx7OAq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tppTPx7OAq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tppTPx7OAq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tppTPx7OAq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tppTPx7OAq .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-tppTPx7OAq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tppTPx7OAq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tppTPx7OAq .dropdown-item.active,
.cid-tppTPx7OAq .dropdown-item:active {
  background-color: transparent;
}
.cid-tppTPx7OAq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tppTPx7OAq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tppTPx7OAq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tppTPx7OAq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tppTPx7OAq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tppTPx7OAq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tppTPx7OAq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tppTPx7OAq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tppTPx7OAq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tppTPx7OAq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tppTPx7OAq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tppTPx7OAq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tppTPx7OAq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tppTPx7OAq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tppTPx7OAq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tppTPx7OAq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tppTPx7OAq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tppTPx7OAq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tppTPx7OAq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tppTPx7OAq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tppTPx7OAq .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-tppTPx7OAq .navbar {
    height: 70px;
  }
  .cid-tppTPx7OAq .navbar.opened {
    height: auto;
  }
  .cid-tppTPx7OAq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpq9mMLPXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpq9mMLPXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpq9mMLPXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpq9mMLPXA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpq9mMLPXA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tpq9mMLPXA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpq9mMLPXA .mbr-text {
  color: #e43f3f;
}
.cid-tpq9mMLPXA .position {
  color: #4479d9;
}
.cid-tpq9mMLPXA .mbr-section-title {
  color: #310af9;
}
.cid-tqczBua2M4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqczBua2M4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqczBua2M4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqczBua2M4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqczBua2M4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tqczBua2M4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqczBua2M4 .mbr-text {
  color: #e43f3f;
}
.cid-tqczBua2M4 .position {
  color: #4479d9;
}
.cid-tqczBua2M4 .mbr-section-title {
  color: #310af9;
}
.cid-tpqHx8BHJi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tpBDhU2Ggy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tpBDhU2Ggy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpBDhU2Ggy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpBDhU2Ggy .mbr-section-title {
  color: #4479d9;
}
.cid-tpBCLRTf9E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpBCLRTf9E nav.navbar {
  position: fixed;
}
.cid-tpBCLRTf9E .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-tpBCLRTf9E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpBCLRTf9E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpBCLRTf9E .dropdown-item:hover,
.cid-tpBCLRTf9E .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpBCLRTf9E .dropdown-item:hover span {
  color: white;
}
.cid-tpBCLRTf9E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpBCLRTf9E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpBCLRTf9E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpBCLRTf9E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpBCLRTf9E .nav-link {
  position: relative;
}
.cid-tpBCLRTf9E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpBCLRTf9E .container {
    flex-wrap: nowrap;
  }
}
.cid-tpBCLRTf9E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpBCLRTf9E .dropdown-menu,
.cid-tpBCLRTf9E .navbar.opened {
  background: #4479d9 !important;
}
.cid-tpBCLRTf9E .nav-item:focus,
.cid-tpBCLRTf9E .nav-link:focus {
  outline: none;
}
.cid-tpBCLRTf9E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpBCLRTf9E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpBCLRTf9E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpBCLRTf9E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpBCLRTf9E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpBCLRTf9E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpBCLRTf9E .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: #4479d9;
}
.cid-tpBCLRTf9E .navbar.opened {
  transition: all 0.3s;
}
.cid-tpBCLRTf9E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpBCLRTf9E .navbar .navbar-logo img {
  width: auto;
}
.cid-tpBCLRTf9E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpBCLRTf9E .navbar.collapsed {
  justify-content: center;
}
.cid-tpBCLRTf9E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpBCLRTf9E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpBCLRTf9E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tpBCLRTf9E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpBCLRTf9E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpBCLRTf9E .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-tpBCLRTf9E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpBCLRTf9E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpBCLRTf9E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpBCLRTf9E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpBCLRTf9E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpBCLRTf9E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpBCLRTf9E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpBCLRTf9E .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-tpBCLRTf9E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpBCLRTf9E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpBCLRTf9E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpBCLRTf9E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpBCLRTf9E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpBCLRTf9E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpBCLRTf9E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpBCLRTf9E .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpBCLRTf9E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpBCLRTf9E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpBCLRTf9E .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-tpBCLRTf9E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpBCLRTf9E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpBCLRTf9E .dropdown-item.active,
.cid-tpBCLRTf9E .dropdown-item:active {
  background-color: transparent;
}
.cid-tpBCLRTf9E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpBCLRTf9E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpBCLRTf9E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpBCLRTf9E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tpBCLRTf9E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpBCLRTf9E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpBCLRTf9E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpBCLRTf9E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpBCLRTf9E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpBCLRTf9E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpBCLRTf9E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpBCLRTf9E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpBCLRTf9E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpBCLRTf9E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpBCLRTf9E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpBCLRTf9E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpBCLRTf9E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpBCLRTf9E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpBCLRTf9E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpBCLRTf9E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpBCLRTf9E .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-tpBCLRTf9E .navbar {
    height: 70px;
  }
  .cid-tpBCLRTf9E .navbar.opened {
    height: auto;
  }
  .cid-tpBCLRTf9E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpBCM6xpSK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tpBWv1zwFk {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpBWv1zwFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpBWv1zwFk .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-tpBWv1zwFk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpBWv1zwFk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpBWv1zwFk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpBWv1zwFk .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tpBWv1zwFk .mbr-text {
  text-align: center;
}
.cid-tpBUURPTMg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpBUURPTMg nav.navbar {
  position: fixed;
}
.cid-tpBUURPTMg .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-tpBUURPTMg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpBUURPTMg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpBUURPTMg .dropdown-item:hover,
.cid-tpBUURPTMg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpBUURPTMg .dropdown-item:hover span {
  color: white;
}
.cid-tpBUURPTMg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpBUURPTMg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpBUURPTMg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpBUURPTMg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpBUURPTMg .nav-link {
  position: relative;
}
.cid-tpBUURPTMg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpBUURPTMg .container {
    flex-wrap: nowrap;
  }
}
.cid-tpBUURPTMg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpBUURPTMg .dropdown-menu,
.cid-tpBUURPTMg .navbar.opened {
  background: #4479d9 !important;
}
.cid-tpBUURPTMg .nav-item:focus,
.cid-tpBUURPTMg .nav-link:focus {
  outline: none;
}
.cid-tpBUURPTMg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpBUURPTMg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpBUURPTMg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpBUURPTMg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpBUURPTMg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpBUURPTMg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpBUURPTMg .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: #4479d9;
}
.cid-tpBUURPTMg .navbar.opened {
  transition: all 0.3s;
}
.cid-tpBUURPTMg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpBUURPTMg .navbar .navbar-logo img {
  width: auto;
}
.cid-tpBUURPTMg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpBUURPTMg .navbar.collapsed {
  justify-content: center;
}
.cid-tpBUURPTMg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpBUURPTMg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpBUURPTMg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tpBUURPTMg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpBUURPTMg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpBUURPTMg .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-tpBUURPTMg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpBUURPTMg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpBUURPTMg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpBUURPTMg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpBUURPTMg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpBUURPTMg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpBUURPTMg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpBUURPTMg .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-tpBUURPTMg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpBUURPTMg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpBUURPTMg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpBUURPTMg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpBUURPTMg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpBUURPTMg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpBUURPTMg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpBUURPTMg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpBUURPTMg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpBUURPTMg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpBUURPTMg .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-tpBUURPTMg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpBUURPTMg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpBUURPTMg .dropdown-item.active,
.cid-tpBUURPTMg .dropdown-item:active {
  background-color: transparent;
}
.cid-tpBUURPTMg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpBUURPTMg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpBUURPTMg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpBUURPTMg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tpBUURPTMg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpBUURPTMg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpBUURPTMg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpBUURPTMg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpBUURPTMg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpBUURPTMg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpBUURPTMg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpBUURPTMg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpBUURPTMg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpBUURPTMg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpBUURPTMg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpBUURPTMg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpBUURPTMg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpBUURPTMg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpBUURPTMg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpBUURPTMg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpBUURPTMg .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-tpBUURPTMg .navbar {
    height: 70px;
  }
  .cid-tpBUURPTMg .navbar.opened {
    height: auto;
  }
  .cid-tpBUURPTMg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpBUUUvRYT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tpCVt2S6p5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpCVt2S6p5 nav.navbar {
  position: fixed;
}
.cid-tpCVt2S6p5 .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-tpCVt2S6p5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpCVt2S6p5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpCVt2S6p5 .dropdown-item:hover,
.cid-tpCVt2S6p5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpCVt2S6p5 .dropdown-item:hover span {
  color: white;
}
.cid-tpCVt2S6p5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpCVt2S6p5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpCVt2S6p5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpCVt2S6p5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpCVt2S6p5 .nav-link {
  position: relative;
}
.cid-tpCVt2S6p5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpCVt2S6p5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tpCVt2S6p5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpCVt2S6p5 .dropdown-menu,
.cid-tpCVt2S6p5 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tpCVt2S6p5 .nav-item:focus,
.cid-tpCVt2S6p5 .nav-link:focus {
  outline: none;
}
.cid-tpCVt2S6p5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpCVt2S6p5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpCVt2S6p5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpCVt2S6p5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpCVt2S6p5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpCVt2S6p5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpCVt2S6p5 .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: #4479d9;
}
.cid-tpCVt2S6p5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tpCVt2S6p5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpCVt2S6p5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tpCVt2S6p5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpCVt2S6p5 .navbar.collapsed {
  justify-content: center;
}
.cid-tpCVt2S6p5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpCVt2S6p5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpCVt2S6p5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tpCVt2S6p5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpCVt2S6p5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpCVt2S6p5 .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-tpCVt2S6p5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpCVt2S6p5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpCVt2S6p5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpCVt2S6p5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpCVt2S6p5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpCVt2S6p5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpCVt2S6p5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpCVt2S6p5 .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-tpCVt2S6p5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpCVt2S6p5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpCVt2S6p5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpCVt2S6p5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpCVt2S6p5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpCVt2S6p5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpCVt2S6p5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpCVt2S6p5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpCVt2S6p5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpCVt2S6p5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpCVt2S6p5 .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-tpCVt2S6p5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpCVt2S6p5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpCVt2S6p5 .dropdown-item.active,
.cid-tpCVt2S6p5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tpCVt2S6p5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpCVt2S6p5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpCVt2S6p5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpCVt2S6p5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tpCVt2S6p5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpCVt2S6p5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpCVt2S6p5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpCVt2S6p5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpCVt2S6p5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpCVt2S6p5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpCVt2S6p5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpCVt2S6p5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpCVt2S6p5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpCVt2S6p5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpCVt2S6p5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpCVt2S6p5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpCVt2S6p5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpCVt2S6p5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpCVt2S6p5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpCVt2S6p5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpCVt2S6p5 .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-tpCVt2S6p5 .navbar {
    height: 70px;
  }
  .cid-tpCVt2S6p5 .navbar.opened {
    height: auto;
  }
  .cid-tpCVt2S6p5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpDhPM7Xz2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tpDhPM7Xz2 img,
.cid-tpDhPM7Xz2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tpDhPM7Xz2 .item:focus,
.cid-tpDhPM7Xz2 span:focus {
  outline: none;
}
.cid-tpDhPM7Xz2 .item-wrapper {
  position: relative;
}
.cid-tpDhPM7Xz2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpDhPM7Xz2 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpDhPM7Xz2 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tpDhPM7Xz2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpDhPM7Xz2 .mbr-section-title {
  color: #232323;
}
.cid-tpDhPM7Xz2 .mbr-text,
.cid-tpDhPM7Xz2 .mbr-section-btn {
  text-align: left;
}
.cid-tpDhPM7Xz2 .item-title {
  text-align: center;
}
.cid-tpDhPM7Xz2 .item-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tpDhPM7Xz2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tpDhPM7Xz2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tpDhPM7Xz2 .embla__button--next,
.cid-tpDhPM7Xz2 .embla__button--prev {
  display: flex;
}
.cid-tpDhPM7Xz2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpDhPM7Xz2 .embla__button {
    display: none;
  }
}
.cid-tpDhPM7Xz2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpDhPM7Xz2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tpDhPM7Xz2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpDhPM7Xz2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpDhPM7Xz2 .embla__button {
    top: auto;
  }
}
.cid-tpDhPM7Xz2 .embla {
  position: relative;
  width: 100%;
}
.cid-tpDhPM7Xz2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpDhPM7Xz2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpDhPM7Xz2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpDhPM7Xz2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tpDhPM7Xz2 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tpDhPM7Xz2 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tpDhPM7Xz2 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tpCVt5GCNx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tpHF0lQunq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHF0lQunq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHF0lQunq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpHF0lQunq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpHF0lQunq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tpHF0lQunq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpHF0oLd9p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHF0oLd9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHF0oLd9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpHF0oLd9p .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tpHF0oLd9p .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tpHF0oLd9p .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpHF0oLd9p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpHF0oLd9p .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-tpHF0oLd9p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpHF0oLd9p .carousel-control,
.cid-tpHF0oLd9p .close {
  background: #1b1b1b;
}
.cid-tpHF0oLd9p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpHF0oLd9p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpHF0oLd9p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpHF0oLd9p .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpHF0oLd9p .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-tpHF0oLd9p .close::before {
  content: '\e91a';
}
.cid-tpHF0oLd9p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpHF0oLd9p .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-tpHF0oLd9p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHF0oLd9p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpHF0oLd9p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpHF0oLd9p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpHF0oLd9p .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-tpHF0oLd9p .carousel-indicators li.active,
.cid-tpHF0oLd9p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpHF0oLd9p .carousel-indicators li::after,
.cid-tpHF0oLd9p .carousel-indicators li::before {
  content: none;
}
.cid-tpHF0oLd9p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpHF0oLd9p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpHF0oLd9p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpHF0oLd9p .carousel-indicators {
    display: none;
  }
}
.cid-tpHF0oLd9p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpHF0oLd9p .carousel-inner > .active {
  display: block;
}
.cid-tpHF0oLd9p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHF0oLd9p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpHF0oLd9p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpHF0oLd9p .carousel-control,
  .cid-tpHF0oLd9p .carousel-indicators,
  .cid-tpHF0oLd9p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpHF0oLd9p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpHF0oLd9p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpHF0oLd9p .carousel-indicators .active,
.cid-tpHF0oLd9p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpHF0oLd9p .carousel-indicators .active {
  background: #fff;
}
.cid-tpHF0oLd9p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpHF0oLd9p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpHF0oLd9p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpHF0oLd9p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpHF0oLd9p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpHF0oLd9p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpHF0oLd9p .carousel {
  width: 100%;
}
.cid-tpHF0oLd9p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpHF0oLd9p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpHF0oLd9p .modal.fade .modal-dialog,
.cid-tpHF0oLd9p .modal.in .modal-dialog {
  transform: none;
}
.cid-tpHF0oLd9p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpHF0oLd9p H6 {
  text-align: center;
}
.cid-tpHF0tko9p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpHF0tko9p nav.navbar {
  position: fixed;
}
.cid-tpHF0tko9p .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-tpHF0tko9p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpHF0tko9p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpHF0tko9p .dropdown-item:hover,
.cid-tpHF0tko9p .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpHF0tko9p .dropdown-item:hover span {
  color: white;
}
.cid-tpHF0tko9p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpHF0tko9p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpHF0tko9p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpHF0tko9p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpHF0tko9p .nav-link {
  position: relative;
}
.cid-tpHF0tko9p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpHF0tko9p .container {
    flex-wrap: nowrap;
  }
}
.cid-tpHF0tko9p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpHF0tko9p .dropdown-menu,
.cid-tpHF0tko9p .navbar.opened {
  background: #4479d9 !important;
}
.cid-tpHF0tko9p .nav-item:focus,
.cid-tpHF0tko9p .nav-link:focus {
  outline: none;
}
.cid-tpHF0tko9p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpHF0tko9p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpHF0tko9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpHF0tko9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpHF0tko9p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpHF0tko9p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpHF0tko9p .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: #4479d9;
}
.cid-tpHF0tko9p .navbar.opened {
  transition: all 0.3s;
}
.cid-tpHF0tko9p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpHF0tko9p .navbar .navbar-logo img {
  width: auto;
}
.cid-tpHF0tko9p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpHF0tko9p .navbar.collapsed {
  justify-content: center;
}
.cid-tpHF0tko9p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpHF0tko9p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpHF0tko9p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tpHF0tko9p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpHF0tko9p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpHF0tko9p .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-tpHF0tko9p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpHF0tko9p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpHF0tko9p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpHF0tko9p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpHF0tko9p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpHF0tko9p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpHF0tko9p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpHF0tko9p .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-tpHF0tko9p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpHF0tko9p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpHF0tko9p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpHF0tko9p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpHF0tko9p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpHF0tko9p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpHF0tko9p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpHF0tko9p .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpHF0tko9p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpHF0tko9p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpHF0tko9p .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-tpHF0tko9p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpHF0tko9p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpHF0tko9p .dropdown-item.active,
.cid-tpHF0tko9p .dropdown-item:active {
  background-color: transparent;
}
.cid-tpHF0tko9p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpHF0tko9p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpHF0tko9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpHF0tko9p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tpHF0tko9p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpHF0tko9p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpHF0tko9p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpHF0tko9p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpHF0tko9p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpHF0tko9p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpHF0tko9p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpHF0tko9p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpHF0tko9p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpHF0tko9p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpHF0tko9p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpHF0tko9p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpHF0tko9p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpHF0tko9p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpHF0tko9p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpHF0tko9p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpHF0tko9p .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-tpHF0tko9p .navbar {
    height: 70px;
  }
  .cid-tpHF0tko9p .navbar.opened {
    height: auto;
  }
  .cid-tpHF0tko9p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpHF0wclmR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHF0wclmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHF0wclmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpHF0wclmR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tpHF0wclmR .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tpHF0wclmR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpHF0wclmR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpHF0wclmR .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-tpHF0wclmR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpHF0wclmR .carousel-control,
.cid-tpHF0wclmR .close {
  background: #1b1b1b;
}
.cid-tpHF0wclmR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpHF0wclmR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpHF0wclmR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpHF0wclmR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpHF0wclmR .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-tpHF0wclmR .close::before {
  content: '\e91a';
}
.cid-tpHF0wclmR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpHF0wclmR .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-tpHF0wclmR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHF0wclmR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpHF0wclmR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpHF0wclmR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpHF0wclmR .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-tpHF0wclmR .carousel-indicators li.active,
.cid-tpHF0wclmR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpHF0wclmR .carousel-indicators li::after,
.cid-tpHF0wclmR .carousel-indicators li::before {
  content: none;
}
.cid-tpHF0wclmR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpHF0wclmR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpHF0wclmR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpHF0wclmR .carousel-indicators {
    display: none;
  }
}
.cid-tpHF0wclmR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpHF0wclmR .carousel-inner > .active {
  display: block;
}
.cid-tpHF0wclmR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHF0wclmR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpHF0wclmR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpHF0wclmR .carousel-control,
  .cid-tpHF0wclmR .carousel-indicators,
  .cid-tpHF0wclmR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpHF0wclmR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpHF0wclmR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpHF0wclmR .carousel-indicators .active,
.cid-tpHF0wclmR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpHF0wclmR .carousel-indicators .active {
  background: #fff;
}
.cid-tpHF0wclmR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpHF0wclmR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpHF0wclmR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpHF0wclmR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpHF0wclmR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpHF0wclmR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpHF0wclmR .carousel {
  width: 100%;
}
.cid-tpHF0wclmR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpHF0wclmR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpHF0wclmR .modal.fade .modal-dialog,
.cid-tpHF0wclmR .modal.in .modal-dialog {
  transform: none;
}
.cid-tpHF0wclmR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpHF0wclmR H6 {
  text-align: center;
}
.cid-tpHF0A5roT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tpHH35opsl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHH35opsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHH35opsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpHH35opsl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpHH35opsl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tpHH35opsl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpHH37aj0l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHH37aj0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHH37aj0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpHH37aj0l .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tpHH37aj0l .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tpHH37aj0l .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpHH37aj0l .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpHH37aj0l .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-tpHH37aj0l .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpHH37aj0l .carousel-control,
.cid-tpHH37aj0l .close {
  background: #1b1b1b;
}
.cid-tpHH37aj0l .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpHH37aj0l .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpHH37aj0l .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpHH37aj0l .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpHH37aj0l .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-tpHH37aj0l .close::before {
  content: '\e91a';
}
.cid-tpHH37aj0l .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpHH37aj0l .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-tpHH37aj0l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHH37aj0l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpHH37aj0l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpHH37aj0l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpHH37aj0l .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-tpHH37aj0l .carousel-indicators li.active,
.cid-tpHH37aj0l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpHH37aj0l .carousel-indicators li::after,
.cid-tpHH37aj0l .carousel-indicators li::before {
  content: none;
}
.cid-tpHH37aj0l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpHH37aj0l .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpHH37aj0l .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpHH37aj0l .carousel-indicators {
    display: none;
  }
}
.cid-tpHH37aj0l .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpHH37aj0l .carousel-inner > .active {
  display: block;
}
.cid-tpHH37aj0l .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHH37aj0l .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpHH37aj0l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpHH37aj0l .carousel-control,
  .cid-tpHH37aj0l .carousel-indicators,
  .cid-tpHH37aj0l .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpHH37aj0l .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpHH37aj0l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpHH37aj0l .carousel-indicators .active,
.cid-tpHH37aj0l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpHH37aj0l .carousel-indicators .active {
  background: #fff;
}
.cid-tpHH37aj0l .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpHH37aj0l .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpHH37aj0l .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpHH37aj0l .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpHH37aj0l .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpHH37aj0l .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpHH37aj0l .carousel {
  width: 100%;
}
.cid-tpHH37aj0l .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpHH37aj0l .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpHH37aj0l .modal.fade .modal-dialog,
.cid-tpHH37aj0l .modal.in .modal-dialog {
  transform: none;
}
.cid-tpHH37aj0l .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpHH37aj0l H6 {
  text-align: center;
}
.cid-tpHH3ah9Ek {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpHH3ah9Ek nav.navbar {
  position: fixed;
}
.cid-tpHH3ah9Ek .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-tpHH3ah9Ek .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpHH3ah9Ek .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpHH3ah9Ek .dropdown-item:hover,
.cid-tpHH3ah9Ek .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpHH3ah9Ek .dropdown-item:hover span {
  color: white;
}
.cid-tpHH3ah9Ek .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpHH3ah9Ek .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpHH3ah9Ek .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpHH3ah9Ek .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpHH3ah9Ek .nav-link {
  position: relative;
}
.cid-tpHH3ah9Ek .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpHH3ah9Ek .container {
    flex-wrap: nowrap;
  }
}
.cid-tpHH3ah9Ek .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpHH3ah9Ek .dropdown-menu,
.cid-tpHH3ah9Ek .navbar.opened {
  background: #4479d9 !important;
}
.cid-tpHH3ah9Ek .nav-item:focus,
.cid-tpHH3ah9Ek .nav-link:focus {
  outline: none;
}
.cid-tpHH3ah9Ek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpHH3ah9Ek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpHH3ah9Ek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpHH3ah9Ek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpHH3ah9Ek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpHH3ah9Ek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpHH3ah9Ek .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: #4479d9;
}
.cid-tpHH3ah9Ek .navbar.opened {
  transition: all 0.3s;
}
.cid-tpHH3ah9Ek .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpHH3ah9Ek .navbar .navbar-logo img {
  width: auto;
}
.cid-tpHH3ah9Ek .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpHH3ah9Ek .navbar.collapsed {
  justify-content: center;
}
.cid-tpHH3ah9Ek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpHH3ah9Ek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpHH3ah9Ek .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tpHH3ah9Ek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpHH3ah9Ek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpHH3ah9Ek .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-tpHH3ah9Ek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpHH3ah9Ek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpHH3ah9Ek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpHH3ah9Ek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpHH3ah9Ek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpHH3ah9Ek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpHH3ah9Ek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpHH3ah9Ek .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-tpHH3ah9Ek .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpHH3ah9Ek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpHH3ah9Ek .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpHH3ah9Ek .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpHH3ah9Ek .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpHH3ah9Ek .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpHH3ah9Ek .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpHH3ah9Ek .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpHH3ah9Ek .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpHH3ah9Ek .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpHH3ah9Ek .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-tpHH3ah9Ek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpHH3ah9Ek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpHH3ah9Ek .dropdown-item.active,
.cid-tpHH3ah9Ek .dropdown-item:active {
  background-color: transparent;
}
.cid-tpHH3ah9Ek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpHH3ah9Ek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpHH3ah9Ek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpHH3ah9Ek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tpHH3ah9Ek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpHH3ah9Ek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpHH3ah9Ek ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpHH3ah9Ek .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpHH3ah9Ek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpHH3ah9Ek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpHH3ah9Ek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpHH3ah9Ek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpHH3ah9Ek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpHH3ah9Ek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpHH3ah9Ek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpHH3ah9Ek nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpHH3ah9Ek nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpHH3ah9Ek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpHH3ah9Ek .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpHH3ah9Ek a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpHH3ah9Ek .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-tpHH3ah9Ek .navbar {
    height: 70px;
  }
  .cid-tpHH3ah9Ek .navbar.opened {
    height: auto;
  }
  .cid-tpHH3ah9Ek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpHH3eWFet {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tpHNX4nOMw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHNX4nOMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHNX4nOMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpHNX4nOMw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpHNX4nOMw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tpHNX4nOMw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpHNX7D4vL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHNX7D4vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHNX7D4vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpHNX7D4vL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tpHNX7D4vL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tpHNX7D4vL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpHNX7D4vL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpHNX7D4vL .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-tpHNX7D4vL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpHNX7D4vL .carousel-control,
.cid-tpHNX7D4vL .close {
  background: #1b1b1b;
}
.cid-tpHNX7D4vL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpHNX7D4vL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpHNX7D4vL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpHNX7D4vL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpHNX7D4vL .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-tpHNX7D4vL .close::before {
  content: '\e91a';
}
.cid-tpHNX7D4vL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpHNX7D4vL .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-tpHNX7D4vL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHNX7D4vL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpHNX7D4vL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpHNX7D4vL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpHNX7D4vL .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-tpHNX7D4vL .carousel-indicators li.active,
.cid-tpHNX7D4vL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpHNX7D4vL .carousel-indicators li::after,
.cid-tpHNX7D4vL .carousel-indicators li::before {
  content: none;
}
.cid-tpHNX7D4vL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpHNX7D4vL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpHNX7D4vL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpHNX7D4vL .carousel-indicators {
    display: none;
  }
}
.cid-tpHNX7D4vL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpHNX7D4vL .carousel-inner > .active {
  display: block;
}
.cid-tpHNX7D4vL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpHNX7D4vL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpHNX7D4vL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpHNX7D4vL .carousel-control,
  .cid-tpHNX7D4vL .carousel-indicators,
  .cid-tpHNX7D4vL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpHNX7D4vL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpHNX7D4vL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpHNX7D4vL .carousel-indicators .active,
.cid-tpHNX7D4vL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpHNX7D4vL .carousel-indicators .active {
  background: #fff;
}
.cid-tpHNX7D4vL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpHNX7D4vL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpHNX7D4vL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpHNX7D4vL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpHNX7D4vL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpHNX7D4vL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpHNX7D4vL .carousel {
  width: 100%;
}
.cid-tpHNX7D4vL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpHNX7D4vL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpHNX7D4vL .modal.fade .modal-dialog,
.cid-tpHNX7D4vL .modal.in .modal-dialog {
  transform: none;
}
.cid-tpHNX7D4vL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpHNX7D4vL H6 {
  text-align: center;
}
.cid-tpHNXbM4ix {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tpHNXbM4ix nav.navbar {
  position: fixed;
}
.cid-tpHNXbM4ix .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-tpHNXbM4ix .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpHNXbM4ix .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpHNXbM4ix .dropdown-item:hover,
.cid-tpHNXbM4ix .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpHNXbM4ix .dropdown-item:hover span {
  color: white;
}
.cid-tpHNXbM4ix .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpHNXbM4ix .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpHNXbM4ix .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpHNXbM4ix .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpHNXbM4ix .nav-link {
  position: relative;
}
.cid-tpHNXbM4ix .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpHNXbM4ix .container {
    flex-wrap: nowrap;
  }
}
.cid-tpHNXbM4ix .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpHNXbM4ix .dropdown-menu,
.cid-tpHNXbM4ix .navbar.opened {
  background: #4479d9 !important;
}
.cid-tpHNXbM4ix .nav-item:focus,
.cid-tpHNXbM4ix .nav-link:focus {
  outline: none;
}
.cid-tpHNXbM4ix .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpHNXbM4ix .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpHNXbM4ix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpHNXbM4ix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpHNXbM4ix .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpHNXbM4ix .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpHNXbM4ix .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: #4479d9;
}
.cid-tpHNXbM4ix .navbar.opened {
  transition: all 0.3s;
}
.cid-tpHNXbM4ix .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpHNXbM4ix .navbar .navbar-logo img {
  width: auto;
}
.cid-tpHNXbM4ix .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpHNXbM4ix .navbar.collapsed {
  justify-content: center;
}
.cid-tpHNXbM4ix .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpHNXbM4ix .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpHNXbM4ix .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tpHNXbM4ix .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpHNXbM4ix .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpHNXbM4ix .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-tpHNXbM4ix .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpHNXbM4ix .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpHNXbM4ix .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpHNXbM4ix .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpHNXbM4ix .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpHNXbM4ix .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpHNXbM4ix .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpHNXbM4ix .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-tpHNXbM4ix .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpHNXbM4ix .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpHNXbM4ix .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpHNXbM4ix .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpHNXbM4ix .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpHNXbM4ix .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpHNXbM4ix .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpHNXbM4ix .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpHNXbM4ix .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpHNXbM4ix .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpHNXbM4ix .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-tpHNXbM4ix .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpHNXbM4ix .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpHNXbM4ix .dropdown-item.active,
.cid-tpHNXbM4ix .dropdown-item:active {
  background-color: transparent;
}
.cid-tpHNXbM4ix .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpHNXbM4ix .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpHNXbM4ix .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpHNXbM4ix .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tpHNXbM4ix .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpHNXbM4ix .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpHNXbM4ix ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpHNXbM4ix .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpHNXbM4ix button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpHNXbM4ix button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpHNXbM4ix button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpHNXbM4ix button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpHNXbM4ix button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpHNXbM4ix button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpHNXbM4ix nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpHNXbM4ix nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpHNXbM4ix nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpHNXbM4ix nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpHNXbM4ix .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpHNXbM4ix a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpHNXbM4ix .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-tpHNXbM4ix .navbar {
    height: 70px;
  }
  .cid-tpHNXbM4ix .navbar.opened {
    height: auto;
  }
  .cid-tpHNXbM4ix .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpHNXeaZRf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tquEhja6LF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tquEhja6LF nav.navbar {
  position: fixed;
}
.cid-tquEhja6LF .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-tquEhja6LF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tquEhja6LF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tquEhja6LF .dropdown-item:hover,
.cid-tquEhja6LF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tquEhja6LF .dropdown-item:hover span {
  color: white;
}
.cid-tquEhja6LF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tquEhja6LF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tquEhja6LF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tquEhja6LF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tquEhja6LF .nav-link {
  position: relative;
}
.cid-tquEhja6LF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tquEhja6LF .container {
    flex-wrap: nowrap;
  }
}
.cid-tquEhja6LF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tquEhja6LF .dropdown-menu,
.cid-tquEhja6LF .navbar.opened {
  background: #4479d9 !important;
}
.cid-tquEhja6LF .nav-item:focus,
.cid-tquEhja6LF .nav-link:focus {
  outline: none;
}
.cid-tquEhja6LF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tquEhja6LF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tquEhja6LF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tquEhja6LF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tquEhja6LF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tquEhja6LF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tquEhja6LF .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: #4479d9;
}
.cid-tquEhja6LF .navbar.opened {
  transition: all 0.3s;
}
.cid-tquEhja6LF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tquEhja6LF .navbar .navbar-logo img {
  width: auto;
}
.cid-tquEhja6LF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tquEhja6LF .navbar.collapsed {
  justify-content: center;
}
.cid-tquEhja6LF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tquEhja6LF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tquEhja6LF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tquEhja6LF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tquEhja6LF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tquEhja6LF .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-tquEhja6LF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tquEhja6LF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tquEhja6LF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tquEhja6LF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tquEhja6LF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tquEhja6LF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tquEhja6LF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tquEhja6LF .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-tquEhja6LF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tquEhja6LF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tquEhja6LF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tquEhja6LF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tquEhja6LF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tquEhja6LF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tquEhja6LF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tquEhja6LF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tquEhja6LF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tquEhja6LF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tquEhja6LF .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-tquEhja6LF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tquEhja6LF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tquEhja6LF .dropdown-item.active,
.cid-tquEhja6LF .dropdown-item:active {
  background-color: transparent;
}
.cid-tquEhja6LF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tquEhja6LF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tquEhja6LF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tquEhja6LF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tquEhja6LF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tquEhja6LF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tquEhja6LF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tquEhja6LF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tquEhja6LF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tquEhja6LF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tquEhja6LF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tquEhja6LF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tquEhja6LF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tquEhja6LF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tquEhja6LF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tquEhja6LF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tquEhja6LF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tquEhja6LF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tquEhja6LF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tquEhja6LF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tquEhja6LF .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-tquEhja6LF .navbar {
    height: 70px;
  }
  .cid-tquEhja6LF .navbar.opened {
    height: auto;
  }
  .cid-tquEhja6LF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpHUJCStQ1 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tpHUJCStQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpHUJCStQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpHUJCStQ1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpHUJCStQ1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpHUJCStQ1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpHUJCStQ1 .mbr-text,
.cid-tpHUJCStQ1 .mbr-section-btn {
  text-align: left;
}
.cid-tpHUJCStQ1 .mbr-section-title {
  color: #310af9;
  text-align: center;
}
.cid-tqcNVKn5gZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcNVKn5gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcNVKn5gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcNVKn5gZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqcNVKn5gZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcNVKn5gZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqcNVKn5gZ .mbr-text,
.cid-tqcNVKn5gZ .mbr-section-btn {
  text-align: left;
}
.cid-tqcNVKn5gZ .mbr-section-title {
  color: #310af9;
}
.cid-tqcR6hhdTc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcR6hhdTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcR6hhdTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcR6hhdTc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqcR6hhdTc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcR6hhdTc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqcR6hhdTc .mbr-text,
.cid-tqcR6hhdTc .mbr-section-btn {
  text-align: left;
}
.cid-tqcR6hhdTc .mbr-section-title {
  color: #310af9;
}
.cid-tqcPTPjt4h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcPTPjt4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcPTPjt4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcPTPjt4h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqcPTPjt4h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcPTPjt4h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqcPTPjt4h .mbr-text,
.cid-tqcPTPjt4h .mbr-section-btn {
  text-align: left;
}
.cid-tqcPTPjt4h .mbr-section-title {
  color: #310af9;
}
.cid-tqcRwA0eUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcRwA0eUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcRwA0eUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcRwA0eUV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqcRwA0eUV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcRwA0eUV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqcRwA0eUV .mbr-text,
.cid-tqcRwA0eUV .mbr-section-btn {
  text-align: left;
}
.cid-tqcRwA0eUV .mbr-section-title {
  color: #310af9;
}
.cid-tqcSpMhUv6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcSpMhUv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcSpMhUv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcSpMhUv6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqcSpMhUv6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcSpMhUv6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqcSpMhUv6 .mbr-text,
.cid-tqcSpMhUv6 .mbr-section-btn {
  text-align: left;
}
.cid-tqcSpMhUv6 .mbr-section-title {
  color: #310af9;
}
.cid-tqcUrI3y8H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcUrI3y8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcUrI3y8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcUrI3y8H .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tqcUrI3y8H .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tqcUrI3y8H .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tqcXRDhEXi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcXRDhEXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcXRDhEXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcXRDhEXi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqcXRDhEXi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcXRDhEXi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqcXRDhEXi .mbr-text,
.cid-tqcXRDhEXi .mbr-section-btn {
  text-align: left;
}
.cid-tqcXRDhEXi .mbr-section-title {
  color: #310af9;
  text-align: left;
}
.cid-tqcYVHaQFE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqcYVHaQFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqcYVHaQFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqcYVHaQFE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqcYVHaQFE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcYVHaQFE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqcYVHaQFE .mbr-text,
.cid-tqcYVHaQFE .mbr-section-btn {
  text-align: left;
}
.cid-tqcYVHaQFE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tqd0Ff7cYM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqd0Ff7cYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqd0Ff7cYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqd0Ff7cYM .mbr-section-title {
  color: #310af9;
}
.cid-tqd0Ff7cYM .mbr-section-subtitle {
  text-align: left;
}
.cid-tqd4tv4hvv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqd4tv4hvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqd4tv4hvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqd4tv4hvv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqd4tv4hvv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqd4tv4hvv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqd4tv4hvv .mbr-text,
.cid-tqd4tv4hvv .mbr-section-btn {
  text-align: left;
}
.cid-tqd4tv4hvv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tqd5PAfMV9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqd5PAfMV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqd5PAfMV9 .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-tqd5PAfMV9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqd5PAfMV9 .row {
  flex-direction: row-reverse;
}
.cid-tqd5PAfMV9 img {
  width: 100%;
}
.cid-tqd6Tubb4V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqd6Tubb4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqd6Tubb4V .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-tqd6Tubb4V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqd6Tubb4V .row {
  flex-direction: row-reverse;
}
.cid-tqd6Tubb4V img {
  width: 100%;
}
.cid-tqd9cTQVjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqd9cTQVjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqd9cTQVjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqd9cTQVjy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tqd9cTQVjy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tqd9cTQVjy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tqd9cTQVjy .mbr-text,
.cid-tqd9cTQVjy .mbr-section-btn {
  text-align: left;
}
.cid-tqd9cTQVjy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tqd9EZGGhr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqd9EZGGhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqd9EZGGhr .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-tqd9EZGGhr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqd9EZGGhr .row {
  flex-direction: row-reverse;
}
.cid-tqd9EZGGhr img {
  width: 100%;
}
.cid-tqdaBuNm0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdaBuNm0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdaBuNm0G .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-tqdaBuNm0G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqdaBuNm0G .row {
  flex-direction: row-reverse;
}
.cid-tqdaBuNm0G img {
  width: 100%;
}
.cid-tqdbwqpH1o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdbwqpH1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdbwqpH1o .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-tqdbwqpH1o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqdbwqpH1o .row {
  flex-direction: row-reverse;
}
.cid-tqdbwqpH1o img {
  width: 100%;
}
.cid-tqddQGvwAo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqddQGvwAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqddQGvwAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqddQGvwAo .mbr-section-title {
  color: #310af9;
}
.cid-tqddQGvwAo .mbr-section-subtitle {
  text-align: left;
}
.cid-tqdd8MIGvA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdd8MIGvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdd8MIGvA .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-tqdd8MIGvA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqdd8MIGvA .row {
  flex-direction: row-reverse;
}
.cid-tqdd8MIGvA img {
  width: 100%;
}
.cid-tqdeYzliUd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdeYzliUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdeYzliUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqdeYzliUd .mbr-section-title {
  color: #310af9;
}
.cid-tqdeYzliUd .mbr-section-subtitle {
  text-align: left;
}
.cid-tqdfNqjvjP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdfNqjvjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdfNqjvjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqdfNqjvjP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tqdfNqjvjP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tqdfNqjvjP .item-wrapper {
  position: relative;
}
.cid-tqdfNqjvjP .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-tqdfNqjvjP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqdfNqjvjP .carousel-control,
.cid-tqdfNqjvjP .close {
  background: #1b1b1b;
}
.cid-tqdfNqjvjP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqdfNqjvjP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqdfNqjvjP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqdfNqjvjP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqdfNqjvjP .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-tqdfNqjvjP .close::before {
  content: '\e91a';
}
.cid-tqdfNqjvjP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqdfNqjvjP .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-tqdfNqjvjP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdfNqjvjP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqdfNqjvjP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqdfNqjvjP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqdfNqjvjP .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-tqdfNqjvjP .carousel-indicators li.active,
.cid-tqdfNqjvjP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqdfNqjvjP .carousel-indicators li::after,
.cid-tqdfNqjvjP .carousel-indicators li::before {
  content: none;
}
.cid-tqdfNqjvjP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqdfNqjvjP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqdfNqjvjP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdfNqjvjP .carousel-indicators {
    display: none;
  }
}
.cid-tqdfNqjvjP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqdfNqjvjP .carousel-inner > .active {
  display: block;
}
.cid-tqdfNqjvjP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdfNqjvjP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqdfNqjvjP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqdfNqjvjP .carousel-control,
  .cid-tqdfNqjvjP .carousel-indicators,
  .cid-tqdfNqjvjP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqdfNqjvjP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqdfNqjvjP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqdfNqjvjP .carousel-indicators .active,
.cid-tqdfNqjvjP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqdfNqjvjP .carousel-indicators .active {
  background: #fff;
}
.cid-tqdfNqjvjP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqdfNqjvjP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqdfNqjvjP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqdfNqjvjP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqdfNqjvjP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqdfNqjvjP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqdfNqjvjP .carousel {
  width: 100%;
}
.cid-tqdfNqjvjP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqdfNqjvjP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqdfNqjvjP .modal.fade .modal-dialog,
.cid-tqdfNqjvjP .modal.in .modal-dialog {
  transform: none;
}
.cid-tqdfNqjvjP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqdfNqjvjP H6 {
  text-align: center;
}
.cid-tqdiuL80ho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdiuL80ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdiuL80ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqdiuL80ho .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tqdiuL80ho .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tqdiuL80ho .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tqdiuL80ho .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqdiuL80ho .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-tqdiuL80ho .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqdiuL80ho .carousel-control,
.cid-tqdiuL80ho .close {
  background: #1b1b1b;
}
.cid-tqdiuL80ho .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqdiuL80ho .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqdiuL80ho .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqdiuL80ho .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqdiuL80ho .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-tqdiuL80ho .close::before {
  content: '\e91a';
}
.cid-tqdiuL80ho .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqdiuL80ho .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-tqdiuL80ho .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdiuL80ho .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqdiuL80ho .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqdiuL80ho .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqdiuL80ho .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-tqdiuL80ho .carousel-indicators li.active,
.cid-tqdiuL80ho .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqdiuL80ho .carousel-indicators li::after,
.cid-tqdiuL80ho .carousel-indicators li::before {
  content: none;
}
.cid-tqdiuL80ho .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqdiuL80ho .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqdiuL80ho .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdiuL80ho .carousel-indicators {
    display: none;
  }
}
.cid-tqdiuL80ho .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqdiuL80ho .carousel-inner > .active {
  display: block;
}
.cid-tqdiuL80ho .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdiuL80ho .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqdiuL80ho .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqdiuL80ho .carousel-control,
  .cid-tqdiuL80ho .carousel-indicators,
  .cid-tqdiuL80ho .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqdiuL80ho .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqdiuL80ho .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqdiuL80ho .carousel-indicators .active,
.cid-tqdiuL80ho .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqdiuL80ho .carousel-indicators .active {
  background: #fff;
}
.cid-tqdiuL80ho .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqdiuL80ho .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqdiuL80ho .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqdiuL80ho .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqdiuL80ho .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqdiuL80ho .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqdiuL80ho .carousel {
  width: 100%;
}
.cid-tqdiuL80ho .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqdiuL80ho .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqdiuL80ho .modal.fade .modal-dialog,
.cid-tqdiuL80ho .modal.in .modal-dialog {
  transform: none;
}
.cid-tqdiuL80ho .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqdiuL80ho H6 {
  text-align: center;
}
.cid-tqdiuL80ho H3 {
  color: #310af9;
}
.cid-tqdiuL80ho H4 {
  text-align: center;
}
.cid-tqdjMW8cyO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdjMW8cyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdjMW8cyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqdjMW8cyO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tqdjMW8cyO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tqdjMW8cyO .item-wrapper {
  position: relative;
}
.cid-tqdjMW8cyO .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-tqdjMW8cyO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqdjMW8cyO .carousel-control,
.cid-tqdjMW8cyO .close {
  background: #1b1b1b;
}
.cid-tqdjMW8cyO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqdjMW8cyO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqdjMW8cyO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqdjMW8cyO .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqdjMW8cyO .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-tqdjMW8cyO .close::before {
  content: '\e91a';
}
.cid-tqdjMW8cyO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqdjMW8cyO .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-tqdjMW8cyO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdjMW8cyO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqdjMW8cyO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqdjMW8cyO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqdjMW8cyO .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-tqdjMW8cyO .carousel-indicators li.active,
.cid-tqdjMW8cyO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqdjMW8cyO .carousel-indicators li::after,
.cid-tqdjMW8cyO .carousel-indicators li::before {
  content: none;
}
.cid-tqdjMW8cyO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqdjMW8cyO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqdjMW8cyO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdjMW8cyO .carousel-indicators {
    display: none;
  }
}
.cid-tqdjMW8cyO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqdjMW8cyO .carousel-inner > .active {
  display: block;
}
.cid-tqdjMW8cyO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdjMW8cyO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqdjMW8cyO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqdjMW8cyO .carousel-control,
  .cid-tqdjMW8cyO .carousel-indicators,
  .cid-tqdjMW8cyO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqdjMW8cyO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqdjMW8cyO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqdjMW8cyO .carousel-indicators .active,
.cid-tqdjMW8cyO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqdjMW8cyO .carousel-indicators .active {
  background: #fff;
}
.cid-tqdjMW8cyO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqdjMW8cyO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqdjMW8cyO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqdjMW8cyO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqdjMW8cyO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqdjMW8cyO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqdjMW8cyO .carousel {
  width: 100%;
}
.cid-tqdjMW8cyO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqdjMW8cyO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqdjMW8cyO .modal.fade .modal-dialog,
.cid-tqdjMW8cyO .modal.in .modal-dialog {
  transform: none;
}
.cid-tqdjMW8cyO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqdjMW8cyO H6 {
  text-align: center;
}
.cid-tqdjMW8cyO H3 {
  color: #310af9;
}
.cid-tqdjMW8cyO H4 {
  text-align: center;
}
.cid-tqdncz4Ih8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdncz4Ih8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdncz4Ih8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqdncz4Ih8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tqdncz4Ih8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tqdncz4Ih8 .item-wrapper {
  position: relative;
}
.cid-tqdncz4Ih8 .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-tqdncz4Ih8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqdncz4Ih8 .carousel-control,
.cid-tqdncz4Ih8 .close {
  background: #1b1b1b;
}
.cid-tqdncz4Ih8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqdncz4Ih8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqdncz4Ih8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqdncz4Ih8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqdncz4Ih8 .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-tqdncz4Ih8 .close::before {
  content: '\e91a';
}
.cid-tqdncz4Ih8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqdncz4Ih8 .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-tqdncz4Ih8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdncz4Ih8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqdncz4Ih8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqdncz4Ih8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqdncz4Ih8 .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-tqdncz4Ih8 .carousel-indicators li.active,
.cid-tqdncz4Ih8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqdncz4Ih8 .carousel-indicators li::after,
.cid-tqdncz4Ih8 .carousel-indicators li::before {
  content: none;
}
.cid-tqdncz4Ih8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqdncz4Ih8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqdncz4Ih8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdncz4Ih8 .carousel-indicators {
    display: none;
  }
}
.cid-tqdncz4Ih8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqdncz4Ih8 .carousel-inner > .active {
  display: block;
}
.cid-tqdncz4Ih8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdncz4Ih8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqdncz4Ih8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqdncz4Ih8 .carousel-control,
  .cid-tqdncz4Ih8 .carousel-indicators,
  .cid-tqdncz4Ih8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqdncz4Ih8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqdncz4Ih8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqdncz4Ih8 .carousel-indicators .active,
.cid-tqdncz4Ih8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqdncz4Ih8 .carousel-indicators .active {
  background: #fff;
}
.cid-tqdncz4Ih8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqdncz4Ih8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqdncz4Ih8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqdncz4Ih8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqdncz4Ih8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqdncz4Ih8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqdncz4Ih8 .carousel {
  width: 100%;
}
.cid-tqdncz4Ih8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqdncz4Ih8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqdncz4Ih8 .modal.fade .modal-dialog,
.cid-tqdncz4Ih8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tqdncz4Ih8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqdncz4Ih8 H6 {
  text-align: center;
}
.cid-tqdncz4Ih8 H3 {
  color: #310af9;
}
.cid-tqdncz4Ih8 H4 {
  text-align: center;
}
.cid-tqdsFeHiHK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqdsFeHiHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqdsFeHiHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqdsFeHiHK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tqdsFeHiHK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tqdsFeHiHK .item-wrapper {
  position: relative;
}
.cid-tqdsFeHiHK .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-tqdsFeHiHK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqdsFeHiHK .carousel-control,
.cid-tqdsFeHiHK .close {
  background: #1b1b1b;
}
.cid-tqdsFeHiHK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqdsFeHiHK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqdsFeHiHK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqdsFeHiHK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqdsFeHiHK .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-tqdsFeHiHK .close::before {
  content: '\e91a';
}
.cid-tqdsFeHiHK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqdsFeHiHK .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-tqdsFeHiHK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdsFeHiHK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqdsFeHiHK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqdsFeHiHK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqdsFeHiHK .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-tqdsFeHiHK .carousel-indicators li.active,
.cid-tqdsFeHiHK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqdsFeHiHK .carousel-indicators li::after,
.cid-tqdsFeHiHK .carousel-indicators li::before {
  content: none;
}
.cid-tqdsFeHiHK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqdsFeHiHK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqdsFeHiHK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdsFeHiHK .carousel-indicators {
    display: none;
  }
}
.cid-tqdsFeHiHK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqdsFeHiHK .carousel-inner > .active {
  display: block;
}
.cid-tqdsFeHiHK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdsFeHiHK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqdsFeHiHK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqdsFeHiHK .carousel-control,
  .cid-tqdsFeHiHK .carousel-indicators,
  .cid-tqdsFeHiHK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqdsFeHiHK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqdsFeHiHK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqdsFeHiHK .carousel-indicators .active,
.cid-tqdsFeHiHK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqdsFeHiHK .carousel-indicators .active {
  background: #fff;
}
.cid-tqdsFeHiHK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqdsFeHiHK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqdsFeHiHK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqdsFeHiHK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqdsFeHiHK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqdsFeHiHK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqdsFeHiHK .carousel {
  width: 100%;
}
.cid-tqdsFeHiHK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqdsFeHiHK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqdsFeHiHK .modal.fade .modal-dialog,
.cid-tqdsFeHiHK .modal.in .modal-dialog {
  transform: none;
}
.cid-tqdsFeHiHK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqdsFeHiHK H6 {
  text-align: center;
}
.cid-tqdsFeHiHK H3 {
  color: #310af9;
}
.cid-tqdsFeHiHK H4 {
  text-align: center;
}
.cid-tpHQH5NRzE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-tqhvtsSzD6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/light-texture2269-2000x1250.jpg");
}
.cid-tqhvtsSzD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqhvtsSzD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqhvtsSzD6 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tqhvtsSzD6 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tqhv9x27bd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tqhv9x27bd nav.navbar {
  position: fixed;
}
.cid-tqhv9x27bd .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-tqhv9x27bd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqhv9x27bd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqhv9x27bd .dropdown-item:hover,
.cid-tqhv9x27bd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tqhv9x27bd .dropdown-item:hover span {
  color: white;
}
.cid-tqhv9x27bd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqhv9x27bd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqhv9x27bd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqhv9x27bd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqhv9x27bd .nav-link {
  position: relative;
}
.cid-tqhv9x27bd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqhv9x27bd .container {
    flex-wrap: nowrap;
  }
}
.cid-tqhv9x27bd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqhv9x27bd .dropdown-menu,
.cid-tqhv9x27bd .navbar.opened {
  background: #4479d9 !important;
}
.cid-tqhv9x27bd .nav-item:focus,
.cid-tqhv9x27bd .nav-link:focus {
  outline: none;
}
.cid-tqhv9x27bd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqhv9x27bd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqhv9x27bd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqhv9x27bd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqhv9x27bd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqhv9x27bd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqhv9x27bd .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: #4479d9;
}
.cid-tqhv9x27bd .navbar.opened {
  transition: all 0.3s;
}
.cid-tqhv9x27bd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqhv9x27bd .navbar .navbar-logo img {
  width: auto;
}
.cid-tqhv9x27bd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqhv9x27bd .navbar.collapsed {
  justify-content: center;
}
.cid-tqhv9x27bd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqhv9x27bd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqhv9x27bd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tqhv9x27bd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqhv9x27bd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqhv9x27bd .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-tqhv9x27bd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqhv9x27bd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqhv9x27bd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqhv9x27bd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqhv9x27bd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqhv9x27bd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqhv9x27bd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqhv9x27bd .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-tqhv9x27bd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqhv9x27bd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqhv9x27bd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqhv9x27bd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqhv9x27bd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqhv9x27bd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tqhv9x27bd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tqhv9x27bd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqhv9x27bd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqhv9x27bd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqhv9x27bd .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-tqhv9x27bd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqhv9x27bd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqhv9x27bd .dropdown-item.active,
.cid-tqhv9x27bd .dropdown-item:active {
  background-color: transparent;
}
.cid-tqhv9x27bd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqhv9x27bd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqhv9x27bd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqhv9x27bd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tqhv9x27bd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqhv9x27bd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqhv9x27bd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqhv9x27bd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqhv9x27bd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqhv9x27bd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tqhv9x27bd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqhv9x27bd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqhv9x27bd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqhv9x27bd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqhv9x27bd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqhv9x27bd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqhv9x27bd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqhv9x27bd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqhv9x27bd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqhv9x27bd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqhv9x27bd .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-tqhv9x27bd .navbar {
    height: 70px;
  }
  .cid-tqhv9x27bd .navbar.opened {
    height: auto;
  }
  .cid-tqhv9x27bd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqhv9GvSJH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-uzcw9zY03g {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uzcw9zY03g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcw9zY03g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcw9zY03g .mbr-section-title {
  color: #4479d9;
}
.cid-uzcw9BvIjK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzcw9BvIjK nav.navbar {
  position: fixed;
}
.cid-uzcw9BvIjK .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-uzcw9BvIjK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzcw9BvIjK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzcw9BvIjK .dropdown-item:hover,
.cid-uzcw9BvIjK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzcw9BvIjK .dropdown-item:hover span {
  color: white;
}
.cid-uzcw9BvIjK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzcw9BvIjK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzcw9BvIjK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzcw9BvIjK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzcw9BvIjK .nav-link {
  position: relative;
}
.cid-uzcw9BvIjK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzcw9BvIjK .container {
    flex-wrap: nowrap;
  }
}
.cid-uzcw9BvIjK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzcw9BvIjK .dropdown-menu,
.cid-uzcw9BvIjK .navbar.opened {
  background: #4479d9 !important;
}
.cid-uzcw9BvIjK .nav-item:focus,
.cid-uzcw9BvIjK .nav-link:focus {
  outline: none;
}
.cid-uzcw9BvIjK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzcw9BvIjK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzcw9BvIjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzcw9BvIjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzcw9BvIjK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzcw9BvIjK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzcw9BvIjK .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: #4479d9;
}
.cid-uzcw9BvIjK .navbar.opened {
  transition: all 0.3s;
}
.cid-uzcw9BvIjK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzcw9BvIjK .navbar .navbar-logo img {
  width: auto;
}
.cid-uzcw9BvIjK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzcw9BvIjK .navbar.collapsed {
  justify-content: center;
}
.cid-uzcw9BvIjK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzcw9BvIjK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzcw9BvIjK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uzcw9BvIjK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzcw9BvIjK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzcw9BvIjK .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-uzcw9BvIjK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzcw9BvIjK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzcw9BvIjK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzcw9BvIjK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzcw9BvIjK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzcw9BvIjK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzcw9BvIjK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzcw9BvIjK .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-uzcw9BvIjK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzcw9BvIjK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzcw9BvIjK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzcw9BvIjK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzcw9BvIjK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzcw9BvIjK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzcw9BvIjK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzcw9BvIjK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzcw9BvIjK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzcw9BvIjK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzcw9BvIjK .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-uzcw9BvIjK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzcw9BvIjK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzcw9BvIjK .dropdown-item.active,
.cid-uzcw9BvIjK .dropdown-item:active {
  background-color: transparent;
}
.cid-uzcw9BvIjK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzcw9BvIjK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzcw9BvIjK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzcw9BvIjK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-uzcw9BvIjK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzcw9BvIjK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzcw9BvIjK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzcw9BvIjK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzcw9BvIjK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzcw9BvIjK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzcw9BvIjK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzcw9BvIjK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcw9BvIjK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcw9BvIjK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzcw9BvIjK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcw9BvIjK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzcw9BvIjK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzcw9BvIjK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcw9BvIjK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzcw9BvIjK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcw9BvIjK .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-uzcw9BvIjK .navbar {
    height: 70px;
  }
  .cid-uzcw9BvIjK .navbar.opened {
    height: auto;
  }
  .cid-uzcw9BvIjK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzcw9DEIN4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-uzcyKAJx8R {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uzcyKAJx8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcyKAJx8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcyKAJx8R .mbr-section-title {
  color: #4479d9;
}
.cid-uzcyKCSVw1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzcyKCSVw1 nav.navbar {
  position: fixed;
}
.cid-uzcyKCSVw1 .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-uzcyKCSVw1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzcyKCSVw1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzcyKCSVw1 .dropdown-item:hover,
.cid-uzcyKCSVw1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzcyKCSVw1 .dropdown-item:hover span {
  color: white;
}
.cid-uzcyKCSVw1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzcyKCSVw1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzcyKCSVw1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzcyKCSVw1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzcyKCSVw1 .nav-link {
  position: relative;
}
.cid-uzcyKCSVw1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzcyKCSVw1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uzcyKCSVw1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzcyKCSVw1 .dropdown-menu,
.cid-uzcyKCSVw1 .navbar.opened {
  background: #4479d9 !important;
}
.cid-uzcyKCSVw1 .nav-item:focus,
.cid-uzcyKCSVw1 .nav-link:focus {
  outline: none;
}
.cid-uzcyKCSVw1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzcyKCSVw1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzcyKCSVw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzcyKCSVw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzcyKCSVw1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzcyKCSVw1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzcyKCSVw1 .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: #4479d9;
}
.cid-uzcyKCSVw1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzcyKCSVw1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzcyKCSVw1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzcyKCSVw1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzcyKCSVw1 .navbar.collapsed {
  justify-content: center;
}
.cid-uzcyKCSVw1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzcyKCSVw1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzcyKCSVw1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uzcyKCSVw1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzcyKCSVw1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzcyKCSVw1 .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-uzcyKCSVw1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzcyKCSVw1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzcyKCSVw1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzcyKCSVw1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzcyKCSVw1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzcyKCSVw1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzcyKCSVw1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzcyKCSVw1 .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-uzcyKCSVw1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzcyKCSVw1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzcyKCSVw1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzcyKCSVw1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzcyKCSVw1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzcyKCSVw1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzcyKCSVw1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzcyKCSVw1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzcyKCSVw1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzcyKCSVw1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzcyKCSVw1 .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-uzcyKCSVw1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzcyKCSVw1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzcyKCSVw1 .dropdown-item.active,
.cid-uzcyKCSVw1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzcyKCSVw1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzcyKCSVw1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzcyKCSVw1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzcyKCSVw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-uzcyKCSVw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzcyKCSVw1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzcyKCSVw1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzcyKCSVw1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzcyKCSVw1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzcyKCSVw1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzcyKCSVw1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzcyKCSVw1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcyKCSVw1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcyKCSVw1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzcyKCSVw1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcyKCSVw1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzcyKCSVw1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzcyKCSVw1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcyKCSVw1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzcyKCSVw1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcyKCSVw1 .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-uzcyKCSVw1 .navbar {
    height: 70px;
  }
  .cid-uzcyKCSVw1 .navbar.opened {
    height: auto;
  }
  .cid-uzcyKCSVw1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzcyKEWR0Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-uzcDHQbuPs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uzcDHQbuPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcDHQbuPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcDHQbuPs .mbr-section-title {
  color: #4479d9;
}
.cid-uzcDHSh3GT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzcDHSh3GT nav.navbar {
  position: fixed;
}
.cid-uzcDHSh3GT .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-uzcDHSh3GT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzcDHSh3GT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzcDHSh3GT .dropdown-item:hover,
.cid-uzcDHSh3GT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzcDHSh3GT .dropdown-item:hover span {
  color: white;
}
.cid-uzcDHSh3GT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzcDHSh3GT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzcDHSh3GT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzcDHSh3GT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzcDHSh3GT .nav-link {
  position: relative;
}
.cid-uzcDHSh3GT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzcDHSh3GT .container {
    flex-wrap: nowrap;
  }
}
.cid-uzcDHSh3GT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzcDHSh3GT .dropdown-menu,
.cid-uzcDHSh3GT .navbar.opened {
  background: #4479d9 !important;
}
.cid-uzcDHSh3GT .nav-item:focus,
.cid-uzcDHSh3GT .nav-link:focus {
  outline: none;
}
.cid-uzcDHSh3GT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzcDHSh3GT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzcDHSh3GT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzcDHSh3GT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzcDHSh3GT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzcDHSh3GT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzcDHSh3GT .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: #4479d9;
}
.cid-uzcDHSh3GT .navbar.opened {
  transition: all 0.3s;
}
.cid-uzcDHSh3GT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzcDHSh3GT .navbar .navbar-logo img {
  width: auto;
}
.cid-uzcDHSh3GT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzcDHSh3GT .navbar.collapsed {
  justify-content: center;
}
.cid-uzcDHSh3GT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzcDHSh3GT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzcDHSh3GT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uzcDHSh3GT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzcDHSh3GT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzcDHSh3GT .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-uzcDHSh3GT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzcDHSh3GT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzcDHSh3GT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzcDHSh3GT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzcDHSh3GT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzcDHSh3GT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzcDHSh3GT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzcDHSh3GT .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-uzcDHSh3GT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzcDHSh3GT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzcDHSh3GT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzcDHSh3GT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzcDHSh3GT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzcDHSh3GT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzcDHSh3GT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzcDHSh3GT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzcDHSh3GT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzcDHSh3GT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzcDHSh3GT .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-uzcDHSh3GT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzcDHSh3GT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzcDHSh3GT .dropdown-item.active,
.cid-uzcDHSh3GT .dropdown-item:active {
  background-color: transparent;
}
.cid-uzcDHSh3GT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzcDHSh3GT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzcDHSh3GT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzcDHSh3GT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-uzcDHSh3GT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzcDHSh3GT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzcDHSh3GT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzcDHSh3GT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzcDHSh3GT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzcDHSh3GT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzcDHSh3GT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzcDHSh3GT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcDHSh3GT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcDHSh3GT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzcDHSh3GT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcDHSh3GT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzcDHSh3GT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzcDHSh3GT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcDHSh3GT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzcDHSh3GT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcDHSh3GT .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-uzcDHSh3GT .navbar {
    height: 70px;
  }
  .cid-uzcDHSh3GT .navbar.opened {
    height: auto;
  }
  .cid-uzcDHSh3GT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzcDHUyQbS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-uzcETHjN2B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uzcETHjN2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcETHjN2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcETHjN2B .mbr-section-title {
  color: #4479d9;
}
.cid-uzcETJpqwr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzcETJpqwr nav.navbar {
  position: fixed;
}
.cid-uzcETJpqwr .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-uzcETJpqwr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzcETJpqwr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzcETJpqwr .dropdown-item:hover,
.cid-uzcETJpqwr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzcETJpqwr .dropdown-item:hover span {
  color: white;
}
.cid-uzcETJpqwr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzcETJpqwr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzcETJpqwr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzcETJpqwr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzcETJpqwr .nav-link {
  position: relative;
}
.cid-uzcETJpqwr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzcETJpqwr .container {
    flex-wrap: nowrap;
  }
}
.cid-uzcETJpqwr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzcETJpqwr .dropdown-menu,
.cid-uzcETJpqwr .navbar.opened {
  background: #4479d9 !important;
}
.cid-uzcETJpqwr .nav-item:focus,
.cid-uzcETJpqwr .nav-link:focus {
  outline: none;
}
.cid-uzcETJpqwr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzcETJpqwr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzcETJpqwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzcETJpqwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzcETJpqwr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzcETJpqwr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzcETJpqwr .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: #4479d9;
}
.cid-uzcETJpqwr .navbar.opened {
  transition: all 0.3s;
}
.cid-uzcETJpqwr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzcETJpqwr .navbar .navbar-logo img {
  width: auto;
}
.cid-uzcETJpqwr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzcETJpqwr .navbar.collapsed {
  justify-content: center;
}
.cid-uzcETJpqwr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzcETJpqwr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzcETJpqwr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uzcETJpqwr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzcETJpqwr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzcETJpqwr .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-uzcETJpqwr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzcETJpqwr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzcETJpqwr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzcETJpqwr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzcETJpqwr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzcETJpqwr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzcETJpqwr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzcETJpqwr .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-uzcETJpqwr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzcETJpqwr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzcETJpqwr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzcETJpqwr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzcETJpqwr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzcETJpqwr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzcETJpqwr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzcETJpqwr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzcETJpqwr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzcETJpqwr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzcETJpqwr .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-uzcETJpqwr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzcETJpqwr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzcETJpqwr .dropdown-item.active,
.cid-uzcETJpqwr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzcETJpqwr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzcETJpqwr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzcETJpqwr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzcETJpqwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-uzcETJpqwr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzcETJpqwr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzcETJpqwr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzcETJpqwr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzcETJpqwr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzcETJpqwr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzcETJpqwr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzcETJpqwr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcETJpqwr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcETJpqwr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzcETJpqwr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcETJpqwr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzcETJpqwr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzcETJpqwr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcETJpqwr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzcETJpqwr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcETJpqwr .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-uzcETJpqwr .navbar {
    height: 70px;
  }
  .cid-uzcETJpqwr .navbar.opened {
    height: auto;
  }
  .cid-uzcETJpqwr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzcETLzNZE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e43f3f;
  overflow: hidden;
}
