.btn {
  border-width: 3px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Funnel Display', display;
  font-size: 8.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.625rem;
}
.display-2 {
  font-family: 'Funnel Display', display;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.3125rem;
}
.display-5 {
  font-family: 'Funnel Display', display;
  font-size: 3rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Funnel Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f47451 !important;
}
.bg-success {
  background-color: #fff4e7 !important;
}
.bg-info {
  background-color: #faebc5 !important;
}
.bg-warning {
  background-color: #f47451 !important;
}
.bg-danger {
  background-color: #ffc4c9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
}
.btn-info,
.btn-info:active {
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  color: #b1830f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b1830f !important;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  color: #e77d00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e77d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
  color: #c40011 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff7f8 !important;
  border-color: #fff7f8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c40011 !important;
  background-color: #fff7f8 !important;
  border-color: #fff7f8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f47451;
  color: #f47451;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffdd00;
  color: #ffdd00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #faebc5;
  color: #faebc5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff4e7;
  color: #fff4e7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f47451;
  color: #f47451;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc4c9;
  color: #ffc4c9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c40011 !important;
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c40011 !important;
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #f47451 !important;
}
.text-secondary {
  color: #ffdd00 !important;
}
.text-success {
  color: #fff4e7 !important;
}
.text-info {
  color: #faebc5 !important;
}
.text-warning {
  color: #f47451 !important;
}
.text-danger {
  color: #ffc4c9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d2370d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #998500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc581 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f2cb67 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d2370d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5e6c !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: #f47451;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #faebc5;
}
.alert-warning {
  background-color: #f47451;
}
.alert-danger {
  background-color: #ffc4c9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f47451;
  border-color: #f47451;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f47451;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.3125rem;
}
.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: #f47451 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.3125rem;
}
blockquote {
  border-color: #f47451;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f47451;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f47451;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f47451;
  border-bottom-color: #f47451;
}
.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: #000000 !important;
  background-color: #f47451 !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: #ffdd00 !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='%23f47451' %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;
}
.mbr-section-btn .btn {
  padding: 24px 42px;
  font-weight: 400;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 14px;
  transition: all .3s ease;
}
.form-control {
  border-radius: 100px !important;
  border-radius: 0 !important;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper,
.decor-wrapper {
  border-radius: 3rem !important;
}
.address-wrap,
.price-wrap,
.subtitle-wrap,
.logo {
  border-radius: 1.2rem;
}
.panel-group .card {
  border: 100px !important;
}
.item-without-radius {
  border-radius: 0 !important;
}
.item-large-radius {
  border-radius: 13rem !important;
}
@media (max-width: 1200px) {
  .item-large-radius {
    border-radius: 8rem !important;
  }
}
@media (max-width: 992px) {
  .item-large-radius {
    border-radius: 3rem !important;
  }
}
.cid-uRgXGnFiPc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uRgXGnFiPc nav.navbar {
  position: fixed;
}
.cid-uRgXGnFiPc .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-uRgXGnFiPc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRgXGnFiPc .dropdown-item {
  border: none !important;
  background: #fff4e7 !important;
}
.cid-uRgXGnFiPc .dropdown-item:hover,
.cid-uRgXGnFiPc .dropdown-item:focus {
  background: #fff4e7 !important;
  color: #f47451 !important;
}
.cid-uRgXGnFiPc .dropdown-item:hover span {
  color: white;
}
.cid-uRgXGnFiPc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRgXGnFiPc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRgXGnFiPc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRgXGnFiPc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRgXGnFiPc .nav-link {
  position: relative;
}
.cid-uRgXGnFiPc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uRgXGnFiPc .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRgXGnFiPc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRgXGnFiPc .dropdown-menu,
.cid-uRgXGnFiPc .navbar.opened {
  background: #fff4e7 !important;
}
.cid-uRgXGnFiPc .nav-item:focus,
.cid-uRgXGnFiPc .nav-link:focus {
  outline: none;
}
.cid-uRgXGnFiPc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRgXGnFiPc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRgXGnFiPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRgXGnFiPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRgXGnFiPc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRgXGnFiPc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRgXGnFiPc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff4e7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRgXGnFiPc .navbar.opened {
  transition: all 0.3s;
}
.cid-uRgXGnFiPc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRgXGnFiPc .navbar .navbar-logo img {
  width: auto;
}
.cid-uRgXGnFiPc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRgXGnFiPc .navbar.collapsed {
  justify-content: center;
}
.cid-uRgXGnFiPc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRgXGnFiPc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRgXGnFiPc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRgXGnFiPc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRgXGnFiPc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRgXGnFiPc .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-uRgXGnFiPc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRgXGnFiPc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRgXGnFiPc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRgXGnFiPc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRgXGnFiPc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRgXGnFiPc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRgXGnFiPc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRgXGnFiPc .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-uRgXGnFiPc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRgXGnFiPc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRgXGnFiPc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRgXGnFiPc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRgXGnFiPc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRgXGnFiPc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRgXGnFiPc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRgXGnFiPc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRgXGnFiPc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-uRgXGnFiPc .navbar-brand {
    position: absolute;
    left: 45%;
    position: static;
  }
}
.cid-uRgXGnFiPc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRgXGnFiPc .navbar-brand .navbar-caption:hover,
.cid-uRgXGnFiPc .navbar-brand .navbar-caption:focus {
  color: #f47451 !important;
}
.cid-uRgXGnFiPc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRgXGnFiPc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRgXGnFiPc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f47451 !important;
}
.cid-uRgXGnFiPc .dropdown-item.active,
.cid-uRgXGnFiPc .dropdown-item:active {
  background-color: transparent;
}
.cid-uRgXGnFiPc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRgXGnFiPc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRgXGnFiPc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRgXGnFiPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e7;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRgXGnFiPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRgXGnFiPc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRgXGnFiPc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRgXGnFiPc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRgXGnFiPc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uRgXGnFiPc .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRgXGnFiPc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-uRgXGnFiPc .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-uRgXGnFiPc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRgXGnFiPc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRgXGnFiPc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fff4e7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRgXGnFiPc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000c3f;
}
.cid-uRgXGnFiPc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRgXGnFiPc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRgXGnFiPc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRgXGnFiPc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRgXGnFiPc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRgXGnFiPc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRgXGnFiPc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRgXGnFiPc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRgXGnFiPc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRgXGnFiPc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRgXGnFiPc .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-uRgXGnFiPc .navbar {
    height: 70px;
  }
  .cid-uRgXGnFiPc .navbar.opened {
    height: auto;
  }
  .cid-uRgXGnFiPc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRgXGnFiPc .navbar-nav {
  margin: 0 auto;
}
.cid-uRgXGnFiPc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRgXGnFiPc .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRgXGnFiPc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRgXGnFiPc .nav-item .nav-link:hover,
.cid-uRgXGnFiPc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f47451 !important;
}
.cid-uRgXGnFiPc .nav-item .nav-link:hover::after,
.cid-uRgXGnFiPc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRgXGnFiPc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRgXGnFiPc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRgXGnFiPc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uRgXGnFiPc .navbar {
  justify-content: flex-start !important;
}
.cid-uRgXGnFiPc .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-uRgXGnFiPc .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uRgXGnFiPc .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uRgXGnFiPc .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uRgXGnFiPc .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uRgXGnFiPc .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uRgXGnFiPc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRgXGnFiPc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRgXGnFiPc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRgXGnFiPc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRgXGnFiPc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRgXGnFiPc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRgXGnFiPc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-uRgXGnFiPc .nav-dropdown {
    padding-right: 30% !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .cid-uRgXGnFiPc .nav-dropdown {
    padding-right: 20% !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-uRgXGnFiPc .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
    padding-right: 0 !important;
  }
}
.cid-uRgXGnFiPc .content-wrap {
  min-height: 110px;
}
.cid-uJKvA1j86o {
  background-color: #fff4e7;
}
.cid-uJKvA1j86o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKvA1j86o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKvA1j86o .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJKvA1j86o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uJKvA1j86o .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uJKvA1j86o .mbr-section-title {
  color: #000c3f;
}
.cid-uJKvA1j86o .mbr-text,
.cid-uJKvA1j86o .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uJKvA1j86o .mbr-section-title,
.cid-uJKvA1j86o .mbr-section-btn,
.cid-uJKvA1j86o .address-wrapper {
  text-align: center;
}
.cid-uJKvA1j86o .mbr-address {
  color: #000c3f;
  text-align: center;
}
.cid-uJKvA1j86o .mbr-hours {
  color: #000c3f;
  text-align: center;
}
.cid-uJKvBc4CgO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJKvBc4CgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKvBc4CgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKvBc4CgO .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJKvBc4CgO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJKvBc4CgO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uJKvBc4CgO .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKvBc4CgO .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uJKvBc4CgO .items-wrapper .item {
  padding: 0 12px;
}
.cid-uJKvBc4CgO .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item {
    margin-bottom: 16px;
  }
}
.cid-uJKvBc4CgO .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uJKvBc4CgO .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uJKvBc4CgO .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uJKvBc4CgO .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uJKvBc4CgO .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJKvBc4CgO .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uJKvBc4CgO .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJKvBc4CgO .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uJKvBc4CgO .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-uJKvBc4CgO .item .card_1 {
  background-color: #ffffff;
}
.cid-uJKvBc4CgO .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uJKvBc4CgO .item .card_2 {
  background-color: #ffb5a2;
}
.cid-uJKvBc4CgO .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uJKvBc4CgO .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uJKvBc4CgO .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uJKvBc4CgO .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .card_3 .item-content {
    width: 100%;
  }
}
.cid-uJKvBc4CgO .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .card_3 .item-img {
    width: 100%;
  }
}
.cid-uJKvBc4CgO .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.cid-uJKvBc4CgO .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uJKvBc4CgO .main-btn {
    margin-top: 16px;
  }
}
.cid-uJKvBc4CgO .mbr-section-title {
  color: #000c3f;
}
.cid-uJKvBc4CgO .mbr-text,
.cid-uJKvBc4CgO .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uJKvBc4CgO .mbr-section-title,
.cid-uJKvBc4CgO .main-btn {
  text-align: center;
}
.cid-uJKvBc4CgO .item-title {
  color: #000c3f;
}
.cid-uJKvBc4CgO .item-text {
  color: #000c3f;
}
.cid-uRhLOmCcXy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRhLOmCcXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRhLOmCcXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRhLOmCcXy .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #fff4e7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRhLOmCcXy .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uRhLOmCcXy .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uRhLOmCcXy .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uRhLOmCcXy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uRhLOmCcXy .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uRhLOmCcXy .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uRhLOmCcXy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRhLOmCcXy .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uRhLOmCcXy .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uRhLOmCcXy .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRhLOmCcXy .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uRhLOmCcXy .mbr-section-title {
  color: #212529;
}
.cid-uRhLOmCcXy .mbr-desc {
  color: #212529;
}
.cid-uRhSfW3xCC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff4e7;
}
.cid-uRhSfW3xCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRhSfW3xCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRhSfW3xCC .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uRhSfW3xCC .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uRhSfW3xCC .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uRhSfW3xCC .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uRhSfW3xCC .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uRhSfW3xCC .col-text {
    margin-top: 20px;
  }
}
.cid-uRhSfW3xCC .text-wrapper {
  width: 100%;
}
.cid-uRhSfW3xCC .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-uRhSfW3xCC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uRhSfW3xCC .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uRhSfW3xCC .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uRhSfW3xCC .mbr-text {
    padding-right: 0;
  }
}
.cid-uRhSfW3xCC .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRhSfW3xCC .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uRhSfW3xCC .social-container {
    padding-top: 40px;
  }
}
.cid-uRhSfW3xCC .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uRhSfW3xCC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uRhSfW3xCC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uRhSfW3xCC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uRhSfW3xCC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uRhSfW3xCC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uRhSfW3xCC .soc-item:hover:before {
  opacity: 1;
}
.cid-uRhSfW3xCC .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uRhSfW3xCC .col-img {
    order: 1;
  }
}
.cid-uRhSfW3xCC .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uRhSfW3xCC .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uRhSfW3xCC .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #ff9377, #fff4e7);
  border-radius: 6px;
}
.cid-uRhSfW3xCC .mbr-text,
.cid-uRhSfW3xCC .mbr-section-btn {
  color: #000000;
}
.cid-uRi3FG2X19 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff4e7;
}
.cid-uRi3FG2X19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRi3FG2X19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRi3FG2X19 .row {
  flex-direction: row-reverse;
}
.cid-uRi3FG2X19 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uRi3FG2X19 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uRi3FG2X19 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uRi3FG2X19 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uRi3FG2X19 .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uRi3FG2X19 .col-text {
    margin-top: 20px;
  }
}
.cid-uRi3FG2X19 .text-wrapper {
  width: 100%;
}
.cid-uRi3FG2X19 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-uRi3FG2X19 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uRi3FG2X19 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uRi3FG2X19 .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uRi3FG2X19 .mbr-text {
    padding-right: 0;
  }
}
.cid-uRi3FG2X19 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRi3FG2X19 .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uRi3FG2X19 .social-container {
    padding-top: 40px;
  }
}
.cid-uRi3FG2X19 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uRi3FG2X19 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uRi3FG2X19 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uRi3FG2X19 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uRi3FG2X19 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uRi3FG2X19 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uRi3FG2X19 .soc-item:hover:before {
  opacity: 1;
}
.cid-uRi3FG2X19 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uRi3FG2X19 .col-img {
    order: 1;
  }
}
.cid-uRi3FG2X19 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uRi3FG2X19 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uRi3FG2X19 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #ff9377, #fff4e7);
  border-radius: 6px;
}
.cid-uRi3FG2X19 .mbr-text,
.cid-uRi3FG2X19 .mbr-section-btn {
  color: #000000;
}
.cid-uJKvAxDLVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJKvAxDLVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKvAxDLVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKvAxDLVk .items-wrapper {
  justify-content: center;
}
.cid-uJKvAxDLVk .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJKvAxDLVk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJKvAxDLVk .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uJKvAxDLVk .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.cid-uJKvAxDLVk .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJKvAxDLVk .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJKvAxDLVk .item {
    margin-bottom: 16px;
  }
}
.cid-uJKvAxDLVk .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uJKvAxDLVk .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-uJKvAxDLVk .item .item-wrapper:hover,
.cid-uJKvAxDLVk .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-uJKvAxDLVk .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uJKvAxDLVk .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uJKvAxDLVk .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uJKvAxDLVk .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uJKvAxDLVk .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uJKvAxDLVk .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uJKvAxDLVk .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uJKvAxDLVk .item .card_2 {
    transform: rotate(0);
  }
}
.cid-uJKvAxDLVk .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uJKvAxDLVk .main-btn {
    margin-top: 16px;
  }
}
.cid-uJKvAxDLVk .mbr-section-title {
  color: #000c3f;
}
.cid-uJKvAxDLVk .mbr-section-title,
.cid-uJKvAxDLVk .icon-wrapper,
.cid-uJKvAxDLVk .main-btn {
  text-align: center;
}
.cid-uJKvAxDLVk .item-title {
  color: #000c3f;
}
.cid-uJKvAxDLVk .item-text {
  color: #000c3f;
}
.cid-uRvcPuAPwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff4e7;
}
.cid-uRvcPuAPwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvcPuAPwL .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-uRvcPuAPwL .container {
    padding: 0 30px;
  }
}
.cid-uRvcPuAPwL .row {
  justify-content: center;
}
.cid-uRvcPuAPwL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRvcPuAPwL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRvcPuAPwL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRvcPuAPwL .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uRvcPuAPwL .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uRvcPuAPwL .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uRvcPuAPwL .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRvcPuAPwL .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #f47451;
}
.cid-uRvcPuAPwL .mbr-section-title {
  color: #000000;
}
.cid-uRvcPuAPwL .mbr-text {
  color: #000000;
}
.cid-uRvcPuAPwL .list,
.cid-uRvcPuAPwL .item-wrap {
  color: #000000;
}
.cid-uRvKK5c8CV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-jul-21-2025-12-31-25-pm.png-1-1536x1024.png");
}
.cid-uRvKK5c8CV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvKK5c8CV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvKK5c8CV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRvKK5c8CV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRvKK5c8CV .mbr-text {
  color: #19171c;
}
.cid-uRvKK5c8CV .mbr-text,
.cid-uRvKK5c8CV .mbr-section-btn,
.cid-uRvKK5c8CV .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRvUjovlMy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff4e7;
}
.cid-uRvUjovlMy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRvUjovlMy .form-control,
.cid-uRvUjovlMy .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uRvUjovlMy .form-control::-webkit-input-placeholder,
.cid-uRvUjovlMy .field-input::-webkit-input-placeholder,
.cid-uRvUjovlMy .form-control::-webkit-input-placeholder,
.cid-uRvUjovlMy .field-input::-webkit-input-placeholder {
  color: #ffb5a2;
}
.cid-uRvUjovlMy .form-control:-moz-placeholder,
.cid-uRvUjovlMy .field-input:-moz-placeholder,
.cid-uRvUjovlMy .form-control:-moz-placeholder,
.cid-uRvUjovlMy .field-input:-moz-placeholder {
  color: #ffb5a2;
}
.cid-uRvUjovlMy .form-control:hover,
.cid-uRvUjovlMy .field-input:hover,
.cid-uRvUjovlMy .form-control:focus,
.cid-uRvUjovlMy .field-input:focus {
  background-color: #fff4e7;
  border-color: #f47451;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uRvUjovlMy .form-control:hover::-webkit-input-placeholder,
.cid-uRvUjovlMy .field-input:hover::-webkit-input-placeholder,
.cid-uRvUjovlMy .form-control:focus::-webkit-input-placeholder,
.cid-uRvUjovlMy .field-input:focus::-webkit-input-placeholder,
.cid-uRvUjovlMy .form-control:hover::-webkit-input-placeholder,
.cid-uRvUjovlMy .field-input:hover::-webkit-input-placeholder,
.cid-uRvUjovlMy .form-control:focus::-webkit-input-placeholder,
.cid-uRvUjovlMy .field-input:focus::-webkit-input-placeholder {
  color: #f47451;
}
.cid-uRvUjovlMy .form-control:hover:-moz-placeholder,
.cid-uRvUjovlMy .field-input:hover:-moz-placeholder,
.cid-uRvUjovlMy .form-control:focus:-moz-placeholder,
.cid-uRvUjovlMy .field-input:focus:-moz-placeholder,
.cid-uRvUjovlMy .form-control:hover:-moz-placeholder,
.cid-uRvUjovlMy .field-input:hover:-moz-placeholder,
.cid-uRvUjovlMy .form-control:focus:-moz-placeholder,
.cid-uRvUjovlMy .field-input:focus:-moz-placeholder {
  color: #f47451;
}
.cid-uRvUjovlMy .jq-number__spin:hover,
.cid-uRvUjovlMy .jq-number__spin:focus {
  background-color: #fff4e7;
  border-color: #f47451;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uRvUjovlMy .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uRvUjovlMy .jq-selectbox li,
.cid-uRvUjovlMy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uRvUjovlMy .jq-selectbox li:hover,
.cid-uRvUjovlMy .jq-selectbox li.selected {
  background-color: #fff4e7;
  color: #000000;
}
.cid-uRvUjovlMy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uRvUjovlMy .jq-number__spin.minus:hover:after,
.cid-uRvUjovlMy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uRvUjovlMy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uRvUjovlMy .jq-number__spin.minus:after,
.cid-uRvUjovlMy .jq-number__spin.plus:after {
  border-top-color: #fff4e7;
  border-bottom-color: #fff4e7;
}
.cid-uRvUjovlMy input::-webkit-clear-button {
  display: none;
}
.cid-uRvUjovlMy input::-webkit-inner-spin-button {
  display: none;
}
.cid-uRvUjovlMy input::-webkit-outer-spin-button {
  display: none;
}
.cid-uRvUjovlMy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uRvUjovlMy H4 {
  text-align: left;
}
.cid-uRvUjovlMy P {
  text-align: left;
}
.cid-uRAzzFxVuN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRAzzFxVuN .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uRAzzFxVuN .card {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #ffffff;
  border: 2px solid #f47451;
}
.cid-uRAzzFxVuN .card:hover {
  box-shadow: 5px 5px 0 0 #f47451 !important;
  background-color: #fff4e7;
}
.cid-uRAzzFxVuN .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uRAzzFxVuN .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uRAzzFxVuN .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uRAzzFxVuN .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uRAzzFxVuN .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uRAzzFxVuN img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uRAzzFxVuN .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uRAzzFxVuN .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-uRAzzFxVuN .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uRAzzFxVuN .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uRAzzFxVuN .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uRAzzFxVuN .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uRAzzFxVuN .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uRAzzFxVuN .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uRAzzFxVuN .align {
  display: flex;
  align-items: center;
}
.cid-uRAzzFxVuN .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uRAzzFxVuN .card-text,
.cid-uRAzzFxVuN .iconfont-wrapper {
  color: #000000;
}
.cid-uRAzzFxVuN .mbr-section-title {
  text-align: center;
}
.cid-uJKweh80mV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff4e7;
}
.cid-uJKweh80mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKweh80mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKweh80mV .row {
  justify-content: space-between;
}
.cid-uJKweh80mV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uJKweh80mV .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .item {
    margin-bottom: 50px;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #f47451;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #f47451;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uJKweh80mV .item .item-wrapper .item-content .item-title:hover,
.cid-uJKweh80mV .item .item-wrapper .item-content .item-title:focus {
  color: #f47451;
}
.cid-uJKweh80mV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJKweh80mV .item-title {
  color: #000c3f;
}
.cid-uJKweh80mV .item-title,
.cid-uJKweh80mV .item-wrapper {
  color: #000000;
}
.cid-uJKwlrXWJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cid-uJKwlrXWJx .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    display: none;
  }
}
.cid-uJKwlrXWJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKwlrXWJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKwlrXWJx .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJKwlrXWJx .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uJKwlrXWJx .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uJKwlrXWJx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .list {
  color: #ffffff;
}
