body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  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: #fa3934 !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #d1d1f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa3934 !important;
  border-color: #d1d1f7 !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: #fa3934 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa3934 !important;
  border-color: #fa3934 !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #d1d1f7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  color: #1e1eab !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: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #d1d1f7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #d1d1f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  color: #000fef !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: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #d1d1f7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #d1d1f7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #d1d1f7 !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: #ff9966 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #d1d1f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #d1d1f7 !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #d1d1f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa3934;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d20a05 !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: #fa3934 !important;
  border-color: #fa3934 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1d1f7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8787ea !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fa3934 !important;
}
.text-secondary {
  color: #d1d1f7 !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c30a05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7a7ae8 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa3934;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa3934;
  border-color: #fa3934;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fa3934;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffbfb;
}
.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: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: #fa3934 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fa3934;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa3934;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa3934;
}
.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: #fa3934;
  border-bottom-color: #fa3934;
}
.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: #fa3934 !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: #d1d1f7 !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='%23fa3934' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukPZuCGBYF {
  background-image: url("../../../assets/images/banner-1212x945.jpg");
}
.cid-ukPZuCGBYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPZuCGBYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRueusv7U {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tjRueusv7U .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRueusv7U .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tjRueusv7U .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #ca9236;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tjRueusv7U .row {
  justify-content: center;
}
.cid-tjRueusv7U .card-box {
  display: flex;
  align-items: center;
}
.cid-tjRueusv7U .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRueusv7U .card-box {
    flex-direction: column;
  }
  .cid-tjRueusv7U .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tjRueusv7U .card-link:hover a {
  background-image: none !important;
}
.cid-tjRueusv7U .mbr-section-subtitle {
  color: #777777;
}
.cid-tjRueusv7U .card-text {
  color: #777777;
}
.cid-ukPuxu5DqY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ukPuxu5DqY .mbr-section-title {
  text-align: center;
}
.cid-ukPuxu5DqY .mbr-section-subtitle {
  text-align: center;
}
.cid-ukPuxu5DqY .mbr-text {
  text-align: center;
}
.cid-ukL1ibqwpX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukL1ibqwpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL1ibqwpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL1ibqwpX .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ukL1ibqwpX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukL1ibqwpX .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukL1ibqwpX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ukL1ibqwpX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ukL1ibqwpX .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukL1ibqwpX .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-ukL1ibqwpX .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ukL1ibqwpX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-ukL1ibqwpX .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-ukL1ibqwpX .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukL1ibqwpX .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukL1ibqwpX .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-ukL1ibqwpX .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-ukL1ibqwpX .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ukL1ibqwpX .mbr-section-title {
  color: #404349;
}
.cid-ukL1ibqwpX .mbr-desc {
  color: #b19a7c;
}
.cid-ukL1ibqwpX .item-title {
  color: #404349;
}
.cid-ukL1ibqwpX .item-text {
  color: #404349;
}
.cid-ukPeK7s71c {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukPeK7s71c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPeK7s71c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukPeK7s71c .container {
    padding: 0 22px;
  }
}
.cid-ukPeK7s71c .row {
  justify-content: center;
}
.cid-ukPeK7s71c .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukPeK7s71c .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukPeK7s71c .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ukPeK7s71c .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukPeK7s71c .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ukPeK7s71c .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukPeK7s71c .mbr-section-title {
  color: #ffffff;
}
.cid-ukPeK7s71c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukPeK7s71c .mbr-section-title,
.cid-ukPeK7s71c .icon-wrapper {
  text-align: center;
}
.cid-ukL4cG0JpC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukL4cG0JpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL4cG0JpC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ukL4cG0JpC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukL4cG0JpC .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ukL4cG0JpC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ukL4cG0JpC h5 {
  margin: 0;
}
.cid-ukL4cG0JpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL4cG0JpC .iconfont-wrapper {
  position: relative;
}
.cid-ukL4cG0JpC .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #140b2a;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-ukL4cG0JpC .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #ffffff;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ukL4cG0JpC .card-title,
.cid-ukL4cG0JpC .iconfont-wrapper {
  color: #ffffff;
}
.cid-ukL4cG0JpC .card-text {
  color: #ffffff;
}
.cid-ukL4cG0JpC .mbr-section-title {
  color: #000000;
}
.cid-ukPfsob0dR {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ukPfsob0dR img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ukPfsob0dR img {
    width: 100%;
  }
}
.cid-ukPlHl5Q0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-ukPlHl5Q0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPlHl5Q0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukPlHl5Q0H .container {
    padding: 0 16px;
  }
}
.cid-ukPlHl5Q0H .row {
  justify-content: space-between;
}
.cid-ukPlHl5Q0H .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukPlHl5Q0H .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukPlHl5Q0H .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukPlHl5Q0H .image-wrapper {
    margin-top: 32px;
  }
}
.cid-ukPlHl5Q0H .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-ukPlHl5Q0H .image-wrapper img {
    height: 350px;
  }
}
.cid-ukPlHl5Q0H .mbr-desc {
  color: #706cff;
}
.cid-ukPlHl5Q0H .mbr-section-title {
  color: #000000;
}
.cid-ukPlHl5Q0H .mbr-text {
  color: #000000;
}
.cid-ukL0nTvBGJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-ukL0nTvBGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL0nTvBGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL0nTvBGJ .mbr-text,
.cid-ukL0nTvBGJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ukL0nTvBGJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ukL0nTvBGJ .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-ukL2UZYoDs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukL2UZYoDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL2UZYoDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL2UZYoDs .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ukL2UZYoDs .container {
    padding: 10px 8px;
  }
}
.cid-ukL2UZYoDs .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ukL2UZYoDs .row {
    padding: 50px 2px;
  }
}
.cid-ukL2UZYoDs .row .card {
  padding: 0 8px;
}
.cid-ukL2UZYoDs .row .card:nth-child(2) {
  justify-content: center;
}
.cid-ukL2UZYoDs .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-ukL2UZYoDs .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-ukL2UZYoDs .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-ukL2UZYoDs .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-ukL2UZYoDs .item:last-child {
  margin-bottom: 0;
}
.cid-ukL2UZYoDs .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ukL2UZYoDs .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukL2UZYoDs .content-wrapper {
    margin: 50px 0;
  }
}
.cid-ukL2UZYoDs .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-ukL2UZYoDs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ff6666;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #140b2a;
  margin-bottom: 0;
}
.cid-ukL2UZYoDs .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ukL2UZYoDs .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ukL2UZYoDs .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-ukL2UZYoDs .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ukL2UZYoDs .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ukL2UZYoDs .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ukL2UZYoDs .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-ukL2UZYoDs .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-ukL2UZYoDs .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ukL2UZYoDs .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukL2UZYoDs .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ukL2UZYoDs .mbr-desc,
.cid-ukL2UZYoDs .desc-wrapper {
  color: #fa3934;
  text-align: center;
}
.cid-ukL2UZYoDs .card-title {
  color: #ffffff;
}
.cid-ukL2UZYoDs .card-text {
  color: #ffffff;
}
.cid-tjRvHUWqIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjRvHUWqIe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tjRvHUWqIe .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tjRvHUWqIe .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff8a8a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tjRvHUWqIe .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tjRvHUWqIe .mbr-text {
  color: #140b2a;
}
.cid-ukPfgO9ycy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukPfgO9ycy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPfgO9ycy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPfgO9ycy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .image-wrapper {
    padding: 0;
  }
}
.cid-ukPfgO9ycy .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .image-wrapper img {
    height: 350px;
  }
}
.cid-ukPfgO9ycy .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-ukPfgO9ycy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukPfgO9ycy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukPfgO9ycy .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-ukPfgO9ycy .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ukPfgO9ycy .mbr-section-title {
  color: #262642;
}
.cid-ukPfgO9ycy .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-ukPfgO9ycy .mbr-text {
  color: #262642;
}
.cid-ukPsSdGtYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukPsSdGtYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPsSdGtYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPsSdGtYC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .container-fluid {
    padding: 0 20px;
  }
}
.cid-ukPsSdGtYC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .container {
    padding: 0 20px;
  }
}
.cid-ukPsSdGtYC .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #140b2a;
  color: #ffffff;
  border-radius: 50px;
}
.cid-ukPsSdGtYC .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .image-wrapper {
    padding: 0;
  }
}
.cid-ukPsSdGtYC .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ukPsSdGtYC .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-ukPsSdGtYC .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .image-wrapper .image_2 {
    display: none;
  }
}
.cid-ukPsSdGtYC .mbr-section-title {
  color: #140b2a;
}
.cid-ukPsSdGtYC .mbr-text {
  color: #140b2a;
}
.cid-ukPsSdGtYC .list {
  color: #140b2a;
}
.cid-ukPcTjnhIf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ukPcTjnhIf .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ukPcTjnhIf .card-img {
  padding-bottom: 2rem;
}
.cid-ukPcTjnhIf .mbr-text {
  color: #767676;
}
.cid-ukPcTjnhIf span {
  font-size: 14px;
  color: #ffffff;
}
.cid-ukPcTjnhIf .mbr-section-btn {
  margin-left: 0;
}
.cid-ukPcTjnhIf .date span {
  display: inline-block;
  background-color: #d1d1f7;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ukPcTjnhIf .card-title {
    text-align: center;
  }
  .cid-ukPcTjnhIf p.mbr-text,
  .cid-ukPcTjnhIf p.date {
    text-align: center;
  }
}
.cid-ukPcTjnhIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPcTjnhIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPcHQibWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukPcHQibWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPcHQibWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPcHQibWe .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ukPcHQibWe .main-container {
    margin-bottom: 70px;
  }
}
.cid-ukPcHQibWe .mbr-title {
  color: #000000;
}
.cid-ukPcHQibWe .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-ukPcHQibWe .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-ukPcHQibWe .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-ukPcHQibWe .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-ukPcHQibWe .card {
  border-radius: 0;
}
.cid-ukPcHQibWe .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukPcHQibWe .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-ukPcHQibWe .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-ukPcHQibWe .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-ukPcHQibWe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukPcHQibWe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-ukPcHQibWe .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukPcHQibWe .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-ukPcHQibWe .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-ukPcHQibWe .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-ukPcHQibWe .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-ukPcHQibWe .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukPcHQibWe .card-name {
  color: #000000;
}
.cid-ukPcHQibWe .card-prof {
  color: #747474;
}
.cid-ukQb5BxTuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukQb5BxTuh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ukQb5BxTuh .panel-title {
  display: flex;
  align-items: center;
}
.cid-ukQb5BxTuh .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ukQb5BxTuh .panel-body,
.cid-ukQb5BxTuh .card-header {
  padding: 1rem 0;
}
.cid-ukQb5BxTuh .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ukQb5BxTuh .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ukQb5BxTuh .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ukQb5BxTuh .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ukQb5BxTuh .section-head {
  margin-bottom: 56px;
}
.cid-ukQb5BxTuh .card {
  margin-bottom: 32px;
}
.cid-ukQb5BxTuh H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ukQb5BxTuh .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ukQb5BxTuh .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ukQcIQSaFH {
  padding-top: 105px;
  padding-bottom: 90px;
  position: relative;
  background-color: #140b2a;
}
.cid-ukQcIQSaFH .card-header {
  background: transparent;
}
.cid-ukQcIQSaFH .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-ukQcIQSaFH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ukQcIQSaFH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ukQcIQSaFH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukQcIQSaFH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukQcIQSaFH .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-ukQcIQSaFH .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-ukQcIQSaFH h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .cid-ukQcIQSaFH .md-pb {
    margin-bottom: 2rem;
  }
  .cid-ukQcIQSaFH .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukQcIQSaFH .wrapper {
    padding: 2rem 1rem;
  }
  .cid-ukQcIQSaFH h5 {
    padding: 1rem 0rem;
  }
}
.cid-ukQcIQSaFH .mbr-text,
.cid-ukQcIQSaFH .mbr-section-btn {
  color: #ffffff;
}
.cid-ukQcIQSaFH .panel-text {
  color: #ffffff;
}
.cid-ukQcIQSaFH H4 {
  color: #ffffff;
}
.cid-ukQcIQSaFH H5 {
  color: #ffffff;
}
.cid-ukPrW2OzI4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukPrW2OzI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPrW2OzI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPrW2OzI4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container {
    padding: 0 6px;
  }
}
.cid-ukPrW2OzI4 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-ukPrW2OzI4 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ukPrW2OzI4 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ukPrW2OzI4 .row {
    padding: 70px 30px;
  }
}
.cid-ukPrW2OzI4 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ukPrW2OzI4 .container-wrapper {
  position: relative;
  padding-top: 5px;
}
.cid-ukPrW2OzI4 .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fa3934;
  border-radius: 16px 16px 0 0;
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #fa3934;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukPrW2OzI4 .mbr-section-title {
  color: #131313;
}
.cid-ukPrW2OzI4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukPrW2OzI4 .list {
  color: #131313;
}
.cid-ukPcExBs0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-ukPcExBs0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPcExBs0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukPcExBs0G .container {
    padding: 0 30px;
  }
}
.cid-ukPcExBs0G .row {
  justify-content: center;
}
.cid-ukPcExBs0G .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ukPcExBs0G .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ukPcExBs0G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukPcExBs0G .list-wrapper {
  padding: 20px 0;
}
.cid-ukPcExBs0G .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukPcExBs0G .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-ukPcExBs0G .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukPcExBs0G .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-ukPcExBs0G .mbr-section-title {
  color: #000000;
}
.cid-ukPcExBs0G .mbr-section-subtitle {
  color: #000000;
}
.cid-ukPcExBs0G .list {
  color: #000000;
}
.cid-ukPcExBs0G .list,
.cid-ukPcExBs0G .item-wrap {
  color: #ffffff;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uljBDegri0 {
  background-image: url("../../../assets/images/banner-1212x945.jpg");
}
.cid-uljBDegri0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljBDegri0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulodr8zmfb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulodr8zmfb .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #140b2a;
}
.cid-ulodr8zmfb .mbr-section-title b,
.cid-ulodr8zmfb .mbr-section-title strong {
  font-weight: 500;
}
.cid-ulodr8zmfb .mbr-text {
  margin-bottom: 18px;
}
.cid-ulodr8zmfb .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-ulodr8zmfb .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-ulodr8zmfb .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-ulodr8zmfb .image {
  margin-right: 13px;
  width: 100%;
}
.cid-ulodr8zmfb .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-ulodr8zmfb .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ff5753;
}
.cid-ulodr8zmfb .link a {
  font-weight: 700;
}
.cid-ulodr8zmfb .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-ulodr8zmfb .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-ulodr8zmfb .row__image {
    margin-bottom: 9px;
  }
  .cid-ulodr8zmfb .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-ulodr8zmfb .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-ulodr8zmfb .title__block {
    margin-top: 60px;
  }
  .cid-ulodr8zmfb .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-ulodr8zmfb .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-ulodr8zmfb .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-ulodr8zmfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulodr8zmfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljBEf4nSY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uljBEf4nSY .mbr-section-title {
  text-align: center;
}
.cid-uljBEf4nSY .mbr-section-subtitle {
  text-align: center;
}
.cid-uljBEf4nSY .mbr-text {
  text-align: center;
}
.cid-ulolTcHCIO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-ulolTcHCIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulolTcHCIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulolTcHCIO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ulolTcHCIO .mbr-section-title {
  color: #24262b;
}
.cid-ulolTcHCIO .mbr-section-subtitle {
  color: #24262b;
}
.cid-ulolTcHCIO .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-ulolTcHCIO .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-ulolTcHCIO .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-ulolTcHCIO .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-ulolTcHCIO .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulolTcHCIO .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-ulolTcHCIO .card-title-1 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ulolTcHCIO .card-title-2 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ulolTcHCIO .card-subtitle-1 {
  color: #ff5753;
}
.cid-ulolTcHCIO .card-subtitle-2 {
  color: #ff5753;
}
.cid-ulolTcHCIO .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-ulolTcHCIO .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-ulolTcHCIO .mbr-section-btn {
  margin-top: 14px;
}
.cid-ulolTcHCIO .card-1 .card-wrap {
  background-image: url("../../../assets/images/123-1-729x773.jpg");
}
.cid-ulolTcHCIO .card-2 .card-wrap {
  background-image: url("../../../assets/images/234-1-729x773.jpg");
}
.cid-ulolTcHCIO .card-text-1,
.cid-ulolTcHCIO .mbr-section-btn-1 {
  color: #fafafa;
}
.cid-ulolTcHCIO .card-text-2,
.cid-ulolTcHCIO .mbr-section-btn-2 {
  color: #fafafa;
}
.cid-uljKR9g28X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uljKR9g28X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljKR9g28X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uljKR9g28X .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uljKR9g28X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uljKR9g28X .row {
  justify-content: space-between;
}
.cid-uljKR9g28X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uljKR9g28X .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uljKR9g28X .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uljKR9g28X .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uljKR9g28X .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uljKR9g28X .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uljKR9g28X .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uljKR9g28X .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uljKR9g28X .mbr-section-title {
  color: #000000;
}
.cid-uljKR9g28X .card-title {
  color: #000000;
}
.cid-uljBETHnJc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-uljBETHnJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljBETHnJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljBETHnJc .mbr-text,
.cid-uljBETHnJc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uljBETHnJc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uljBETHnJc .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-uljKV5fYuw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uljKV5fYuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljKV5fYuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljKV5fYuw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uljKV5fYuw .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uljKV5fYuw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uljKV5fYuw .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uljKV5fYuw .container {
    padding: 0 16px;
  }
}
.cid-uljKV5fYuw .row {
  justify-content: center;
}
.cid-uljKV5fYuw .title-wrapper {
  margin-bottom: 50px;
}
.cid-uljKV5fYuw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uljKV5fYuw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uljKV5fYuw .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-uljKV5fYuw .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uljKV5fYuw .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uljKV5fYuw .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uljKV5fYuw .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uljKV5fYuw .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-uljKV5fYuw .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uljKV5fYuw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uljKV5fYuw .border-wrapper {
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.cid-uljKV5fYuw .border-wrap {
  height: 1px;
  background-color: #ffffff;
}
.cid-uljKV5fYuw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uljKV5fYuw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uljKV5fYuw .card-title {
  color: #000000;
}
.cid-uljKV5fYuw .card-text {
  color: #000000;
}
.cid-uljPou6oCx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uljPou6oCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljPou6oCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljPou6oCx .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uljPou6oCx .container {
    padding: 10px 8px;
  }
}
.cid-uljPou6oCx .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uljPou6oCx .row {
    padding: 50px 2px;
  }
}
.cid-uljPou6oCx .row .card {
  padding: 0 8px;
}
.cid-uljPou6oCx .row .card:nth-child(2) {
  justify-content: center;
}
.cid-uljPou6oCx .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-uljPou6oCx .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-uljPou6oCx .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uljPou6oCx .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uljPou6oCx .item:last-child {
  margin-bottom: 0;
}
.cid-uljPou6oCx .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uljPou6oCx .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uljPou6oCx .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uljPou6oCx .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uljPou6oCx .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uljPou6oCx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uljPou6oCx .content-wrapper {
    margin: 50px 0;
  }
}
.cid-uljPou6oCx .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uljPou6oCx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ff6666;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #140b2a;
  margin-bottom: 0;
}
.cid-uljPou6oCx .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uljPou6oCx .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uljPou6oCx .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uljPou6oCx .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uljPou6oCx .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uljPou6oCx .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uljPou6oCx .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-uljPou6oCx .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-uljPou6oCx .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uljPou6oCx .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uljPou6oCx .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-uljPou6oCx .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uljPou6oCx .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uljPou6oCx .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uljPou6oCx .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uljPou6oCx .mbr-desc,
.cid-uljPou6oCx .desc-wrapper {
  color: #fa3934;
  text-align: center;
}
.cid-uljPou6oCx .card-title {
  color: #ffffff;
}
.cid-uljPou6oCx .card-text {
  color: #ffffff;
}
.cid-uljBVUZOm7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uljBVUZOm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljBVUZOm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uljBVUZOm7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uljBVUZOm7 .mbr-section-title {
  color: #24262b;
}
.cid-uljBVUZOm7 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uljBVUZOm7 .cards-row {
  row-gap: 32px;
}
.cid-uljBVUZOm7 .card {
  border-radius: 0;
}
.cid-uljBVUZOm7 .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-uljBVUZOm7 .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-uljBVUZOm7 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uljBVUZOm7 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uljBVUZOm7 .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-uljBVUZOm7 .card-subtitle {
  color: #24262b;
}
.cid-uljBVUZOm7 .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uljBVUZOm7 .card-name {
  color: #24262b;
}
.cid-uljBVUZOm7 .card-text {
  color: #24262b;
}
.cid-uljBR3h7gY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uljBR3h7gY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uljBR3h7gY .panel-title {
  display: flex;
  align-items: center;
}
.cid-uljBR3h7gY .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-uljBR3h7gY .panel-body,
.cid-uljBR3h7gY .card-header {
  padding: 1rem 0;
}
.cid-uljBR3h7gY .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uljBR3h7gY .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uljBR3h7gY .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-uljBR3h7gY .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uljBR3h7gY .section-head {
  margin-bottom: 56px;
}
.cid-uljBR3h7gY .card {
  margin-bottom: 32px;
}
.cid-uljBR3h7gY H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uljBR3h7gY .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uljBR3h7gY .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uljBFxknJ5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-uljBFxknJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uljBFxknJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uljBFxknJ5 .container {
    padding: 0 30px;
  }
}
.cid-uljBFxknJ5 .row {
  justify-content: center;
}
.cid-uljBFxknJ5 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uljBFxknJ5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uljBFxknJ5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uljBFxknJ5 .list-wrapper {
  padding: 20px 0;
}
.cid-uljBFxknJ5 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uljBFxknJ5 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uljBFxknJ5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uljBFxknJ5 .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-uljBFxknJ5 .mbr-section-title {
  color: #000000;
}
.cid-uljBFxknJ5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uljBFxknJ5 .list {
  color: #000000;
}
.cid-uljBFxknJ5 .list,
.cid-uljBFxknJ5 .item-wrap {
  color: #ffffff;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulphlkXqgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulphlkXqgU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #fa3934;
  margin-bottom: 2rem;
}
.cid-ulphlkXqgU .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-ulphlkXqgU img {
  border-radius: 10px;
}
.cid-ulphlkXqgU .date {
  margin: 20px 0;
  color: #3F424E;
}
.cid-ulphlkXqgU .mbr-section-title {
  color: #000000;
}
.cid-ulphlkXqgU .mbr-buttons {
  background-color: #fa3934;
}
.cid-ulphlkXqgU .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-ulphlkXqgU a {
  text-transform: uppercase;
  color: #fa3934;
}
.cid-ulphlkXqgU svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-ulphlkXqgU .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-ulphlkXqgU .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-ulphlkXqgU .item-wrapper:hover {
  cursor: pointer;
}
.cid-ulphlkXqgU .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-ulphlkXqgU .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-ulphlkXqgU .header {
    margin-bottom: 20px;
  }
  .cid-ulphlkXqgU .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-ulphlkXqgU .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-ulphlkXqgU .link {
    margin-bottom: 40px;
  }
}
.cid-ulphlkXqgU .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-und34PH5eV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-und34PH5eV .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #fa3934;
  margin-bottom: 2rem;
}
.cid-und34PH5eV .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-und34PH5eV img {
  border-radius: 10px;
}
.cid-und34PH5eV .date {
  margin: 20px 0;
  color: #3F424E;
}
.cid-und34PH5eV .mbr-section-title {
  color: #000000;
}
.cid-und34PH5eV .mbr-buttons {
  background-color: #fa3934;
}
.cid-und34PH5eV .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-und34PH5eV a {
  text-transform: uppercase;
  color: #fa3934;
}
.cid-und34PH5eV svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-und34PH5eV .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-und34PH5eV .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-und34PH5eV .item-wrapper:hover {
  cursor: pointer;
}
.cid-und34PH5eV .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-und34PH5eV .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-und34PH5eV .header {
    margin-bottom: 20px;
  }
  .cid-und34PH5eV .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-und34PH5eV .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-und34PH5eV .link {
    margin-bottom: 40px;
  }
}
.cid-und34PH5eV .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulpmOIjM3L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulpmOIjM3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpmOIjM3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpmOIjM3L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulpmOIjM3L .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-ulpmOIjM3L .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-ulpmOIjM3L .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-ulpmOIjM3L .card-header {
  border: none;
}
.cid-ulpmOIjM3L .panel-group {
  border: none;
}
.cid-ulpmOIjM3L .panel-body,
.cid-ulpmOIjM3L .card-header {
  padding: 1rem 0;
}
.cid-ulpmOIjM3L .panel-title-edit {
  color: #000000;
}
.cid-ulpmOIjM3L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.cid-ulpFoxxH6w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ulpFoxxH6w .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ulpFoxxH6w nav.navbar {
  position: fixed;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulpFoxxH6w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulpFoxxH6w .dropdown-item:hover,
.cid-ulpFoxxH6w .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-ulpFoxxH6w .dropdown-item:hover span {
  color: white;
}
.cid-ulpFoxxH6w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulpFoxxH6w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulpFoxxH6w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulpFoxxH6w .nav-link {
  position: relative;
}
.cid-ulpFoxxH6w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .container {
    flex-wrap: nowrap;
  }
}
.cid-ulpFoxxH6w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown-menu,
.cid-ulpFoxxH6w .navbar.opened {
  background: #ffffff !important;
}
.cid-ulpFoxxH6w .nav-item:focus,
.cid-ulpFoxxH6w .nav-link:focus {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulpFoxxH6w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulpFoxxH6w .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ulpFoxxH6w .navbar.opened {
  transition: all 0.3s;
}
.cid-ulpFoxxH6w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulpFoxxH6w .navbar .navbar-logo img {
  width: auto;
}
.cid-ulpFoxxH6w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulpFoxxH6w .navbar.collapsed {
  justify-content: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulpFoxxH6w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulpFoxxH6w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulpFoxxH6w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulpFoxxH6w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulpFoxxH6w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulpFoxxH6w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulpFoxxH6w .navbar.navbar-short {
  min-height: 80px;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulpFoxxH6w .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulpFoxxH6w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulpFoxxH6w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown-item.active,
.cid-ulpFoxxH6w .dropdown-item:active {
  background-color: transparent;
}
.cid-ulpFoxxH6w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulpFoxxH6w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulpFoxxH6w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulpFoxxH6w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulpFoxxH6w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulpFoxxH6w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar {
    height: 70px;
  }
  .cid-ulpFoxxH6w .navbar.opened {
    height: auto;
  }
  .cid-ulpFoxxH6w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulpFoxXBk2 {
  background-image: url("../../../assets/images/sugar-baby-nz-968x650.jpg");
}
.cid-ulpFoxXBk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoxXBk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFoyfMji {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulpFoyfMji .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #140b2a;
}
.cid-ulpFoyfMji .mbr-section-title b,
.cid-ulpFoyfMji .mbr-section-title strong {
  font-weight: 500;
}
.cid-ulpFoyfMji .mbr-text {
  margin-bottom: 18px;
}
.cid-ulpFoyfMji .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-ulpFoyfMji .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-ulpFoyfMji .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-ulpFoyfMji .image {
  margin-right: 13px;
  width: 100%;
}
.cid-ulpFoyfMji .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-ulpFoyfMji .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ff5753;
}
.cid-ulpFoyfMji .link a {
  font-weight: 700;
}
.cid-ulpFoyfMji .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-ulpFoyfMji .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-ulpFoyfMji .row__image {
    margin-bottom: 9px;
  }
  .cid-ulpFoyfMji .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-ulpFoyfMji .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-ulpFoyfMji .title__block {
    margin-top: 60px;
  }
  .cid-ulpFoyfMji .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-ulpFoyfMji .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-ulpFoyfMji .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-ulpFoyfMji .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoyfMji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFoyQkmz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ulpFoyQkmz .mbr-section-title {
  text-align: center;
}
.cid-ulpFoyQkmz .mbr-section-subtitle {
  text-align: center;
}
.cid-ulpFoyQkmz .mbr-text {
  text-align: center;
}
.cid-ulpFoz84Wn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-ulpFoz84Wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoz84Wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFoz84Wn .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ulpFoz84Wn .mbr-section-title {
  color: #24262b;
}
.cid-ulpFoz84Wn .mbr-section-subtitle {
  color: #24262b;
}
.cid-ulpFoz84Wn .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-ulpFoz84Wn .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-ulpFoz84Wn .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-ulpFoz84Wn .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-ulpFoz84Wn .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulpFoz84Wn .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-ulpFoz84Wn .card-title-1 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ulpFoz84Wn .card-title-2 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ulpFoz84Wn .card-subtitle-1 {
  color: #ff5753;
}
.cid-ulpFoz84Wn .card-subtitle-2 {
  color: #ff5753;
}
.cid-ulpFoz84Wn .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-ulpFoz84Wn .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-ulpFoz84Wn .mbr-section-btn {
  margin-top: 14px;
}
.cid-ulpFoz84Wn .card-1 .card-wrap {
  background-image: url("../../../assets/images/123-1-729x773.jpg");
}
.cid-ulpFoz84Wn .card-2 .card-wrap {
  background-image: url("../../../assets/images/234-1-729x773.jpg");
}
.cid-ulpFoz84Wn .card-text-1,
.cid-ulpFoz84Wn .mbr-section-btn-1 {
  color: #fafafa;
}
.cid-ulpFoz84Wn .card-text-2,
.cid-ulpFoz84Wn .mbr-section-btn-2 {
  color: #fafafa;
}
.cid-ulpFozvBXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulpFozvBXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFozvBXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ulpFozvBXb .row {
  justify-content: space-between;
}
.cid-ulpFozvBXb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-ulpFozvBXb .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ulpFozvBXb .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-ulpFozvBXb .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-ulpFozvBXb .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-ulpFozvBXb .mbr-section-title {
  color: #000000;
}
.cid-ulpFozvBXb .card-title {
  color: #000000;
}
.cid-ulpFozSWon {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-ulpFozSWon .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFozSWon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFozSWon .mbr-text,
.cid-ulpFozSWon .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ulpFozSWon .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulpFozSWon .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-ulpFoAhxMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ulpFoAhxMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoAhxMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFoAhxMd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ulpFoAhxMd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ulpFoAhxMd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ulpFoAhxMd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ulpFoAhxMd .container {
    padding: 0 16px;
  }
}
.cid-ulpFoAhxMd .row {
  justify-content: center;
}
.cid-ulpFoAhxMd .title-wrapper {
  margin-bottom: 50px;
}
.cid-ulpFoAhxMd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ulpFoAhxMd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ulpFoAhxMd .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-ulpFoAhxMd .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ulpFoAhxMd .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ulpFoAhxMd .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-ulpFoAhxMd .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-ulpFoAhxMd .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-ulpFoAhxMd .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-ulpFoAhxMd .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ulpFoAhxMd .border-wrapper {
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.cid-ulpFoAhxMd .border-wrap {
  height: 1px;
  background-color: #ffffff;
}
.cid-ulpFoAhxMd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulpFoAhxMd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ulpFoAhxMd .card-title {
  color: #000000;
}
.cid-ulpFoAhxMd .card-text {
  color: #000000;
}
.cid-ulpFoAI3x6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulpFoAI3x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoAI3x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFoAI3x6 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ulpFoAI3x6 .container {
    padding: 10px 8px;
  }
}
.cid-ulpFoAI3x6 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ulpFoAI3x6 .row {
    padding: 50px 2px;
  }
}
.cid-ulpFoAI3x6 .row .card {
  padding: 0 8px;
}
.cid-ulpFoAI3x6 .row .card:nth-child(2) {
  justify-content: center;
}
.cid-ulpFoAI3x6 .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-ulpFoAI3x6 .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-ulpFoAI3x6 .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-ulpFoAI3x6 .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-ulpFoAI3x6 .item:last-child {
  margin-bottom: 0;
}
.cid-ulpFoAI3x6 .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ulpFoAI3x6 .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-ulpFoAI3x6 .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-ulpFoAI3x6 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-ulpFoAI3x6 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-ulpFoAI3x6 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ulpFoAI3x6 .content-wrapper {
    margin: 50px 0;
  }
}
.cid-ulpFoAI3x6 .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-ulpFoAI3x6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ff6666;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #140b2a;
  margin-bottom: 0;
}
.cid-ulpFoAI3x6 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ulpFoAI3x6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ulpFoAI3x6 .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-ulpFoAI3x6 .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ulpFoAI3x6 .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ulpFoAI3x6 .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ulpFoAI3x6 .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-ulpFoAI3x6 .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-ulpFoAI3x6 .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ulpFoAI3x6 .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-ulpFoAI3x6 .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-ulpFoAI3x6 .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-ulpFoAI3x6 .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-ulpFoAI3x6 .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ulpFoAI3x6 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ulpFoAI3x6 .mbr-desc,
.cid-ulpFoAI3x6 .desc-wrapper {
  color: #fa3934;
  text-align: center;
}
.cid-ulpFoAI3x6 .card-title {
  color: #ffffff;
}
.cid-ulpFoAI3x6 .card-text {
  color: #ffffff;
}
.cid-ulpFoBggS1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulpFoBggS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoBggS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFoBggS1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ulpFoBggS1 .mbr-section-title {
  color: #24262b;
}
.cid-ulpFoBggS1 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-ulpFoBggS1 .cards-row {
  row-gap: 32px;
}
.cid-ulpFoBggS1 .card {
  border-radius: 0;
}
.cid-ulpFoBggS1 .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ulpFoBggS1 .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-ulpFoBggS1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ulpFoBggS1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulpFoBggS1 .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-ulpFoBggS1 .card-subtitle {
  color: #24262b;
}
.cid-ulpFoBggS1 .card-bottom-wrap {
  margin-top: 24px;
}
.cid-ulpFoBggS1 .card-name {
  color: #24262b;
}
.cid-ulpFoBggS1 .card-text {
  color: #24262b;
}
.cid-ulpFoBJiP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulpFoBJiP5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulpFoBJiP5 .panel-title {
  display: flex;
  align-items: center;
}
.cid-ulpFoBJiP5 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ulpFoBJiP5 .panel-body,
.cid-ulpFoBJiP5 .card-header {
  padding: 1rem 0;
}
.cid-ulpFoBJiP5 .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ulpFoBJiP5 .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ulpFoBJiP5 .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ulpFoBJiP5 .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ulpFoBJiP5 .section-head {
  margin-bottom: 56px;
}
.cid-ulpFoBJiP5 .card {
  margin-bottom: 32px;
}
.cid-ulpFoBJiP5 H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ulpFoBJiP5 .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ulpFoBJiP5 .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ulpFoCfkT2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-ulpFoCfkT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoCfkT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulpFoCfkT2 .container {
    padding: 0 30px;
  }
}
.cid-ulpFoCfkT2 .row {
  justify-content: center;
}
.cid-ulpFoCfkT2 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ulpFoCfkT2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ulpFoCfkT2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulpFoCfkT2 .list-wrapper {
  padding: 20px 0;
}
.cid-ulpFoCfkT2 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulpFoCfkT2 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-ulpFoCfkT2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ulpFoCfkT2 .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-ulpFoCfkT2 .mbr-section-title {
  color: #000000;
}
.cid-ulpFoCfkT2 .mbr-section-subtitle {
  color: #000000;
}
.cid-ulpFoCfkT2 .list {
  color: #000000;
}
.cid-ulpFoCfkT2 .list,
.cid-ulpFoCfkT2 .item-wrap {
  color: #ffffff;
}
.cid-ulpFoCJQvu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-ulpFoCJQvu .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .align-right {
    text-align: center;
  }
}
.cid-ulpFoCJQvu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulpFoCJQvu .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .foot-menu {
    justify-content: center;
  }
}
.cid-ulpFoCJQvu .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-ulpFoCJQvu .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ulpFoCJQvu .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-ulpFoCJQvu .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-ulpFoCJQvu .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulpFoCJQvu .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-ulpFoCJQvu .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-ulpFoCJQvu .foot-menu-item {
  color: #ffff;
}
.cid-ulpFoxxH6w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ulpFoxxH6w .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ulpFoxxH6w nav.navbar {
  position: fixed;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulpFoxxH6w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulpFoxxH6w .dropdown-item:hover,
.cid-ulpFoxxH6w .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-ulpFoxxH6w .dropdown-item:hover span {
  color: white;
}
.cid-ulpFoxxH6w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulpFoxxH6w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulpFoxxH6w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulpFoxxH6w .nav-link {
  position: relative;
}
.cid-ulpFoxxH6w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .container {
    flex-wrap: nowrap;
  }
}
.cid-ulpFoxxH6w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown-menu,
.cid-ulpFoxxH6w .navbar.opened {
  background: #ffffff !important;
}
.cid-ulpFoxxH6w .nav-item:focus,
.cid-ulpFoxxH6w .nav-link:focus {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulpFoxxH6w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulpFoxxH6w .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ulpFoxxH6w .navbar.opened {
  transition: all 0.3s;
}
.cid-ulpFoxxH6w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulpFoxxH6w .navbar .navbar-logo img {
  width: auto;
}
.cid-ulpFoxxH6w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulpFoxxH6w .navbar.collapsed {
  justify-content: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulpFoxxH6w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulpFoxxH6w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulpFoxxH6w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulpFoxxH6w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulpFoxxH6w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulpFoxxH6w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulpFoxxH6w .navbar.navbar-short {
  min-height: 80px;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulpFoxxH6w .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulpFoxxH6w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulpFoxxH6w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown-item.active,
.cid-ulpFoxxH6w .dropdown-item:active {
  background-color: transparent;
}
.cid-ulpFoxxH6w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulpFoxxH6w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulpFoxxH6w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulpFoxxH6w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulpFoxxH6w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulpFoxxH6w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar {
    height: 70px;
  }
  .cid-ulpFoxxH6w .navbar.opened {
    height: auto;
  }
  .cid-ulpFoxxH6w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulvhCuY5bA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #140b2a;
}
.cid-ulvhCuY5bA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvhCuY5bA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulvhCuY5bA img {
  border-radius: 2rem;
}
.cid-ulvhCuY5bA .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-ulvhCuY5bA .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fa3934;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulvhCuY5bA .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d1d1f7;
  font-size: 1.5rem;
}
.cid-ulvhCuY5bA .mbr-section-title {
  color: #ffffff;
}
.cid-ulvhCuY5bA .mbr-text,
.cid-ulvhCuY5bA .mbr-section-btn {
  color: #ffffff;
}
.cid-ulvhCuY5bA .mbr-section-subtitle,
.cid-ulvhCuY5bA .align-wrapper {
  color: #04492e;
}
.cid-ulvkg4MSnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulvkg4MSnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvkg4MSnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulvkg4MSnG .container {
    padding: 0 25px;
  }
}
.cid-ulvkg4MSnG .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-ulvkg4MSnG .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-ulvkg4MSnG .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-ulvkg4MSnG .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-ulvkg4MSnG .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-ulvkg4MSnG .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-ulvkg4MSnG .items .item {
    margin: 0;
  }
}
.cid-ulvkg4MSnG .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-ulvkg4MSnG .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ulvkg4MSnG .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-ulvkg4MSnG .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-ulvkg4MSnG .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-ulvkg4MSnG .mbr-section-title {
  color: #000000;
}
.cid-ulvkg4MSnG .item-title {
  color: #000000;
}
.cid-ulvkg4MSnG .mbr-text {
  color: #000000;
}
.cid-ulvnejmOH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulvnejmOH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvnejmOH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .container {
    padding: 0 16px;
  }
}
.cid-ulvnejmOH9 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ulvnejmOH9 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-ulvnejmOH9 .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .image-wrapper {
    padding: 0;
  }
}
.cid-ulvnejmOH9 .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ulvnejmOH9 .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-ulvnejmOH9 .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ulvnejmOH9 .image-wrapper .image_2 {
    display: none;
  }
}
.cid-ulvnejmOH9 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ulvnejmOH9 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ulvnejmOH9 .mbr-section-subtitle {
  color: #08323C;
}
.cid-ulvnejmOH9 .mbr-text {
  color: #08323C;
}
.cid-ulvnejmOH9 .mbr-list-title {
  color: #08323C;
}
.cid-ulvnejmOH9 .list {
  color: #08323C;
}
.cid-ulvh6zbkNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulvh6zbkNA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulvh6zbkNA .panel-title {
  display: flex;
  align-items: center;
}
.cid-ulvh6zbkNA .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ulvh6zbkNA .panel-body,
.cid-ulvh6zbkNA .card-header {
  padding: 1rem 0;
}
.cid-ulvh6zbkNA .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ulvh6zbkNA .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ulvh6zbkNA .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ulvh6zbkNA .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ulvh6zbkNA .section-head {
  margin-bottom: 56px;
}
.cid-ulvh6zbkNA .card {
  margin-bottom: 32px;
}
.cid-ulvh6zbkNA H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ulvh6zbkNA .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ulvh6zbkNA .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ulvh0grSVQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-ulvh0grSVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvh0grSVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulvh0grSVQ .container {
    padding: 0 30px;
  }
}
.cid-ulvh0grSVQ .row {
  justify-content: center;
}
.cid-ulvh0grSVQ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ulvh0grSVQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ulvh0grSVQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulvh0grSVQ .list-wrapper {
  padding: 20px 0;
}
.cid-ulvh0grSVQ .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulvh0grSVQ .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-ulvh0grSVQ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ulvh0grSVQ .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-ulvh0grSVQ .mbr-section-title {
  color: #000000;
}
.cid-ulvh0grSVQ .mbr-section-subtitle {
  color: #000000;
}
.cid-ulvh0grSVQ .list {
  color: #000000;
}
.cid-ulvh0grSVQ .list,
.cid-ulvh0grSVQ .item-wrap {
  color: #ffffff;
}
.cid-ulpFoCJQvu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-ulpFoCJQvu .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .align-right {
    text-align: center;
  }
}
.cid-ulpFoCJQvu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulpFoCJQvu .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .foot-menu {
    justify-content: center;
  }
}
.cid-ulpFoCJQvu .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-ulpFoCJQvu .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ulpFoCJQvu .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-ulpFoCJQvu .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-ulpFoCJQvu .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulpFoCJQvu .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-ulpFoCJQvu .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-ulpFoCJQvu .foot-menu-item {
  color: #ffff;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulRuPjFPTy {
  background-image: url("../../../assets/images/banner-1212x945.jpg");
}
.cid-ulRuPjFPTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulRuPjFPTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulRy6BJLS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ulRy6BJLS7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulRy6BJLS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulRy6BJLS7 .row {
  background: #ffffff;
  border-radius: 3rem;
  justify-content: center;
  padding: 8rem 6rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ulRy6BJLS7 .row {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulRy6BJLS7 .row {
    padding: 3rem 1rem;
  }
}
.cid-ulRy6BJLS7 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #1b224b;
  background: #ffffff;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-ulRy6BJLS7 .card-box {
  display: flex;
  align-items: center;
}
.cid-ulRy6BJLS7 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ulRy6BJLS7 .card-box {
    flex-direction: column;
  }
  .cid-ulRy6BJLS7 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-ulRy6BJLS7 .card-link:hover a {
  background-image: none !important;
}
.cid-ulRy6BJLS7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulRy6BJLS7 .card-text {
  color: #140b2a;
}
.cid-ulRy6BJLS7 .mbr-section-title {
  color: #ffffff;
}
.cid-ulRy6BJLS7 .card-title,
.cid-ulRy6BJLS7 .iconfont-wrapper {
  color: #140b2a;
}
.cid-ulRuR6A796 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ulRuR6A796 .mbr-section-title {
  text-align: center;
}
.cid-ulRuR6A796 .mbr-section-subtitle {
  text-align: center;
}
.cid-ulRuR6A796 .mbr-text {
  text-align: center;
}
.cid-ulRuRY8HnF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-ulRuRY8HnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulRuRY8HnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulRuRY8HnF .mbr-text,
.cid-ulRuRY8HnF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ulRuRY8HnF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulRuRY8HnF .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-ulScVfYqP0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-ulScVfYqP0 .content {
    flex-wrap: nowrap;
  }
  .cid-ulScVfYqP0 .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-ulScVfYqP0 .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-ulScVfYqP0 .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-ulScVfYqP0 .content {
    flex-wrap: wrap;
  }
  .cid-ulScVfYqP0 .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-ulScVfYqP0 .section-head p {
    width: 70%;
  }
  .cid-ulScVfYqP0 .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-ulScVfYqP0 .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-ulScVfYqP0 .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-ulScVfYqP0 .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-ulScVfYqP0 .panel-title-edit {
  color: #28282c;
}
.cid-ulScVfYqP0 .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-ulScVfYqP0 .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-ulScVfYqP0 .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-ulScVfYqP0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulScVfYqP0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulScVfYqP0 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-ulScVfYqP0 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-ulScVfYqP0 .mbr-text {
  color: #232323;
}
.cid-ulScugstwb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulScugstwb .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ulScugstwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulScugstwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSh8SSVLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulSh8SSVLj .item-img {
  position: relative;
}
.cid-ulSh8SSVLj .item-img img {
  transition: all 0.2s;
}
.cid-ulSh8SSVLj .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ulSh8SSVLj .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-ulSh8SSVLj .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ulSh8SSVLj .item:hover img {
  transform: scale(1.05);
}
.cid-ulSh8SSVLj .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ulSh8SSVLj .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-ulSh8SSVLj .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulSh8SSVLj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulSh8SSVLj .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ulSh8SSVLj .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ulSh8SSVLj .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ulSh8SSVLj .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ulSh8SSVLj .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ulSh8SSVLj .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ulSh8SSVLj img,
.cid-ulSh8SSVLj .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulSh8SSVLj .item:focus,
.cid-ulSh8SSVLj span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ulSh8SSVLj .item {
    margin-bottom: 1rem;
  }
}
.cid-ulSh8SSVLj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulSh8SSVLj .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulSh8SSVLj .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulSh8SSVLj .mbr-section-subtitle,
.cid-ulSh8SSVLj .subtitle-wrap,
.cid-ulSh8SSVLj .mbr-section-btn {
  text-align: left;
}
.cid-ulSh8SSVLj .mbr-text,
.cid-ulSh8SSVLj .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ulSjqSH1Lx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-ulSjqSH1Lx .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-ulSjqSH1Lx .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-ulSjqSH1Lx .row {
    padding: 0;
  }
}
.cid-ulSjqSH1Lx .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ulSjqSH1Lx .item-text {
    max-width: 100%;
  }
}
.cid-ulSjqSH1Lx .item-title {
  position: relative;
  color: #e3ebf3;
}
.cid-ulSjqSH1Lx .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-ulSjqSH1Lx .mbr-text {
  color: #e3ebf3;
}
.cid-ulSjqSH1Lx .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ulSjqSH1Lx .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ulSjqSH1Lx .item-img {
    display: none;
  }
}
.cid-ulSjqSH1Lx .item-img-1 {
  transform: rotate(-15deg);
}
.cid-ulSjqSH1Lx .item-img-2 {
  transform: rotate(15deg);
}
.cid-ulSjqSH1Lx .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-ulRv2dfJrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulRv2dfJrg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulRv2dfJrg .panel-title {
  display: flex;
  align-items: center;
}
.cid-ulRv2dfJrg .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ulRv2dfJrg .panel-body,
.cid-ulRv2dfJrg .card-header {
  padding: 1rem 0;
}
.cid-ulRv2dfJrg .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ulRv2dfJrg .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ulRv2dfJrg .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ulRv2dfJrg .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ulRv2dfJrg .section-head {
  margin-bottom: 56px;
}
.cid-ulRv2dfJrg .card {
  margin-bottom: 32px;
}
.cid-ulRv2dfJrg H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ulRv2dfJrg .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ulRv2dfJrg .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ulRuTbVBhM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-ulRuTbVBhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulRuTbVBhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulRuTbVBhM .container {
    padding: 0 30px;
  }
}
.cid-ulRuTbVBhM .row {
  justify-content: center;
}
.cid-ulRuTbVBhM .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ulRuTbVBhM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ulRuTbVBhM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulRuTbVBhM .list-wrapper {
  padding: 20px 0;
}
.cid-ulRuTbVBhM .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulRuTbVBhM .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-ulRuTbVBhM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ulRuTbVBhM .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-ulRuTbVBhM .mbr-section-title {
  color: #000000;
}
.cid-ulRuTbVBhM .mbr-section-subtitle {
  color: #000000;
}
.cid-ulRuTbVBhM .list {
  color: #000000;
}
.cid-ulRuTbVBhM .list,
.cid-ulRuTbVBhM .item-wrap {
  color: #ffffff;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.cid-um8O2WjJG5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-um8O2WjJG5 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-um8O2WjJG5 nav.navbar {
  position: fixed;
}
.cid-um8O2WjJG5 .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-um8O2WjJG5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um8O2WjJG5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um8O2WjJG5 .dropdown-item:hover,
.cid-um8O2WjJG5 .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-um8O2WjJG5 .dropdown-item:hover span {
  color: white;
}
.cid-um8O2WjJG5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um8O2WjJG5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um8O2WjJG5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um8O2WjJG5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um8O2WjJG5 .nav-link {
  position: relative;
}
.cid-um8O2WjJG5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-um8O2WjJG5 .container {
    flex-wrap: nowrap;
  }
}
.cid-um8O2WjJG5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um8O2WjJG5 .dropdown-menu,
.cid-um8O2WjJG5 .navbar.opened {
  background: #ffffff !important;
}
.cid-um8O2WjJG5 .nav-item:focus,
.cid-um8O2WjJG5 .nav-link:focus {
  outline: none;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8O2WjJG5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um8O2WjJG5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um8O2WjJG5 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-um8O2WjJG5 .navbar.opened {
  transition: all 0.3s;
}
.cid-um8O2WjJG5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um8O2WjJG5 .navbar .navbar-logo img {
  width: auto;
}
.cid-um8O2WjJG5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um8O2WjJG5 .navbar.collapsed {
  justify-content: center;
}
.cid-um8O2WjJG5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um8O2WjJG5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-um8O2WjJG5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-um8O2WjJG5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um8O2WjJG5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um8O2WjJG5 .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-um8O2WjJG5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um8O2WjJG5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um8O2WjJG5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um8O2WjJG5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um8O2WjJG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um8O2WjJG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um8O2WjJG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um8O2WjJG5 .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-um8O2WjJG5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um8O2WjJG5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um8O2WjJG5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um8O2WjJG5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um8O2WjJG5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um8O2WjJG5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-um8O2WjJG5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-um8O2WjJG5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-um8O2WjJG5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-um8O2WjJG5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-um8O2WjJG5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um8O2WjJG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um8O2WjJG5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um8O2WjJG5 .dropdown-item.active,
.cid-um8O2WjJG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-um8O2WjJG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um8O2WjJG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um8O2WjJG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um8O2WjJG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-um8O2WjJG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um8O2WjJG5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um8O2WjJG5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um8O2WjJG5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um8O2WjJG5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um8O2WjJG5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um8O2WjJG5 .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-um8O2WjJG5 .navbar {
    height: 70px;
  }
  .cid-um8O2WjJG5 .navbar.opened {
    height: auto;
  }
  .cid-um8O2WjJG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um8O2WEkwt {
  background-image: url("../../../assets/images/sugar-daddy-meet-auckland-1280x719.jpg");
}
.cid-um8O2WEkwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O2WEkwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8O2WWMwS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-um8O2WWMwS .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #140b2a;
}
.cid-um8O2WWMwS .mbr-section-title b,
.cid-um8O2WWMwS .mbr-section-title strong {
  font-weight: 500;
}
.cid-um8O2WWMwS .mbr-text {
  margin-bottom: 18px;
}
.cid-um8O2WWMwS .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-um8O2WWMwS .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-um8O2WWMwS .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-um8O2WWMwS .image {
  margin-right: 13px;
  width: 100%;
}
.cid-um8O2WWMwS .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-um8O2WWMwS .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ff5753;
}
.cid-um8O2WWMwS .link a {
  font-weight: 700;
}
.cid-um8O2WWMwS .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-um8O2WWMwS .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-um8O2WWMwS .row__image {
    margin-bottom: 9px;
  }
  .cid-um8O2WWMwS .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-um8O2WWMwS .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-um8O2WWMwS .title__block {
    margin-top: 60px;
  }
  .cid-um8O2WWMwS .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-um8O2WWMwS .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-um8O2WWMwS .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-um8O2WWMwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O2WWMwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8O2Xzdm2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-um8O2Xzdm2 .mbr-section-title {
  text-align: left;
}
.cid-um8O2Xzdm2 .mbr-section-subtitle {
  text-align: center;
}
.cid-um8O2Xzdm2 .mbr-text {
  text-align: left;
}
.cid-um8Y6xhwsW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um8Y6xhwsW .mbr-section-title {
  text-align: left;
}
.cid-um96VjLN3o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um96VjLN3o .mbr-section-title {
  text-align: left;
}
.cid-um8O2YvhWB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-um8O2YvhWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O2YvhWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8O2YvhWB .mbr-text,
.cid-um8O2YvhWB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-um8O2YvhWB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-um8O2YvhWB .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-um9arVkH10 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-um9arVkH10 .mbr-section-title {
  text-align: left;
}
.cid-um8Xmzz9lb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um8Xmzz9lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8Xmzz9lb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um8Xmzz9lb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-um8Xmzz9lb .container {
    padding: 0 12px;
  }
}
.cid-um8Xmzz9lb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-um8Xmzz9lb .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-um8Xmzz9lb .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-um8Xmzz9lb .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #d9db4d;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-um8Xmzz9lb .mbr-section-title {
  color: #222222;
}
.cid-um8ZLvt4dP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-um8ZLvt4dP .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-um8ZLvt4dP .container {
    padding: 0 24px;
  }
}
.cid-um8ZLvt4dP .card {
  justify-content: center;
}
.cid-um8ZLvt4dP .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-um8ZLvt4dP .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um8ZLvt4dP .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-um8ZLvt4dP .text-wrapper {
  border-top: 1px solid #fafafa;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-um8ZLvt4dP .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-um8ZLvt4dP .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-um8ZLvt4dP .mbr-section-title {
  color: #F9F6E0;
}
.cid-um8ZLvt4dP .mbr-desc {
  color: #140b2a;
}
.cid-um8ZLvt4dP .mbr-text {
  color: #140b2a;
}
.cid-um8ZLvt4dP .mbr-section-btn {
  text-align: right;
}
.cid-um8ZLvt4dP .mbr-section-title,
.cid-um8ZLvt4dP .mbr-section-btn {
  color: #140b2a;
}
.cid-um9b1fo04o {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-um9b1fo04o img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-um9b1fo04o img {
    width: 100%;
  }
}
.cid-um8YbcrnsQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-um8YbcrnsQ img,
.cid-um8YbcrnsQ .item-img {
  width: 100%;
}
.cid-um8YbcrnsQ .item:focus,
.cid-um8YbcrnsQ span:focus {
  outline: none;
}
.cid-um8YbcrnsQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um8YbcrnsQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-um8YbcrnsQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um8YbcrnsQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-um8YbcrnsQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-um8YbcrnsQ .mbr-section-title {
  color: #232323;
}
.cid-um8YbcrnsQ .mbr-text,
.cid-um8YbcrnsQ .mbr-section-btn {
  text-align: left;
}
.cid-um8YbcrnsQ .item-title {
  text-align: left;
}
.cid-um8YbcrnsQ .item-subtitle {
  text-align: center;
}
.cid-um8ZT9TIaQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-um8ZT9TIaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8ZT9TIaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8ZT9TIaQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .container {
    padding: 0 24px;
  }
}
.cid-um8ZT9TIaQ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-um8ZT9TIaQ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um8ZT9TIaQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #140b2a;
  border-radius: 40px;
}
.cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-um8ZT9TIaQ .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-um8ZT9TIaQ .mbr-section-subtitle {
  color: #d1d1f7;
  text-align: center;
}
.cid-um8ZT9TIaQ .mbr-section-title,
.cid-um8ZT9TIaQ .buttons-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-um8O300ulU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um8O300ulU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-um8O300ulU .panel-title {
  display: flex;
  align-items: center;
}
.cid-um8O300ulU .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-um8O300ulU .panel-body,
.cid-um8O300ulU .card-header {
  padding: 1rem 0;
}
.cid-um8O300ulU .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-um8O300ulU .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-um8O300ulU .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-um8O300ulU .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-um8O300ulU .section-head {
  margin-bottom: 56px;
}
.cid-um8O300ulU .card {
  margin-bottom: 32px;
}
.cid-um8O300ulU H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-um8O300ulU .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-um8O300ulU .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-um8O30l6Qb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-um8O30l6Qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O30l6Qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um8O30l6Qb .container {
    padding: 0 30px;
  }
}
.cid-um8O30l6Qb .row {
  justify-content: center;
}
.cid-um8O30l6Qb .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-um8O30l6Qb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-um8O30l6Qb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um8O30l6Qb .list-wrapper {
  padding: 20px 0;
}
.cid-um8O30l6Qb .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-um8O30l6Qb .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-um8O30l6Qb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-um8O30l6Qb .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-um8O30l6Qb .mbr-section-title {
  color: #000000;
}
.cid-um8O30l6Qb .mbr-section-subtitle {
  color: #000000;
}
.cid-um8O30l6Qb .list {
  color: #000000;
}
.cid-um8O30l6Qb .list,
.cid-um8O30l6Qb .item-wrap {
  color: #ffffff;
}
.cid-um8O30EZLG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-um8O30EZLG .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-um8O30EZLG .align-right {
    text-align: center;
  }
}
.cid-um8O30EZLG .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-um8O30EZLG .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-um8O30EZLG .foot-menu {
    justify-content: center;
  }
}
.cid-um8O30EZLG .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-um8O30EZLG .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-um8O30EZLG .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-um8O30EZLG .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-um8O30EZLG .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-um8O30EZLG .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-um8O30EZLG .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-um8O30EZLG .foot-menu-item {
  color: #ffff;
}
.cid-unboLkpg94 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-unboLkpg94 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-unboLkpg94 nav.navbar {
  position: fixed;
}
.cid-unboLkpg94 .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-unboLkpg94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unboLkpg94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unboLkpg94 .dropdown-item:hover,
.cid-unboLkpg94 .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-unboLkpg94 .dropdown-item:hover span {
  color: white;
}
.cid-unboLkpg94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unboLkpg94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unboLkpg94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unboLkpg94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unboLkpg94 .nav-link {
  position: relative;
}
.cid-unboLkpg94 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unboLkpg94 .container {
    flex-wrap: nowrap;
  }
}
.cid-unboLkpg94 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unboLkpg94 .dropdown-menu,
.cid-unboLkpg94 .navbar.opened {
  background: #ffffff !important;
}
.cid-unboLkpg94 .nav-item:focus,
.cid-unboLkpg94 .nav-link:focus {
  outline: none;
}
.cid-unboLkpg94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unboLkpg94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unboLkpg94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unboLkpg94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unboLkpg94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unboLkpg94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unboLkpg94 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-unboLkpg94 .navbar.opened {
  transition: all 0.3s;
}
.cid-unboLkpg94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unboLkpg94 .navbar .navbar-logo img {
  width: auto;
}
.cid-unboLkpg94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unboLkpg94 .navbar.collapsed {
  justify-content: center;
}
.cid-unboLkpg94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unboLkpg94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unboLkpg94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-unboLkpg94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unboLkpg94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unboLkpg94 .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-unboLkpg94 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unboLkpg94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unboLkpg94 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unboLkpg94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unboLkpg94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unboLkpg94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unboLkpg94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unboLkpg94 .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-unboLkpg94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unboLkpg94 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unboLkpg94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unboLkpg94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unboLkpg94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unboLkpg94 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unboLkpg94 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unboLkpg94 .navbar.navbar-short {
  min-height: 80px;
}
.cid-unboLkpg94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unboLkpg94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unboLkpg94 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unboLkpg94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unboLkpg94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unboLkpg94 .dropdown-item.active,
.cid-unboLkpg94 .dropdown-item:active {
  background-color: transparent;
}
.cid-unboLkpg94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unboLkpg94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unboLkpg94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unboLkpg94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unboLkpg94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unboLkpg94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unboLkpg94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unboLkpg94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unboLkpg94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unboLkpg94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-unboLkpg94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unboLkpg94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unboLkpg94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unboLkpg94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unboLkpg94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unboLkpg94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unboLkpg94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unboLkpg94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unboLkpg94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unboLkpg94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unboLkpg94 .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-unboLkpg94 .navbar {
    height: 70px;
  }
  .cid-unboLkpg94 .navbar.opened {
    height: auto;
  }
  .cid-unboLkpg94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unboLkIQ3w {
  background-image: url("../../../assets/images/sugar-dating-wellington-1280x853.jpg");
}
.cid-unboLkIQ3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-unboLkIQ3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unboLkZsQe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unboLkZsQe .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #140b2a;
}
.cid-unboLkZsQe .mbr-section-title b,
.cid-unboLkZsQe .mbr-section-title strong {
  font-weight: 500;
}
.cid-unboLkZsQe .mbr-text {
  margin-bottom: 18px;
}
.cid-unboLkZsQe .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-unboLkZsQe .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-unboLkZsQe .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-unboLkZsQe .image {
  margin-right: 13px;
  width: 100%;
}
.cid-unboLkZsQe .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-unboLkZsQe .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ff5753;
}
.cid-unboLkZsQe .link a {
  font-weight: 700;
}
.cid-unboLkZsQe .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-unboLkZsQe .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-unboLkZsQe .row__image {
    margin-bottom: 9px;
  }
  .cid-unboLkZsQe .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-unboLkZsQe .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-unboLkZsQe .title__block {
    margin-top: 60px;
  }
  .cid-unboLkZsQe .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-unboLkZsQe .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-unboLkZsQe .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-unboLkZsQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-unboLkZsQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unboLluZAE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-unboLluZAE .mbr-section-title {
  text-align: left;
}
.cid-unboLluZAE .mbr-section-subtitle {
  text-align: center;
}
.cid-unboLluZAE .mbr-text {
  text-align: left;
}
.cid-unboLlGzIf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unboLlGzIf .mbr-section-title {
  text-align: left;
}
.cid-unboLmh39n {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-unboLmh39n .mbr-fallback-image.disabled {
  display: none;
}
.cid-unboLmh39n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unboLmh39n .mbr-text,
.cid-unboLmh39n .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-unboLmh39n .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-unboLmh39n .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-unbu5tvMOx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unbu5tvMOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unbu5tvMOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unbu5tvMOx .container {
    padding: 0 16px;
  }
}
.cid-unbu5tvMOx .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-unbu5tvMOx .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-unbu5tvMOx .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #e7d8d6;
}
.cid-unbu5tvMOx .item .item-wrapper {
  height: 100%;
}
.cid-unbu5tvMOx .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eadef8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-unbu5tvMOx .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-unbu5tvMOx .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-unbu5tvMOx .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-unbu5tvMOx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unbu5tvMOx .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-unbu5tvMOx .item-emoji {
  color: #000000;
}
.cid-unbu5tvMOx .item-title {
  color: #000000;
}
.cid-unbu5tvMOx .item-text {
  color: #000000;
}
.cid-unbu068WSl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-unbu068WSl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-unbu068WSl .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-unbu068WSl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #eeeeee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-unbu068WSl .mbr-section-title {
  text-align: center;
}
.cid-unbu068WSl .mbr-text {
  color: #696969;
}
.cid-unboLntvKV {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-unboLntvKV img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-unboLntvKV img {
    width: 100%;
  }
}
.cid-unboLnPcdz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unboLnPcdz img,
.cid-unboLnPcdz .item-img {
  width: 100%;
}
.cid-unboLnPcdz .item:focus,
.cid-unboLnPcdz span:focus {
  outline: none;
}
.cid-unboLnPcdz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unboLnPcdz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unboLnPcdz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unboLnPcdz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-unboLnPcdz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unboLnPcdz .mbr-section-title {
  color: #232323;
}
.cid-unboLnPcdz .mbr-text,
.cid-unboLnPcdz .mbr-section-btn {
  text-align: left;
}
.cid-unboLnPcdz .item-title {
  text-align: left;
}
.cid-unboLnPcdz .item-subtitle {
  text-align: center;
}
.cid-unboLokyom {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-unboLokyom .mbr-fallback-image.disabled {
  display: none;
}
.cid-unboLokyom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unboLokyom .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-unboLokyom .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unboLokyom .container {
    padding: 0 24px;
  }
}
.cid-unboLokyom .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unboLokyom .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unboLokyom .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unboLokyom .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-unboLokyom .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #140b2a;
  border-radius: 40px;
}
.cid-unboLokyom .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-unboLokyom .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-unboLokyom .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-unboLokyom .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-unboLokyom .mbr-section-subtitle {
  color: #d1d1f7;
  text-align: center;
}
.cid-unboLokyom .mbr-section-title,
.cid-unboLokyom .buttons-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-unboLoEEFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unboLoEEFr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-unboLoEEFr .panel-title {
  display: flex;
  align-items: center;
}
.cid-unboLoEEFr .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-unboLoEEFr .panel-body,
.cid-unboLoEEFr .card-header {
  padding: 1rem 0;
}
.cid-unboLoEEFr .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-unboLoEEFr .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-unboLoEEFr .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-unboLoEEFr .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-unboLoEEFr .section-head {
  margin-bottom: 56px;
}
.cid-unboLoEEFr .card {
  margin-bottom: 32px;
}
.cid-unboLoEEFr H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-unboLoEEFr .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-unboLoEEFr .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-unboLp4Rrz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-unboLp4Rrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-unboLp4Rrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unboLp4Rrz .container {
    padding: 0 30px;
  }
}
.cid-unboLp4Rrz .row {
  justify-content: center;
}
.cid-unboLp4Rrz .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-unboLp4Rrz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-unboLp4Rrz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unboLp4Rrz .list-wrapper {
  padding: 20px 0;
}
.cid-unboLp4Rrz .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-unboLp4Rrz .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-unboLp4Rrz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-unboLp4Rrz .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-unboLp4Rrz .mbr-section-title {
  color: #000000;
}
.cid-unboLp4Rrz .mbr-section-subtitle {
  color: #000000;
}
.cid-unboLp4Rrz .list {
  color: #000000;
}
.cid-unboLp4Rrz .list,
.cid-unboLp4Rrz .item-wrap {
  color: #ffffff;
}
.cid-unboLpqFaS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-unboLpqFaS .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unboLpqFaS .align-right {
    text-align: center;
  }
}
.cid-unboLpqFaS .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unboLpqFaS .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-unboLpqFaS .foot-menu {
    justify-content: center;
  }
}
.cid-unboLpqFaS .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-unboLpqFaS .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-unboLpqFaS .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-unboLpqFaS .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-unboLpqFaS .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unboLpqFaS .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-unboLpqFaS .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-unboLpqFaS .foot-menu-item {
  color: #ffff;
}
.cid-uo2gusY6Mw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uo2gusY6Mw .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uo2gusY6Mw nav.navbar {
  position: fixed;
}
.cid-uo2gusY6Mw .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-uo2gusY6Mw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo2gusY6Mw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo2gusY6Mw .dropdown-item:hover,
.cid-uo2gusY6Mw .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-uo2gusY6Mw .dropdown-item:hover span {
  color: white;
}
.cid-uo2gusY6Mw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo2gusY6Mw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo2gusY6Mw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo2gusY6Mw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo2gusY6Mw .nav-link {
  position: relative;
}
.cid-uo2gusY6Mw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo2gusY6Mw .container {
    flex-wrap: nowrap;
  }
}
.cid-uo2gusY6Mw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo2gusY6Mw .dropdown-menu,
.cid-uo2gusY6Mw .navbar.opened {
  background: #ffffff !important;
}
.cid-uo2gusY6Mw .nav-item:focus,
.cid-uo2gusY6Mw .nav-link:focus {
  outline: none;
}
.cid-uo2gusY6Mw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo2gusY6Mw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo2gusY6Mw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo2gusY6Mw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo2gusY6Mw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo2gusY6Mw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo2gusY6Mw .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uo2gusY6Mw .navbar.opened {
  transition: all 0.3s;
}
.cid-uo2gusY6Mw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo2gusY6Mw .navbar .navbar-logo img {
  width: auto;
}
.cid-uo2gusY6Mw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo2gusY6Mw .navbar.collapsed {
  justify-content: center;
}
.cid-uo2gusY6Mw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo2gusY6Mw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo2gusY6Mw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uo2gusY6Mw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo2gusY6Mw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo2gusY6Mw .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-uo2gusY6Mw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo2gusY6Mw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo2gusY6Mw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo2gusY6Mw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo2gusY6Mw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo2gusY6Mw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo2gusY6Mw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo2gusY6Mw .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-uo2gusY6Mw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo2gusY6Mw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo2gusY6Mw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo2gusY6Mw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo2gusY6Mw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo2gusY6Mw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo2gusY6Mw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo2gusY6Mw .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo2gusY6Mw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo2gusY6Mw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo2gusY6Mw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo2gusY6Mw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo2gusY6Mw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo2gusY6Mw .dropdown-item.active,
.cid-uo2gusY6Mw .dropdown-item:active {
  background-color: transparent;
}
.cid-uo2gusY6Mw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo2gusY6Mw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo2gusY6Mw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo2gusY6Mw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo2gusY6Mw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo2gusY6Mw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo2gusY6Mw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo2gusY6Mw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo2gusY6Mw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo2gusY6Mw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uo2gusY6Mw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo2gusY6Mw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2gusY6Mw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2gusY6Mw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo2gusY6Mw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2gusY6Mw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo2gusY6Mw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo2gusY6Mw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2gusY6Mw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo2gusY6Mw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo2gusY6Mw .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-uo2gusY6Mw .navbar {
    height: 70px;
  }
  .cid-uo2gusY6Mw .navbar.opened {
    height: auto;
  }
  .cid-uo2gusY6Mw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo2gutog32 {
  background-image: url("../../../assets/images/sugar-dating-christchurch-800x531.jpg");
}
.cid-uo2gutog32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2gutog32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2gutNpod {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo2gutNpod .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #140b2a;
}
.cid-uo2gutNpod .mbr-section-title b,
.cid-uo2gutNpod .mbr-section-title strong {
  font-weight: 500;
}
.cid-uo2gutNpod .mbr-text {
  margin-bottom: 18px;
}
.cid-uo2gutNpod .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-uo2gutNpod .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-uo2gutNpod .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-uo2gutNpod .image {
  margin-right: 13px;
  width: 100%;
}
.cid-uo2gutNpod .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-uo2gutNpod .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ff5753;
}
.cid-uo2gutNpod .link a {
  font-weight: 700;
}
.cid-uo2gutNpod .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uo2gutNpod .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-uo2gutNpod .row__image {
    margin-bottom: 9px;
  }
  .cid-uo2gutNpod .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-uo2gutNpod .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-uo2gutNpod .title__block {
    margin-top: 60px;
  }
  .cid-uo2gutNpod .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-uo2gutNpod .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-uo2gutNpod .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-uo2gutNpod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2gutNpod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2guurNFX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uo2guurNFX .mbr-section-title {
  text-align: left;
}
.cid-uo2guurNFX .mbr-section-subtitle {
  text-align: center;
}
.cid-uo2guurNFX .mbr-text {
  text-align: left;
}
.cid-uo2guuGcyk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2guuGcyk .mbr-section-title {
  text-align: left;
}
.cid-uo2guuVQMv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-uo2guuVQMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2guuVQMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2guuVQMv .mbr-text,
.cid-uo2guuVQMv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uo2guuVQMv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uo2guuVQMv .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-uo2guvHNU3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uo2guvHNU3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uo2guvHNU3 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uo2guvHNU3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #eeeeee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uo2guvHNU3 .mbr-section-title {
  text-align: center;
}
.cid-uo2guvHNU3 .mbr-text {
  color: #696969;
}
.cid-uo2guvZNEG {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uo2guvZNEG img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uo2guvZNEG img {
    width: 100%;
  }
}
.cid-uo2guwZcjy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-uo2guwZcjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2guwZcjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2guwZcjy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uo2guwZcjy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo2guwZcjy .container {
    padding: 0 24px;
  }
}
.cid-uo2guwZcjy .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uo2guwZcjy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo2guwZcjy .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uo2guwZcjy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uo2guwZcjy .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #140b2a;
  border-radius: 40px;
}
.cid-uo2guwZcjy .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uo2guwZcjy .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uo2guwZcjy .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uo2guwZcjy .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uo2guwZcjy .mbr-section-subtitle {
  color: #d1d1f7;
  text-align: center;
}
.cid-uo2guwZcjy .mbr-section-title,
.cid-uo2guwZcjy .buttons-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uo2guxjqg9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2guxjqg9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uo2guxjqg9 .panel-title {
  display: flex;
  align-items: center;
}
.cid-uo2guxjqg9 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-uo2guxjqg9 .panel-body,
.cid-uo2guxjqg9 .card-header {
  padding: 1rem 0;
}
.cid-uo2guxjqg9 .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uo2guxjqg9 .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uo2guxjqg9 .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-uo2guxjqg9 .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uo2guxjqg9 .section-head {
  margin-bottom: 56px;
}
.cid-uo2guxjqg9 .card {
  margin-bottom: 32px;
}
.cid-uo2guxjqg9 H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uo2guxjqg9 .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uo2guxjqg9 .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uo2guxNHQk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-uo2guxNHQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2guxNHQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo2guxNHQk .container {
    padding: 0 30px;
  }
}
.cid-uo2guxNHQk .row {
  justify-content: center;
}
.cid-uo2guxNHQk .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uo2guxNHQk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uo2guxNHQk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo2guxNHQk .list-wrapper {
  padding: 20px 0;
}
.cid-uo2guxNHQk .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uo2guxNHQk .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uo2guxNHQk .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uo2guxNHQk .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-uo2guxNHQk .mbr-section-title {
  color: #000000;
}
.cid-uo2guxNHQk .mbr-section-subtitle {
  color: #000000;
}
.cid-uo2guxNHQk .list {
  color: #000000;
}
.cid-uo2guxNHQk .list,
.cid-uo2guxNHQk .item-wrap {
  color: #ffffff;
}
.cid-uo2guyaCd0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-uo2guyaCd0 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo2guyaCd0 .align-right {
    text-align: center;
  }
}
.cid-uo2guyaCd0 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uo2guyaCd0 .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uo2guyaCd0 .foot-menu {
    justify-content: center;
  }
}
.cid-uo2guyaCd0 .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-uo2guyaCd0 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uo2guyaCd0 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-uo2guyaCd0 .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uo2guyaCd0 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo2guyaCd0 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uo2guyaCd0 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-uo2guyaCd0 .foot-menu-item {
  color: #ffff;
}
.cid-upsNMLET4Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-upsNMLET4Z .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-upsNMLET4Z nav.navbar {
  position: fixed;
}
.cid-upsNMLET4Z .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-upsNMLET4Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upsNMLET4Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upsNMLET4Z .dropdown-item:hover,
.cid-upsNMLET4Z .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-upsNMLET4Z .dropdown-item:hover span {
  color: white;
}
.cid-upsNMLET4Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upsNMLET4Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upsNMLET4Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upsNMLET4Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upsNMLET4Z .nav-link {
  position: relative;
}
.cid-upsNMLET4Z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upsNMLET4Z .container {
    flex-wrap: nowrap;
  }
}
.cid-upsNMLET4Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upsNMLET4Z .dropdown-menu,
.cid-upsNMLET4Z .navbar.opened {
  background: #ffffff !important;
}
.cid-upsNMLET4Z .nav-item:focus,
.cid-upsNMLET4Z .nav-link:focus {
  outline: none;
}
.cid-upsNMLET4Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upsNMLET4Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upsNMLET4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upsNMLET4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upsNMLET4Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upsNMLET4Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upsNMLET4Z .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upsNMLET4Z .navbar.opened {
  transition: all 0.3s;
}
.cid-upsNMLET4Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upsNMLET4Z .navbar .navbar-logo img {
  width: auto;
}
.cid-upsNMLET4Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upsNMLET4Z .navbar.collapsed {
  justify-content: center;
}
.cid-upsNMLET4Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upsNMLET4Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upsNMLET4Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-upsNMLET4Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upsNMLET4Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upsNMLET4Z .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-upsNMLET4Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upsNMLET4Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upsNMLET4Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upsNMLET4Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upsNMLET4Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upsNMLET4Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upsNMLET4Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upsNMLET4Z .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-upsNMLET4Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upsNMLET4Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upsNMLET4Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upsNMLET4Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upsNMLET4Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upsNMLET4Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upsNMLET4Z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upsNMLET4Z .navbar.navbar-short {
  min-height: 80px;
}
.cid-upsNMLET4Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upsNMLET4Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upsNMLET4Z .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upsNMLET4Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upsNMLET4Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upsNMLET4Z .dropdown-item.active,
.cid-upsNMLET4Z .dropdown-item:active {
  background-color: transparent;
}
.cid-upsNMLET4Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upsNMLET4Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upsNMLET4Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upsNMLET4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upsNMLET4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upsNMLET4Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upsNMLET4Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upsNMLET4Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upsNMLET4Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upsNMLET4Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upsNMLET4Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upsNMLET4Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upsNMLET4Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upsNMLET4Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upsNMLET4Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upsNMLET4Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upsNMLET4Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upsNMLET4Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upsNMLET4Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upsNMLET4Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upsNMLET4Z .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-upsNMLET4Z .navbar {
    height: 70px;
  }
  .cid-upsNMLET4Z .navbar.opened {
    height: auto;
  }
  .cid-upsNMLET4Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upsNMM30Ew {
  background-image: url("../../../assets/images/sugar-dating-christchurch-800x531.jpg");
}
.cid-upsNMM30Ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsNMM30Ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upsNMMpmVo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upsNMMpmVo .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #140b2a;
}
.cid-upsNMMpmVo .mbr-section-title b,
.cid-upsNMMpmVo .mbr-section-title strong {
  font-weight: 500;
}
.cid-upsNMMpmVo .mbr-text {
  margin-bottom: 18px;
}
.cid-upsNMMpmVo .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-upsNMMpmVo .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-upsNMMpmVo .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-upsNMMpmVo .image {
  margin-right: 13px;
  width: 100%;
}
.cid-upsNMMpmVo .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-upsNMMpmVo .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ff5753;
}
.cid-upsNMMpmVo .link a {
  font-weight: 700;
}
.cid-upsNMMpmVo .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-upsNMMpmVo .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-upsNMMpmVo .row__image {
    margin-bottom: 9px;
  }
  .cid-upsNMMpmVo .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-upsNMMpmVo .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-upsNMMpmVo .title__block {
    margin-top: 60px;
  }
  .cid-upsNMMpmVo .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-upsNMMpmVo .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-upsNMMpmVo .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-upsNMMpmVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsNMMpmVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upsNMN7P41 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upsNMN7P41 .mbr-section-title {
  text-align: left;
}
.cid-upsNMN7P41 .mbr-section-subtitle {
  text-align: center;
}
.cid-upsNMN7P41 .mbr-text {
  text-align: left;
}
.cid-upsNMNr62M {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upsNMNr62M .mbr-section-title {
  text-align: left;
}
.cid-upsNMNKbl0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-upsNMNKbl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsNMNKbl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upsNMNKbl0 .mbr-text,
.cid-upsNMNKbl0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upsNMNKbl0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-upsNMNKbl0 .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-upsNMO5rqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-upsNMO5rqp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upsNMO5rqp .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-upsNMO5rqp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #eeeeee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-upsNMO5rqp .mbr-section-title {
  text-align: center;
}
.cid-upsNMO5rqp .mbr-text {
  color: #696969;
}
.cid-upsNMOrCxe {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-upsNMOrCxe img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-upsNMOrCxe img {
    width: 100%;
  }
}
.cid-upsNMOZc6T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-upsNMOZc6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsNMOZc6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upsNMOZc6T .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-upsNMOZc6T .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upsNMOZc6T .container {
    padding: 0 24px;
  }
}
.cid-upsNMOZc6T .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-upsNMOZc6T .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-upsNMOZc6T .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upsNMOZc6T .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-upsNMOZc6T .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #140b2a;
  border-radius: 40px;
}
.cid-upsNMOZc6T .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-upsNMOZc6T .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-upsNMOZc6T .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-upsNMOZc6T .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-upsNMOZc6T .mbr-section-subtitle {
  color: #d1d1f7;
  text-align: center;
}
.cid-upsNMOZc6T .mbr-section-title,
.cid-upsNMOZc6T .buttons-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-upsPsOy67c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-upsPsOy67c .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-upsPsOy67c .panel-group {
  border: none;
}
.cid-upsPsOy67c .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-upsPsOy67c .card-header {
    padding: 1rem 0rem;
  }
}
.cid-upsPsOy67c .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-upsPsOy67c .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-upsPsOy67c .img-col {
  padding: 0;
}
.cid-upsPsOy67c .img-item {
  height: 100%;
}
.cid-upsPsOy67c img {
  height: 100%;
  object-fit: cover;
}
.cid-upsPsOy67c .collapsed span {
  transform: rotate(0deg);
}
.cid-upsPsOy67c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upsPsOy67c p {
  margin-bottom: 0.3rem;
}
.cid-upsPsOy67c .panel-title-edit {
  color: #e9c0e9;
}
.cid-upsPsOy67c .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-upsPsOy67c .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-upsPsOy67c .card {
    padding: 1.5rem;
  }
}
.cid-upsPsOy67c .panel-text {
  color: #320707;
}
.cid-upsPsOy67c .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-upsPsOy67c .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-upsPsOy67c .panel-title-edit,
.cid-upsPsOy67c .mbr-iconfont {
  color: #000000;
}
.cid-upsNMPRG3A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-upsNMPRG3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsNMPRG3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upsNMPRG3A .container {
    padding: 0 30px;
  }
}
.cid-upsNMPRG3A .row {
  justify-content: center;
}
.cid-upsNMPRG3A .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-upsNMPRG3A .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upsNMPRG3A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upsNMPRG3A .list-wrapper {
  padding: 20px 0;
}
.cid-upsNMPRG3A .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upsNMPRG3A .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-upsNMPRG3A .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upsNMPRG3A .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-upsNMPRG3A .mbr-section-title {
  color: #000000;
}
.cid-upsNMPRG3A .mbr-section-subtitle {
  color: #000000;
}
.cid-upsNMPRG3A .list {
  color: #000000;
}
.cid-upsNMPRG3A .list,
.cid-upsNMPRG3A .item-wrap {
  color: #ffffff;
}
.cid-upsNMQk7lX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-upsNMQk7lX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-upsNMQk7lX .align-right {
    text-align: center;
  }
}
.cid-upsNMQk7lX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upsNMQk7lX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-upsNMQk7lX .foot-menu {
    justify-content: center;
  }
}
.cid-upsNMQk7lX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-upsNMQk7lX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-upsNMQk7lX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-upsNMQk7lX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-upsNMQk7lX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upsNMQk7lX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-upsNMQk7lX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-upsNMQk7lX .foot-menu-item {
  color: #ffff;
}
