body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f2100a !important;
}
.bg-success {
  background-color: #006b54 !important;
}
.bg-info {
  background-color: #cbb6f2 !important;
}
.bg-warning {
  background-color: #ffcc1a !important;
}
.bg-danger {
  background-color: #dac5b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2100a !important;
  border-color: #f2100a !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: #f2100a !important;
  border-color: #9f0a07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f0a07 !important;
  border-color: #9f0a07 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !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: #ffa4bc !important;
  border-color: #ff4d7c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d7c !important;
  border-color: #ff4d7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !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: #cbb6f2 !important;
  border-color: #976ce5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #976ce5 !important;
  border-color: #976ce5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006b54 !important;
  border-color: #006b54 !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: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !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: #dac5b1 !important;
  border-color: #be9976 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be9976 !important;
  border-color: #be9976 !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: #fafafa !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: #232323 !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: #f2100a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f0a07 !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: #f2100a !important;
  border-color: #f2100a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4d7c !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: #ffa4bc !important;
  border-color: #ffa4bc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbb6f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #976ce5 !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: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001410 !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: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dac5b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be9976 !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: #dac5b1 !important;
  border-color: #dac5b1 !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: #f2100a !important;
}
.text-secondary {
  color: #ffa4bc !important;
}
.text-success {
  color: #006b54 !important;
}
.text-info {
  color: #cbb6f2 !important;
}
.text-warning {
  color: #ffcc1a !important;
}
.text-danger {
  color: #dac5b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #900a06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3e71 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000504 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8d5fe3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9926c !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: #f2100a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbb6f2;
}
.alert-warning {
  background-color: #ffcc1a;
}
.alert-danger {
  background-color: #dac5b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2100a;
  border-color: #f2100a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2100a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdcccb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ebb8;
}
.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: #fff9e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', 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: #f2100a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', 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: #f2100a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2100a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2100a;
}
.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: #f2100a;
  border-bottom-color: #f2100a;
}
.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: #f2100a !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: #ffa4bc !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='%23f2100a' %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-uh9Y9zokx7 {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-uh9Y9zokx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh9Y9zokx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh9Y9zokx7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uh9Y9zokx7 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uh9Y9zokx7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uh9Y9zokx7 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uh9Y9zokx7 .container {
    padding: 0 24px;
  }
}
.cid-uh9Y9zokx7 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uh9Y9zokx7 .content-wrapper {
    padding: 0;
  }
}
.cid-uh9Y9zokx7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uh9Y9zokx7 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uh9Y9zokx7 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uh9Y9zokx7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uh9Y9zokx7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uh9Y9zokx7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uh9Y9zokx7 .mbr-section-title {
  color: #ffffff;
}
.cid-uh9Y9zokx7 .mbr-desc,
.cid-uh9Y9zokx7 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uh9Y9zokx7 .mbr-text,
.cid-uh9Y9zokx7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uh9Y9zokx7 .mbr-section-title,
.cid-uh9Y9zokx7 .mbr-section-btn {
  text-align: center;
}
.cid-uC6gMIGBEp {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-image: url("../../../assets/images/mbr-1904x1920.png");
}
.cid-uC6gMIGBEp .accordion .card {
  overflow: visible;
}
.cid-uC6gMIGBEp .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
}
.cid-uC6gMIGBEp .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uC6gMIGBEp .panel-text {
  padding: 1rem;
  color: #000000;
}
.cid-uC6gMIGBEp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uC6gMIGBEp .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uC6gMIGBEp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uC6gMIGBEp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uC6gMIGBEp .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uC6gMIGBEp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uC6gMIGBEp .card .panel-body {
  color: #767676;
}
.cid-uC6gMIGBEp .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uC6gMIGBEp H4 {
  color: #000000;
}
.cid-uC6gMIGBEp H2 {
  color: #000000;
}
.cid-uDkFZEkV1b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uDkFZEkV1b .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uDkFZEkV1b .panel-group {
  border: none;
}
.cid-uDkFZEkV1b .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDkFZEkV1b .card-header {
    padding: 0rem;
  }
}
.cid-uDkFZEkV1b .card {
  border: solid 1px #f2100a;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uDkFZEkV1b .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uDkFZEkV1b .card {
    padding: 1rem;
  }
}
.cid-uDkFZEkV1b .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uDkFZEkV1b .img-col {
  padding: 0;
}
.cid-uDkFZEkV1b .img-item {
  height: 100%;
}
.cid-uDkFZEkV1b img {
  height: 100%;
  object-fit: cover;
}
.cid-uDkFZEkV1b .collapsed span {
  transform: rotate(0deg);
}
.cid-uDkFZEkV1b .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDkFZEkV1b p {
  margin-bottom: 0.3rem;
}
.cid-uDkFZEkV1b .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uDkFZEkV1b .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uDkFZEkV1b .panel-text {
  color: #000000;
}
.cid-uDkFZEkV1b .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uDkFZEkV1b .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uDkFZEkV1b .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uDkFZEkV1b .panel-title-edit,
.cid-uDkFZEkV1b .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uDkFZEkV1b .mbr-section-title,
.cid-uDkFZEkV1b .mbr-section-subtitle {
  background: #f2100a;
  display: inline;
}
.cid-uDkFZEkV1b .mbr-section-subtitle,
.cid-uDkFZEkV1b .align {
  color: #ffffff;
}
.cid-uDkFZEkV1b .mbr-section-title,
.cid-uDkFZEkV1b .align {
  color: #ffffff;
}
.cid-uDkFZEkV1b .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f2100a;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uDkFZEkV1b .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDqLkfrHXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDqLkfrHXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqLkfrHXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDqLkfrHXO .image-wrapper {
    flex-direction: column;
  }
  .cid-uDqLkfrHXO .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uDqLkfrHXO img {
  width: 150px;
  margin: 1rem;
}
.cid-uDqLkfrHXO .mbr-description {
  color: #000000;
  text-align: left;
}
.cid-v0I8mVyyt5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1071.jpg");
}
.cid-v0I8mVyyt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0I8mVyyt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v0I8mVyyt5 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v0I8mVyyt5 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0I8mVyyt5 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-v0I8mVyyt5 .card-wrapper {
  background: #ffffff;
}
.cid-v0I8mVyyt5 .mbr-text,
.cid-v0I8mVyyt5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v0I8mVyyt5 .card-title,
.cid-v0I8mVyyt5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uC6hlWulBB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uC6hlWulBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6hlWulBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6hlWulBB .row {
  justify-content: space-between;
}
.cid-uC6hlWulBB .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uC6hlWulBB .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uC6hlWulBB .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uC6hlWulBB .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC6hlWulBB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uC6hlWulBB .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uC6hlWulBB .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uC6hlWulBB .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uC6hlWulBB .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-uC6hlWulBB .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uC6hlWulBB .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uC6hlWulBB .dragArea.row .form-group .form-control:hover,
.cid-uC6hlWulBB .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uC6hlWulBB .dragArea.row .form-group .form-control::placeholder {
  color: #f2100a;
}
.cid-uC6hlWulBB .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uC6hlWulBB .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uC6hlWulBB .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2100a;
  border-color: #f2100a;
  border-radius: 0;
}
.cid-uC6hlWulBB .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uC6hlWulBB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uC6hlWulBB .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uC6hlWulBB .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC6hlWulBB .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uC6hlWulBB .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uC6hlWulBB .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uC6hlWulBB .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC6hlWulBB .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uC6hlWulBB .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-uC6hlWulBB .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-uC6hlWulBB .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uC6hlWulBB .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uC6hlWulBB .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC6hlWulBB .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uC6hlWulBB .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uC6hlWulBB .mbr-section-title {
  color: #000000;
}
.cid-uC6hlWulBB .mbr-text {
  color: #000000;
}
.cid-uC6hlWulBB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6hlWulBB .list {
  color: #000000;
}
.cid-uC6hlWulBB .mbr-desc {
  color: #000000;
}
.cid-uC6hlWulBB label {
  color: #000000;
}
.cid-uCbJfXIzEM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1449x1920.png");
}
.cid-uCbJfXIzEM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCbJfXIzEM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uCbJfXIzEM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uCbJfXIzEM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCbJfXIzEM .row {
  margin: 0;
}
.cid-uCbJfXIzEM .card {
  padding: 3rem;
  border: 1px solid #f2100a !important;
}
@media (max-width: 767px) {
  .cid-uCbJfXIzEM .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uCbJfXIzEM h3 {
  margin-bottom: 3rem !important;
}
.cid-uCbJfXIzEM .content-head {
  max-width: 800px;
}
.cid-uCbJfXIzEM textarea {
  min-height: 200px;
}
.cid-uCbJfXIzEM input,
.cid-uCbJfXIzEM textarea {
  border: 1px solid #f2100a !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uCbJfXIzEM .mbr-section-title {
  color: #221b35;
}
.cid-uCbJfXIzEM LABEL {
  color: #221b35;
}
.cid-uC6h3wu0NT {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uC6h3wu0NT .section-head {
  margin-bottom: 80px;
}
.cid-uC6h3wu0NT .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-uC6h3wu0NT .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-uC6h3wu0NT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-uC6h3wu0NT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uC6h3wu0NT .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-uC6h3wu0NT .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-uC6h3wu0NT .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uC6h3wu0NT .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-uC6h3wu0NT .panel-body,
.cid-uC6h3wu0NT .card-header {
  padding: 8px 0 15px;
}
.cid-uC6h3wu0NT .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-t02Q1yDW2K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fef1e5;
  overflow: hidden;
}
.cid-t02Q1yDW2K .mbr-text {
  color: #002549;
}
.cid-t02Q1yDW2K .media-container-row .mbr-text {
  color: #000000;
}
.cid-uCbFBbHw4H {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef1e5;
}
.cid-uCbFBbHw4H .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCbFBbHw4H .mbr-section-title {
  text-align: center;
}
.cid-uCbFBbHw4H .title {
  padding: 20px 1rem;
}
.cid-uCbFBbHw4H .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-uCbFBbHw4H .title1 {
  padding: 13px 1rem;
}
.cid-uCbFBbHw4H .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-uCbFBbHw4H .title2 {
  padding: 13px 1rem;
}
.cid-uCbFBbHw4H .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
.cid-t02Q1yDW2K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fef1e5;
  overflow: hidden;
}
.cid-t02Q1yDW2K .mbr-text {
  color: #002549;
}
.cid-t02Q1yDW2K .media-container-row .mbr-text {
  color: #000000;
}
.cid-uDBtFjdxFk {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef1e5;
}
.cid-uDBtFjdxFk .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uDBtFjdxFk .mbr-section-title {
  text-align: center;
}
.cid-uDBtFjdxFk .title {
  padding: 20px 1rem;
}
.cid-uDBtFjdxFk .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-uDBtFjdxFk .title1 {
  padding: 13px 1rem;
}
.cid-uDBtFjdxFk .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-uDBtFjdxFk .title2 {
  padding: 13px 1rem;
}
.cid-uDBtFjdxFk .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
.cid-uDBtFjQun8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fef1e5;
  overflow: hidden;
}
.cid-uDBtFjQun8 .mbr-text {
  color: #002549;
}
.cid-uDBtFjQun8 .media-container-row .mbr-text {
  color: #000000;
}
