.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.2vw;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 5rem;
  line-height: .9;
  letter-spacing: -0.04vw;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ff0325 !important;
}
.bg-success {
  background-color: #c9d4d7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #d1dcd1 !important;
}
.bg-danger {
  background-color: #de9ea7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0325 !important;
  border-color: #ff0325 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3651 !important;
  border-color: #ff3651 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3651 !important;
  border-color: #ff3651 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2ede4 !important;
  border-color: #f2ede4 !important;
  color: #917646 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #917646 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c9d4d7 !important;
  border-color: #c9d4d7 !important;
  color: #45575c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e6ebed !important;
  border-color: #e6ebed !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #45575c !important;
  background-color: #e6ebed !important;
  border-color: #e6ebed !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d1dcd1 !important;
  border-color: #d1dcd1 !important;
  color: #4b634b !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #eef2ee !important;
  border-color: #eef2ee !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4b634b !important;
  background-color: #eef2ee !important;
  border-color: #eef2ee !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #de9ea7 !important;
  border-color: #de9ea7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ebc4ca !important;
  border-color: #ebc4ca !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ebc4ca !important;
  border-color: #ebc4ca !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: #ff0325;
  color: #ff0325;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab0017 !important;
  background-color: transparent !important;
  border-color: #ab0017 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0325 !important;
  border-color: #ff0325 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f2ede4;
  color: #f2ede4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d6c6a9 !important;
  background-color: transparent !important;
  border-color: #d6c6a9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #917646 !important;
  background-color: #f2ede4 !important;
  border-color: #f2ede4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c9d4d7;
  color: #c9d4d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #97acb2 !important;
  background-color: transparent !important;
  border-color: #97acb2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #45575c !important;
  background-color: #c9d4d7 !important;
  border-color: #c9d4d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d1dcd1;
  color: #d1dcd1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a0b7a0 !important;
  background-color: transparent !important;
  border-color: #a0b7a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4b634b !important;
  background-color: #d1dcd1 !important;
  border-color: #d1dcd1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #de9ea7;
  color: #de9ea7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c85d6c !important;
  background-color: transparent !important;
  border-color: #c85d6c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #de9ea7 !important;
  border-color: #de9ea7 !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: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !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: #ff0325 !important;
}
.text-secondary {
  color: #f2ede4 !important;
}
.text-success {
  color: #c9d4d7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #d1dcd1 !important;
}
.text-danger {
  color: #de9ea7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9c0015 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d1bf9f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8ea5ac !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #97b097 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c45262 !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: #ff0325;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #d1dcd1;
}
.alert-danger {
  background-color: #de9ea7;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0325;
  border-color: #ff0325;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0325;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcfd5;
}
.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: 'Source Serif 4', serif;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff0325 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff0325;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ff0325;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0325;
}
.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: #ff0325;
  border-bottom-color: #ff0325;
}
.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: #ff0325 !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: #f2ede4 !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='%23ff0325' %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,
.mbr-section-btn-main .btn {
  padding: 14px 36px;
  border-radius: 5rem !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline:before,
.mbr-section-btn-main .btn-primary-outline:before,
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before,
.mbr-section-btn .btn-success-outline:before,
.mbr-section-btn-main .btn-success-outline:before,
.mbr-section-btn .btn-info-outline:before,
.mbr-section-btn-main .btn-info-outline:before,
.mbr-section-btn .btn-warning-outline:before,
.mbr-section-btn-main .btn-warning-outline:before,
.mbr-section-btn .btn-danger-outline:before,
.mbr-section-btn-main .btn-danger-outline:before,
.mbr-section-btn .btn-black-outline:before,
.mbr-section-btn-main .btn-black-outline:before,
.mbr-section-btn .btn-white-outline:before,
.mbr-section-btn-main .btn-white-outline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  opacity: .2;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  border: 1px solid #ff0325;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  box-shadow: inset 0 -70px #ff0325 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  border: 1px solid #f2ede4;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  box-shadow: inset 0 -70px #f2ede4 !important;
  color: #ff0325 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  border: 1px solid #c9d4d7;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  box-shadow: inset 0 -70px #c9d4d7 !important;
  color: #ff0325 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  box-shadow: inset 0 -70px #ffffff !important;
  color: #ff0325 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  border: 1px solid #d1dcd1;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  box-shadow: inset 0 -70px #d1dcd1 !important;
  color: #ff0325 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  border: 1px solid #de9ea7;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  box-shadow: inset 0 -70px #de9ea7 !important;
  color: #ff0325 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  box-shadow: inset 0 -70px #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  box-shadow: inset 0 -70px #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-u5M5WvhvO8 {
  background-color: transparent;
}
.cid-u5M5WvhvO8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u5M5WvhvO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u5M5WvhvO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5M5WvhvO8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u5M5WvhvO8 .menu_box .navbar.opened,
  .cid-u5M5WvhvO8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u5M5WvhvO8 .navbar-dropdown {
  position: relative !important;
}
.cid-u5M5WvhvO8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u5M5WvhvO8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u5M5WvhvO8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-u5M5WvhvO8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u5M5WvhvO8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u5M5WvhvO8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas-body .mbr-text,
  .cid-u5M5WvhvO8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u5M5WvhvO8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u5M5WvhvO8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u5M5WvhvO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u5M5WvhvO8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u5M5WvhvO8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u5M5WvhvO8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u5M5WvhvO8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u5M5WvhvO8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u5M5WvhvO8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u5M5WvhvO8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-u5M5WvhvO8 .nav-item .nav-link:hover,
