body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 10.625rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.28125rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 6.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 8.28125rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.375rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 8.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.4375rem;
    font-size: calc( 4.3687499999999995rem + (10.625 - 4.3687499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -1vw;
  }
  .display-2 {
    font-size: 5.3rem;
    font-size: calc( 2.96875rem + (6.625 - 2.96875) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.75vw;
  }
  .display-4 {
    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-5 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.5vw;
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #495dff !important;
}
.bg-success {
  background-color: #c5e8c0 !important;
}
.bg-info {
  background-color: #e2d7ff !important;
}
.bg-warning {
  background-color: #ff9081 !important;
}
.bg-danger {
  background-color: #ce5545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #495dff !important;
  border-color: #495dff !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: #001bf1 !important;
  border-color: #001bf1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001bf1 !important;
  border-color: #001bf1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
  color: #806650 !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: #ccbbad !important;
  border-color: #ccbbad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #806650 !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
}
.btn-info,
.btn-info:active {
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
  color: #3b00d7 !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: #a380ff !important;
  border-color: #a380ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b00d7 !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
  color: #377c2d !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: #8bd180 !important;
  border-color: #8bd180 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #377c2d !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
  color: #ffffff !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: #ff442a !important;
  border-color: #ff442a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ce5545 !important;
  border-color: #ce5545 !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: #953427 !important;
  border-color: #953427 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !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: #495dff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001bf1 !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: #495dff !important;
  border-color: #495dff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede7e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccbbad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #806650 !important;
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2d7ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a380ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3b00d7 !important;
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c5e8c0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8bd180 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #377c2d !important;
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff442a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ce5545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #953427 !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: #ce5545 !important;
  border-color: #ce5545 !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: #495dff !important;
}
.text-secondary {
  color: #ede7e2 !important;
}
.text-success {
  color: #c5e8c0 !important;
}
.text-info {
  color: #e2d7ff !important;
}
.text-warning {
  color: #ff9081 !important;
}
.text-danger {
  color: #ce5545 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0019e2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6b3a3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #80cd75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9871ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff361b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #893024 !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: #495dff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2d7ff;
}
.alert-warning {
  background-color: #ff9081;
}
.alert-danger {
  background-color: #ce5545;
}
.mbr-gallery-filter li.active .btn {
  background-color: #495dff;
  border-color: #495dff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #495dff;
}
.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: #ffffff;
}
.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: #f9e9e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #495dff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #495dff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #495dff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #495dff;
}
.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: #495dff;
  border-bottom-color: #495dff;
}
.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: #495dff !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: #ede7e2 !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='%23495dff' %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-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.8vw;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0 5.3vw;
  }
}
.row {
  margin-left: -0.7vw;
  margin-right: -0.7vw;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .row > [class*="col"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 66px;
  padding: 22px 38px;
  border-radius: 100rem !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .6s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  overflow: hidden;
}
.custom-section-btn .btn-transform {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 100%;
  animation: btn-move-out 0.6s ease-in-out;
}
.custom-section-btn .btn-primary {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #495dff;
  transition: .6s all;
}
.custom-section-btn .btn-primary:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-primary:hover:after {
  left: 100%;
}
.custom-section-btn .btn-white {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #ede7e2;
  transition: .6s all;
}
.custom-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-white:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black {
  color: #FFFFFF !important;
  background: #495dff !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #000000;
  transition: .6s all;
}
.custom-section-btn .btn-black:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black-outline {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #FFFFFF;
  transition: .6s all;
}
.custom-section-btn .btn-black-outline:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black-outline:hover:after {
  left: 100%;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
    z-index: 2;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(-100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-100%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.form-wrapper form {
  width: 100%;
}
.form-wrapper form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.form-wrapper form p {
  color: #000000;
}
.form-wrapper form .mbr-section-btn {
  text-align: right;
  justify-content: flex-end;
  margin-right: auto;
}
.form-wrapper form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.form-wrapper form .form-control {
  height: 62px;
  border: 1px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 20px 32px;
  font-size: 18px;
  line-height: normal !important;
  color: #000000;
  font-weight: 500;
}
.form-wrapper form .form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-wrapper form .form-control::-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-ms-input-placeholder {
  color: #757575;
}
.form-wrapper form select {
  color: #757575 !important;
}
.form-wrapper form textarea {
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 32px !important;
  resize: none;
}
.form-wrapper form textarea::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input,
.form-wrapper form textarea {
  transition: .5s all;
}
.form-wrapper form input:active,
.form-wrapper form textarea:active,
.form-wrapper form input:focus,
.form-wrapper form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.form-wrapper form input:active::-webkit-input-placeholder,
.form-wrapper form textarea:active::-webkit-input-placeholder,
.form-wrapper form input:focus::-webkit-input-placeholder,
.form-wrapper form textarea:focus::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active::-moz-placeholder,
.form-wrapper form textarea:active::-moz-placeholder,
.form-wrapper form input:focus::-moz-placeholder,
.form-wrapper form textarea:focus::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-moz-placeholder,
.form-wrapper form textarea:active:-moz-placeholder,
.form-wrapper form input:focus:-moz-placeholder,
.form-wrapper form textarea:focus:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-ms-input-placeholder,
.form-wrapper form textarea:active:-ms-input-placeholder,
.form-wrapper form input:focus:-ms-input-placeholder,
.form-wrapper form textarea:focus:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form-wrapper form .row [class*=col] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.form-wrapper form label {
  width: 100%;
  color: #000000;
  margin-bottom: 0.5rem;
}
.form-wrapper form .form-check-input {
  border-color: #757575 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.form-wrapper form .form-check-input:focus,
.form-wrapper form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.form-wrapper form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #757575 !important;
}
.cid-tlJMHuLRwh {
  z-index: 1000;
  width: 100%;
}
.cid-tlJMHuLRwh nav.navbar {
  position: fixed;
}
.cid-tlJMHuLRwh .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-tlJMHuLRwh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlJMHuLRwh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlJMHuLRwh .dropdown-item:hover,
.cid-tlJMHuLRwh .dropdown-item:focus {
  background: #495dff !important;
  color: white !important;
}
.cid-tlJMHuLRwh .dropdown-item:hover span {
  color: white;
}
.cid-tlJMHuLRwh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlJMHuLRwh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlJMHuLRwh .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlJMHuLRwh .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlJMHuLRwh .nav-link {
  position: relative;
}
.cid-tlJMHuLRwh .container {
  display: flex;
  margin: auto;
}
.cid-tlJMHuLRwh .dropdown-menu,
.cid-tlJMHuLRwh .navbar.opened {
  background: #cfbcff !important;
}
.cid-tlJMHuLRwh .nav-item:focus,
.cid-tlJMHuLRwh .nav-link:focus {
  outline: none;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlJMHuLRwh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlJMHuLRwh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlJMHuLRwh .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-tlJMHuLRwh .navbar.opened {
  transition: all 0.3s;
}
.cid-tlJMHuLRwh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlJMHuLRwh .navbar .navbar-logo img {
  width: auto;
}
.cid-tlJMHuLRwh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlJMHuLRwh .navbar.collapsed {
  justify-content: center;
}
.cid-tlJMHuLRwh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlJMHuLRwh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tlJMHuLRwh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlJMHuLRwh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlJMHuLRwh .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-tlJMHuLRwh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlJMHuLRwh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlJMHuLRwh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlJMHuLRwh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlJMHuLRwh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlJMHuLRwh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlJMHuLRwh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlJMHuLRwh .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-tlJMHuLRwh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlJMHuLRwh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlJMHuLRwh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlJMHuLRwh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlJMHuLRwh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlJMHuLRwh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlJMHuLRwh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlJMHuLRwh .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-tlJMHuLRwh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tlJMHuLRwh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJMHuLRwh .dropdown-item.active,
.cid-tlJMHuLRwh .dropdown-item:active {
  background-color: transparent;
}
.cid-tlJMHuLRwh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlJMHuLRwh .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlJMHuLRwh .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlJMHuLRwh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cfbcff;
}
.cid-tlJMHuLRwh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlJMHuLRwh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlJMHuLRwh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlJMHuLRwh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlJMHuLRwh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlJMHuLRwh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJMHuLRwh .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-tlJMHuLRwh .navbar {
    height: 70px;
  }
  .cid-tlJMHuLRwh .navbar.opened {
    height: auto;
  }
  .cid-tlJMHuLRwh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlJMHuLRwh .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-tlJMHuLRwh .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: rgba(207, 188, 255, 0.2);
}
.cid-tlJMHuLRwh .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-tlJMHuLRwh .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #cfbcff !important;
}
@media (max-width: 991px) {
  .cid-tlJMHuLRwh .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-tlJMHuLRwh .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tlJMHuLRwh .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tlJMHuLRwh .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tlJMHuLRwh .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
.cid-tlJMHuLRwh .navbar-collapse {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding-top: 6vw;
}
.cid-tlJMHuLRwh .navbar-nav {
  border: none;
  background: transparent;
}
.cid-tlJMHuLRwh .navbar-nav .nav-item {
  margin: 0 !important;
}
.cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0;
  font-size: 76px;
  justify-content: flex-start;
}
.cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ede7e2 !important;
}
.cid-tlJMHuLRwh .mbr-section-btn {
  margin-top: 70px;
  text-align: left;
}
.cid-tlJMHuLRwh .btn-container {
  display: none;
}
@media (max-width: 991px) {
  .cid-tlJMHuLRwh .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-tlJMHuLRwh .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-tlJMHuLRwh .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-tlJMHuLRwh .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-tlJMHuLRwh .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-tlJMHuLRwh .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-tlJMHuLRwh .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-tlJMHuLRwh .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-tlJMHuLRwh .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tlJMIKbuHg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-tlJMIKbuHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJMIKbuHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJMIKbuHg .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tlJMIKbuHg .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tlJMIKbuHg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tlJMIKbuHg .mbr-section-subtitle {
  color: #dfcefd;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-tlJMIKbuHg .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tlJMIKbuHg .mbr-section-title-3 {
  color: #ffffff;
}
.cid-tlJMIKbuHg .mbr-section-title-1 {
  color: #dfcefd;
}
.cid-tlJO4FXRhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  position: relative;
}
.cid-tlJO4FXRhZ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #434343;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJO4FXRhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJO4FXRhZ .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-tlJO4FXRhZ .container {
    padding: 0 !important;
  }
}
.cid-tlJO4FXRhZ .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tlJO4FXRhZ .mbr-section-title {
  color: #dfcefd;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .mbr-section-title {
    text-align: left;
  }
}
.cid-tlJO4FXRhZ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tlJO4FXRhZ .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #dfcefd;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-tlJO4FXRhZ .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #dfcefd;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-tlJO4FXRhZ .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-tlJO4FXRhZ .card:not(:first-child) {
  border-top: 1px solid #dfcefd;
}
.cid-tlJO4FXRhZ .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tlJO4FXRhZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-tlJO4FXRhZ .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-tlJO4FXRhZ .panel-title-edit {
  color: #dfcefd;
  margin-right: 1rem;
}
.cid-tlJO4FXRhZ .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJO4FXRhZ .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tlJO4FXRhZ .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #dfcefd;
  border: 1px solid #dfcefd;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-tlJO4FXRhZ .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-tlJO4FXRhZ .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-tlJO4FXRhZ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tlJO4FXRhZ .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #dfcefd;
  }
}
.cid-tlJO4FXRhZ .panel-collapse:not(.collapse) .panel-body {
  background-color: #000000;
}
.cid-tlJO4FXRhZ .panel-collapse.show .panel-body {
  background-color: #000000;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tlJO4FXRhZ .panel-text {
  color: #dfcefd;
}
.cid-tBhFd9Uq5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150d1d;
}
.cid-tBhFd9Uq5J .mbr-text {
  color: #dfcefd;
}
.cid-tBhFd9Uq5J .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-tBhFd9Uq5J .mbr-section-title {
  color: #dfcefd;
  padding-bottom: 1rem;
}
.cid-tBhFd9Uq5J .line {
  width: 100%;
  border-bottom: 2px solid #625673;
  padding-top: 2rem;
  margin-bottom: 3rem;
}
.cid-tBhFd9Uq5J .row {
  justify-content: space-between;
}
.cid-tBhFd9Uq5J p {
  line-height: 1.2;
}
.cid-tBhFd9Uq5J .mbr-section-maintitle {
  color: #dfcefd;
  text-align: center;
}
.cid-tC2wdKGT5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tC2wdKGT5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC2wdKGT5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC2wdKGT5p .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC2wdKGT5p .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC2wdKGT5p .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC2wdKGT5p .container {
    padding: 0 20px;
  }
  .cid-tC2wdKGT5p .container .row {
    padding: 0;
  }
}
.cid-tC2wdKGT5p .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tC2wdKGT5p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tC2wdKGT5p .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tC2wdKGT5p .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tC2wdKGT5p .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC2wdKGT5p .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tC2wdKGT5p .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tC2wdKGT5p .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tC2wdKGT5p .mbr-section-title {
  color: #222222;
}
.cid-tC2wdKGT5p .mbr-text {
  color: #222222;
}
.cid-tC2wdKGT5p .mbr-section-title,
.cid-tC2wdKGT5p .mbr-section-btn {
  color: #757575;
}
.cid-tBhKps23Wy {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tBhKps23Wy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dfcefd;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tBhKps23Wy .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBhKps23Wy .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tBhKps23Wy .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBhKps23Wy .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tBhKps23Wy .mbr-text {
  color: #000000;
}
.cid-tC2vMj2r4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tC2vMj2r4R .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tC2vMj2r4R .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tC2vMj2r4R .card-title {
  color: #45494E;
}
.cid-tC2vMj2r4R .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tC2vMj2r4R .mbr-text {
    margin-top: 24px;
  }
}
.cid-tC2vMj2r4R .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC2vMj2r4R .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tC2vMj2r4R .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tC2vMj2r4R .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tC2vMj2r4R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC2vMj2r4R .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC2vMj2r4R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC2vMj2r4R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBhIsVUBbl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-tBhIsVUBbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBhIsVUBbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBhIsVUBbl .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tBhIsVUBbl .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBhIsVUBbl .container-fluid .row {
  padding: 0;
}
.cid-tBhIsVUBbl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBhIsVUBbl .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-tBhIsVUBbl .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tBhIsVUBbl .list .item-wrap:hover {
  opacity: .5;
}
.cid-tBhIsVUBbl .mbr-section-btn {
  width: 100%;
}
.cid-tBhIsVUBbl .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tBhIsVUBbl .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #495DFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tBhIsVUBbl .copyright {
    padding: 32px 0;
  }
}
.cid-tBhIsVUBbl .mbr-section-title {
  color: #495DFF;
}
.cid-tBXdRt5sOR {
  z-index: 1000;
  width: 100%;
}
.cid-tBXdRt5sOR nav.navbar {
  position: fixed;
}
.cid-tBXdRt5sOR .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-tBXdRt5sOR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBXdRt5sOR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBXdRt5sOR .dropdown-item:hover,
.cid-tBXdRt5sOR .dropdown-item:focus {
  background: #495dff !important;
  color: white !important;
}
.cid-tBXdRt5sOR .dropdown-item:hover span {
  color: white;
}
.cid-tBXdRt5sOR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBXdRt5sOR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBXdRt5sOR .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBXdRt5sOR .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBXdRt5sOR .nav-link {
  position: relative;
}
.cid-tBXdRt5sOR .container {
  display: flex;
  margin: auto;
}
.cid-tBXdRt5sOR .dropdown-menu,
.cid-tBXdRt5sOR .navbar.opened {
  background: #cfbcff !important;
}
.cid-tBXdRt5sOR .nav-item:focus,
.cid-tBXdRt5sOR .nav-link:focus {
  outline: none;
}
.cid-tBXdRt5sOR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBXdRt5sOR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBXdRt5sOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBXdRt5sOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBXdRt5sOR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBXdRt5sOR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBXdRt5sOR .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-tBXdRt5sOR .navbar.opened {
  transition: all 0.3s;
}
.cid-tBXdRt5sOR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBXdRt5sOR .navbar .navbar-logo img {
  width: auto;
}
.cid-tBXdRt5sOR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBXdRt5sOR .navbar.collapsed {
  justify-content: center;
}
.cid-tBXdRt5sOR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBXdRt5sOR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBXdRt5sOR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBXdRt5sOR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBXdRt5sOR .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-tBXdRt5sOR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBXdRt5sOR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBXdRt5sOR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBXdRt5sOR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBXdRt5sOR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBXdRt5sOR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBXdRt5sOR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBXdRt5sOR .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-tBXdRt5sOR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBXdRt5sOR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBXdRt5sOR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBXdRt5sOR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBXdRt5sOR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBXdRt5sOR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBXdRt5sOR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBXdRt5sOR .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-tBXdRt5sOR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tBXdRt5sOR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBXdRt5sOR .dropdown-item.active,
.cid-tBXdRt5sOR .dropdown-item:active {
  background-color: transparent;
}
.cid-tBXdRt5sOR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBXdRt5sOR .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBXdRt5sOR .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBXdRt5sOR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cfbcff;
}
.cid-tBXdRt5sOR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBXdRt5sOR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBXdRt5sOR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBXdRt5sOR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBXdRt5sOR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBXdRt5sOR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-tBXdRt5sOR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBXdRt5sOR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXdRt5sOR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXdRt5sOR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBXdRt5sOR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXdRt5sOR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBXdRt5sOR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBXdRt5sOR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXdRt5sOR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBXdRt5sOR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBXdRt5sOR .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-tBXdRt5sOR .navbar {
    height: 70px;
  }
  .cid-tBXdRt5sOR .navbar.opened {
    height: auto;
  }
  .cid-tBXdRt5sOR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBXdRt5sOR .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-tBXdRt5sOR .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: rgba(207, 188, 255, 0.2);
}
.cid-tBXdRt5sOR .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-tBXdRt5sOR .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #cfbcff !important;
}
@media (max-width: 991px) {
  .cid-tBXdRt5sOR .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-tBXdRt5sOR .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXdRt5sOR .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXdRt5sOR .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXdRt5sOR .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
.cid-tBXdRt5sOR .navbar-collapse {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding-top: 6vw;
}
.cid-tBXdRt5sOR .navbar-nav {
  border: none;
  background: transparent;
}
.cid-tBXdRt5sOR .navbar-nav .nav-item {
  margin: 0 !important;
}
.cid-tBXdRt5sOR .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0;
  font-size: 76px;
  justify-content: flex-start;
}
.cid-tBXdRt5sOR .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ede7e2 !important;
}
.cid-tBXdRt5sOR .mbr-section-btn {
  margin-top: 70px;
  text-align: left;
}
.cid-tBXdRt5sOR .btn-container {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBXdRt5sOR .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-tBXdRt5sOR .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-tBXdRt5sOR .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-tBXdRt5sOR .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tBXdRt5sOR .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-tBXdRt5sOR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-tBXdRt5sOR .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-tBXdRt5sOR .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-tBXdRt5sOR .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-tBXdRt5sOR .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-tBXdRt5sOR .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-tBXdRt5sOR .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-tBXdRt5sOR .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tBXdRuTEWH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1019219898-612x408.jpg");
}
.cid-tBXdRuTEWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXdRuTEWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXdRuTEWH .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-tBXdRuTEWH .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tBXdRuTEWH .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tBXdRuTEWH .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tBXdRuTEWH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tBXdRuTEWH .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBXdRuTEWH .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tBXdRuTEWH .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tBXdRuTEWH .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tBXdRuTEWH .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tBXdRuTEWH .mbr-section-subtitle {
  color: #dfcefd;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-tBXdRuTEWH .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tBXdRuTEWH .mbr-section-title-3 {
  color: #ffffff;
}
.cid-tBXdRuTEWH .mbr-section-title-1 {
  color: #dfcefd;
}
.cid-tBXdRDqRz4 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tBXdRDqRz4 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dfcefd;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tBXdRDqRz4 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXdRDqRz4 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXdRDqRz4 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXdRDqRz4 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXdRDqRz4 .mbr-text {
  color: #000000;
}
.cid-tBXeroTBXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tBXeroTBXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXeroTBXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXeroTBXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBXeroTBXU .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBXeroTBXU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBXeroTBXU .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tBXeroTBXU .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tBXeroTBXU .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-tBXeroTBXU .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-tBXeroTBXU .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBXeroTBXU .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tBXeroTBXU .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-tBXeroTBXU .title-wrapper .mbr-name {
  margin-bottom: 0;
  position: relative;
}
.cid-tBXeroTBXU .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tBXeroTBXU .title-wrapper::before {
    display: none;
  }
}
.cid-tBXeroTBXU .mbr-section-subtitle {
  color: #000000;
}
.cid-tBXeroTBXU .mbr-section-title {
  color: #000000;
}
.cid-tBXeroTBXU .mbr-name {
  color: #a8a8a8;
}
.cid-tBXeroTBXU .mbr-section-subtitle,
.cid-tBXeroTBXU .subtitle-wrapper {
  color: #000000;
}
.cid-tC2wvgBweQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tC2wvgBweQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC2wvgBweQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC2wvgBweQ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC2wvgBweQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC2wvgBweQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC2wvgBweQ .container {
    padding: 0 20px;
  }
  .cid-tC2wvgBweQ .container .row {
    padding: 0;
  }
}
.cid-tC2wvgBweQ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tC2wvgBweQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tC2wvgBweQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tC2wvgBweQ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tC2wvgBweQ .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC2wvgBweQ .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tC2wvgBweQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tC2wvgBweQ .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tC2wvgBweQ .mbr-section-title {
  color: #222222;
}
.cid-tC2wvgBweQ .mbr-text {
  color: #222222;
}
.cid-tC2wvgBweQ .mbr-section-title,
.cid-tC2wvgBweQ .mbr-section-btn {
  color: #757575;
}
.cid-tBXdRExDvs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfcefd;
}
.cid-tBXdRExDvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXdRExDvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXdRExDvs .container,
.cid-tBXdRExDvs .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBXdRExDvs .container,
  .cid-tBXdRExDvs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBXdRExDvs .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBXdRExDvs .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tBXdRExDvs .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.cid-tBXdRExDvs .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #dfcefd;
  margin-bottom: 0;
}
.cid-tBXdRExDvs .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tBXdRExDvs .mbr-section-title {
  color: #3d4045;
}
.cid-tBXdRExDvs .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tC2uSlxHhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tC2uSlxHhI .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tC2uSlxHhI .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tC2uSlxHhI .card-title {
  color: #45494E;
}
.cid-tC2uSlxHhI .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tC2uSlxHhI .mbr-text {
    margin-top: 24px;
  }
}
.cid-tC2uSlxHhI .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC2uSlxHhI .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tC2uSlxHhI .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tC2uSlxHhI .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tC2uSlxHhI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC2uSlxHhI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC2uSlxHhI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC2uSlxHhI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBXdRIpeP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-tBXdRIpeP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXdRIpeP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXdRIpeP6 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tBXdRIpeP6 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBXdRIpeP6 .container-fluid .row {
  padding: 0;
}
.cid-tBXdRIpeP6 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBXdRIpeP6 .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-tBXdRIpeP6 .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tBXdRIpeP6 .list .item-wrap:hover {
  opacity: .5;
}
.cid-tBXdRIpeP6 .mbr-section-btn {
  width: 100%;
}
.cid-tBXdRIpeP6 .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tBXdRIpeP6 .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #495DFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tBXdRIpeP6 .copyright {
    padding: 32px 0;
  }
}
.cid-tBXdRIpeP6 .mbr-section-title {
  color: #495DFF;
}
.cid-tBXbcY7HNf {
  z-index: 1000;
  width: 100%;
}
.cid-tBXbcY7HNf nav.navbar {
  position: fixed;
}
.cid-tBXbcY7HNf .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-tBXbcY7HNf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBXbcY7HNf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBXbcY7HNf .dropdown-item:hover,
.cid-tBXbcY7HNf .dropdown-item:focus {
  background: #495dff !important;
  color: white !important;
}
.cid-tBXbcY7HNf .dropdown-item:hover span {
  color: white;
}
.cid-tBXbcY7HNf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBXbcY7HNf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBXbcY7HNf .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBXbcY7HNf .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBXbcY7HNf .nav-link {
  position: relative;
}
.cid-tBXbcY7HNf .container {
  display: flex;
  margin: auto;
}
.cid-tBXbcY7HNf .dropdown-menu,
.cid-tBXbcY7HNf .navbar.opened {
  background: #cfbcff !important;
}
.cid-tBXbcY7HNf .nav-item:focus,
.cid-tBXbcY7HNf .nav-link:focus {
  outline: none;
}
.cid-tBXbcY7HNf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBXbcY7HNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBXbcY7HNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBXbcY7HNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBXbcY7HNf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBXbcY7HNf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBXbcY7HNf .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-tBXbcY7HNf .navbar.opened {
  transition: all 0.3s;
}
.cid-tBXbcY7HNf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBXbcY7HNf .navbar .navbar-logo img {
  width: auto;
}
.cid-tBXbcY7HNf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBXbcY7HNf .navbar.collapsed {
  justify-content: center;
}
.cid-tBXbcY7HNf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBXbcY7HNf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBXbcY7HNf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBXbcY7HNf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBXbcY7HNf .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-tBXbcY7HNf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBXbcY7HNf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBXbcY7HNf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBXbcY7HNf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBXbcY7HNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBXbcY7HNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBXbcY7HNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBXbcY7HNf .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-tBXbcY7HNf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBXbcY7HNf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBXbcY7HNf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBXbcY7HNf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBXbcY7HNf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBXbcY7HNf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBXbcY7HNf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBXbcY7HNf .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-tBXbcY7HNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tBXbcY7HNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBXbcY7HNf .dropdown-item.active,
.cid-tBXbcY7HNf .dropdown-item:active {
  background-color: transparent;
}
.cid-tBXbcY7HNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBXbcY7HNf .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBXbcY7HNf .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBXbcY7HNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cfbcff;
}
.cid-tBXbcY7HNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBXbcY7HNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBXbcY7HNf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBXbcY7HNf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBXbcY7HNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBXbcY7HNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-tBXbcY7HNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBXbcY7HNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXbcY7HNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXbcY7HNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBXbcY7HNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXbcY7HNf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBXbcY7HNf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBXbcY7HNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXbcY7HNf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBXbcY7HNf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBXbcY7HNf .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-tBXbcY7HNf .navbar {
    height: 70px;
  }
  .cid-tBXbcY7HNf .navbar.opened {
    height: auto;
  }
  .cid-tBXbcY7HNf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBXbcY7HNf .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-tBXbcY7HNf .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: rgba(207, 188, 255, 0.2);
}
.cid-tBXbcY7HNf .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-tBXbcY7HNf .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #cfbcff !important;
}
@media (max-width: 991px) {
  .cid-tBXbcY7HNf .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-tBXbcY7HNf .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXbcY7HNf .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXbcY7HNf .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXbcY7HNf .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
.cid-tBXbcY7HNf .navbar-collapse {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding-top: 6vw;
}
.cid-tBXbcY7HNf .navbar-nav {
  border: none;
  background: transparent;
}
.cid-tBXbcY7HNf .navbar-nav .nav-item {
  margin: 0 !important;
}
.cid-tBXbcY7HNf .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0;
  font-size: 76px;
  justify-content: flex-start;
}
.cid-tBXbcY7HNf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ede7e2 !important;
}
.cid-tBXbcY7HNf .mbr-section-btn {
  margin-top: 70px;
  text-align: left;
}
.cid-tBXbcY7HNf .btn-container {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBXbcY7HNf .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-tBXbcY7HNf .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-tBXbcY7HNf .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-tBXbcY7HNf .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tBXbcY7HNf .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-tBXbcY7HNf .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-tBXbcY7HNf .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-tBXbcY7HNf .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-tBXbcY7HNf .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-tBXbcY7HNf .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-tBXbcY7HNf .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-tBXbcY7HNf .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-tBXbcY7HNf .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tBXbcZxwDJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1365436662-612x408.jpg");
}
.cid-tBXbcZxwDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXbcZxwDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXbcZxwDJ .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-tBXbcZxwDJ .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tBXbcZxwDJ .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tBXbcZxwDJ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tBXbcZxwDJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tBXbcZxwDJ .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBXbcZxwDJ .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tBXbcZxwDJ .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tBXbcZxwDJ .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tBXbcZxwDJ .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tBXbcZxwDJ .mbr-section-subtitle {
  color: #dfcefd;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-tBXbcZxwDJ .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tBXbcZxwDJ .mbr-section-title-3 {
  color: #ffffff;
}
.cid-tBXbcZxwDJ .mbr-section-title-1 {
  color: #dfcefd;
}
.cid-tBXbd1orj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  position: relative;
}
.cid-tBXbd1orj4 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #434343;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tBXbd1orj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXbd1orj4 .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-tBXbd1orj4 .container {
    padding: 0 !important;
  }
}
.cid-tBXbd1orj4 .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-tBXbd1orj4 .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tBXbd1orj4 .mbr-section-title {
  color: #dfcefd;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .mbr-section-title {
    text-align: left;
  }
}
.cid-tBXbd1orj4 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tBXbd1orj4 .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #dfcefd;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-tBXbd1orj4 .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #dfcefd;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-tBXbd1orj4 .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-tBXbd1orj4 .card:not(:first-child) {
  border-top: 1px solid #dfcefd;
}
.cid-tBXbd1orj4 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-tBXbd1orj4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tBXbd1orj4 .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tBXbd1orj4 .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tBXbd1orj4 .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-tBXbd1orj4 .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-tBXbd1orj4 .panel-title-edit {
  color: #dfcefd;
  margin-right: 1rem;
}
.cid-tBXbd1orj4 .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-tBXbd1orj4 .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-tBXbd1orj4 .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #dfcefd;
  border: 1px solid #dfcefd;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-tBXbd1orj4 .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-tBXbd1orj4 .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-tBXbd1orj4 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBXbd1orj4 .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #dfcefd;
  }
}
.cid-tBXbd1orj4 .panel-collapse:not(.collapse) .panel-body {
  background-color: #000000;
}
.cid-tBXbd1orj4 .panel-collapse.show .panel-body {
  background-color: #000000;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tBXbd1orj4 .panel-text {
  color: #dfcefd;
}
.cid-tBXceyXFCu {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBXceyXFCu .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tBXceyXFCu .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXceyXFCu .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXceyXFCu .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXceyXFCu .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXceyXFCu .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXceyXFCu .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tBXceyXFCu .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tBXceyXFCu .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tBXceyXFCu .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tBXceyXFCu .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tBXceyXFCu .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tBXceyXFCu .mbr-text {
  color: #000000;
}
.cid-tBXbd65brJ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tBXbd65brJ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dfcefd;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tBXbd65brJ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXbd65brJ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXbd65brJ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXbd65brJ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXbd65brJ .mbr-text {
  color: #000000;
}
.cid-tBXd0mrfpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfcefd;
}
.cid-tBXd0mrfpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXd0mrfpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXd0mrfpM .container,
.cid-tBXd0mrfpM .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBXd0mrfpM .container,
  .cid-tBXd0mrfpM .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBXd0mrfpM .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBXd0mrfpM .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tBXd0mrfpM .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.cid-tBXd0mrfpM .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #dfcefd;
  margin-bottom: 0;
}
.cid-tBXd0mrfpM .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tBXd0mrfpM .mbr-section-title {
  color: #3d4045;
}
.cid-tBXd0mrfpM .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tC2wmKIpiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tC2wmKIpiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC2wmKIpiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC2wmKIpiL .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC2wmKIpiL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC2wmKIpiL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC2wmKIpiL .container {
    padding: 0 20px;
  }
  .cid-tC2wmKIpiL .container .row {
    padding: 0;
  }
}
.cid-tC2wmKIpiL .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tC2wmKIpiL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tC2wmKIpiL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tC2wmKIpiL .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tC2wmKIpiL .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC2wmKIpiL .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tC2wmKIpiL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tC2wmKIpiL .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tC2wmKIpiL .mbr-section-title {
  color: #222222;
}
.cid-tC2wmKIpiL .mbr-text {
  color: #222222;
}
.cid-tC2wmKIpiL .mbr-section-title,
.cid-tC2wmKIpiL .mbr-section-btn {
  color: #757575;
}
.cid-tBXdwJ01Af {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfcefd;
}
.cid-tBXdwJ01Af .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXdwJ01Af .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXdwJ01Af .container,
.cid-tBXdwJ01Af .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBXdwJ01Af .container,
  .cid-tBXdwJ01Af .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBXdwJ01Af .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBXdwJ01Af .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tBXdwJ01Af .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tBXdwJ01Af .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tBXdwJ01Af .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBXdwJ01Af .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tC2v9IXacr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tC2v9IXacr .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tC2v9IXacr .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tC2v9IXacr .card-title {
  color: #45494E;
}
.cid-tC2v9IXacr .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tC2v9IXacr .mbr-text {
    margin-top: 24px;
  }
}
.cid-tC2v9IXacr .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC2v9IXacr .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tC2v9IXacr .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tC2v9IXacr .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tC2v9IXacr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC2v9IXacr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC2v9IXacr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC2v9IXacr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBXbd7Mfku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-tBXbd7Mfku .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXbd7Mfku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXbd7Mfku .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tBXbd7Mfku .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBXbd7Mfku .container-fluid .row {
  padding: 0;
}
.cid-tBXbd7Mfku .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBXbd7Mfku .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-tBXbd7Mfku .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tBXbd7Mfku .list .item-wrap:hover {
  opacity: .5;
}
.cid-tBXbd7Mfku .mbr-section-btn {
  width: 100%;
}
.cid-tBXbd7Mfku .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tBXbd7Mfku .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #495DFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tBXbd7Mfku .copyright {
    padding: 32px 0;
  }
}
.cid-tBXbd7Mfku .mbr-section-title {
  color: #495DFF;
}
.cid-tBXvVWbFqL {
  z-index: 1000;
  width: 100%;
}
.cid-tBXvVWbFqL nav.navbar {
  position: fixed;
}
.cid-tBXvVWbFqL .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-tBXvVWbFqL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBXvVWbFqL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBXvVWbFqL .dropdown-item:hover,
.cid-tBXvVWbFqL .dropdown-item:focus {
  background: #495dff !important;
  color: white !important;
}
.cid-tBXvVWbFqL .dropdown-item:hover span {
  color: white;
}
.cid-tBXvVWbFqL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBXvVWbFqL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBXvVWbFqL .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBXvVWbFqL .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBXvVWbFqL .nav-link {
  position: relative;
}
.cid-tBXvVWbFqL .container {
  display: flex;
  margin: auto;
}
.cid-tBXvVWbFqL .dropdown-menu,
.cid-tBXvVWbFqL .navbar.opened {
  background: #cfbcff !important;
}
.cid-tBXvVWbFqL .nav-item:focus,
.cid-tBXvVWbFqL .nav-link:focus {
  outline: none;
}
.cid-tBXvVWbFqL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBXvVWbFqL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBXvVWbFqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBXvVWbFqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBXvVWbFqL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBXvVWbFqL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBXvVWbFqL .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-tBXvVWbFqL .navbar.opened {
  transition: all 0.3s;
}
.cid-tBXvVWbFqL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBXvVWbFqL .navbar .navbar-logo img {
  width: auto;
}
.cid-tBXvVWbFqL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBXvVWbFqL .navbar.collapsed {
  justify-content: center;
}
.cid-tBXvVWbFqL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBXvVWbFqL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBXvVWbFqL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBXvVWbFqL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBXvVWbFqL .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-tBXvVWbFqL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBXvVWbFqL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBXvVWbFqL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBXvVWbFqL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBXvVWbFqL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBXvVWbFqL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBXvVWbFqL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBXvVWbFqL .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-tBXvVWbFqL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBXvVWbFqL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBXvVWbFqL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBXvVWbFqL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBXvVWbFqL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBXvVWbFqL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBXvVWbFqL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBXvVWbFqL .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-tBXvVWbFqL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tBXvVWbFqL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBXvVWbFqL .dropdown-item.active,
.cid-tBXvVWbFqL .dropdown-item:active {
  background-color: transparent;
}
.cid-tBXvVWbFqL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBXvVWbFqL .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBXvVWbFqL .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBXvVWbFqL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cfbcff;
}
.cid-tBXvVWbFqL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBXvVWbFqL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBXvVWbFqL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBXvVWbFqL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBXvVWbFqL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBXvVWbFqL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-tBXvVWbFqL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBXvVWbFqL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXvVWbFqL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXvVWbFqL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBXvVWbFqL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXvVWbFqL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBXvVWbFqL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBXvVWbFqL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXvVWbFqL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBXvVWbFqL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBXvVWbFqL .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-tBXvVWbFqL .navbar {
    height: 70px;
  }
  .cid-tBXvVWbFqL .navbar.opened {
    height: auto;
  }
  .cid-tBXvVWbFqL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBXvVWbFqL .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-tBXvVWbFqL .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: rgba(207, 188, 255, 0.2);
}
.cid-tBXvVWbFqL .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-tBXvVWbFqL .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #cfbcff !important;
}
@media (max-width: 991px) {
  .cid-tBXvVWbFqL .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-tBXvVWbFqL .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXvVWbFqL .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXvVWbFqL .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tBXvVWbFqL .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
.cid-tBXvVWbFqL .navbar-collapse {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding-top: 6vw;
}
.cid-tBXvVWbFqL .navbar-nav {
  border: none;
  background: transparent;
}
.cid-tBXvVWbFqL .navbar-nav .nav-item {
  margin: 0 !important;
}
.cid-tBXvVWbFqL .navbar-nav .nav-item .nav-link {
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-radius: 0;
  font-size: 76px;
  justify-content: flex-start;
}
.cid-tBXvVWbFqL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ede7e2 !important;
}
.cid-tBXvVWbFqL .mbr-section-btn {
  margin-top: 70px;
  text-align: left;
}
.cid-tBXvVWbFqL .btn-container {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBXvVWbFqL .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-tBXvVWbFqL .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-tBXvVWbFqL .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-tBXvVWbFqL .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tBXvVWbFqL .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-tBXvVWbFqL .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-tBXvVWbFqL .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-tBXvVWbFqL .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-tBXvVWbFqL .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-tBXvVWbFqL .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-tBXvVWbFqL .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-tBXvVWbFqL .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-tBXvVWbFqL .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tBXvVXIEiU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1135065663-612x408.jpg");
}
.cid-tBXvVXIEiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXvVXIEiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXvVXIEiU .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-tBXvVXIEiU .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tBXvVXIEiU .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tBXvVXIEiU .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tBXvVXIEiU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tBXvVXIEiU .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBXvVXIEiU .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tBXvVXIEiU .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tBXvVXIEiU .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tBXvVXIEiU .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tBXvVXIEiU .mbr-section-subtitle {
  color: #dfcefd;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-tBXvVXIEiU .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tBXvVXIEiU .mbr-section-title-3 {
  color: #ffffff;
}
.cid-tBXvVXIEiU .mbr-section-title-1 {
  color: #dfcefd;
}
.cid-tBXvVZLJQH {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tBXvVZLJQH .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dfcefd;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tBXvVZLJQH .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXvVZLJQH .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXvVZLJQH .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tBXvVZLJQH .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tBXvVZLJQH .mbr-text {
  color: #000000;
}
.cid-tC2wBLEdlD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tC2wBLEdlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC2wBLEdlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC2wBLEdlD .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC2wBLEdlD .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC2wBLEdlD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC2wBLEdlD .container {
    padding: 0 20px;
  }
  .cid-tC2wBLEdlD .container .row {
    padding: 0;
  }
}
.cid-tC2wBLEdlD .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tC2wBLEdlD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tC2wBLEdlD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tC2wBLEdlD .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tC2wBLEdlD .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC2wBLEdlD .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tC2wBLEdlD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tC2wBLEdlD .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tC2wBLEdlD .mbr-section-title {
  color: #222222;
}
.cid-tC2wBLEdlD .mbr-text {
  color: #222222;
}
.cid-tC2wBLEdlD .mbr-section-title,
.cid-tC2wBLEdlD .mbr-section-btn {
  color: #757575;
}
.cid-tBXvW4Ur8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfcefd;
}
.cid-tBXvW4Ur8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXvW4Ur8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXvW4Ur8a .container,
.cid-tBXvW4Ur8a .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBXvW4Ur8a .container,
  .cid-tBXvW4Ur8a .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBXvW4Ur8a .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBXvW4Ur8a .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tBXvW4Ur8a .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.cid-tBXvW4Ur8a .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #dfcefd;
  margin-bottom: 0;
}
.cid-tBXvW4Ur8a .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tBXvW4Ur8a .mbr-section-title {
  color: #3d4045;
}
.cid-tBXvW4Ur8a .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tC2HEfwWnU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tC2HEfwWnU .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tC2HEfwWnU .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tC2HEfwWnU .card-title {
  color: #45494E;
}
.cid-tC2HEfwWnU .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tC2HEfwWnU .mbr-text {
    margin-top: 24px;
  }
}
.cid-tC2HEfwWnU .mbr-section-btn {
  margin-top: 30px;
}
.cid-tC2HEfwWnU .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tC2HEfwWnU .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tC2HEfwWnU .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tC2HEfwWnU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC2HEfwWnU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC2HEfwWnU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC2HEfwWnU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBXvW7vxnv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-tBXvW7vxnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXvW7vxnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXvW7vxnv .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tBXvW7vxnv .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBXvW7vxnv .container-fluid .row {
  padding: 0;
}
.cid-tBXvW7vxnv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBXvW7vxnv .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-tBXvW7vxnv .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tBXvW7vxnv .list .item-wrap:hover {
  opacity: .5;
}
.cid-tBXvW7vxnv .mbr-section-btn {
  width: 100%;
}
.cid-tBXvW7vxnv .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tBXvW7vxnv .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #495DFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tBXvW7vxnv .copyright {
    padding: 32px 0;
  }
}
.cid-tBXvW7vxnv .mbr-section-title {
  color: #495DFF;
}
