.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 7.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Tapestry', handwriting;
  font-size: 3.5rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6rem;
  }
  .display-2 {
    font-size: 4rem;
  }
  .display-5 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 1.56rem + (5 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.56rem + (5 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.45rem;
    font-size: calc( 1.375rem + (3.5 - 1.375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.375rem + (3.5 - 1.375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.03125rem + (1.125 - 1.03125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.03125rem + (1.125 - 1.03125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b84358 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #bf9341 !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b84358 !important;
  border-color: #b84358 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #782c3a !important;
  border-color: #782c3a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #782c3a !important;
  border-color: #782c3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #782c3a !important;
  background-color: #782c3a !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b84358 !important;
  border-color: #b84358 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #bf9341;
  border-color: #bf9341;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #7f612b !important;
  background-color: #7f612b !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !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;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b84358 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #bf9341 !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d2834 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #735927 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !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: #b84358;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf9341;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b84358;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dc9faa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc9a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #b84358 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #b84358;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b84358;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b84358;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b84358;
  border-bottom-color: #b84358;
}
.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: #b84358 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c4e84 !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='%23b84358' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-te6nZUxsqF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ded7cd;
}
.cid-te6nZUxsqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6nZUxsqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6nZUxsqF .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-te6nZUxsqF .container {
    max-width: 80%;
  }
}
.cid-te6nZUxsqF .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6nZUxsqF .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .text-container {
    width: 100%;
  }
}
.cid-te6nZUxsqF .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-te6nZUxsqF .card-box {
    margin-bottom: 40px;
  }
}
.cid-te6nZUxsqF .card-title {
  width: 100%;
  color: #192732;
}
.cid-te6nZUxsqF .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-te6nZUxsqF .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-te6nZUxsqF .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-te6nZUxsqF .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-te6nZUxsqF .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .img-container {
    width: 100%;
  }
}
.cid-te6nZUxsqF .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6nZUxsqF .image-wrapper img {
  object-fit: cover;
}
.cid-te6nZUxsqF .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-te6nZUxsqF .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-te6nZUxsqF .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-te6nZUxsqF .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-te6nZUxsqF .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-te6nZUxsqF .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-te6og7WQGI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6og7WQGI .container {
  max-width: 1600px;
}
.cid-te6og7WQGI .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ffffff;
}
.cid-te6og7WQGI .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6og7WQGI .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6og7WQGI .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6og7WQGI .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6og7WQGI .border-frame {
  position: absolute;
  z-index: 5;
  width: 4%;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-te6og7WQGI .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6og7WQGI .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6og7WQGI .border-frame {
    width: 7%;
  }
}
.cid-te6og7WQGI .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te6og7WQGI .img-container {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  overflow: hidden;
}
.cid-te6og7WQGI .image-wrapper {
  height: 100%;
  width: 100%;
}
.cid-te6og7WQGI .image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-te6ohCy6ic {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #c49e4b;
}
.cid-te6ohCy6ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6ohCy6ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6ohCy6ic .row {
  justify-content: left;
}
.cid-te6ohCy6ic .main-col {
  display: flex;
}
.cid-te6ohCy6ic .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6ohCy6ic .mbr-section-title {
  color: #192732;
  width: 100%;
  text-align: center;
}
.cid-te6ohCy6ic .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-te6ohCy6ic .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-te6ogJIkmT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c49e4b;
}
.cid-te6ogJIkmT .container {
  max-width: 1600px;
}
.cid-te6ogJIkmT .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
  border: 1px solid rgba(25, 39, 50, 0.1);
}
@media (max-width: 1199px) {
  .cid-te6ogJIkmT .border-container {
    padding: 20px 8%;
  }
}
@media (max-width: 991px) {
  .cid-te6ogJIkmT .border-container {
    padding: 0;
    border: none !important;
  }
}
.cid-te6ogJIkmT .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6ogJIkmT .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6ogJIkmT .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6ogJIkmT .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6ogJIkmT .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #c49e4b;
  border-color: rgba(25, 39, 50, 0.1);
}
@media (max-width: 991px) {
  .cid-te6ogJIkmT .border-frame {
    display: none;
  }
}
.cid-te6ogJIkmT .content-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-te6ogJIkmT .card {
  display: flex;
  width: 50%;
  overflow: hidden;
  padding: 20px 6%;
  opacity: 0.25;
  transition: .6s all;
}
@media (max-width: 991px) {
  .cid-te6ogJIkmT .card {
    padding: 20px 3%;
  }
}
@media (max-width: 767px) {
  .cid-te6ogJIkmT .card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .cid-te6ogJIkmT .card {
    padding: 20px 0;
  }
}
.cid-te6ogJIkmT .card:hover {
  opacity: 1;
}
.cid-te6ogJIkmT .card:hover img {
  transform: translateY(0);
}
.cid-te6ogJIkmT .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.cid-te6ogJIkmT .card-img {
  width: 100%;
  height: 808px;
  border-bottom: 2px dashed;
  overflow: hidden;
  border-color: rgba(25, 39, 50, 0.2);
}
@media (max-width: 767px) {
  .cid-te6ogJIkmT .card-img {
    height: auto;
  }
}
.cid-te6ogJIkmT .card-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .6s all;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  .cid-te6ogJIkmT .card-img img {
    transform: translateY(0);
  }
}
.cid-te6ogJIkmT .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin-top: 1rem;
}
.cid-te6ogJIkmT .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
}
.cid-te6ogJIkmT .card-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
  margin-top: 0.5rem;
}
.cid-te6ogJIkmT .card-text {
  width: 100%;
  color: #192732;
  margin-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-te6ogJIkmT .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-te6ogJIkmT .mbr-section-btn {
  margin-top: 1rem;
}
.cid-te6ogJIkmT .btn-primary-outline {
  color: #192732;
}
.cid-te6ohXLJNH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-te6ohXLJNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6ohXLJNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6ohXLJNH .row {
  justify-content: left;
}
.cid-te6ohXLJNH .main-col {
  display: flex;
}
.cid-te6ohXLJNH .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6ohXLJNH .mbr-section-title {
  color: #BF9341;
  width: 100%;
  text-align: center;
}
.cid-te6ohXLJNH .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-te6ohXLJNH .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-te6oiju3hE {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-te6oiju3hE .row {
  justify-content: center;
}
.cid-te6oiju3hE .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  border: 1px solid #ffffff;
}
.cid-te6oiju3hE .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oiju3hE .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oiju3hE .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oiju3hE .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oiju3hE .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-te6oiju3hE .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oiju3hE .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oiju3hE .border-frame {
    width: 7%;
  }
}
.cid-te6oiju3hE .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te6oiju3hE .col-video {
  display: flex;
  overflow: hidden;
}
.cid-te6oiju3hE .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-te6oiju3hE .col-video {
    height: 620px;
  }
}
.cid-te6oiju3hE .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-te6oiju3hE .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-te6oiju3hE .col-video .link {
  margin-right: 1rem;
}
.cid-te6oiju3hE .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-te6oiju3hE .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-te6oiju3hE .mbr-media {
  position: relative;
}
.cid-te6oiju3hE .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-te6oiju3hE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-te6oiju3hE .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-te6oiju3hE .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-te6oiju3hE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-te6oiju3hE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-te6oiju3hE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-te6oiju3hE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-te6oiju3hE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-te6oiju3hE a:hover {
  text-decoration-line: none !important;
}
.cid-te6ojqefPO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6ojqefPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6ojqefPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6ojqefPO .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-te6ojqefPO .container {
    max-width: 80%;
  }
}
.cid-te6ojqefPO .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6ojqefPO .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .text-container {
    width: 100%;
  }
}
.cid-te6ojqefPO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-te6ojqefPO .card-box {
    margin-bottom: 40px;
  }
}
.cid-te6ojqefPO .card-title {
  width: 100%;
  color: #192732;
}
.cid-te6ojqefPO .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-te6ojqefPO .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-te6ojqefPO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-te6ojqefPO .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-te6ojqefPO .btn-primary-outline {
  color: #192732;
}
.cid-te6ojqefPO .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .img-container {
    width: 100%;
  }
}
.cid-te6ojqefPO .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6ojqefPO .image-wrapper img {
  object-fit: cover;
}
.cid-te6ojqefPO .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-te6ojqefPO .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-te6ojqefPO .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-te6ojqefPO .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-te6ojqefPO .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-te6ojqefPO .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-te6otpfxDe {
  z-index: 1000;
  width: 100%;
}
.cid-te6otpfxDe nav.navbar {
  position: fixed;
}
.cid-te6otpfxDe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6otpfxDe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te6otpfxDe .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-te6otpfxDe .dropdown-item:hover,
.cid-te6otpfxDe .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-te6otpfxDe .dropdown-item:hover span {
  color: white;
}
.cid-te6otpfxDe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te6otpfxDe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te6otpfxDe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te6otpfxDe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te6otpfxDe .nav-link {
  position: relative;
}
.cid-te6otpfxDe .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-te6otpfxDe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-te6otpfxDe .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-te6otpfxDe .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-te6otpfxDe .dropdown-menu,
.cid-te6otpfxDe .navbar.opened {
  background: #1a2229 !important;
}
.cid-te6otpfxDe .nav-item:focus,
.cid-te6otpfxDe .nav-link:focus {
  outline: none;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6otpfxDe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te6otpfxDe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te6otpfxDe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0);
  padding: 0 !important;
}
.cid-te6otpfxDe .navbar.opened {
  transition: all 0.3s;
}
.cid-te6otpfxDe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te6otpfxDe .navbar .navbar-logo img {
  width: auto;
}
.cid-te6otpfxDe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te6otpfxDe .navbar.collapsed {
  justify-content: center;
}
.cid-te6otpfxDe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te6otpfxDe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-te6otpfxDe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te6otpfxDe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te6otpfxDe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te6otpfxDe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-te6otpfxDe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te6otpfxDe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te6otpfxDe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te6otpfxDe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te6otpfxDe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-te6otpfxDe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te6otpfxDe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te6otpfxDe .dropdown-item.active,
.cid-te6otpfxDe .dropdown-item:active {
  background-color: transparent;
}
.cid-te6otpfxDe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te6otpfxDe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te6otpfxDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te6otpfxDe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-te6otpfxDe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te6otpfxDe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te6otpfxDe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te6otpfxDe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te6otpfxDe button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6otpfxDe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te6otpfxDe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te6otpfxDe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te6otpfxDe .navbar {
    height: 70px;
  }
  .cid-te6otpfxDe .navbar.opened {
    height: auto;
  }
  .cid-te6otpfxDe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te6otpfxDe .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-te6otpfxDe .navbar-toggler {
  margin-left: 10px;
}
.cid-te6otpfxDe .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-te6otpfxDe .navbar-logo {
  margin-right: 0 !important;
}
.cid-te6otpfxDe .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-te6otpfxDe .mbr-text {
    display: none;
  }
}
.cid-te6otpfxDe .navbar-collapse {
  padding-top: 40px !important;
}
.cid-te6otpfxDe .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-te6otpfxDe .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-te6ov10Xkw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6ov10Xkw .container {
  max-width: 1600px;
}
.cid-te6ov10Xkw .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-teB461rvUF {
  background-color: #1a2229;
}
.cid-teB461rvUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-teB461rvUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teB461rvUF .row {
  justify-content: left;
}
.cid-teB461rvUF .main-col {
  display: flex;
}
.cid-teB461rvUF .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-teB461rvUF .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-teB461rvUF .item-container {
    flex-wrap: wrap;
  }
}
.cid-teB461rvUF .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-teB461rvUF .item-img {
    display: none;
  }
}
.cid-teB461rvUF .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-teB461rvUF .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-teB461rvUF .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-teB461rvUF .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-teB461rvUF .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-teB461rvUF .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-teB461rvUF .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-teB461rvUF .mbr-text-1 {
    margin: 0;
  }
}
.cid-teB461rvUF .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-teB461rvUF .mbr-text-2 {
    margin: 0;
  }
}
.cid-teB461rvUF .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-teB461rvUF .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-teB461rvUF .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-teB461rvUF .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-teB461rvUF .item-container-4 {
    justify-content: center !important;
  }
}
.cid-te6oC1BAF7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6oC1BAF7 .container {
  max-width: 1600px;
}
.cid-te6oC1BAF7 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-te6oC1BAF7 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oC1BAF7 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oC1BAF7 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oC1BAF7 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oC1BAF7 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oC1BAF7 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oC1BAF7 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oC1BAF7 .border-frame {
    width: 7%;
  }
}
.cid-te6oC1BAF7 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 770px;
}
@media (max-width: 991px) {
  .cid-te6oC1BAF7 .content-container {
    min-height: auto;
  }
}
.cid-te6oC1BAF7 .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: 575px;
  z-index: 4;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 22px;
  border-radius: 100rem;
}
@media (max-width: 991px) {
  .cid-te6oC1BAF7 .img-container {
    position: static;
    transform: translate(0, 0);
    max-width: 60%;
    margin: 0 auto 72px;
    padding: 3%;
  }
}
.cid-te6oC1BAF7 .image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 100rem;
  overflow: hidden;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-te6oC1BAF7 .image-wrapper {
    opacity: 1;
  }
}
.cid-te6oC1BAF7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te6oC1BAF7 .text-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 658px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-te6oC1BAF7 .text-container {
    max-width: 80%;
    padding: 0;
  }
}
.cid-te6oC1BAF7 .text-wrapper {
  width: 100%;
}
.cid-te6oC1BAF7 .mbr-text {
  color: #BF9341;
  width: 100%;
  max-width: 422px;
  margin: 0 auto 118px;
}
@media (max-width: 991px) {
  .cid-te6oC1BAF7 .mbr-text {
    margin-bottom: 0;
    padding-bottom: 18%;
  }
}
.cid-te6oC1BAF7 .card-title {
  color: #BF9341;
  margin-bottom: 0;
}
.cid-te6oCwrqk3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6oCwrqk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oCwrqk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oCwrqk3 .content-container {
  display: flex;
  align-items: stretch;
  padding-top: 22px;
  position: relative;
}
@media (max-width: 575px) {
  .cid-te6oCwrqk3 .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6oCwrqk3 .content-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6oCwrqk3 .content-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, 0);
  height: calc(100% - 11px);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6oCwrqk3 .text-container {
  position: relative;
  z-index: 5;
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  .cid-te6oCwrqk3 .text-container {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.cid-te6oCwrqk3 .card-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding: 18% 30%;
}
@media (max-width: 991px) {
  .cid-te6oCwrqk3 .card-wrapper {
    padding: 26% 15%;
  }
}
@media (max-width: 767px) {
  .cid-te6oCwrqk3 .card-wrapper {
    min-height: auto;
    padding: 34% 2% 34% 20%;
  }
}
@media (max-width: 575px) {
  .cid-te6oCwrqk3 .card-wrapper {
    padding: 25% 0 0;
  }
}
@media (max-width: 575px) {
  .cid-te6oCwrqk3 .card-box {
    width: 70%;
  }
}
.cid-te6oCwrqk3 .img-container {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oCwrqk3 .img-container {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-te6oCwrqk3 .img-container {
    width: 100%;
    justify-content: flex-end;
    border-top: none;
  }
}
.cid-te6oCwrqk3 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 17%;
  width: 82%;
}
@media (max-width: 991px) {
  .cid-te6oCwrqk3 .image-wrapper {
    padding: 0;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .cid-te6oCwrqk3 .image-wrapper {
    padding: 0;
    width: 85%;
  }
}
@media (max-width: 575px) {
  .cid-te6oCwrqk3 .image-wrapper {
    width: 37%;
  }
}
.cid-te6oCwrqk3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-te6oCwrqk3 .card-title {
  color: #BF9341;
}
.cid-te6oCwrqk3 .mbr-text {
  color: #BF9341;
}
.cid-te6oFVNT7a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6oFVNT7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oFVNT7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oFVNT7a .row {
  justify-content: left;
}
.cid-te6oFVNT7a .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .cid-te6oFVNT7a .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-te6oFVNT7a .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6oFVNT7a .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6oFVNT7a .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6oFVNT7a .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6oFVNT7a .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6oFVNT7a .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6oFVNT7a .point-frame-1 {
  top: 19px;
}
.cid-te6oFVNT7a .point-frame-2 {
  bottom: 19px;
}
.cid-te6oFVNT7a .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6oFVNT7a .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6oFVNT7a .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6oFVNT7a .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6oFVNT7a .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6oFVNT7a .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6oFVNT7a .item-container {
  width: 100%;
}
.cid-te6oFVNT7a .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6oFVNT7a .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6oFVNT7a .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6oFVNT7a .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6oOrbI4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-te6oOrbI4i .row {
  justify-content: center;
}
.cid-te6oOrbI4i .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-te6oOrbI4i .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oOrbI4i .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oOrbI4i .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oOrbI4i .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oOrbI4i .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oOrbI4i .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oOrbI4i .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oOrbI4i .border-frame {
    width: 7%;
  }
}
.cid-te6oOrbI4i .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te6oOrbI4i .col-video {
  display: flex;
  overflow: hidden;
}
.cid-te6oOrbI4i .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-te6oOrbI4i .col-video {
    height: 620px;
  }
}
.cid-te6oOrbI4i .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-te6oOrbI4i .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-te6oOrbI4i .col-video .link {
  margin-right: 1rem;
}
.cid-te6oOrbI4i .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-te6oOrbI4i .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-te6oOrbI4i .mbr-media {
  position: relative;
}
.cid-te6oOrbI4i .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-te6oOrbI4i .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-te6oOrbI4i .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-te6oOrbI4i .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-te6oOrbI4i .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-te6oOrbI4i .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-te6oOrbI4i .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-te6oOrbI4i .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-te6oOrbI4i .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-te6oOrbI4i a:hover {
  text-decoration-line: none !important;
}
.cid-te6oDtUnDv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6oDtUnDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oDtUnDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oDtUnDv .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6oDtUnDv .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .text-container {
    width: 100%;
  }
}
.cid-te6oDtUnDv .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .card-box {
    padding-top: 26%;
  }
}
.cid-te6oDtUnDv .img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .img-container {
    width: 100%;
  }
}
.cid-te6oDtUnDv .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cid-te6oDtUnDv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .image-wrapper img {
    width: 55%;
  }
}
.cid-te6oDtUnDv .card-title {
  width: 100%;
  color: #BF9341;
  padding: 80px 22% 80px 17%;
}
@media (max-width: 991px) {
  .cid-te6oDtUnDv .card-title {
    padding: 70px 17.5% 70px 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oDtUnDv .card-title {
    padding: 80% 7.5% 70px 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .card-title {
    padding: 0 45% 0 0;
  }
}
.cid-te6oDtUnDv .mbr-text {
  color: #BF9341;
  padding: 56px 17% 0 41%;
}
@media (max-width: 991px) {
  .cid-te6oDtUnDv .mbr-text {
    padding: 48px 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oDtUnDv .mbr-text {
    padding: 48px 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .mbr-text {
    padding: 20% 0 0 26%;
  }
}
.cid-te6oDtUnDv .btn-content {
  width: 100%;
  padding: 0 22% 0 17%;
}
@media (max-width: 991px) {
  .cid-te6oDtUnDv .btn-content {
    padding: 0 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oDtUnDv .btn-content {
    padding: 0 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-te6oDtUnDv .btn-content {
    padding: 0;
  }
}
.cid-te6oDtUnDv .mbr-section-btn {
  margin-top: 30px;
}
.cid-te6ozb3PQR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6ozb3PQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6ozb3PQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6ozb3PQR .row {
  justify-content: left;
}
.cid-te6ozb3PQR .main-col {
  display: flex;
}
.cid-te6ozb3PQR .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
}
.cid-te6ozb3PQR .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-te6ozb3PQR .item-container {
    flex-wrap: wrap;
  }
}
.cid-te6ozb3PQR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  width: 120px;
}
@media (max-width: 991px) {
  .cid-te6ozb3PQR .item-img {
    display: none;
  }
}
.cid-te6ozb3PQR .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-te6ozb3PQR .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .cid-te6ozb3PQR .mbr-section-title {
    text-align: center !important;
  }
}
.cid-te6ozb3PQR .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-te6ozb3PQR .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te6ozb3PQR .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6ozb3PQR .mbr-text-2 {
    margin: 0;
  }
}
.cid-te6ozb3PQR .item-container-2 {
  align-items: center;
  justify-content: center !important;
}
.cid-te6ozb3PQR .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-te6ozb3PQR .item-container-2 {
    flex-wrap: nowrap;
  }
}
.cid-te6ozb3PQR .item-container-4 {
  justify-content: center !important;
}
.cid-te6ozb3PQR .item-container-4 .mbr-section-title {
  flex-grow: 0;
}
@media (min-width: 992px) {
  .cid-te6ozb3PQR .item-container-4 .mbr-section-title {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-te6ozb3PQR .item-container-4 {
    justify-content: center !important;
  }
}
.cid-te6oGzQ3zx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/spiritm5/assets/images/background1.jpg");
}
.cid-te6oGzQ3zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oGzQ3zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oGzQ3zx .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-te6oGzQ3zx .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-te6oGzQ3zx .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-te6oGzQ3zx .content-wrap {
    width: 100%;
  }
}
.cid-te6oGzQ3zx .img-container {
  width: 100%;
}
.cid-te6oGzQ3zx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te6oGzQ3zx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-te6oGzQ3zx .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-te6oGzQ3zx .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-te6oGzQ3zx .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-te6oGzQ3zx .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-te6oGzQ3zx .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-te6oGzQ3zx .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-te6oGzQ3zx .mbr-text {
  width: 50%;
  color: #BF9341;
  margin-top: 56px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-te6oGzQ3zx .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-te6oGzQ3zx .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-te6oGzQ3zx .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-te6oGzQ3zx .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6oGzQ3zx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-te6oztfayy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6oztfayy .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oztfayy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oztfayy .container {
  max-width: 900px;
}
.cid-te6oztfayy .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-te6oztfayy .item-container {
  width: 100%;
}
.cid-te6oztfayy .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-te6oztfayy .mbr-section-title {
    text-align: center !important;
  }
}
.cid-te6oztfayy .mbr-text {
  color: #BF9341;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .cid-te6oztfayy .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te6oztfayy .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-te6oztfayy .item-container-2 {
    padding-left: 0;
  }
}
.cid-te6oEbY9xy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6oEbY9xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oEbY9xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oEbY9xy .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-te6oEbY9xy .container {
    max-width: 80%;
  }
}
.cid-te6oEbY9xy .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6oEbY9xy .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .text-container {
    width: 100%;
  }
}
.cid-te6oEbY9xy .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-te6oEbY9xy .card-box {
    margin-bottom: 40px;
  }
}
.cid-te6oEbY9xy .card-title {
  width: 100%;
  color: #192732;
}
.cid-te6oEbY9xy .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-te6oEbY9xy .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-te6oEbY9xy .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-te6oEbY9xy .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-te6oEbY9xy .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .img-container {
    width: 100%;
  }
}
.cid-te6oEbY9xy .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6oEbY9xy .image-wrapper img {
  object-fit: cover;
}
.cid-te6oEbY9xy .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-te6oEbY9xy .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-te6oEbY9xy .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-te6oEbY9xy .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-te6oEbY9xy .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-te6oEbY9xy .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-te6oUWVBbH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6oUWVBbH .container {
  max-width: 900px;
}
.cid-te6oUWVBbH .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6oUWVBbH .content-container {
    min-height: auto;
  }
}
.cid-te6oUWVBbH .text-container {
  width: 100%;
}
.cid-te6oUWVBbH .text-wrapper {
  width: 100%;
}
.cid-te6oUWVBbH .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-te6oUWVBbH .card-title {
  color: #192732;
  width: 100%;
  margin-bottom: 36px;
}
.cid-te6oUWVBbH .img-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 36px;
}
.cid-te6oUWVBbH .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te6oUWVBbH .image-wrapper img {
  width: auto;
  height: 40px;
  object-fit: contain;
}
.cid-te6oMGzVya {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6oMGzVya .container {
  max-width: 1600px;
}
.cid-te6oMGzVya .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-te6oMGzVya .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oMGzVya .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oMGzVya .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oMGzVya .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oMGzVya .border-frame {
  position: absolute;
  z-index: 5;
  width: 4%;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oMGzVya .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oMGzVya .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oMGzVya .border-frame {
    width: 7%;
  }
}
.cid-te6oMGzVya .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te6oMGzVya .img-container {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  overflow: hidden;
}
.cid-te6oMGzVya .image-wrapper {
  height: 100%;
  width: 100%;
}
.cid-te6oMGzVya .image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-te6oJcoJme {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-te6oJcoJme .container {
  max-width: 920px;
}
.cid-te6oJcoJme .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-te6oJcoJme .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oJcoJme .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oJcoJme .border-container {
    padding: 9% 7%;
  }
}
.cid-te6oJcoJme .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oJcoJme .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oJcoJme .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oJcoJme .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oJcoJme .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-te6oJcoJme .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oJcoJme .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oJcoJme .border-frame {
    width: 7%;
  }
}
.cid-te6oJcoJme .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6oJcoJme .content-container {
    min-height: auto;
  }
}
.cid-te6oJcoJme .text-container {
  width: 100%;
}
.cid-te6oJcoJme .text-wrapper {
  width: 100%;
}
.cid-te6oJcoJme .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-te6oJcoJme .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-te6oJcoJme .mbr-section-btn {
  margin-top: 28px;
}
.cid-te6oJcoJme .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-te6oJcoJme .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te6oJcoJme .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te6oJcoJme .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te6oJcoJme .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te6oJcoJme .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te6oIbXhiO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/spiritm5/assets/images/background1.jpg");
}
.cid-te6oIbXhiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oIbXhiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oIbXhiO .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-te6oIbXhiO .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-te6oIbXhiO .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-te6oIbXhiO .content-wrap {
    width: 100%;
  }
}
.cid-te6oIbXhiO .img-container {
  width: 100%;
}
.cid-te6oIbXhiO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te6oIbXhiO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-te6oIbXhiO .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-te6oIbXhiO .text-container {
    padding-top: 32px;
  }
}
.cid-te6oIbXhiO .text-content {
  width: 100%;
}
.cid-te6oIbXhiO .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-te6oIbXhiO .mbr-text {
  width: 60%;
  color: #BF9341;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-te6oIbXhiO .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-te6oIbXhiO .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}
.cid-te6oHn7K7i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6oHn7K7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oHn7K7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oHn7K7i .container {
  max-width: 900px;
}
.cid-te6oHn7K7i .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-te6oHn7K7i .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-te6oHn7K7i .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6oHn7K7i .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6oHn7K7i .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-te6oHn7K7i .card-box {
  width: 100%;
}
.cid-te6oHn7K7i .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-te6oHn7K7i .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-te6oHn7K7i .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-te6oHn7K7i .mbr-text {
    text-align: center !important;
  }
}
.cid-te6oHn7K7i .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-te6oHn7K7i .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-te6oHn7K7i .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-te6oHn7K7i .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6oHn7K7i .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6oHn7K7i .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6oHn7K7i .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-teB4b0XcA2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-teB4b0XcA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teB4b0XcA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teB4b0XcA2 .row {
  justify-content: left;
}
.cid-teB4b0XcA2 .main-col {
  display: flex;
}
.cid-teB4b0XcA2 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-teB4b0XcA2 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-teB4b0XcA2 .item-container {
    flex-wrap: wrap;
  }
}
.cid-teB4b0XcA2 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-teB4b0XcA2 .item-img {
    display: none;
  }
}
.cid-teB4b0XcA2 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-teB4b0XcA2 .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-teB4b0XcA2 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-teB4b0XcA2 .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-teB4b0XcA2 .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-teB4b0XcA2 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-teB4b0XcA2 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-teB4b0XcA2 .mbr-text-2 {
    margin: 0;
  }
}
.cid-teB4b0XcA2 .item-container-2 {
  align-items: center;
}
.cid-teB4b0XcA2 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-teB4b0XcA2 .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-teB4b0XcA2 .item-container-3 {
    padding-left: 90px;
  }
}
.cid-teB4b0XcA2 .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-teB4b0XcA2 .item-container-4 {
    justify-content: center !important;
  }
}
.cid-te6oRGBva6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c49e4b;
}
.cid-te6oRGBva6 .container {
  max-width: 1600px;
}
.cid-te6oRGBva6 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
  border: 1px solid rgba(25, 39, 50, 0.1);
}
@media (max-width: 1199px) {
  .cid-te6oRGBva6 .border-container {
    padding: 20px 8%;
  }
}
@media (max-width: 991px) {
  .cid-te6oRGBva6 .border-container {
    padding: 0;
    border: none !important;
  }
}
.cid-te6oRGBva6 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oRGBva6 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oRGBva6 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oRGBva6 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oRGBva6 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #c49e4b;
  border-color: rgba(25, 39, 50, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oRGBva6 .border-frame {
    display: none;
  }
}
.cid-te6oRGBva6 .content-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-te6oRGBva6 .card {
  display: flex;
  width: 50%;
  overflow: hidden;
  padding: 20px 6%;
  opacity: 0.25;
  transition: .6s all;
}
@media (max-width: 991px) {
  .cid-te6oRGBva6 .card {
    padding: 20px 3%;
  }
}
@media (max-width: 767px) {
  .cid-te6oRGBva6 .card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .cid-te6oRGBva6 .card {
    padding: 20px 0;
  }
}
.cid-te6oRGBva6 .card:hover {
  opacity: 1;
}
.cid-te6oRGBva6 .card:hover img {
  transform: translateY(0);
}
.cid-te6oRGBva6 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.cid-te6oRGBva6 .card-img {
  width: 100%;
  height: 404px;
  border-bottom: 2px dashed;
  overflow: hidden;
  border-color: rgba(25, 39, 50, 0.2);
}
@media (max-width: 767px) {
  .cid-te6oRGBva6 .card-img {
    height: auto;
  }
}
.cid-te6oRGBva6 .card-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .6s all;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  .cid-te6oRGBva6 .card-img img {
    transform: translateY(0);
  }
}
.cid-te6oRGBva6 .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin-top: 1rem;
}
.cid-te6oRGBva6 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
}
.cid-te6oRGBva6 .card-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
  margin-top: 0.5rem;
}
.cid-te6oRGBva6 .card-text {
  width: 100%;
  color: #192732;
  margin-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-te6oRGBva6 .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-te6oRGBva6 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-te6oRGBva6 .btn-primary-outline {
  color: #192732;
}
.cid-te6oJSLOrE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6oJSLOrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oJSLOrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oJSLOrE .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-te6oJSLOrE .container {
    max-width: 80%;
  }
}
.cid-te6oJSLOrE .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6oJSLOrE .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .text-container {
    width: 100%;
  }
}
.cid-te6oJSLOrE .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-te6oJSLOrE .card-box {
    margin-bottom: 40px;
  }
}
.cid-te6oJSLOrE .card-title {
  width: 100%;
  color: #192732;
}
.cid-te6oJSLOrE .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-te6oJSLOrE .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-te6oJSLOrE .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-te6oJSLOrE .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-te6oJSLOrE .btn-primary-outline {
  color: #192732;
}
.cid-te6oJSLOrE .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .img-container {
    width: 100%;
  }
}
.cid-te6oJSLOrE .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6oJSLOrE .image-wrapper img {
  object-fit: cover;
}
.cid-te6oJSLOrE .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-te6oJSLOrE .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-te6oJSLOrE .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-te6oJSLOrE .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-te6oJSLOrE .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-te6oJSLOrE .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-te6oSmpZwV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ded7cd;
  position: relative;
  overflow: hidden;
}
.cid-te6oSmpZwV .container {
  max-width: 920px;
}
.cid-te6oSmpZwV .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 80px 60px;
  background-color: #ded7cd;
  border: 1px solid rgba(53, 53, 53, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oSmpZwV .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oSmpZwV .border-container {
    padding: 8% 6%;
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .cid-te6oSmpZwV .border-container {
    padding: 9% 7%;
    min-height: 350px;
  }
}
.cid-te6oSmpZwV .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oSmpZwV .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oSmpZwV .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oSmpZwV .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oSmpZwV .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ded7cd;
  border-color: rgba(53, 53, 53, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oSmpZwV .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oSmpZwV .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oSmpZwV .border-frame {
    width: 7%;
  }
}
.cid-te6oSmpZwV .mbr-section-title {
  color: #BF9341;
  margin-bottom: 1rem !important;
}
.cid-te6oSmpZwV .carousel,
.cid-te6oSmpZwV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-te6oSmpZwV .carousel-fade {
  transition: .8s all;
}
.cid-te6oSmpZwV .item-wrapper {
  width: 100%;
  overflow: visible !important;
}
.cid-te6oSmpZwV .carousel-caption {
  bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
.cid-te6oSmpZwV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-te6oSmpZwV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-te6oSmpZwV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-te6oSmpZwV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-te6oSmpZwV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-te6oSmpZwV .carousel-control {
  bottom: -90px !important;
  top: auto;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  border: 1px solid #b84358;
  color: #192732;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-te6oSmpZwV .carousel-control.carousel-control-prev {
  right: calc(50% + 32px) !important;
  left: auto;
}
.cid-te6oSmpZwV .carousel-control.carousel-control-next {
  left: calc(50% + 32px);
}
.cid-te6oSmpZwV .carousel-control:hover {
  background: #b84358;
  color: #fff;
}
.cid-te6oSmpZwV .carousel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: absolute;
  color: #192732;
  bottom: -90px !important;
  left: 50%;
  transform: translateX(-50%);
}
.cid-te6oSmpZwV .mbr-section-subtitle {
  color: #BF9341;
  margin-bottom: 0;
}
.cid-te6oSmpZwV .carousel-inner {
  margin-bottom: 90px;
  overflow: visible !important;
}
.cid-te6oSmpZwV .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-te6oSmpZwV .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(53, 53, 53, 0.1);
}
.cid-te6oSmpZwV .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te6oSmpZwV .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te6oSmpZwV .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te6oSmpZwV .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te6oSmpZwV .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te6oSmpZwV .carousel-indicators {
  display: none !important;
}
.cid-te6oKyrsvo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6oKyrsvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oKyrsvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oKyrsvo .row {
  justify-content: left;
}
.cid-te6oKyrsvo .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oKyrsvo .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6oKyrsvo .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6oKyrsvo .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6oKyrsvo .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6oKyrsvo .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6oKyrsvo .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-te6oKyrsvo .point-frame-1 {
  top: 19px;
}
.cid-te6oKyrsvo .point-frame-2 {
  bottom: 19px;
}
.cid-te6oKyrsvo .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-te6oKyrsvo .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6oKyrsvo .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6oKyrsvo .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-te6oKyrsvo .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6oKyrsvo .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6oKyrsvo .item-container {
  width: 100%;
}
.cid-te6oKyrsvo .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6oKyrsvo .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6oKyrsvo .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6oKyrsvo .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6oLFkgtY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1a2229;
}
.cid-te6oLFkgtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oLFkgtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oLFkgtY .container {
  max-width: 100%;
  width: 100%;
}
.cid-te6oLFkgtY .row {
  justify-content: center;
}
.cid-te6oLFkgtY .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-te6oLFkgtY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-te6oLFkgtY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-te6oBhpp8X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
}
.cid-te6oBhpp8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oBhpp8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oBhpp8X .row {
  justify-content: left;
}
.cid-te6oBhpp8X .main-col {
  display: flex;
}
.cid-te6oBhpp8X .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6oBhpp8X .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-te6oBhpp8X .item-container {
    flex-wrap: wrap;
  }
}
.cid-te6oBhpp8X .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-te6oBhpp8X .item-img {
    display: none;
  }
}
.cid-te6oBhpp8X .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-te6oBhpp8X .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-te6oBhpp8X .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-te6oBhpp8X .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-te6oBhpp8X .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-te6oBhpp8X .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te6oBhpp8X .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6oBhpp8X .mbr-text-2 {
    margin: 0;
  }
}
.cid-te6oBhpp8X .item-container-2 {
  align-items: center;
}
.cid-te6oBhpp8X .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-te6oBhpp8X .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-te6oBhpp8X .item-container-3 {
  justify-content: center;
}
.cid-te6oBhpp8X .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-te6oTAtItE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
  position: relative;
  overflow: hidden;
}
.cid-te6oTAtItE .container {
  max-width: 920px;
}
.cid-te6oTAtItE .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ded7cd;
  border: 1px solid rgba(53, 53, 53, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oTAtItE .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oTAtItE .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oTAtItE .border-container {
    padding: 9% 7%;
  }
}
.cid-te6oTAtItE .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6oTAtItE .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6oTAtItE .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6oTAtItE .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6oTAtItE .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ded7cd;
  border-color: rgba(53, 53, 53, 0.1);
}
@media (max-width: 991px) {
  .cid-te6oTAtItE .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6oTAtItE .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6oTAtItE .border-frame {
    width: 7%;
  }
}
.cid-te6oTAtItE .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6oTAtItE .content-container {
    min-height: auto;
  }
}
.cid-te6oTAtItE .text-container {
  width: 100%;
}
.cid-te6oTAtItE .text-wrapper {
  width: 100%;
}
.cid-te6oTAtItE .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-te6oTAtItE .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-te6oTAtItE .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(53, 53, 53, 0.1);
}
.cid-te6oTAtItE .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te6oTAtItE .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te6oTAtItE .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te6oTAtItE .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te6oTAtItE .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te6oQI9ci3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6oQI9ci3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oQI9ci3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oQI9ci3 .container {
  max-width: 1600px;
}
.cid-te6oQI9ci3 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.cid-te6oQI9ci3 .item-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.cid-te6oQI9ci3 .item-wrap-1 {
  justify-content: space-between;
}
.cid-te6oQI9ci3 .item-wrap-2 {
  justify-content: flex-end;
  flex-grow: 1;
}
.cid-te6oQI9ci3 .item-img {
  display: flex;
  width: 100%;
}
.cid-te6oQI9ci3 .item-img img {
  height: auto;
  object-fit: cover;
}
.cid-te6oQI9ci3 .item-img-1 img {
  width: 45%;
  margin-left: 17%;
}
@media (max-width: 991px) {
  .cid-te6oQI9ci3 .item-img-1 img {
    width: 68%;
    margin-left: 24%;
  }
}
@media (max-width: 767px) {
  .cid-te6oQI9ci3 .item-img-1 img {
    width: 89%;
    margin-left: 31.5%;
  }
}
.cid-te6oQI9ci3 .item-img-2 {
  margin-top: 40px;
}
.cid-te6oQI9ci3 .item-img-2 img {
  width: 39%;
}
@media (max-width: 991px) {
  .cid-te6oQI9ci3 .item-img-2 img {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .cid-te6oQI9ci3 .item-img-2 img {
    width: 73.5%;
    margin-top: -20%;
  }
}
.cid-te6oQI9ci3 .item-img-3 {
  padding-top: 19%;
}
@media (max-width: 991px) {
  .cid-te6oQI9ci3 .item-img-3 {
    padding-top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-te6oQI9ci3 .item-img-3 {
    padding-top: 0;
  }
}
.cid-te6oQI9ci3 .item-img-3 img {
  width: 100%;
}
.cid-te6oWMjDrE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/spiritm5/assets/images/background1.jpg");
}
.cid-te6oWMjDrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oWMjDrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oWMjDrE .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-te6oWMjDrE .content-wrap {
  width: 40%;
  background-color: #bf9341;
}
@media (max-width: 991px) {
  .cid-te6oWMjDrE .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-te6oWMjDrE .content-wrap {
    width: 100%;
  }
}
.cid-te6oWMjDrE .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-te6oWMjDrE .text-content {
    border-bottom: none;
  }
}
.cid-te6oWMjDrE .mbr-section-title {
  width: 100%;
  color: #1a2229;
  margin-top: 10px;
}
.cid-te6oWMjDrE .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-te6oWMjDrE .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-te6oWMjDrE .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-te6oWMjDrE .border-icon {
    display: none;
  }
}
.cid-te6oWMjDrE .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-te6oWMjDrE .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-te6oWMjDrE .icon-container:nth-child(3) {
  border-right: none;
}
.cid-te6oWMjDrE .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-te6oWMjDrE .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-te6oWMjDrE .icon-container:nth-child(7) {
  border-right: none;
}
.cid-te6oWMjDrE .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-te6oWMjDrE .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-te6oWMjDrE .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-te6oWMjDrE .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-te6oWMjDrE .icon-container a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-te6oWMjDrE .icon-container-1 a {
  background: linear-gradient(to right, #9a253a 0, #9a253a 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-te6oWMjDrE .icon-container-1 a:hover {
  background: linear-gradient(to right, #9a253a 0, #9a253a 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-te6oWMjDrE .icon-container-2 a {
  background: linear-gradient(to top, #9a253a 0, #9a253a 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-te6oWMjDrE .icon-container-2 a:hover {
  background: linear-gradient(to top, #9a253a 0, #9a253a 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-te6oWMjDrE .icon-container-3 a {
  background: linear-gradient(to bottom, #9a253a 0, #9a253a 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-te6oWMjDrE .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #9a253a 0, #9a253a 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-teB4fKhDMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-teB4fKhDMW .mbr-overlay {
  background-color: #1a2229;
  opacity: 0.4;
}
.cid-teB4fKhDMW .container {
  max-width: 1600px;
}
.cid-teB4fKhDMW .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 10%;
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-teB4fKhDMW .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-teB4fKhDMW .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-teB4fKhDMW .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-teB4fKhDMW .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-teB4fKhDMW .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-teB4fKhDMW .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-teB4fKhDMW .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-teB4fKhDMW .border-frame {
    width: 7%;
  }
}
.cid-teB4fKhDMW .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-teB4fKhDMW .content-container {
    flex-wrap: wrap;
  }
}
.cid-teB4fKhDMW .mbr-section-head {
  width: 33.33333333%;
  padding: 0 6.5%;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-teB4fKhDMW .mbr-section-head {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 575px) {
  .cid-teB4fKhDMW .mbr-section-head {
    padding: 0;
  }
}
.cid-teB4fKhDMW .mbr-section-title {
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-teB4fKhDMW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-teB4fKhDMW .mbr-section-subtitle {
  color: #BF9341;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-teB4fKhDMW .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-teB4fKhDMW .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-teB4fKhDMW .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-teB4fKhDMW .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-teB4fKhDMW .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66.66666667%;
  padding: 0 6.5%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-teB4fKhDMW .form-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-teB4fKhDMW .form-container {
    padding: 0;
  }
}
.cid-teB4fKhDMW .form-wrap {
  width: 100%;
  padding: 40px 0 !important;
}
.cid-teB4fKhDMW .form-text {
  color: #BF9341;
}
.cid-teB4fKhDMW .form-title {
  color: #BF9341;
  margin-bottom: 4px !important;
}
@media (max-width: 575px) {
  .cid-teB4fKhDMW .form-title {
    text-align: center !important;
  }
}
.cid-teB4fKhDMW form {
  width: 100%;
}
.cid-teB4fKhDMW form .dragArea.row {
  justify-content: flex-end;
  width: auto !important;
}
.cid-teB4fKhDMW form p {
  color: #BF9341;
}
.cid-teB4fKhDMW form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
}
.cid-teB4fKhDMW form .mbr-section-btn .mbr-iconfont {
  margin: 0 !important;
}
.cid-teB4fKhDMW form .mbr-section-btn .btn {
  padding: 10px 10px;
  min-height: 50px;
  min-width: 50px;
  border: none !important;
}
.cid-teB4fKhDMW form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-teB4fKhDMW form .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.cid-teB4fKhDMW form .row > [class*="col"] {
  margin-top: 20px !important;
}
.cid-teB4fKhDMW form .form-control {
  height: 50px;
  border: 1px solid #b84358 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
.cid-teB4fKhDMW form .form-control::-webkit-input-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form .form-control::-moz-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form .form-control:-moz-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form .form-control:-ms-input-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form select {
  color: #FFFFFF !important;
}
.cid-teB4fKhDMW form textarea {
  height: 100px !important;
}
.cid-teB4fKhDMW form input:active,
.cid-teB4fKhDMW form textarea:active,
.cid-teB4fKhDMW form input:focus,
.cid-teB4fKhDMW form textarea:focus {
  background-color: transparent !important;
  border-color: #b84358 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-teB4fKhDMW form input:active::-webkit-input-placeholder,
.cid-teB4fKhDMW form textarea:active::-webkit-input-placeholder,
.cid-teB4fKhDMW form input:focus::-webkit-input-placeholder,
.cid-teB4fKhDMW form textarea:focus::-webkit-input-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form input:active::-moz-placeholder,
.cid-teB4fKhDMW form textarea:active::-moz-placeholder,
.cid-teB4fKhDMW form input:focus::-moz-placeholder,
.cid-teB4fKhDMW form textarea:focus::-moz-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form input:active:-moz-placeholder,
.cid-teB4fKhDMW form textarea:active:-moz-placeholder,
.cid-teB4fKhDMW form input:focus:-moz-placeholder,
.cid-teB4fKhDMW form textarea:focus:-moz-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form input:active:-ms-input-placeholder,
.cid-teB4fKhDMW form textarea:active:-ms-input-placeholder,
.cid-teB4fKhDMW form input:focus:-ms-input-placeholder,
.cid-teB4fKhDMW form textarea:focus:-ms-input-placeholder {
  color: #b84358;
}
.cid-teB4fKhDMW form .row [class*=col] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.cid-teB4fKhDMW form label {
  width: 100%;
  color: #BF9341;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-teB4fKhDMW form .form-check-input {
  border-color: #b84358 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-teB4fKhDMW form .form-check-input:focus,
.cid-teB4fKhDMW form .form-check-input:hover {
  background-color: #b84358 !important;
  border-color: #b84358 !important;
}
.cid-teB4fKhDMW form .form-check-input:checked {
  border-color: #b84358 !important;
  background-color: #b84358 !important;
}
.cid-te6oL71Osu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6oL71Osu .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6oL71Osu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6oL71Osu .row {
  justify-content: left;
}
.cid-te6oL71Osu .main-col {
  display: flex;
}
.cid-te6oL71Osu .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6oL71Osu .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6oL71Osu .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-te6oL71Osu .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-te6otpfxDe {
  z-index: 1000;
  width: 100%;
}
.cid-te6otpfxDe nav.navbar {
  position: fixed;
}
.cid-te6otpfxDe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6otpfxDe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te6otpfxDe .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-te6otpfxDe .dropdown-item:hover,
.cid-te6otpfxDe .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-te6otpfxDe .dropdown-item:hover span {
  color: white;
}
.cid-te6otpfxDe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te6otpfxDe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te6otpfxDe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te6otpfxDe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te6otpfxDe .nav-link {
  position: relative;
}
.cid-te6otpfxDe .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-te6otpfxDe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-te6otpfxDe .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-te6otpfxDe .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-te6otpfxDe .dropdown-menu,
.cid-te6otpfxDe .navbar.opened {
  background: #1a2229 !important;
}
.cid-te6otpfxDe .nav-item:focus,
.cid-te6otpfxDe .nav-link:focus {
  outline: none;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te6otpfxDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6otpfxDe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te6otpfxDe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te6otpfxDe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0);
  padding: 0 !important;
}
.cid-te6otpfxDe .navbar.opened {
  transition: all 0.3s;
}
.cid-te6otpfxDe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te6otpfxDe .navbar .navbar-logo img {
  width: auto;
}
.cid-te6otpfxDe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te6otpfxDe .navbar.collapsed {
  justify-content: center;
}
.cid-te6otpfxDe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te6otpfxDe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-te6otpfxDe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te6otpfxDe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te6otpfxDe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te6otpfxDe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te6otpfxDe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-te6otpfxDe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te6otpfxDe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te6otpfxDe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te6otpfxDe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te6otpfxDe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te6otpfxDe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-te6otpfxDe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te6otpfxDe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te6otpfxDe .dropdown-item.active,
.cid-te6otpfxDe .dropdown-item:active {
  background-color: transparent;
}
.cid-te6otpfxDe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te6otpfxDe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te6otpfxDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te6otpfxDe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-te6otpfxDe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te6otpfxDe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te6otpfxDe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te6otpfxDe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te6otpfxDe button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6otpfxDe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te6otpfxDe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6otpfxDe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te6otpfxDe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te6otpfxDe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te6otpfxDe .navbar {
    height: 70px;
  }
  .cid-te6otpfxDe .navbar.opened {
    height: auto;
  }
  .cid-te6otpfxDe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te6otpfxDe .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-te6otpfxDe .navbar-toggler {
  margin-left: 10px;
}
.cid-te6otpfxDe .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-te6otpfxDe .navbar-logo {
  margin-right: 0 !important;
}
.cid-te6otpfxDe .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-te6otpfxDe .mbr-text {
    display: none;
  }
}
.cid-te6otpfxDe .navbar-collapse {
  padding-top: 40px !important;
}
.cid-te6otpfxDe .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-te6otpfxDe .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-te6ov10Xkw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6ov10Xkw .container {
  max-width: 1600px;
}
.cid-te6ov10Xkw .mbr-text {
  color: #BF9341;
  width: 100%;
}