.cid-u5M5WvhvO8 .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-u5M5WvhvO8 .nav-item .nav-link:hover::before,
.cid-u5M5WvhvO8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u5M5WvhvO8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u5M5WvhvO8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u5M5WvhvO8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u5M5WvhvO8 .offcanvas_box {
    display: none;
  }
}
.cid-u5M5WvhvO8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u5M5WvhvO8 .container {
  display: flex;
  margin: auto;
}
.cid-u5M5WvhvO8 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u5M5WvhvO8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u5M5WvhvO8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u5M5WvhvO8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .navbar-nav {
    margin: 0;
  }
}
.cid-u5M5WvhvO8 .dropdown-menu,
.cid-u5M5WvhvO8 .navbar.opened {
  background-color: false !important;
}
.cid-u5M5WvhvO8 .nav-item:focus,
.cid-u5M5WvhvO8 .nav-link:focus {
  outline: none;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5M5WvhvO8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5M5WvhvO8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5M5WvhvO8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u5M5WvhvO8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u5M5WvhvO8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5M5WvhvO8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u5M5WvhvO8 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u5M5WvhvO8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u5M5WvhvO8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5M5WvhvO8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5M5WvhvO8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5M5WvhvO8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u5M5WvhvO8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u5M5WvhvO8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5M5WvhvO8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5M5WvhvO8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u5M5WvhvO8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5M5WvhvO8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u5M5WvhvO8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5M5WvhvO8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5M5WvhvO8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5M5WvhvO8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5M5WvhvO8 .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u5M5WvhvO8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5M5WvhvO8 .dropdown-item.active,
.cid-u5M5WvhvO8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5M5WvhvO8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5M5WvhvO8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5M5WvhvO8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5M5WvhvO8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5M5WvhvO8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2ede4;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u5M5WvhvO8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5M5WvhvO8 .navbar {
    height: 70px;
  }
  .cid-u5M5WvhvO8 .navbar.opened {
    height: auto;
  }
  .cid-u5M5WvhvO8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5M5WvhvO8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u5M5WvhvO8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u5M5WvhvO8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5M5WvhvO8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u5M5WvhvO8 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u5M5WvhvO8 .navbar-caption:hover {
  color: #ff0325;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u5M5WvhvO8 .text_widget {
  margin-bottom: 32px;
}
.cid-u5M5WvhvO8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u5M5WvhvO8 .text_widget a:hover,
.cid-u5M5WvhvO8 .text_widget a:focus {
  opacity: .8;
}
.cid-u5M5WvhvO8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u5M5WvhvO8 .navbar-caption {
  color: #1e1d1c;
}
.cid-u5M5WvhvO8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u5M5WvhvO8 .mbr-section-subtitle,
.cid-u5M5WvhvO8 .text_widget,
.cid-u5M5WvhvO8 .mbr-section-btn {
  text-align: left;
}
.cid-u5M5WvhvO8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u5M5WHjXVO {
  background-image: url("../../../assets/images/trackless-train-rental50-1920x1080.jpg");
}
.cid-u5M5WHjXVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M5WHjXVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M5WHjXVO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .container {
    padding: 0 20px;
  }
}
.cid-u5M5WHjXVO .card {
  justify-content: center;
}
.cid-u5M5WHjXVO .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-u5M5WHjXVO .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-u5M5WHjXVO .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-u5M5WHjXVO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u5M5WHjXVO .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-u5M5WHjXVO .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .image-wrapper {
    padding-right: 0;
  }
}
.cid-u5M5WHjXVO .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-u5M5WHjXVO .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-u5M5WHjXVO .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5M5WHjXVO .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-u5M5WHjXVO .mbr-section-title {
  color: #ffffff;
}
.cid-u5M5WHjXVO .mbr-desc {
  color: #ffffff;
}
.cid-unpiaunteE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-unpiaunteE .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpiaunteE .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-unpiaunteE .container {
    padding: 0 30px;
  }
}
.cid-unpiaunteE .row {
  justify-content: center;
}
.cid-unpiaunteE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unpiaunteE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-unpiaunteE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unpiaunteE .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-unpiaunteE .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-unpiaunteE .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-unpiaunteE .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unpiaunteE .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-unpiaunteE .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-unpiaunteE .mbr-text {
  color: #144031;
}
.cid-unpihGFrui {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unpihGFrui .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-unpihGFrui .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpihGFrui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpihGFrui .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-unpihGFrui .content-wrap .card {
  justify-content: space-between;
}
.cid-unpihGFrui .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-unpihGFrui .content-wrapper {
    padding: 0;
  }
}
.cid-unpihGFrui .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unpihGFrui .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-unpihGFrui .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-unpihGFrui .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-unpihGFrui .mbr-desc,
.cid-unpihGFrui .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unpihGFrui .mbr-section-title,
.cid-unpihGFrui .mbr-section-btn {
  color: #000000;
}
.cid-unplz7MIC6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4dfc1;
}
.cid-unplz7MIC6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-unplz7MIC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unplz7MIC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unplz7MIC6 .items-wrapper {
  margin: 0;
}
.cid-unplz7MIC6 .items-wrapper .item {
  padding: 0;
}
.cid-unplz7MIC6 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-unplz7MIC6 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-unplz7MIC6 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-unplz7MIC6 .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unplz7MIC6 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-unplz7MIC6 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-unplz7MIC6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unplz7MIC6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-unplz7MIC6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-unplz7MIC6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unplz7MIC6 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-unplz7MIC6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-unplz7MIC6 .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-unplz7MIC6 .item-title {
  color: #150764;
}
.cid-unplz7MIC6 .item-text,
.cid-unplz7MIC6 .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-unplz7MIC6 .item-title,
.cid-unplz7MIC6 .mbr-section-btn,
.cid-unplz7MIC6 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u5M60pI4wK {
  background-image: url("../../../assets/images/trackless-train-rental52-2000x1572.jpg");
}
.cid-u5M60pI4wK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M60pI4wK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M60pI4wK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .container {
    padding: 0 20px;
  }
}
.cid-u5M60pI4wK .row {
  justify-content: center;
}
.cid-u5M60pI4wK .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-u5M60pI4wK .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5M60pI4wK .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-u5M60pI4wK .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-u5M60pI4wK .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M60pI4wK .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-u5M60pI4wK .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-u5M60pI4wK .mbr-desc {
  color: #ffffff;
}
.cid-u5M60pI4wK .mbr-section-title {
  color: #ffffff;
}
.cid-u5M60pI4wK .mbr-text {
  color: #ffffff;
}
.cid-u5M606ybqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5M606ybqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M606ybqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M606ybqV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M606ybqV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M606ybqV .container {
    padding: 0 20px;
  }
}
.cid-u5M606ybqV .row {
  justify-content: space-between;
}
.cid-u5M606ybqV .card {
  justify-content: center;
}
.cid-u5M606ybqV .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-u5M606ybqV .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M606ybqV .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-u5M606ybqV .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-u5M606ybqV .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u5M606ybqV .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-u5M606ybqV .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5M606ybqV .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-u5M606ybqV .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-u5M606ybqV .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M606ybqV .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-u5M606ybqV .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-u5M606ybqV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u5M606ybqV .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u5M606ybqV .mbr-desc {
  color: #1e1d1c;
  text-align: center;
}
.cid-u5M606ybqV .mbr-section-title {
  color: #1e1d1c;
}
.cid-u5M606ybqV .mbr-section-title,
.cid-u5M606ybqV .mbr-section-btn {
  text-align: center;
}
.cid-unpjBPpjHh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-unpjBPpjHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpjBPpjHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpjBPpjHh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-unpjBPpjHh .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-unpjBPpjHh .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-unpjBPpjHh .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unpjBPpjHh .image-wrapper img {
    height: 350px;
  }
}
.cid-unpjBPpjHh .mbr-section-title {
  color: #404349;
}
.cid-unpjBPpjHh .mbr-desc {
  color: #b19a7c;
}
.cid-unpjBPpjHh .mbr-text {
  color: #404349;
}
.cid-unpjBPpjHh .mbr-desc,
.cid-unpjBPpjHh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-unowh4c6OC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unowh4c6OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-unowh4c6OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unowh4c6OC .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unowh4c6OC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unowh4c6OC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unowh4c6OC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unowh4c6OC .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-unowh4c6OC .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unowh4c6OC .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-unowh4c6OC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-unowh4c6OC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-unowh4c6OC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-unowh4c6OC .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unowh4c6OC .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-unowh4c6OC .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-unowh4c6OC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unowh4c6OC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-unowh4c6OC .item-title {
  color: #000000;
  text-align: center;
}
.cid-unowh4c6OC .item-text {
  color: #ffffff;
}
.cid-unowh4c6OC .mbr-section-title,
.cid-unowh4c6OC .tabs-wrapper {
  color: #000000;
}
.cid-unpjDeeiz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-unpjDeeiz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpjDeeiz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpjDeeiz7 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-unpjDeeiz7 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-unpjDeeiz7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-unpjDeeiz7 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-unpjDeeiz7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-unpjDeeiz7 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-unpjDeeiz7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-unpjDeeiz7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-unpjDeeiz7 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-unpjDeeiz7 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-unpjDeeiz7 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unpjDeeiz7 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-unpjDeeiz7 .mbr-section-title {
  color: #212529;
}
.cid-unpjDeeiz7 .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-u5M62J7tVF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5M62J7tVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M62J7tVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M62J7tVF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .container {
    padding: 0 20px;
  }
}
.cid-u5M62J7tVF .row {
  justify-content: space-between;
}
.cid-u5M62J7tVF .card {
  justify-content: center;
}
.cid-u5M62J7tVF .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .image-wrapper img {
    height: 350px;
  }
}
.cid-u5M62J7tVF .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-u5M62J7tVF .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-u5M62J7tVF .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-u5M62J7tVF .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-u5M62J7tVF .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5M62J7tVF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5M62J7tVF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5M62J7tVF .mbr-desc {
  color: #1e1d1c;
}
.cid-u5M62J7tVF .mbr-section-title {
  color: #1e1d1c;
}
.cid-u5M62J7tVF .mbr-text {
  color: #1e1d1c;
}
.cid-u5M5WSNl8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-u5M5WSNl8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M5WSNl8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M5WSNl8H .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .container {
    padding: 0 20px;
  }
}
.cid-u5M5WSNl8H .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-u5M5WSNl8H .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-u5M5WSNl8H .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-u5M5WSNl8H .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-u5M5WSNl8H .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-u5M5WSNl8H .card-number {
  color: #1e1d1c;
}
.cid-u5M5WSNl8H .card-title {
  color: #1e1d1c;
}
.cid-u5M5WSNl8H .card-text {
  color: #1e1d1c;
  text-align: center;
}
.cid-u5M5WSNl8H .card-title,
.cid-u5M5WSNl8H .mbr-section-btn {
  text-align: center;
}
.cid-unpkOMq6wV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-unpkOMq6wV .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-unpkOMq6wV .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-unpkOMq6wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpkOMq6wV .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-unpkOMq6wV .container {
    padding: 0 30px;
  }
}
.cid-unpkOMq6wV .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-unpkOMq6wV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unpkOMq6wV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-unpkOMq6wV .text-wrapper {
  border-left: 1px solid #f4dfc1;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-unpkOMq6wV .text-wrapper {
    padding-left: 20px;
  }
}
.cid-unpkOMq6wV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unpkOMq6wV .mbr-section-title {
  color: #000000;
}
.cid-unpkOMq6wV .mbr-text {
  color: #000000;
}
.cid-unpkwHbCbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4dfc1;
}
.cid-unpkwHbCbu .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-unpkwHbCbu .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-unpkwHbCbu .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-unpkwHbCbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpkwHbCbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpkwHbCbu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unpkwHbCbu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-unpkwHbCbu .container {
    padding: 0 30px;
  }
}
.cid-unpkwHbCbu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-unpkwHbCbu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unpkwHbCbu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unpkwHbCbu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-unpkwHbCbu .mbr-section-title {
  color: #ffffff;
}
.cid-unpkwHbCbu .mbr-text,
.cid-unpkwHbCbu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-unpkwHbCbu .mbr-section-title,
.cid-unpkwHbCbu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u5M63ziOM0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5M63ziOM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M63ziOM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M63ziOM0 .container-fluid {
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .container {
    padding: 0 20px;
  }
}
.cid-u5M63ziOM0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .google-map {
    margin-bottom: 40px;
  }
}
.cid-u5M63ziOM0 .google-map iframe {
  border-radius: 0 !important;
  height: 800px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .google-map iframe {
    height: 350px;
  }
}
.cid-u5M63ziOM0 .content-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 20px;
  padding: 0 20px 0 100px;
}
@media (max-width: 1200px) {
  .cid-u5M63ziOM0 .content-wrapper {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .content-wrapper {
    padding: 0;
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u5M63ziOM0 .content-wrapper {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .content-wrapper {
    padding: 0;
  }
}
.cid-u5M63ziOM0 .content-wrapper .content-wrap {
  width: 56%;
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u5M63ziOM0 .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.cid-u5M63ziOM0 .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-u5M63ziOM0 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5M63ziOM0 .content-wrapper .contact-wrap {
  width: 28%;
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .content-wrapper .contact-wrap {
    width: 100%;
  }
}
.cid-u5M63ziOM0 .content-wrapper .contact-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
  opacity: .6;
}
.cid-u5M63ziOM0 .content-wrapper .contact-wrap .mbr-address {
  margin-bottom: 20px;
}
.cid-u5M63ziOM0 .content-wrapper .contact-wrap .mbr-section-btn .btn {
  padding: 14px 16px;
}
@media (max-width: 992px) {
  .cid-u5M63ziOM0 .content-wrapper .contact-wrap .mbr-section-btn .btn {
    padding: 14px 24px;
  }
}
.cid-u5M63ziOM0 .mbr-section-title {
  color: #1e1d1c;
}
.cid-u5M63ziOM0 .mbr-text {
  color: #1e1d1c;
}
.cid-u5M63ziOM0 .mbr-section-subtitle {
  color: #1e1d1c;
}
.cid-u5M63ziOM0 .mbr-address {
  color: #1e1d1c;
}
.cid-u5M63XRv3X {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f4dfc1;
}
.cid-u5M63XRv3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5M63XRv3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5M63XRv3X .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .container {
    padding: 0 20px;
  }
}
.cid-u5M63XRv3X .row {
  justify-content: center;
}
.cid-u5M63XRv3X .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5M63XRv3X .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-u5M63XRv3X .logo-wrapper a {
  display: inline-flex;
}
.cid-u5M63XRv3X .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5M63XRv3X .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-u5M63XRv3X .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u5M63XRv3X .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-u5M63XRv3X .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-u5M63XRv3X .list {
  color: #ffffff;
}
.cid-u5M63XRv3X .mbr-copy {
  color: #ffffff;
}
.cid-u5M63XRv3X .list,
.cid-u5M63XRv3X .item-wrap,
.cid-u5M63XRv3X .list-wrapper {
  color: #000000;
}
.cid-u5M63XRv3X .mbr-copy,
.cid-u5M63XRv3X .logo-wrapper {
  color: #000000;
}
.cid-unpqT2uBzT {
  background-color: transparent;
}
.cid-unpqT2uBzT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-unpqT2uBzT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-unpqT2uBzT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unpqT2uBzT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unpqT2uBzT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unpqT2uBzT .menu_box .navbar.opened,
  .cid-unpqT2uBzT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-unpqT2uBzT .navbar-dropdown {
  position: relative !important;
}
.cid-unpqT2uBzT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unpqT2uBzT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unpqT2uBzT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unpqT2uBzT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unpqT2uBzT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unpqT2uBzT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-unpqT2uBzT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unpqT2uBzT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unpqT2uBzT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unpqT2uBzT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unpqT2uBzT .offcanvas-body .mbr-text,
  .cid-unpqT2uBzT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unpqT2uBzT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unpqT2uBzT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unpqT2uBzT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-unpqT2uBzT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unpqT2uBzT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unpqT2uBzT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unpqT2uBzT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unpqT2uBzT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unpqT2uBzT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unpqT2uBzT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unpqT2uBzT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unpqT2uBzT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unpqT2uBzT .lg_brand {
    margin: 0 1rem;
  }
  .cid-unpqT2uBzT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-unpqT2uBzT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unpqT2uBzT .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-unpqT2uBzT .nav-item {
    margin: 0 !important;
  }
}
.cid-unpqT2uBzT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-unpqT2uBzT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-unpqT2uBzT .nav-item .nav-link:hover,
.cid-unpqT2uBzT .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-unpqT2uBzT .nav-item .nav-link:hover::before,
.cid-unpqT2uBzT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-unpqT2uBzT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unpqT2uBzT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unpqT2uBzT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unpqT2uBzT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unpqT2uBzT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unpqT2uBzT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unpqT2uBzT .offcanvas_box {
    display: none;
  }
}
.cid-unpqT2uBzT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unpqT2uBzT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unpqT2uBzT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unpqT2uBzT .container {
  display: flex;
  margin: auto;
}
.cid-unpqT2uBzT .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unpqT2uBzT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unpqT2uBzT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unpqT2uBzT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unpqT2uBzT .navbar-nav {
    margin: 0;
  }
}
.cid-unpqT2uBzT .dropdown-menu,
.cid-unpqT2uBzT .navbar.opened {
  background-color: false !important;
}
.cid-unpqT2uBzT .nav-item:focus,
.cid-unpqT2uBzT .nav-link:focus {
  outline: none;
}
.cid-unpqT2uBzT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unpqT2uBzT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unpqT2uBzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unpqT2uBzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unpqT2uBzT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unpqT2uBzT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unpqT2uBzT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unpqT2uBzT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unpqT2uBzT .navbar.opened {
  transition: all 0.3s;
}
.cid-unpqT2uBzT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unpqT2uBzT .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-unpqT2uBzT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-unpqT2uBzT .navbar.collapsed {
  justify-content: center;
}
.cid-unpqT2uBzT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unpqT2uBzT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unpqT2uBzT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unpqT2uBzT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unpqT2uBzT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unpqT2uBzT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unpqT2uBzT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unpqT2uBzT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unpqT2uBzT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unpqT2uBzT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unpqT2uBzT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unpqT2uBzT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unpqT2uBzT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unpqT2uBzT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unpqT2uBzT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unpqT2uBzT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unpqT2uBzT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unpqT2uBzT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unpqT2uBzT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unpqT2uBzT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unpqT2uBzT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unpqT2uBzT .navbar.navbar-short {
  min-height: 60px;
}
.cid-unpqT2uBzT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unpqT2uBzT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unpqT2uBzT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unpqT2uBzT .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unpqT2uBzT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unpqT2uBzT .dropdown-item.active,
.cid-unpqT2uBzT .dropdown-item:active {
  background-color: transparent;
}
.cid-unpqT2uBzT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-unpqT2uBzT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unpqT2uBzT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unpqT2uBzT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unpqT2uBzT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unpqT2uBzT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unpqT2uBzT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2ede4;
}
.cid-unpqT2uBzT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-unpqT2uBzT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unpqT2uBzT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpqT2uBzT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpqT2uBzT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unpqT2uBzT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpqT2uBzT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unpqT2uBzT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unpqT2uBzT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpqT2uBzT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unpqT2uBzT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unpqT2uBzT .navbar {
    height: 70px;
  }
  .cid-unpqT2uBzT .navbar.opened {
    height: auto;
  }
  .cid-unpqT2uBzT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unpqT2uBzT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-unpqT2uBzT .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-unpqT2uBzT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unpqT2uBzT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unpqT2uBzT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-unpqT2uBzT .navbar-caption:hover {
  color: #ff0325;
}
@media (min-width: 992px) {
  .cid-unpqT2uBzT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unpqT2uBzT .text_widget {
  margin-bottom: 32px;
}
.cid-unpqT2uBzT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unpqT2uBzT .text_widget a:hover,
.cid-unpqT2uBzT .text_widget a:focus {
  opacity: .8;
}
.cid-unpqT2uBzT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpqT2uBzT .navbar-caption {
  color: #1e1d1c;
}
.cid-unpqT2uBzT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-unpqT2uBzT .mbr-section-subtitle,
.cid-unpqT2uBzT .text_widget,
.cid-unpqT2uBzT .mbr-section-btn {
  text-align: left;
}
.cid-unpqT2uBzT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unte4xE3xH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trackless-train-rental51-2000x1500.jpg");
}
.cid-unte4xE3xH .mbr-fallback-image.disabled {
  display: none;
}
.cid-unte4xE3xH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unte4xE3xH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unte4xE3xH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unte4xE3xH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unte4xE3xH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unte4xE3xH .container {
    padding: 0 24px;
  }
}
.cid-unte4xE3xH .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-unte4xE3xH .content-wrapper {
    padding: 0;
  }
}
.cid-unte4xE3xH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-unte4xE3xH .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-unte4xE3xH .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-unte4xE3xH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unte4xE3xH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-unte4xE3xH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unte4xE3xH .mbr-section-title {
  color: #ffffff;
}
.cid-unte4xE3xH .mbr-desc,
.cid-unte4xE3xH .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unte4xE3xH .mbr-text,
.cid-unte4xE3xH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unte4xE3xH .mbr-section-title,
.cid-unte4xE3xH .mbr-section-btn {
  text-align: center;
}
.cid-unpqT7CAR9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unpqT7CAR9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-unpqT7CAR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpqT7CAR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpqT7CAR9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-unpqT7CAR9 .content-wrap .card {
  justify-content: space-between;
}
.cid-unpqT7CAR9 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-unpqT7CAR9 .content-wrapper {
    padding: 0;
  }
}
.cid-unpqT7CAR9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unpqT7CAR9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-unpqT7CAR9 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-unpqT7CAR9 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-unpqT7CAR9 .mbr-desc,
.cid-unpqT7CAR9 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unpqTlvbi5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unpqTlvbi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpqTlvbi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpqTlvbi5 .container-fluid {
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .container {
    padding: 0 20px;
  }
}
.cid-unpqTlvbi5 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .google-map {
    margin-bottom: 40px;
  }
}
.cid-unpqTlvbi5 .google-map iframe {
  border-radius: 0 !important;
  height: 800px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .google-map iframe {
    height: 350px;
  }
}
.cid-unpqTlvbi5 .content-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 20px;
  padding: 0 20px 0 100px;
}
@media (max-width: 1200px) {
  .cid-unpqTlvbi5 .content-wrapper {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .content-wrapper {
    padding: 0;
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .cid-unpqTlvbi5 .content-wrapper {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .content-wrapper {
    padding: 0;
  }
}
.cid-unpqTlvbi5 .content-wrapper .content-wrap {
  width: 56%;
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-unpqTlvbi5 .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.cid-unpqTlvbi5 .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-unpqTlvbi5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-unpqTlvbi5 .content-wrapper .contact-wrap {
  width: 28%;
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .content-wrapper .contact-wrap {
    width: 100%;
  }
}
.cid-unpqTlvbi5 .content-wrapper .contact-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
  opacity: .6;
}
.cid-unpqTlvbi5 .content-wrapper .contact-wrap .mbr-address {
  margin-bottom: 20px;
}
.cid-unpqTlvbi5 .content-wrapper .contact-wrap .mbr-section-btn .btn {
  padding: 14px 16px;
}
@media (max-width: 992px) {
  .cid-unpqTlvbi5 .content-wrapper .contact-wrap .mbr-section-btn .btn {
    padding: 14px 24px;
  }
}
.cid-unpqTlvbi5 .mbr-section-title {
  color: #1e1d1c;
}
.cid-unpqTlvbi5 .mbr-text {
  color: #1e1d1c;
}
.cid-unpqTlvbi5 .mbr-section-subtitle {
  color: #1e1d1c;
}
.cid-unpqTlvbi5 .mbr-address {
  color: #1e1d1c;
}
.cid-unpqTmALAv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f4dfc1;
}
.cid-unpqTmALAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpqTmALAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpqTmALAv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unpqTmALAv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unpqTmALAv .container {
    padding: 0 20px;
  }
}
.cid-unpqTmALAv .row {
  justify-content: center;
}
.cid-unpqTmALAv .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unpqTmALAv .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unpqTmALAv .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-unpqTmALAv .logo-wrapper a {
  display: inline-flex;
}
.cid-unpqTmALAv .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unpqTmALAv .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-unpqTmALAv .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unpqTmALAv .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-unpqTmALAv .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-unpqTmALAv .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unpqTmALAv .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-unpqTmALAv .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-unpqTmALAv .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unpqTmALAv .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-unpqTmALAv .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-unpqTmALAv .list {
  color: #ffffff;
}
.cid-unpqTmALAv .mbr-copy {
  color: #ffffff;
}
.cid-unpqTmALAv .list,
.cid-unpqTmALAv .item-wrap,
.cid-unpqTmALAv .list-wrapper {
  color: #000000;
}
.cid-unpqTmALAv .mbr-copy,
.cid-unpqTmALAv .logo-wrapper {
  color: #000000;
}
.cid-untfnhi3LK {
  background-color: transparent;
}
.cid-untfnhi3LK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-untfnhi3LK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-untfnhi3LK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untfnhi3LK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untfnhi3LK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untfnhi3LK .menu_box .navbar.opened,
  .cid-untfnhi3LK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-untfnhi3LK .navbar-dropdown {
  position: relative !important;
}
.cid-untfnhi3LK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-untfnhi3LK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untfnhi3LK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untfnhi3LK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untfnhi3LK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untfnhi3LK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-untfnhi3LK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untfnhi3LK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untfnhi3LK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untfnhi3LK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untfnhi3LK .offcanvas-body .mbr-text,
  .cid-untfnhi3LK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untfnhi3LK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untfnhi3LK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untfnhi3LK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-untfnhi3LK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untfnhi3LK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untfnhi3LK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untfnhi3LK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untfnhi3LK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untfnhi3LK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untfnhi3LK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untfnhi3LK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untfnhi3LK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untfnhi3LK .lg_brand {
    margin: 0 1rem;
  }
  .cid-untfnhi3LK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-untfnhi3LK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untfnhi3LK .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-untfnhi3LK .nav-item {
    margin: 0 !important;
  }
}
.cid-untfnhi3LK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-untfnhi3LK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-untfnhi3LK .nav-item .nav-link:hover,
.cid-untfnhi3LK .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-untfnhi3LK .nav-item .nav-link:hover::before,
.cid-untfnhi3LK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-untfnhi3LK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untfnhi3LK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untfnhi3LK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untfnhi3LK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untfnhi3LK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untfnhi3LK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untfnhi3LK .offcanvas_box {
    display: none;
  }
}
.cid-untfnhi3LK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untfnhi3LK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untfnhi3LK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untfnhi3LK .container {
  display: flex;
  margin: auto;
}
.cid-untfnhi3LK .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untfnhi3LK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untfnhi3LK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untfnhi3LK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untfnhi3LK .navbar-nav {
    margin: 0;
  }
}
.cid-untfnhi3LK .dropdown-menu,
.cid-untfnhi3LK .navbar.opened {
  background-color: false !important;
}
.cid-untfnhi3LK .nav-item:focus,
.cid-untfnhi3LK .nav-link:focus {
  outline: none;
}
.cid-untfnhi3LK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untfnhi3LK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untfnhi3LK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untfnhi3LK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untfnhi3LK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untfnhi3LK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untfnhi3LK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untfnhi3LK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untfnhi3LK .navbar.opened {
  transition: all 0.3s;
}
.cid-untfnhi3LK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untfnhi3LK .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-untfnhi3LK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-untfnhi3LK .navbar.collapsed {
  justify-content: center;
}
.cid-untfnhi3LK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untfnhi3LK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untfnhi3LK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untfnhi3LK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untfnhi3LK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untfnhi3LK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untfnhi3LK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untfnhi3LK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untfnhi3LK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untfnhi3LK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untfnhi3LK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untfnhi3LK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untfnhi3LK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untfnhi3LK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untfnhi3LK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untfnhi3LK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untfnhi3LK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untfnhi3LK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untfnhi3LK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untfnhi3LK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untfnhi3LK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untfnhi3LK .navbar.navbar-short {
  min-height: 60px;
}
.cid-untfnhi3LK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untfnhi3LK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untfnhi3LK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untfnhi3LK .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-untfnhi3LK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untfnhi3LK .dropdown-item.active,
.cid-untfnhi3LK .dropdown-item:active {
  background-color: transparent;
}
.cid-untfnhi3LK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-untfnhi3LK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untfnhi3LK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untfnhi3LK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untfnhi3LK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untfnhi3LK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untfnhi3LK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2ede4;
}
.cid-untfnhi3LK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-untfnhi3LK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untfnhi3LK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untfnhi3LK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untfnhi3LK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untfnhi3LK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untfnhi3LK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untfnhi3LK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untfnhi3LK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untfnhi3LK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untfnhi3LK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untfnhi3LK .navbar {
    height: 70px;
  }
  .cid-untfnhi3LK .navbar.opened {
    height: auto;
  }
  .cid-untfnhi3LK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untfnhi3LK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-untfnhi3LK .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untfnhi3LK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untfnhi3LK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untfnhi3LK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-untfnhi3LK .navbar-caption:hover {
  color: #ff0325;
}
@media (min-width: 992px) {
  .cid-untfnhi3LK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untfnhi3LK .text_widget {
  margin-bottom: 32px;
}
.cid-untfnhi3LK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untfnhi3LK .text_widget a:hover,
.cid-untfnhi3LK .text_widget a:focus {
  opacity: .8;
}
.cid-untfnhi3LK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-untfnhi3LK .navbar-caption {
  color: #1e1d1c;
}
.cid-untfnhi3LK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-untfnhi3LK .mbr-section-subtitle,
.cid-untfnhi3LK .text_widget,
.cid-untfnhi3LK .mbr-section-btn {
  text-align: left;
}
.cid-untfnhi3LK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untfni1HdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shopping-mall-trackless-train-rides-for-sale-1200x900.webp");
}
.cid-untfni1HdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-untfni1HdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untfni1HdW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-untfni1HdW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-untfni1HdW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-untfni1HdW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-untfni1HdW .container {
    padding: 0 24px;
  }
}
.cid-untfni1HdW .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-untfni1HdW .content-wrapper {
    padding: 0;
  }
}
.cid-untfni1HdW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-untfni1HdW .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-untfni1HdW .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-untfni1HdW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untfni1HdW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-untfni1HdW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-untfni1HdW .mbr-section-title {
  color: #ffffff;
}
.cid-untfni1HdW .mbr-desc,
.cid-untfni1HdW .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-untfni1HdW .mbr-text,
.cid-untfni1HdW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-untfni1HdW .mbr-section-title,
.cid-untfni1HdW .mbr-section-btn {
  text-align: center;
}
.cid-untfR1ilGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-untfR1ilGE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-untfR1ilGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-untfR1ilGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untfR1ilGE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-untfR1ilGE .content-wrap .card {
  justify-content: space-between;
}
.cid-untfR1ilGE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-untfR1ilGE .content-wrapper {
    padding: 0;
  }
}
.cid-untfR1ilGE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untfR1ilGE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-untfR1ilGE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-untfR1ilGE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-untfR1ilGE .mbr-desc,
.cid-untfR1ilGE .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-untfR1ilGE .mbr-section-title,
.cid-untfR1ilGE .mbr-section-btn DIV {
  text-align: left;
}
.cid-untfniOw4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untfniOw4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-untfniOw4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untfniOw4p .container-fluid {
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .cid-untfniOw4p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untfniOw4p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untfniOw4p .container {
    padding: 0 20px;
  }
}
.cid-untfniOw4p .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-untfniOw4p .google-map {
    margin-bottom: 40px;
  }
}
.cid-untfniOw4p .google-map iframe {
  border-radius: 0 !important;
  height: 800px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-untfniOw4p .google-map iframe {
    height: 350px;
  }
}
.cid-untfniOw4p .content-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 20px;
  padding: 0 20px 0 100px;
}
@media (max-width: 1200px) {
  .cid-untfniOw4p .content-wrapper {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untfniOw4p .content-wrapper {
    padding: 0;
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .cid-untfniOw4p .content-wrapper {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-untfniOw4p .content-wrapper {
    padding: 0;
  }
}
.cid-untfniOw4p .content-wrapper .content-wrap {
  width: 56%;
}
@media (max-width: 992px) {
  .cid-untfniOw4p .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-untfniOw4p .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.cid-untfniOw4p .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untfniOw4p .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-untfniOw4p .content-wrapper .contact-wrap {
  width: 28%;
}
@media (max-width: 992px) {
  .cid-untfniOw4p .content-wrapper .contact-wrap {
    width: 100%;
  }
}
.cid-untfniOw4p .content-wrapper .contact-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
  opacity: .6;
}
.cid-untfniOw4p .content-wrapper .contact-wrap .mbr-address {
  margin-bottom: 20px;
}
.cid-untfniOw4p .content-wrapper .contact-wrap .mbr-section-btn .btn {
  padding: 14px 16px;
}
@media (max-width: 992px) {
  .cid-untfniOw4p .content-wrapper .contact-wrap .mbr-section-btn .btn {
    padding: 14px 24px;
  }
}
.cid-untfniOw4p .mbr-section-title {
  color: #1e1d1c;
}
.cid-untfniOw4p .mbr-text {
  color: #1e1d1c;
}
.cid-untfniOw4p .mbr-section-subtitle {
  color: #1e1d1c;
}
.cid-untfniOw4p .mbr-address {
  color: #1e1d1c;
}
.cid-untfnjhQsd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f4dfc1;
}
.cid-untfnjhQsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-untfnjhQsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untfnjhQsd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untfnjhQsd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untfnjhQsd .container {
    padding: 0 20px;
  }
}
.cid-untfnjhQsd .row {
  justify-content: center;
}
.cid-untfnjhQsd .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untfnjhQsd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untfnjhQsd .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-untfnjhQsd .logo-wrapper a {
  display: inline-flex;
}
.cid-untfnjhQsd .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untfnjhQsd .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-untfnjhQsd .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untfnjhQsd .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-untfnjhQsd .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-untfnjhQsd .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-untfnjhQsd .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-untfnjhQsd .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-untfnjhQsd .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-untfnjhQsd .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-untfnjhQsd .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-untfnjhQsd .list {
  color: #ffffff;
}
.cid-untfnjhQsd .mbr-copy {
  color: #ffffff;
}
.cid-untfnjhQsd .list,
.cid-untfnjhQsd .item-wrap,
.cid-untfnjhQsd .list-wrapper {
  color: #000000;
}
.cid-untfnjhQsd .mbr-copy,
.cid-untfnjhQsd .logo-wrapper {
  color: #000000;
}
.cid-untgx1tvKj {
  background-color: transparent;
}
.cid-untgx1tvKj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-untgx1tvKj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-untgx1tvKj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untgx1tvKj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untgx1tvKj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untgx1tvKj .menu_box .navbar.opened,
  .cid-untgx1tvKj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-untgx1tvKj .navbar-dropdown {
  position: relative !important;
}
.cid-untgx1tvKj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-untgx1tvKj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untgx1tvKj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untgx1tvKj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untgx1tvKj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untgx1tvKj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-untgx1tvKj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untgx1tvKj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untgx1tvKj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untgx1tvKj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untgx1tvKj .offcanvas-body .mbr-text,
  .cid-untgx1tvKj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untgx1tvKj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untgx1tvKj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untgx1tvKj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-untgx1tvKj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untgx1tvKj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untgx1tvKj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untgx1tvKj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untgx1tvKj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untgx1tvKj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untgx1tvKj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untgx1tvKj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untgx1tvKj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untgx1tvKj .lg_brand {
    margin: 0 1rem;
  }
  .cid-untgx1tvKj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-untgx1tvKj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untgx1tvKj .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-untgx1tvKj .nav-item {
    margin: 0 !important;
  }
}
.cid-untgx1tvKj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-untgx1tvKj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-untgx1tvKj .nav-item .nav-link:hover,
.cid-untgx1tvKj .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-untgx1tvKj .nav-item .nav-link:hover::before,
.cid-untgx1tvKj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-untgx1tvKj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untgx1tvKj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untgx1tvKj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untgx1tvKj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untgx1tvKj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untgx1tvKj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untgx1tvKj .offcanvas_box {
    display: none;
  }
}
.cid-untgx1tvKj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untgx1tvKj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untgx1tvKj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untgx1tvKj .container {
  display: flex;
  margin: auto;
}
.cid-untgx1tvKj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untgx1tvKj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untgx1tvKj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untgx1tvKj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untgx1tvKj .navbar-nav {
    margin: 0;
  }
}
.cid-untgx1tvKj .dropdown-menu,
.cid-untgx1tvKj .navbar.opened {
  background-color: false !important;
}
.cid-untgx1tvKj .nav-item:focus,
.cid-untgx1tvKj .nav-link:focus {
  outline: none;
}
.cid-untgx1tvKj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untgx1tvKj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untgx1tvKj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untgx1tvKj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untgx1tvKj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untgx1tvKj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untgx1tvKj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untgx1tvKj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untgx1tvKj .navbar.opened {
  transition: all 0.3s;
}
.cid-untgx1tvKj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untgx1tvKj .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-untgx1tvKj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-untgx1tvKj .navbar.collapsed {
  justify-content: center;
}
.cid-untgx1tvKj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untgx1tvKj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untgx1tvKj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untgx1tvKj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untgx1tvKj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untgx1tvKj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untgx1tvKj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untgx1tvKj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untgx1tvKj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untgx1tvKj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untgx1tvKj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untgx1tvKj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untgx1tvKj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untgx1tvKj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untgx1tvKj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untgx1tvKj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untgx1tvKj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untgx1tvKj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untgx1tvKj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untgx1tvKj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untgx1tvKj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untgx1tvKj .navbar.navbar-short {
  min-height: 60px;
}
.cid-untgx1tvKj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untgx1tvKj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untgx1tvKj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untgx1tvKj .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-untgx1tvKj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untgx1tvKj .dropdown-item.active,
.cid-untgx1tvKj .dropdown-item:active {
  background-color: transparent;
}
.cid-untgx1tvKj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-untgx1tvKj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untgx1tvKj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untgx1tvKj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untgx1tvKj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untgx1tvKj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untgx1tvKj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2ede4;
}
.cid-untgx1tvKj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-untgx1tvKj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untgx1tvKj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untgx1tvKj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untgx1tvKj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untgx1tvKj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untgx1tvKj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untgx1tvKj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untgx1tvKj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untgx1tvKj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untgx1tvKj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untgx1tvKj .navbar {
    height: 70px;
  }
  .cid-untgx1tvKj .navbar.opened {
    height: auto;
  }
  .cid-untgx1tvKj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untgx1tvKj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-untgx1tvKj .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untgx1tvKj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untgx1tvKj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untgx1tvKj .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-untgx1tvKj .navbar-caption:hover {
  color: #ff0325;
}
@media (min-width: 992px) {
  .cid-untgx1tvKj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untgx1tvKj .text_widget {
  margin-bottom: 32px;
}
.cid-untgx1tvKj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untgx1tvKj .text_widget a:hover,
.cid-untgx1tvKj .text_widget a:focus {
  opacity: .8;
}
.cid-untgx1tvKj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-untgx1tvKj .navbar-caption {
  color: #1e1d1c;
}
.cid-untgx1tvKj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-untgx1tvKj .mbr-section-subtitle,
.cid-untgx1tvKj .text_widget,
.cid-untgx1tvKj .mbr-section-btn {
  text-align: left;
}
.cid-untgx1tvKj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untgx3PjSz {
  background-image: url("../../../assets/images/amusement-ride-park-shopping-mall-fiberglass-kids-trackless-train.webp");
}
.cid-untgx3PjSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx3PjSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgx3PjSz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untgx3PjSz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgx3PjSz .container {
    padding: 0 20px;
  }
}
.cid-untgx3PjSz .card {
  justify-content: center;
}
.cid-untgx3PjSz .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-untgx3PjSz .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgx3PjSz .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-untgx3PjSz .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-untgx3PjSz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-untgx3PjSz .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-untgx3PjSz .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgx3PjSz .image-wrapper {
    padding-right: 0;
  }
}
.cid-untgx3PjSz .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-untgx3PjSz .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-untgx3PjSz .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untgx3PjSz .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-untgx3PjSz .mbr-section-title {
  color: #ffffff;
}
.cid-untgx3PjSz .mbr-desc {
  color: #ffffff;
}
.cid-untgx4Da0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untgx4Da0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx4Da0S .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-untgx4Da0S .container {
    padding: 0 30px;
  }
}
.cid-untgx4Da0S .row {
  justify-content: center;
}
.cid-untgx4Da0S .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untgx4Da0S .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untgx4Da0S .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untgx4Da0S .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-untgx4Da0S .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-untgx4Da0S .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-untgx4Da0S .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-untgx4Da0S .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-untgx4Da0S .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-untgx4Da0S .mbr-text {
  color: #144031;
}
.cid-untgx5iVmU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-untgx5iVmU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-untgx5iVmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx5iVmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgx5iVmU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-untgx5iVmU .content-wrap .card {
  justify-content: space-between;
}
.cid-untgx5iVmU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-untgx5iVmU .content-wrapper {
    padding: 0;
  }
}
.cid-untgx5iVmU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untgx5iVmU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-untgx5iVmU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-untgx5iVmU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-untgx5iVmU .mbr-desc,
.cid-untgx5iVmU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-untgx5iVmU .mbr-section-title,
.cid-untgx5iVmU .mbr-section-btn {
  color: #000000;
}
.cid-untgx5MULg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4dfc1;
}
.cid-untgx5MULg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-untgx5MULg .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx5MULg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgx5MULg .items-wrapper {
  margin: 0;
}
.cid-untgx5MULg .items-wrapper .item {
  padding: 0;
}
.cid-untgx5MULg .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-untgx5MULg .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-untgx5MULg .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-untgx5MULg .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-untgx5MULg .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-untgx5MULg .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-untgx5MULg .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-untgx5MULg .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-untgx5MULg .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-untgx5MULg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-untgx5MULg .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-untgx5MULg .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-untgx5MULg .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-untgx5MULg .item-title {
  color: #150764;
}
.cid-untgx5MULg .item-text,
.cid-untgx5MULg .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-untgx5MULg .item-title,
.cid-untgx5MULg .mbr-section-btn,
.cid-untgx5MULg .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-untgx6pgAE {
  background-image: url("../../../assets/images/newest-chinese-kiddie-ride-amusement-equipment-customized-trackless-electric-train.webp");
}
.cid-untgx6pgAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx6pgAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgx6pgAE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untgx6pgAE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgx6pgAE .container {
    padding: 0 20px;
  }
}
.cid-untgx6pgAE .row {
  justify-content: center;
}
.cid-untgx6pgAE .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-untgx6pgAE .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untgx6pgAE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untgx6pgAE .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-untgx6pgAE .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-untgx6pgAE .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgx6pgAE .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-untgx6pgAE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-untgx6pgAE .mbr-desc {
  color: #ffffff;
}
.cid-untgx6pgAE .mbr-section-title {
  color: #ffffff;
}
.cid-untgx6pgAE .mbr-text {
  color: #ffffff;
}
.cid-untgx6ZQOp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untgx6ZQOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx6ZQOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgx6ZQOp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untgx6ZQOp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgx6ZQOp .container {
    padding: 0 20px;
  }
}
.cid-untgx6ZQOp .row {
  justify-content: space-between;
}
.cid-untgx6ZQOp .card {
  justify-content: center;
}
.cid-untgx6ZQOp .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-untgx6ZQOp .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgx6ZQOp .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-untgx6ZQOp .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-untgx6ZQOp .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-untgx6ZQOp .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-untgx6ZQOp .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untgx6ZQOp .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-untgx6ZQOp .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-untgx6ZQOp .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgx6ZQOp .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-untgx6ZQOp .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-untgx6ZQOp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untgx6ZQOp .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-untgx6ZQOp .mbr-desc {
  color: #1e1d1c;
  text-align: center;
}
.cid-untgx6ZQOp .mbr-section-title {
  color: #1e1d1c;
}
.cid-untgx6ZQOp .mbr-section-title,
.cid-untgx6ZQOp .mbr-section-btn {
  text-align: center;
}
.cid-untgx7KMqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untgx7KMqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx7KMqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgx7KMqk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-untgx7KMqk .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-untgx7KMqk .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-untgx7KMqk .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untgx7KMqk .image-wrapper img {
    height: 350px;
  }
}
.cid-untgx7KMqk .mbr-section-title {
  color: #404349;
}
.cid-untgx7KMqk .mbr-desc {
  color: #b19a7c;
}
.cid-untgx7KMqk .mbr-text {
  color: #404349;
}
.cid-untgx7KMqk .mbr-desc,
.cid-untgx7KMqk .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-untgx7KMqk .mbr-section-title,
.cid-untgx7KMqk .title-wrap {
  color: #000000;
}
.cid-untEBJJC8i {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-untEBJJC8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-untEBJJC8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untEBJJC8i .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untEBJJC8i .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-untEBJJC8i .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-untEBJJC8i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untEBJJC8i .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-untEBJJC8i .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-untEBJJC8i .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-untEBJJC8i .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-untEBJJC8i .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-untEBJJC8i .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-untEBJJC8i .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-untEBJJC8i .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-untEBJJC8i .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-untEBJJC8i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untEBJJC8i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-untEBJJC8i .item-title {
  color: #000000;
  text-align: center;
}
.cid-untEBJJC8i .item-text {
  color: #ffffff;
}
.cid-untEBJJC8i .mbr-section-title,
.cid-untEBJJC8i .tabs-wrapper {
  color: #000000;
}
.cid-untgx9D8hT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untgx9D8hT .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgx9D8hT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgx9D8hT .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-untgx9D8hT .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-untgx9D8hT .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-untgx9D8hT .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-untgx9D8hT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-untgx9D8hT .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-untgx9D8hT .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-untgx9D8hT .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-untgx9D8hT .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-untgx9D8hT .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-untgx9D8hT .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untgx9D8hT .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-untgx9D8hT .mbr-section-title {
  color: #212529;
}
.cid-untgx9D8hT .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-untgxaYDwf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untgxaYDwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgxaYDwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgxaYDwf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-untgxaYDwf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgxaYDwf .container {
    padding: 0 20px;
  }
}
.cid-untgxaYDwf .row {
  justify-content: space-between;
}
.cid-untgxaYDwf .card {
  justify-content: center;
}
.cid-untgxaYDwf .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untgxaYDwf .image-wrapper img {
    height: 350px;
  }
}
.cid-untgxaYDwf .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-untgxaYDwf .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-untgxaYDwf .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgxaYDwf .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-untgxaYDwf .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-untgxaYDwf .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untgxaYDwf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untgxaYDwf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untgxaYDwf .mbr-desc {
  color: #1e1d1c;
}
.cid-untgxaYDwf .mbr-section-title {
  color: #1e1d1c;
}
.cid-untgxaYDwf .mbr-text {
  color: #1e1d1c;
}
.cid-untgxbITYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untgxbITYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgxbITYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgxbITYc .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untgxbITYc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgxbITYc .container {
    padding: 0 20px;
  }
}
.cid-untgxbITYc .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-untgxbITYc .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-untgxbITYc .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgxbITYc .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-untgxbITYc .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-untgxbITYc .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-untgxbITYc .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-untgxbITYc .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-untgxbITYc .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-untgxbITYc .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-untgxbITYc .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-untgxbITYc .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-untgxbITYc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untgxbITYc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-untgxbITYc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-untgxbITYc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untgxbITYc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-untgxbITYc .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-untgxbITYc .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-untgxbITYc .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-untgxbITYc .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-untgxbITYc .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-untgxbITYc .card-number {
  color: #1e1d1c;
}
.cid-untgxbITYc .card-title {
  color: #1e1d1c;
}
.cid-untgxbITYc .card-text {
  color: #1e1d1c;
  text-align: center;
}
.cid-untgxbITYc .card-title,
.cid-untgxbITYc .mbr-section-btn {
  text-align: center;
}
.cid-untgxcj2LJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-untgxcj2LJ .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-untgxcj2LJ .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-untgxcj2LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgxcj2LJ .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-untgxcj2LJ .container {
    padding: 0 30px;
  }
}
.cid-untgxcj2LJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-untgxcj2LJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untgxcj2LJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-untgxcj2LJ .text-wrapper {
  border-left: 1px solid #f4dfc1;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-untgxcj2LJ .text-wrapper {
    padding-left: 20px;
  }
}
.cid-untgxcj2LJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untgxcj2LJ .mbr-section-title {
  color: #000000;
}
.cid-untgxcj2LJ .mbr-text {
  color: #000000;
}
.cid-untgxcRyYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4dfc1;
}
.cid-untgxcRyYX .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untgxcRyYX .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untgxcRyYX .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untgxcRyYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgxcRyYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgxcRyYX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-untgxcRyYX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-untgxcRyYX .container {
    padding: 0 30px;
  }
}
.cid-untgxcRyYX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-untgxcRyYX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-untgxcRyYX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-untgxcRyYX .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-untgxcRyYX .mbr-section-title {
  color: #ffffff;
}
.cid-untgxcRyYX .mbr-text,
.cid-untgxcRyYX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-untgxcRyYX .mbr-section-title,
.cid-untgxcRyYX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-untjmJZ3Wz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-untjmJZ3Wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-untjmJZ3Wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untjmJZ3Wz .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-untjmJZ3Wz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untjmJZ3Wz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untjmJZ3Wz .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-untjmJZ3Wz .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-untjmJZ3Wz .panel-group .card:first-child {
  margin-top: 0;
}
.cid-untjmJZ3Wz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-untjmJZ3Wz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-untjmJZ3Wz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-untjmJZ3Wz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-untjmJZ3Wz .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-untjmJZ3Wz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-untjmJZ3Wz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-untjmJZ3Wz .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-untjmJZ3Wz .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-untjmJZ3Wz .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-untjmJZ3Wz .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-untjmJZ3Wz .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-untjmJZ3Wz .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-untjmJZ3Wz .card {
  justify-content: space-between;
}
.cid-untjmJZ3Wz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untjmJZ3Wz .panel-title-edit {
  color: #f24d4a;
}
.cid-untjmJZ3Wz .panel-text {
  color: #f24d4a;
}
.cid-untgxdkqUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untgxdkqUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgxdkqUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgxdkqUF .container-fluid {
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .container {
    padding: 0 20px;
  }
}
.cid-untgxdkqUF .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .google-map {
    margin-bottom: 40px;
  }
}
.cid-untgxdkqUF .google-map iframe {
  border-radius: 0 !important;
  height: 800px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .google-map iframe {
    height: 350px;
  }
}
.cid-untgxdkqUF .content-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 20px;
  padding: 0 20px 0 100px;
}
@media (max-width: 1200px) {
  .cid-untgxdkqUF .content-wrapper {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .content-wrapper {
    padding: 0;
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .cid-untgxdkqUF .content-wrapper {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .content-wrapper {
    padding: 0;
  }
}
.cid-untgxdkqUF .content-wrapper .content-wrap {
  width: 56%;
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-untgxdkqUF .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.cid-untgxdkqUF .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untgxdkqUF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-untgxdkqUF .content-wrapper .contact-wrap {
  width: 28%;
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .content-wrapper .contact-wrap {
    width: 100%;
  }
}
.cid-untgxdkqUF .content-wrapper .contact-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
  opacity: .6;
}
.cid-untgxdkqUF .content-wrapper .contact-wrap .mbr-address {
  margin-bottom: 20px;
}
.cid-untgxdkqUF .content-wrapper .contact-wrap .mbr-section-btn .btn {
  padding: 14px 16px;
}
@media (max-width: 992px) {
  .cid-untgxdkqUF .content-wrapper .contact-wrap .mbr-section-btn .btn {
    padding: 14px 24px;
  }
}
.cid-untgxdkqUF .mbr-section-title {
  color: #1e1d1c;
}
.cid-untgxdkqUF .mbr-text {
  color: #1e1d1c;
}
.cid-untgxdkqUF .mbr-section-subtitle {
  color: #1e1d1c;
}
.cid-untgxdkqUF .mbr-address {
  color: #1e1d1c;
}
.cid-untgxe4007 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f4dfc1;
}
.cid-untgxe4007 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untgxe4007 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untgxe4007 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untgxe4007 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untgxe4007 .container {
    padding: 0 20px;
  }
}
.cid-untgxe4007 .row {
  justify-content: center;
}
.cid-untgxe4007 .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untgxe4007 .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untgxe4007 .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-untgxe4007 .logo-wrapper a {
  display: inline-flex;
}
.cid-untgxe4007 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untgxe4007 .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-untgxe4007 .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untgxe4007 .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-untgxe4007 .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-untgxe4007 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-untgxe4007 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-untgxe4007 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-untgxe4007 .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-untgxe4007 .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-untgxe4007 .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-untgxe4007 .list {
  color: #ffffff;
}
.cid-untgxe4007 .mbr-copy {
  color: #ffffff;
}
.cid-untgxe4007 .list,
.cid-untgxe4007 .item-wrap,
.cid-untgxe4007 .list-wrapper {
  color: #000000;
}
.cid-untgxe4007 .mbr-copy,
.cid-untgxe4007 .logo-wrapper {
  color: #000000;
}
.cid-untnL6kKbG {
  background-color: transparent;
}
.cid-untnL6kKbG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-untnL6kKbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-untnL6kKbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untnL6kKbG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untnL6kKbG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untnL6kKbG .menu_box .navbar.opened,
  .cid-untnL6kKbG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-untnL6kKbG .navbar-dropdown {
  position: relative !important;
}
.cid-untnL6kKbG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-untnL6kKbG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untnL6kKbG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untnL6kKbG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untnL6kKbG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untnL6kKbG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-untnL6kKbG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untnL6kKbG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untnL6kKbG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untnL6kKbG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untnL6kKbG .offcanvas-body .mbr-text,
  .cid-untnL6kKbG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untnL6kKbG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untnL6kKbG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untnL6kKbG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-untnL6kKbG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untnL6kKbG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untnL6kKbG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untnL6kKbG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untnL6kKbG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untnL6kKbG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untnL6kKbG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untnL6kKbG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untnL6kKbG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untnL6kKbG .lg_brand {
    margin: 0 1rem;
  }
  .cid-untnL6kKbG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-untnL6kKbG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untnL6kKbG .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-untnL6kKbG .nav-item {
    margin: 0 !important;
  }
}
.cid-untnL6kKbG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-untnL6kKbG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-untnL6kKbG .nav-item .nav-link:hover,
.cid-untnL6kKbG .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-untnL6kKbG .nav-item .nav-link:hover::before,
.cid-untnL6kKbG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-untnL6kKbG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untnL6kKbG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untnL6kKbG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untnL6kKbG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untnL6kKbG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untnL6kKbG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untnL6kKbG .offcanvas_box {
    display: none;
  }
}
.cid-untnL6kKbG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untnL6kKbG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untnL6kKbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untnL6kKbG .container {
  display: flex;
  margin: auto;
}
.cid-untnL6kKbG .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untnL6kKbG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untnL6kKbG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untnL6kKbG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untnL6kKbG .navbar-nav {
    margin: 0;
  }
}
.cid-untnL6kKbG .dropdown-menu,
.cid-untnL6kKbG .navbar.opened {
  background-color: false !important;
}
.cid-untnL6kKbG .nav-item:focus,
.cid-untnL6kKbG .nav-link:focus {
  outline: none;
}
.cid-untnL6kKbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untnL6kKbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untnL6kKbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untnL6kKbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untnL6kKbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untnL6kKbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untnL6kKbG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untnL6kKbG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untnL6kKbG .navbar.opened {
  transition: all 0.3s;
}
.cid-untnL6kKbG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untnL6kKbG .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-untnL6kKbG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-untnL6kKbG .navbar.collapsed {
  justify-content: center;
}
.cid-untnL6kKbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untnL6kKbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untnL6kKbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untnL6kKbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untnL6kKbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untnL6kKbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untnL6kKbG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untnL6kKbG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untnL6kKbG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untnL6kKbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untnL6kKbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untnL6kKbG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untnL6kKbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untnL6kKbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untnL6kKbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untnL6kKbG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untnL6kKbG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untnL6kKbG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untnL6kKbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untnL6kKbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untnL6kKbG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untnL6kKbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-untnL6kKbG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untnL6kKbG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untnL6kKbG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untnL6kKbG .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-untnL6kKbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untnL6kKbG .dropdown-item.active,
.cid-untnL6kKbG .dropdown-item:active {
  background-color: transparent;
}
.cid-untnL6kKbG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-untnL6kKbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untnL6kKbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untnL6kKbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untnL6kKbG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untnL6kKbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untnL6kKbG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2ede4;
}
.cid-untnL6kKbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-untnL6kKbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untnL6kKbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untnL6kKbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untnL6kKbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untnL6kKbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untnL6kKbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untnL6kKbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untnL6kKbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untnL6kKbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untnL6kKbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untnL6kKbG .navbar {
    height: 70px;
  }
  .cid-untnL6kKbG .navbar.opened {
    height: auto;
  }
  .cid-untnL6kKbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untnL6kKbG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-untnL6kKbG .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untnL6kKbG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untnL6kKbG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untnL6kKbG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-untnL6kKbG .navbar-caption:hover {
  color: #ff0325;
}
@media (min-width: 992px) {
  .cid-untnL6kKbG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untnL6kKbG .text_widget {
  margin-bottom: 32px;
}
.cid-untnL6kKbG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untnL6kKbG .text_widget a:hover,
.cid-untnL6kKbG .text_widget a:focus {
  opacity: .8;
}
.cid-untnL6kKbG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-untnL6kKbG .navbar-caption {
  color: #1e1d1c;
}
.cid-untnL6kKbG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-untnL6kKbG .mbr-section-subtitle,
.cid-untnL6kKbG .text_widget,
.cid-untnL6kKbG .mbr-section-btn {
  text-align: left;
}
.cid-untnL6kKbG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untnL7zQtR {
  background-image: url("../../../assets/images/102-2000x1494.jpg");
}
.cid-untnL7zQtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnL7zQtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnL7zQtR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untnL7zQtR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnL7zQtR .container {
    padding: 0 20px;
  }
}
.cid-untnL7zQtR .card {
  justify-content: center;
}
.cid-untnL7zQtR .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-untnL7zQtR .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnL7zQtR .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-untnL7zQtR .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-untnL7zQtR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-untnL7zQtR .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-untnL7zQtR .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnL7zQtR .image-wrapper {
    padding-right: 0;
  }
}
.cid-untnL7zQtR .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-untnL7zQtR .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-untnL7zQtR .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untnL7zQtR .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-untnL7zQtR .mbr-section-title {
  color: #ffffff;
}
.cid-untnL7zQtR .mbr-desc {
  color: #ffffff;
}
.cid-untnL8xA1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untnL8xA1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnL8xA1F .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-untnL8xA1F .container {
    padding: 0 30px;
  }
}
.cid-untnL8xA1F .row {
  justify-content: center;
}
.cid-untnL8xA1F .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untnL8xA1F .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untnL8xA1F .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untnL8xA1F .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-untnL8xA1F .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-untnL8xA1F .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-untnL8xA1F .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-untnL8xA1F .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-untnL8xA1F .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-untnL8xA1F .mbr-text {
  color: #144031;
}
.cid-untnL9d2s2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-untnL9d2s2 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-untnL9d2s2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnL9d2s2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnL9d2s2 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-untnL9d2s2 .content-wrap .card {
  justify-content: space-between;
}
.cid-untnL9d2s2 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-untnL9d2s2 .content-wrapper {
    padding: 0;
  }
}
.cid-untnL9d2s2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untnL9d2s2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-untnL9d2s2 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-untnL9d2s2 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-untnL9d2s2 .mbr-desc,
.cid-untnL9d2s2 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-untnL9d2s2 .mbr-section-title,
.cid-untnL9d2s2 .mbr-section-btn {
  color: #000000;
}
.cid-untnL9SLs4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4dfc1;
}
.cid-untnL9SLs4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-untnL9SLs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnL9SLs4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnL9SLs4 .items-wrapper {
  margin: 0;
}
.cid-untnL9SLs4 .items-wrapper .item {
  padding: 0;
}
.cid-untnL9SLs4 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-untnL9SLs4 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-untnL9SLs4 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-untnL9SLs4 .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-untnL9SLs4 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-untnL9SLs4 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-untnL9SLs4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-untnL9SLs4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-untnL9SLs4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-untnL9SLs4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-untnL9SLs4 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-untnL9SLs4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-untnL9SLs4 .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-untnL9SLs4 .item-title {
  color: #150764;
}
.cid-untnL9SLs4 .item-text,
.cid-untnL9SLs4 .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-untnL9SLs4 .item-title,
.cid-untnL9SLs4 .mbr-section-btn,
.cid-untnL9SLs4 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-untnLaIcjw {
  background-image: url("../../../assets/images/101-1600x1200.jpg");
}
.cid-untnLaIcjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLaIcjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLaIcjw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untnLaIcjw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLaIcjw .container {
    padding: 0 20px;
  }
}
.cid-untnLaIcjw .row {
  justify-content: center;
}
.cid-untnLaIcjw .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-untnLaIcjw .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untnLaIcjw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untnLaIcjw .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-untnLaIcjw .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-untnLaIcjw .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnLaIcjw .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-untnLaIcjw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-untnLaIcjw .mbr-desc {
  color: #ffffff;
}
.cid-untnLaIcjw .mbr-section-title {
  color: #ffffff;
}
.cid-untnLaIcjw .mbr-text {
  color: #ffffff;
}
.cid-untnLbfkkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untnLbfkkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLbfkkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLbfkkM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untnLbfkkM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLbfkkM .container {
    padding: 0 20px;
  }
}
.cid-untnLbfkkM .row {
  justify-content: space-between;
}
.cid-untnLbfkkM .card {
  justify-content: center;
}
.cid-untnLbfkkM .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-untnLbfkkM .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnLbfkkM .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-untnLbfkkM .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-untnLbfkkM .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-untnLbfkkM .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-untnLbfkkM .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untnLbfkkM .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-untnLbfkkM .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-untnLbfkkM .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnLbfkkM .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-untnLbfkkM .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-untnLbfkkM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untnLbfkkM .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-untnLbfkkM .mbr-desc {
  color: #1e1d1c;
  text-align: center;
}
.cid-untnLbfkkM .mbr-section-title {
  color: #1e1d1c;
}
.cid-untnLbfkkM .mbr-section-title,
.cid-untnLbfkkM .mbr-section-btn {
  text-align: center;
}
.cid-untnLcbhpA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untnLcbhpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLcbhpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLcbhpA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-untnLcbhpA .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-untnLcbhpA .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-untnLcbhpA .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untnLcbhpA .image-wrapper img {
    height: 350px;
  }
}
.cid-untnLcbhpA .mbr-section-title {
  color: #404349;
}
.cid-untnLcbhpA .mbr-desc {
  color: #b19a7c;
}
.cid-untnLcbhpA .mbr-text {
  color: #404349;
}
.cid-untnLcbhpA .mbr-desc,
.cid-untnLcbhpA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-untnLcbhpA .mbr-section-title,
.cid-untnLcbhpA .title-wrap {
  color: #000000;
}
.cid-untEGNUGOE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-untEGNUGOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-untEGNUGOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untEGNUGOE .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untEGNUGOE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-untEGNUGOE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-untEGNUGOE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untEGNUGOE .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-untEGNUGOE .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-untEGNUGOE .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-untEGNUGOE .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-untEGNUGOE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-untEGNUGOE .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-untEGNUGOE .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-untEGNUGOE .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-untEGNUGOE .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-untEGNUGOE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untEGNUGOE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-untEGNUGOE .item-title {
  color: #000000;
  text-align: center;
}
.cid-untEGNUGOE .item-text {
  color: #ffffff;
}
.cid-untEGNUGOE .mbr-section-title,
.cid-untEGNUGOE .tabs-wrapper {
  color: #000000;
}
.cid-untnLdXFJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untnLdXFJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLdXFJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLdXFJt .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-untnLdXFJt .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-untnLdXFJt .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-untnLdXFJt .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-untnLdXFJt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-untnLdXFJt .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-untnLdXFJt .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-untnLdXFJt .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-untnLdXFJt .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-untnLdXFJt .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-untnLdXFJt .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untnLdXFJt .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-untnLdXFJt .mbr-section-title {
  color: #212529;
}
.cid-untnLdXFJt .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-untnLeDQAn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untnLeDQAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLeDQAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLeDQAn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-untnLeDQAn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLeDQAn .container {
    padding: 0 20px;
  }
}
.cid-untnLeDQAn .row {
  justify-content: space-between;
}
.cid-untnLeDQAn .card {
  justify-content: center;
}
.cid-untnLeDQAn .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untnLeDQAn .image-wrapper img {
    height: 350px;
  }
}
.cid-untnLeDQAn .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-untnLeDQAn .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-untnLeDQAn .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnLeDQAn .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-untnLeDQAn .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-untnLeDQAn .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untnLeDQAn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untnLeDQAn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untnLeDQAn .mbr-desc {
  color: #1e1d1c;
}
.cid-untnLeDQAn .mbr-section-title {
  color: #1e1d1c;
}
.cid-untnLeDQAn .mbr-text {
  color: #1e1d1c;
}
.cid-untnLfz0fJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untnLfz0fJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLfz0fJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLfz0fJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untnLfz0fJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLfz0fJ .container {
    padding: 0 20px;
  }
}
.cid-untnLfz0fJ .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-untnLfz0fJ .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-untnLfz0fJ .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnLfz0fJ .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-untnLfz0fJ .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-untnLfz0fJ .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-untnLfz0fJ .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-untnLfz0fJ .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-untnLfz0fJ .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-untnLfz0fJ .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-untnLfz0fJ .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-untnLfz0fJ .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-untnLfz0fJ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untnLfz0fJ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-untnLfz0fJ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-untnLfz0fJ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untnLfz0fJ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-untnLfz0fJ .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-untnLfz0fJ .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-untnLfz0fJ .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-untnLfz0fJ .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-untnLfz0fJ .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-untnLfz0fJ .card-number {
  color: #1e1d1c;
}
.cid-untnLfz0fJ .card-title {
  color: #1e1d1c;
}
.cid-untnLfz0fJ .card-text {
  color: #1e1d1c;
  text-align: center;
}
.cid-untnLfz0fJ .card-title,
.cid-untnLfz0fJ .mbr-section-btn {
  text-align: center;
}
.cid-untnLgvtoj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-untnLgvtoj .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-untnLgvtoj .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-untnLgvtoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLgvtoj .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-untnLgvtoj .container {
    padding: 0 30px;
  }
}
.cid-untnLgvtoj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-untnLgvtoj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untnLgvtoj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-untnLgvtoj .text-wrapper {
  border-left: 1px solid #f4dfc1;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-untnLgvtoj .text-wrapper {
    padding-left: 20px;
  }
}
.cid-untnLgvtoj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untnLgvtoj .mbr-section-title {
  color: #000000;
}
.cid-untnLgvtoj .mbr-text {
  color: #000000;
}
.cid-untwm6ApXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-untwm6ApXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwm6ApXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwm6ApXu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untwm6ApXu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwm6ApXu .container {
    padding: 0 20px;
  }
}
.cid-untwm6ApXu .row {
  justify-content: space-between;
}
.cid-untwm6ApXu .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-untwm6ApXu .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwm6ApXu .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-untwm6ApXu .image-wrapper .image-wrap {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-untwm6ApXu .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-untwm6ApXu .image-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-untwm6ApXu .image-wrapper .image-wrap img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untwm6ApXu .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-untwm6ApXu .content-wrapper {
  padding: 0 100px 0 100px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1200px) {
  .cid-untwm6ApXu .content-wrapper {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-untwm6ApXu .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-untwm6ApXu .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-untwm6ApXu .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-untwm6ApXu .content-wrapper .content-wrap .mbr-text {
  font-family: "Source Serif 4", sans-serif !important;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.cid-untwm6ApXu .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untwm6ApXu .mbr-text {
  color: #1e1d1c;
}
.cid-untwm6ApXu .mbr-section-title {
  color: #1e1d1c;
}
.cid-untnLhmA5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4dfc1;
}
.cid-untnLhmA5l .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untnLhmA5l .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untnLhmA5l .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untnLhmA5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLhmA5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLhmA5l .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-untnLhmA5l .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-untnLhmA5l .container {
    padding: 0 30px;
  }
}
.cid-untnLhmA5l .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-untnLhmA5l .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-untnLhmA5l .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-untnLhmA5l .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-untnLhmA5l .mbr-section-title {
  color: #ffffff;
}
.cid-untnLhmA5l .mbr-text,
.cid-untnLhmA5l .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-untnLhmA5l .mbr-section-title,
.cid-untnLhmA5l .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-untnLiGr9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-untnLiGr9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLiGr9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLiGr9k .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-untnLiGr9k .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untnLiGr9k .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untnLiGr9k .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-untnLiGr9k .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-untnLiGr9k .panel-group .card:first-child {
  margin-top: 0;
}
.cid-untnLiGr9k .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-untnLiGr9k .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-untnLiGr9k .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-untnLiGr9k .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-untnLiGr9k .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-untnLiGr9k .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-untnLiGr9k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-untnLiGr9k .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-untnLiGr9k .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-untnLiGr9k .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-untnLiGr9k .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-untnLiGr9k .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-untnLiGr9k .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-untnLiGr9k .card {
  justify-content: space-between;
}
.cid-untnLiGr9k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untnLiGr9k .panel-title-edit {
  color: #f24d4a;
}
.cid-untnLiGr9k .panel-text {
  color: #f24d4a;
}
.cid-untnLk61XJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untnLk61XJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLk61XJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLk61XJ .container-fluid {
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .container {
    padding: 0 20px;
  }
}
.cid-untnLk61XJ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .google-map {
    margin-bottom: 40px;
  }
}
.cid-untnLk61XJ .google-map iframe {
  border-radius: 0 !important;
  height: 800px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .google-map iframe {
    height: 350px;
  }
}
.cid-untnLk61XJ .content-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 20px;
  padding: 0 20px 0 100px;
}
@media (max-width: 1200px) {
  .cid-untnLk61XJ .content-wrapper {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .content-wrapper {
    padding: 0;
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .cid-untnLk61XJ .content-wrapper {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .content-wrapper {
    padding: 0;
  }
}
.cid-untnLk61XJ .content-wrapper .content-wrap {
  width: 56%;
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-untnLk61XJ .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.cid-untnLk61XJ .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untnLk61XJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-untnLk61XJ .content-wrapper .contact-wrap {
  width: 28%;
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .content-wrapper .contact-wrap {
    width: 100%;
  }
}
.cid-untnLk61XJ .content-wrapper .contact-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
  opacity: .6;
}
.cid-untnLk61XJ .content-wrapper .contact-wrap .mbr-address {
  margin-bottom: 20px;
}
.cid-untnLk61XJ .content-wrapper .contact-wrap .mbr-section-btn .btn {
  padding: 14px 16px;
}
@media (max-width: 992px) {
  .cid-untnLk61XJ .content-wrapper .contact-wrap .mbr-section-btn .btn {
    padding: 14px 24px;
  }
}
.cid-untnLk61XJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-untnLk61XJ .mbr-text {
  color: #1e1d1c;
}
.cid-untnLk61XJ .mbr-section-subtitle {
  color: #1e1d1c;
}
.cid-untnLk61XJ .mbr-address {
  color: #1e1d1c;
}
.cid-untnLm7fYk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f4dfc1;
}
.cid-untnLm7fYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-untnLm7fYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untnLm7fYk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untnLm7fYk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untnLm7fYk .container {
    padding: 0 20px;
  }
}
.cid-untnLm7fYk .row {
  justify-content: center;
}
.cid-untnLm7fYk .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untnLm7fYk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untnLm7fYk .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-untnLm7fYk .logo-wrapper a {
  display: inline-flex;
}
.cid-untnLm7fYk .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untnLm7fYk .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-untnLm7fYk .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untnLm7fYk .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-untnLm7fYk .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-untnLm7fYk .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-untnLm7fYk .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-untnLm7fYk .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-untnLm7fYk .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-untnLm7fYk .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-untnLm7fYk .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-untnLm7fYk .list {
  color: #ffffff;
}
.cid-untnLm7fYk .mbr-copy {
  color: #ffffff;
}
.cid-untnLm7fYk .list,
.cid-untnLm7fYk .item-wrap,
.cid-untnLm7fYk .list-wrapper {
  color: #000000;
}
.cid-untnLm7fYk .mbr-copy,
.cid-untnLm7fYk .logo-wrapper {
  color: #000000;
}
.cid-untwNi2d0D {
  background-color: transparent;
}
.cid-untwNi2d0D .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-untwNi2d0D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-untwNi2d0D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untwNi2d0D .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-untwNi2d0D .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-untwNi2d0D .menu_box .navbar.opened,
  .cid-untwNi2d0D .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-untwNi2d0D .navbar-dropdown {
  position: relative !important;
}
.cid-untwNi2d0D .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-untwNi2d0D .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-untwNi2d0D .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-untwNi2d0D .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-untwNi2d0D .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-untwNi2d0D .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-untwNi2d0D .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-untwNi2d0D .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-untwNi2d0D .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-untwNi2d0D .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-untwNi2d0D .offcanvas-body .mbr-text,
  .cid-untwNi2d0D .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-untwNi2d0D .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-untwNi2d0D .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-untwNi2d0D .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1e1d1c;
  }
  .cid-untwNi2d0D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-untwNi2d0D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-untwNi2d0D .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-untwNi2d0D .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-untwNi2d0D ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-untwNi2d0D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untwNi2d0D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-untwNi2d0D .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-untwNi2d0D li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-untwNi2d0D .lg_brand {
    margin: 0 1rem;
  }
  .cid-untwNi2d0D .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-untwNi2d0D .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-untwNi2d0D .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-untwNi2d0D .nav-item {
    margin: 0 !important;
  }
}
.cid-untwNi2d0D .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-untwNi2d0D .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1d1c;
  transition: all 0.3s ease-in-out;
}
.cid-untwNi2d0D .nav-item .nav-link:hover,
.cid-untwNi2d0D .nav-item .nav-link:focus {
  color: #1e1d1c !important;
}
.cid-untwNi2d0D .nav-item .nav-link:hover::before,
.cid-untwNi2d0D .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-untwNi2d0D .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-untwNi2d0D .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-untwNi2d0D .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-untwNi2d0D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-untwNi2d0D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-untwNi2d0D .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-untwNi2d0D .offcanvas_box {
    display: none;
  }
}
.cid-untwNi2d0D .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-untwNi2d0D .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-untwNi2d0D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-untwNi2d0D .container {
  display: flex;
  margin: auto;
}
.cid-untwNi2d0D .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-untwNi2d0D .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-untwNi2d0D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-untwNi2d0D .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-untwNi2d0D .navbar-nav {
    margin: 0;
  }
}
.cid-untwNi2d0D .dropdown-menu,
.cid-untwNi2d0D .navbar.opened {
  background-color: false !important;
}
.cid-untwNi2d0D .nav-item:focus,
.cid-untwNi2d0D .nav-link:focus {
  outline: none;
}
.cid-untwNi2d0D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untwNi2d0D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untwNi2d0D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untwNi2d0D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untwNi2d0D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untwNi2d0D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untwNi2d0D .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-untwNi2d0D .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-untwNi2d0D .navbar.opened {
  transition: all 0.3s;
}
.cid-untwNi2d0D .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-untwNi2d0D .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-untwNi2d0D .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-untwNi2d0D .navbar.collapsed {
  justify-content: center;
}
.cid-untwNi2d0D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untwNi2d0D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-untwNi2d0D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untwNi2d0D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untwNi2d0D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untwNi2d0D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-untwNi2d0D .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-untwNi2d0D .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-untwNi2d0D .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-untwNi2d0D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untwNi2d0D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untwNi2d0D .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-untwNi2d0D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untwNi2d0D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-untwNi2d0D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untwNi2d0D .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-untwNi2d0D .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-untwNi2d0D .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-untwNi2d0D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-untwNi2d0D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untwNi2d0D .navbar .icons-menu {
    padding: 0;
  }
}
.cid-untwNi2d0D .navbar.navbar-short {
  min-height: 60px;
}
.cid-untwNi2d0D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untwNi2d0D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untwNi2d0D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untwNi2d0D .navbar-brand .navbar-caption {
  font-family: "Bricolage Grotesque", sans-serif !important;
  line-height: inherit !important;
  font-weight: 400;
}
.cid-untwNi2d0D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untwNi2d0D .dropdown-item.active,
.cid-untwNi2d0D .dropdown-item:active {
  background-color: transparent;
}
.cid-untwNi2d0D .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-untwNi2d0D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untwNi2d0D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untwNi2d0D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untwNi2d0D ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-untwNi2d0D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untwNi2d0D button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f2ede4;
}
.cid-untwNi2d0D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1d1c;
}
.cid-untwNi2d0D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untwNi2d0D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untwNi2d0D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untwNi2d0D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untwNi2d0D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untwNi2d0D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untwNi2d0D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untwNi2d0D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untwNi2d0D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-untwNi2d0D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untwNi2d0D .navbar {
    height: 70px;
  }
  .cid-untwNi2d0D .navbar.opened {
    height: auto;
  }
  .cid-untwNi2d0D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untwNi2d0D .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-untwNi2d0D .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-untwNi2d0D .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-untwNi2d0D .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-untwNi2d0D .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-untwNi2d0D .navbar-caption:hover {
  color: #ff0325;
}
@media (min-width: 992px) {
  .cid-untwNi2d0D .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-untwNi2d0D .text_widget {
  margin-bottom: 32px;
}
.cid-untwNi2d0D .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-untwNi2d0D .text_widget a:hover,
.cid-untwNi2d0D .text_widget a:focus {
  opacity: .8;
}
.cid-untwNi2d0D .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-untwNi2d0D .navbar-caption {
  color: #1e1d1c;
}
.cid-untwNi2d0D .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-untwNi2d0D .mbr-section-subtitle,
.cid-untwNi2d0D .text_widget,
.cid-untwNi2d0D .mbr-section-btn {
  text-align: left;
}
.cid-untwNi2d0D a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-untwNj2HZP {
  background-image: url("../../../assets/images/trackless-train-rental50-1920x1080.jpg");
}
.cid-untwNj2HZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNj2HZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNj2HZP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untwNj2HZP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNj2HZP .container {
    padding: 0 20px;
  }
}
.cid-untwNj2HZP .card {
  justify-content: center;
}
.cid-untwNj2HZP .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-untwNj2HZP .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNj2HZP .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-untwNj2HZP .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-untwNj2HZP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-untwNj2HZP .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-untwNj2HZP .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNj2HZP .image-wrapper {
    padding-right: 0;
  }
}
.cid-untwNj2HZP .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-untwNj2HZP .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-untwNj2HZP .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untwNj2HZP .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-untwNj2HZP .mbr-section-title {
  color: #ffffff;
}
.cid-untwNj2HZP .mbr-desc {
  color: #ffffff;
}
.cid-untwNjFQ6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untwNjFQ6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNjFQ6N .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-untwNjFQ6N .container {
    padding: 0 30px;
  }
}
.cid-untwNjFQ6N .row {
  justify-content: center;
}
.cid-untwNjFQ6N .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untwNjFQ6N .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untwNjFQ6N .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untwNjFQ6N .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-untwNjFQ6N .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-untwNjFQ6N .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-untwNjFQ6N .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-untwNjFQ6N .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-untwNjFQ6N .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-untwNjFQ6N .mbr-text {
  color: #144031;
}
.cid-untwNk8aoZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-untwNk8aoZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-untwNk8aoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNk8aoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNk8aoZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-untwNk8aoZ .content-wrap .card {
  justify-content: space-between;
}
.cid-untwNk8aoZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-untwNk8aoZ .content-wrapper {
    padding: 0;
  }
}
.cid-untwNk8aoZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untwNk8aoZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-untwNk8aoZ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-untwNk8aoZ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-untwNk8aoZ .mbr-desc,
.cid-untwNk8aoZ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-untwNk8aoZ .mbr-section-title,
.cid-untwNk8aoZ .mbr-section-btn {
  color: #000000;
}
.cid-untwNkBTEd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4dfc1;
}
.cid-untwNkBTEd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-untwNkBTEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNkBTEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNkBTEd .items-wrapper {
  margin: 0;
}
.cid-untwNkBTEd .items-wrapper .item {
  padding: 0;
}
.cid-untwNkBTEd .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-untwNkBTEd .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-untwNkBTEd .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-untwNkBTEd .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-untwNkBTEd .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-untwNkBTEd .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-untwNkBTEd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-untwNkBTEd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-untwNkBTEd .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-untwNkBTEd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-untwNkBTEd .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-untwNkBTEd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-untwNkBTEd .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-untwNkBTEd .item-title {
  color: #150764;
}
.cid-untwNkBTEd .item-text,
.cid-untwNkBTEd .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-untwNkBTEd .item-title,
.cid-untwNkBTEd .mbr-section-btn,
.cid-untwNkBTEd .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-untwNldqwM {
  background-image: url("../../../assets/images/105-1481x849.jpg");
}
.cid-untwNldqwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNldqwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNldqwM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untwNldqwM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNldqwM .container {
    padding: 0 20px;
  }
}
.cid-untwNldqwM .row {
  justify-content: center;
}
.cid-untwNldqwM .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-untwNldqwM .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untwNldqwM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untwNldqwM .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-untwNldqwM .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-untwNldqwM .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNldqwM .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-untwNldqwM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-untwNldqwM .mbr-desc {
  color: #ffffff;
}
.cid-untwNldqwM .mbr-section-title {
  color: #ffffff;
}
.cid-untwNldqwM .mbr-text {
  color: #ffffff;
}
.cid-untwNlFWFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untwNlFWFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNlFWFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNlFWFf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untwNlFWFf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNlFWFf .container {
    padding: 0 20px;
  }
}
.cid-untwNlFWFf .row {
  justify-content: space-between;
}
.cid-untwNlFWFf .card {
  justify-content: center;
}
.cid-untwNlFWFf .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-untwNlFWFf .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNlFWFf .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-untwNlFWFf .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-untwNlFWFf .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-untwNlFWFf .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-untwNlFWFf .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untwNlFWFf .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-untwNlFWFf .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-untwNlFWFf .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNlFWFf .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-untwNlFWFf .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-untwNlFWFf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untwNlFWFf .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-untwNlFWFf .mbr-desc {
  color: #1e1d1c;
  text-align: center;
}
.cid-untwNlFWFf .mbr-section-title {
  color: #1e1d1c;
}
.cid-untwNlFWFf .mbr-section-title,
.cid-untwNlFWFf .mbr-section-btn {
  text-align: center;
}
.cid-untwNmbuZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untwNmbuZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNmbuZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNmbuZH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-untwNmbuZH .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-untwNmbuZH .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-untwNmbuZH .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untwNmbuZH .image-wrapper img {
    height: 350px;
  }
}
.cid-untwNmbuZH .mbr-section-title {
  color: #404349;
}
.cid-untwNmbuZH .mbr-desc {
  color: #b19a7c;
}
.cid-untwNmbuZH .mbr-text {
  color: #404349;
}
.cid-untwNmbuZH .mbr-desc,
.cid-untwNmbuZH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-untwNmbuZH .mbr-section-title,
.cid-untwNmbuZH .title-wrap {
  color: #000000;
}
.cid-untEKZlUzx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-untEKZlUzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-untEKZlUzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untEKZlUzx .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untEKZlUzx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-untEKZlUzx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-untEKZlUzx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untEKZlUzx .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-untEKZlUzx .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-untEKZlUzx .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-untEKZlUzx .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-untEKZlUzx .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-untEKZlUzx .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-untEKZlUzx .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-untEKZlUzx .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-untEKZlUzx .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-untEKZlUzx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untEKZlUzx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-untEKZlUzx .item-title {
  color: #000000;
  text-align: center;
}
.cid-untEKZlUzx .item-text {
  color: #ffffff;
}
.cid-untEKZlUzx .mbr-section-title,
.cid-untEKZlUzx .tabs-wrapper {
  color: #000000;
}
.cid-untwNnuUkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untwNnuUkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNnuUkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNnuUkw .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-untwNnuUkw .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-untwNnuUkw .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-untwNnuUkw .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-untwNnuUkw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-untwNnuUkw .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-untwNnuUkw .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-untwNnuUkw .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-untwNnuUkw .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-untwNnuUkw .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-untwNnuUkw .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untwNnuUkw .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-untwNnuUkw .mbr-section-title {
  color: #212529;
}
.cid-untwNnuUkw .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-untwNnWoTs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untwNnWoTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNnWoTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNnWoTs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-untwNnWoTs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNnWoTs .container {
    padding: 0 20px;
  }
}
.cid-untwNnWoTs .row {
  justify-content: space-between;
}
.cid-untwNnWoTs .card {
  justify-content: center;
}
.cid-untwNnWoTs .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-untwNnWoTs .image-wrapper img {
    height: 350px;
  }
}
.cid-untwNnWoTs .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-untwNnWoTs .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-untwNnWoTs .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNnWoTs .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-untwNnWoTs .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-untwNnWoTs .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untwNnWoTs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untwNnWoTs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untwNnWoTs .mbr-desc {
  color: #1e1d1c;
  text-align: right;
}
.cid-untwNnWoTs .mbr-section-title {
  color: #1e1d1c;
}
.cid-untwNnWoTs .mbr-text {
  color: #1e1d1c;
}
.cid-untwNosuMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4dfc1;
}
.cid-untwNosuMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNosuMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNosuMH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untwNosuMH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNosuMH .container {
    padding: 0 20px;
  }
}
.cid-untwNosuMH .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-untwNosuMH .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-untwNosuMH .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNosuMH .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-untwNosuMH .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-untwNosuMH .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-untwNosuMH .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-untwNosuMH .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-untwNosuMH .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-untwNosuMH .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-untwNosuMH .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-untwNosuMH .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-untwNosuMH .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-untwNosuMH .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-untwNosuMH .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-untwNosuMH .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untwNosuMH .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-untwNosuMH .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-untwNosuMH .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-untwNosuMH .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-untwNosuMH .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-untwNosuMH .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-untwNosuMH .card-number {
  color: #1e1d1c;
}
.cid-untwNosuMH .card-title {
  color: #1e1d1c;
}
.cid-untwNosuMH .card-text {
  color: #1e1d1c;
  text-align: center;
}
.cid-untwNosuMH .card-title,
.cid-untwNosuMH .mbr-section-btn {
  text-align: center;
}
.cid-untwNpfmbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-untwNpfmbd .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-untwNpfmbd .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f4dfc1 0, #f4dfc1 43%, #f4dfc1 100%);
}
.cid-untwNpfmbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNpfmbd .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-untwNpfmbd .container {
    padding: 0 30px;
  }
}
.cid-untwNpfmbd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-untwNpfmbd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untwNpfmbd .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-untwNpfmbd .text-wrapper {
  border-left: 1px solid #f4dfc1;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-untwNpfmbd .text-wrapper {
    padding-left: 20px;
  }
}
.cid-untwNpfmbd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untwNpfmbd .mbr-section-title {
  color: #000000;
}
.cid-untwNpfmbd .mbr-text {
  color: #000000;
}
.cid-untwNsANMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4dfc1;
}
.cid-untwNsANMw .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untwNsANMw .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untwNsANMw .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #f4dfc1 43%, #000000 100%);
}
.cid-untwNsANMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNsANMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNsANMw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-untwNsANMw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-untwNsANMw .container {
    padding: 0 30px;
  }
}
.cid-untwNsANMw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-untwNsANMw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-untwNsANMw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-untwNsANMw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-untwNsANMw .mbr-section-title {
  color: #ffffff;
}
.cid-untwNsANMw .mbr-text,
.cid-untwNsANMw .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-untwNsANMw .mbr-section-title,
.cid-untwNsANMw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-untwNtFTEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-untwNtFTEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNtFTEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNtFTEn .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-untwNtFTEn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untwNtFTEn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-untwNtFTEn .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-untwNtFTEn .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-untwNtFTEn .panel-group .card:first-child {
  margin-top: 0;
}
.cid-untwNtFTEn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-untwNtFTEn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-untwNtFTEn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-untwNtFTEn .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-untwNtFTEn .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-untwNtFTEn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-untwNtFTEn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-untwNtFTEn .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-untwNtFTEn .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-untwNtFTEn .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-untwNtFTEn .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-untwNtFTEn .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-untwNtFTEn .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-untwNtFTEn .card {
  justify-content: space-between;
}
.cid-untwNtFTEn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-untwNtFTEn .panel-title-edit {
  color: #f24d4a;
}
.cid-untwNtFTEn .panel-text {
  color: #f24d4a;
}
.cid-untwNuDkQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untwNuDkQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNuDkQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNuDkQ2 .container-fluid {
  padding: 0 40px 0 0;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .container {
    padding: 0 20px;
  }
}
.cid-untwNuDkQ2 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .google-map {
    margin-bottom: 40px;
  }
}
.cid-untwNuDkQ2 .google-map iframe {
  border-radius: 0 !important;
  height: 800px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .google-map iframe {
    height: 350px;
  }
}
.cid-untwNuDkQ2 .content-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 20px;
  padding: 0 20px 0 100px;
}
@media (max-width: 1200px) {
  .cid-untwNuDkQ2 .content-wrapper {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .content-wrapper {
    padding: 0;
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .cid-untwNuDkQ2 .content-wrapper {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .content-wrapper {
    padding: 0;
  }
}
.cid-untwNuDkQ2 .content-wrapper .content-wrap {
  width: 56%;
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-untwNuDkQ2 .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.cid-untwNuDkQ2 .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-untwNuDkQ2 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-untwNuDkQ2 .content-wrapper .contact-wrap {
  width: 28%;
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .content-wrapper .contact-wrap {
    width: 100%;
  }
}
.cid-untwNuDkQ2 .content-wrapper .contact-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
  opacity: .6;
}
.cid-untwNuDkQ2 .content-wrapper .contact-wrap .mbr-address {
  margin-bottom: 20px;
}
.cid-untwNuDkQ2 .content-wrapper .contact-wrap .mbr-section-btn .btn {
  padding: 14px 16px;
}
@media (max-width: 992px) {
  .cid-untwNuDkQ2 .content-wrapper .contact-wrap .mbr-section-btn .btn {
    padding: 14px 24px;
  }
}
.cid-untwNuDkQ2 .mbr-section-title {
  color: #1e1d1c;
}
.cid-untwNuDkQ2 .mbr-text {
  color: #1e1d1c;
}
.cid-untwNuDkQ2 .mbr-section-subtitle {
  color: #1e1d1c;
}
.cid-untwNuDkQ2 .mbr-address {
  color: #1e1d1c;
}
.cid-untwNvFvw6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f4dfc1;
}
.cid-untwNvFvw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untwNvFvw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untwNvFvw6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-untwNvFvw6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-untwNvFvw6 .container {
    padding: 0 20px;
  }
}
.cid-untwNvFvw6 .row {
  justify-content: center;
}
.cid-untwNvFvw6 .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untwNvFvw6 .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untwNvFvw6 .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-untwNvFvw6 .logo-wrapper a {
  display: inline-flex;
}
.cid-untwNvFvw6 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-untwNvFvw6 .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-untwNvFvw6 .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-untwNvFvw6 .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-untwNvFvw6 .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-untwNvFvw6 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-untwNvFvw6 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-untwNvFvw6 .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-untwNvFvw6 .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-untwNvFvw6 .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #000000;
}
.cid-untwNvFvw6 .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-untwNvFvw6 .list {
  color: #ffffff;
}
.cid-untwNvFvw6 .mbr-copy {
  color: #ffffff;
}
.cid-untwNvFvw6 .list,
.cid-untwNvFvw6 .item-wrap,
.cid-untwNvFvw6 .list-wrapper {
  color: #000000;
}
.cid-untwNvFvw6 .mbr-copy,
.cid-untwNvFvw6 .logo-wrapper {
  color: #000000;
}
