body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffccab !important;
}
.bg-success {
  background-color: #c2b299 !important;
}
.bg-info {
  background-color: #a7908a !important;
}
.bg-warning {
  background-color: #79526f !important;
}
.bg-danger {
  background-color: #436262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffccab !important;
  border-color: #ffccab !important;
  color: #ab4300 !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: #ff9754 !important;
  border-color: #ff9754 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ab4300 !important;
  background-color: #ff9754 !important;
  border-color: #ff9754 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !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: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-info,
.btn-info:active {
  background-color: #a7908a !important;
  border-color: #a7908a !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: #7d645e !important;
  border-color: #7d645e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7d645e !important;
  border-color: #7d645e !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2b299 !important;
  border-color: #c2b299 !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: #a28963 !important;
  border-color: #a28963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #79526f !important;
  border-color: #79526f !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: #452f40 !important;
  border-color: #452f40 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #436262 !important;
  border-color: #436262 !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: #202f2f !important;
  border-color: #202f2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffccab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff9754 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ab4300 !important;
  background-color: #ffccab !important;
  border-color: #ffccab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4dfd4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a7908a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7d645e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a7908a !important;
  border-color: #a7908a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2b299;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a28963 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79526f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #452f40 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #79526f !important;
  border-color: #79526f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #436262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202f2f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #436262 !important;
  border-color: #436262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffccab !important;
}
.text-secondary {
  color: #e4dfd4 !important;
}
.text-success {
  color: #c2b299 !important;
}
.text-info {
  color: #a7908a !important;
}
.text-warning {
  color: #79526f !important;
}
.text-danger {
  color: #436262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff8e45 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdb095 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99815c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #745d57 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c2937 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a2525 !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: #ffccab;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a7908a;
}
.alert-warning {
  background-color: #79526f;
}
.alert-danger {
  background-color: #436262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffccab;
  border-color: #ffccab;
  color: #c44d00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffccab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2eee9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ded5d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b694ae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7ea7a7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffccab !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffccab;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffccab;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffccab;
}
.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: #ffccab;
  border-bottom-color: #ffccab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffccab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4dfd4 !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='%23ffccab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #a7908a !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffccab !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #c2b299 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffccab !important;
  box-shadow: inset 250px 0 0 0 #ffccab !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #79526f !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #436262 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #a7908a !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tGGvTw1rKo {
  z-index: 1000;
  width: 100%;
}
.cid-tGGvTw1rKo .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-tGGvTw1rKo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-tGGvTw1rKo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGvTw1rKo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGvTw1rKo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGvTw1rKo .menu_box .navbar.opened,
  .cid-tGGvTw1rKo .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGvTw1rKo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGGvTw1rKo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGvTw1rKo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGvTw1rKo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGvTw1rKo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGvTw1rKo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGvTw1rKo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tGGvTw1rKo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGvTw1rKo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGvTw1rKo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGvTw1rKo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGvTw1rKo .offcanvas-body .mbr-text,
  .cid-tGGvTw1rKo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGvTw1rKo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGvTw1rKo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGvTw1rKo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGGvTw1rKo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGvTw1rKo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGvTw1rKo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGvTw1rKo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGvTw1rKo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGvTw1rKo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGvTw1rKo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGGvTw1rKo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGvTw1rKo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGvTw1rKo .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGvTw1rKo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGvTw1rKo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGvTw1rKo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGvTw1rKo .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGvTw1rKo .nav-item .nav-link {
  position: relative;
}
.cid-tGGvTw1rKo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffccab;
  transition: all 0.3s ease-out;
}
.cid-tGGvTw1rKo .nav-item .nav-link:hover,
.cid-tGGvTw1rKo .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffccab !important;
}
.cid-tGGvTw1rKo .nav-item .nav-link:hover::before,
.cid-tGGvTw1rKo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGvTw1rKo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGvTw1rKo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGvTw1rKo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGvTw1rKo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGvTw1rKo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGvTw1rKo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGvTw1rKo .offcanvas_box {
    display: none;
  }
}
.cid-tGGvTw1rKo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGvTw1rKo .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGvTw1rKo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGvTw1rKo .container {
  display: flex;
  margin: auto;
}
.cid-tGGvTw1rKo .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGGvTw1rKo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGvTw1rKo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGvTw1rKo .navbar-caption {
  color: #ffffff;
}
.cid-tGGvTw1rKo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGvTw1rKo .navbar-nav {
    margin: 0;
  }
}
.cid-tGGvTw1rKo .dropdown-menu,
.cid-tGGvTw1rKo .navbar.opened {
  background-color: false !important;
}
.cid-tGGvTw1rKo .nav-item:focus,
.cid-tGGvTw1rKo .nav-link:focus {
  outline: none;
}
.cid-tGGvTw1rKo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGvTw1rKo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGvTw1rKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGvTw1rKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGvTw1rKo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGvTw1rKo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGvTw1rKo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGvTw1rKo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGvTw1rKo .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGvTw1rKo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGvTw1rKo .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-tGGvTw1rKo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGvTw1rKo .navbar.collapsed {
  justify-content: center;
}
.cid-tGGvTw1rKo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGvTw1rKo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGvTw1rKo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGvTw1rKo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGvTw1rKo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGvTw1rKo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGvTw1rKo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGvTw1rKo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGvTw1rKo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGvTw1rKo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGvTw1rKo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGvTw1rKo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGvTw1rKo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGvTw1rKo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGvTw1rKo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGvTw1rKo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGvTw1rKo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGvTw1rKo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGvTw1rKo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGvTw1rKo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGvTw1rKo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGvTw1rKo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGvTw1rKo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGvTw1rKo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGvTw1rKo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGGvTw1rKo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGvTw1rKo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGvTw1rKo .dropdown-item.active,
.cid-tGGvTw1rKo .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGvTw1rKo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGvTw1rKo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGvTw1rKo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGvTw1rKo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGvTw1rKo .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-tGGvTw1rKo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGvTw1rKo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGvTw1rKo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-tGGvTw1rKo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGGvTw1rKo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGvTw1rKo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGvTw1rKo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGvTw1rKo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGvTw1rKo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGvTw1rKo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGvTw1rKo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGvTw1rKo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGvTw1rKo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGvTw1rKo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGGvTw1rKo .navbar {
    height: 70px;
  }
  .cid-tGGvTw1rKo .navbar.opened {
    height: auto;
  }
  .cid-tGGvTw1rKo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGvTw1rKo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGvTw1rKo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGvTw1rKo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGvTw1rKo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGvTw1rKo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGvTw1rKo .navbar-caption:hover {
  color: #ffccab;
}
@media (min-width: 992px) {
  .cid-tGGvTw1rKo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGvTw1rKo .text_widget {
  margin-bottom: 32px;
}
.cid-tGGvTw1rKo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGvTw1rKo .text_widget a:hover {
  opacity: .5;
}
.cid-tGGvTw1rKo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGvTw1rKo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGvTw1rKo .mbr-section-subtitle,
.cid-tGGvTw1rKo .text_widget,
.cid-tGGvTw1rKo .mbr-section-btn {
  text-align: center;
}
.cid-tGGvTw1rKo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGGvU6dEKU {
  background-image: url("../../../assets/images/giordanocompetition-lancia-delta-s4-lato-1080x720.jpg");
}
.cid-tGGvU6dEKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGvU6dEKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGvU6dEKU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGGvU6dEKU .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tGGvU6dEKU .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-tGGvU6dEKU .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-tGGvU6dEKU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tGGvU6dEKU .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-tGGvU6dEKU .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tGGvU6dEKU .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-tGGvU6dEKU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGvU6dEKU .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-tGGvU6dEKU .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tGGvU6dEKU .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-tGGvU6dEKU .mbr-section-title {
  color: #ffffff;
}
.cid-tGGvU6dEKU .mbr-price {
  color: #ffffff;
}
.cid-tGGvU6dEKU .mbr-desc {
  color: #f2f2f2;
}
.cid-tGGvU6dEKU .mbr-text {
  color: #f2f2f2;
}
.cid-tGGvU6dEKU .mbr-section-btn {
  text-align: right;
}
.cid-tGGvU6dEKU .mbr-section-title,
.cid-tGGvU6dEKU .logo-wrap,
.cid-tGGvU6dEKU .mbr-section-btn {
  text-align: left;
}
.cid-tGGvU6dEKU .mbr-desc,
.cid-tGGvU6dEKU .desc-wrapper {
  text-align: left;
}
.cid-v2OHCktsif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2OHCktsif .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2OHCktsif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OHCktsif .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2OHCktsif .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2OHCktsif .container {
    padding: 0 20px;
  }
}
.cid-v2OHCktsif .row {
  justify-content: center;
}
.cid-v2OHCktsif .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v2OHCktsif .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2OHCktsif .item {
    margin-bottom: 50px;
  }
}
.cid-v2OHCktsif .item .item-wrapper a {
  display: block;
}
.cid-v2OHCktsif .item .item-wrapper a .item-img {
  margin-bottom: 24px;
  position: relative;
}
.cid-v2OHCktsif .item .item-wrapper a .item-img img {
  height: 340px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-v2OHCktsif .item .item-wrapper a .item-img img {
    height: 300px;
  }
}
.cid-v2OHCktsif .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1b1b1b;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.cid-v2OHCktsif .item .item-wrapper a .item-img .mbr-iconfont:hover {
  background-color: #555354;
}
.cid-v2OHCktsif .item .item-wrapper a .item-content .mbr-card-title {
  margin-bottom: 0;
}
.cid-v2OHCktsif .item .item-wrapper a .item-content .mbr-date {
  margin-bottom: 16px;
}
.cid-v2OHCktsif .mbr-section-title {
  color: #000000;
}
.cid-v2OHCktsif .mbr-card-title {
  color: #c2b299;
  text-align: center;
}
.cid-v2OHCktsif .mbr-date {
  color: #000000;
  text-align: center;
}
.cid-v2TmkNCpdQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v2TmkNCpdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2TmkNCpdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2TmkNCpdQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2TmkNCpdQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2TmkNCpdQ .container {
    padding: 0 20px;
  }
}
.cid-v2TmkNCpdQ .row {
  justify-content: center;
}
.cid-v2TmkNCpdQ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2TmkNCpdQ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2TmkNCpdQ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2TmkNCpdQ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2TmkNCpdQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2TmkNCpdQ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2TmkNCpdQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2TmkNCpdQ .mbr-desc {
  color: #e4dfd4;
}
.cid-v2TmkNCpdQ .mbr-desc,
.cid-v2TmkNCpdQ .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tGGKXxKsIw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-tGGKXxKsIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGKXxKsIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGKXxKsIw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGKXxKsIw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGKXxKsIw .container {
    padding: 0 20px;
  }
}
.cid-tGGKXxKsIw .row {
  justify-content: center;
}
.cid-tGGKXxKsIw .list-wrap {
  margin-bottom: 24px;
}
.cid-tGGKXxKsIw .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGGKXxKsIw .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-tGGKXxKsIw .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tGGKXxKsIw .list-wrap .list {
    text-align: center;
  }
}
.cid-tGGKXxKsIw .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-tGGKXxKsIw .list-wrap .list .item-wrap:hover,
.cid-tGGKXxKsIw .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tGGKXxKsIw .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-tGGKXxKsIw .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-tGGKXxKsIw .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-tGGKXxKsIw .social-wrap .social-row {
  display: inline-flex;
}
.cid-tGGKXxKsIw .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-tGGKXxKsIw .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-tGGKXxKsIw .social-wrap .social-row .soc-item a:hover::after,
.cid-tGGKXxKsIw .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-tGGKXxKsIw .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-tGGKXxKsIw .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-tGGKXxKsIw .mbr-list-title {
  color: #000000;
}
.cid-tGGKXxKsIw .list {
  color: #1b1b1b;
}
.cid-tGGKXxKsIw .copyright,
.cid-tGGKXxKsIw .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v2P92W5a5i {
  z-index: 1000;
  width: 100%;
}
.cid-v2P92W5a5i .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-v2P92W5a5i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-v2P92W5a5i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2P92W5a5i .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2P92W5a5i .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v2P92W5a5i .menu_box .navbar.opened,
  .cid-v2P92W5a5i .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2P92W5a5i nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v2P92W5a5i .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2P92W5a5i .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2P92W5a5i .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2P92W5a5i .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2P92W5a5i .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2P92W5a5i .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-v2P92W5a5i .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2P92W5a5i .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2P92W5a5i .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2P92W5a5i .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2P92W5a5i .offcanvas-body .mbr-text,
  .cid-v2P92W5a5i .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2P92W5a5i .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2P92W5a5i .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2P92W5a5i .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v2P92W5a5i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2P92W5a5i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2P92W5a5i .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2P92W5a5i .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2P92W5a5i ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2P92W5a5i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2P92W5a5i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v2P92W5a5i .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2P92W5a5i li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v2P92W5a5i .lg_brand {
    margin: 0 1rem;
  }
  .cid-v2P92W5a5i .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v2P92W5a5i .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2P92W5a5i .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2P92W5a5i .nav-item {
    margin: 0 !important;
  }
}
.cid-v2P92W5a5i .nav-item .nav-link {
  position: relative;
}
.cid-v2P92W5a5i .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffccab;
  transition: all 0.3s ease-out;
}
.cid-v2P92W5a5i .nav-item .nav-link:hover,
.cid-v2P92W5a5i .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffccab !important;
}
.cid-v2P92W5a5i .nav-item .nav-link:hover::before,
.cid-v2P92W5a5i .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v2P92W5a5i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2P92W5a5i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2P92W5a5i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2P92W5a5i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2P92W5a5i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v2P92W5a5i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2P92W5a5i .offcanvas_box {
    display: none;
  }
}
.cid-v2P92W5a5i .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2P92W5a5i .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2P92W5a5i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2P92W5a5i .container {
  display: flex;
  margin: auto;
}
.cid-v2P92W5a5i .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2P92W5a5i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2P92W5a5i .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2P92W5a5i .navbar-caption {
  color: #ffffff;
}
.cid-v2P92W5a5i .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2P92W5a5i .navbar-nav {
    margin: 0;
  }
}
.cid-v2P92W5a5i .dropdown-menu,
.cid-v2P92W5a5i .navbar.opened {
  background-color: false !important;
}
.cid-v2P92W5a5i .nav-item:focus,
.cid-v2P92W5a5i .nav-link:focus {
  outline: none;
}
.cid-v2P92W5a5i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2P92W5a5i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2P92W5a5i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2P92W5a5i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2P92W5a5i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2P92W5a5i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2P92W5a5i .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2P92W5a5i .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2P92W5a5i .navbar.opened {
  transition: all 0.3s;
}
.cid-v2P92W5a5i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2P92W5a5i .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-v2P92W5a5i .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v2P92W5a5i .navbar.collapsed {
  justify-content: center;
}
.cid-v2P92W5a5i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2P92W5a5i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2P92W5a5i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2P92W5a5i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2P92W5a5i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2P92W5a5i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2P92W5a5i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2P92W5a5i .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2P92W5a5i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2P92W5a5i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2P92W5a5i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2P92W5a5i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2P92W5a5i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2P92W5a5i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2P92W5a5i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2P92W5a5i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2P92W5a5i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2P92W5a5i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2P92W5a5i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v2P92W5a5i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2P92W5a5i .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2P92W5a5i .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2P92W5a5i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2P92W5a5i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2P92W5a5i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2P92W5a5i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2P92W5a5i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2P92W5a5i .dropdown-item.active,
.cid-v2P92W5a5i .dropdown-item:active {
  background-color: transparent;
}
.cid-v2P92W5a5i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2P92W5a5i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2P92W5a5i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2P92W5a5i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2P92W5a5i .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-v2P92W5a5i ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2P92W5a5i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2P92W5a5i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-v2P92W5a5i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2P92W5a5i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2P92W5a5i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2P92W5a5i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2P92W5a5i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2P92W5a5i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2P92W5a5i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2P92W5a5i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2P92W5a5i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2P92W5a5i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2P92W5a5i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2P92W5a5i .navbar {
    height: 70px;
  }
  .cid-v2P92W5a5i .navbar.opened {
    height: auto;
  }
  .cid-v2P92W5a5i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2P92W5a5i .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2P92W5a5i .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v2P92W5a5i .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2P92W5a5i .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-v2P92W5a5i .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2P92W5a5i .navbar-caption:hover {
  color: #ffccab;
}
@media (min-width: 992px) {
  .cid-v2P92W5a5i .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2P92W5a5i .text_widget {
  margin-bottom: 32px;
}
.cid-v2P92W5a5i .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2P92W5a5i .text_widget a:hover {
  opacity: .5;
}
.cid-v2P92W5a5i .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2P92W5a5i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2P92W5a5i .mbr-section-subtitle,
.cid-v2P92W5a5i .text_widget,
.cid-v2P92W5a5i .mbr-section-btn {
  text-align: center;
}
.cid-v2P92W5a5i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2PanhiOUd {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2PanhiOUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PanhiOUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PanhiOUd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PanhiOUd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PanhiOUd .container {
    padding: 0 20px;
  }
}
.cid-v2PanhiOUd .row {
  justify-content: center;
}
.cid-v2PanhiOUd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v2PanhiOUd .item {
  margin-bottom: 50px;
}
.cid-v2PanhiOUd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #000000;
}
.cid-v2PanhiOUd .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-v2PanhiOUd .item .item-wrapper a {
  display: block;
}
.cid-v2PanhiOUd .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-v2PanhiOUd .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2PanhiOUd .mbr-section-title {
  color: #1b1b1b;
}
.cid-v2PanhiOUd .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-v2PanhiOUd .mbr-text {
  color: #1b1b1b;
  text-align: center;
}
.cid-v2PanhiOUd .mbr-section-title,
.cid-v2PanhiOUd .mbr-section-btn {
  text-align: center;
}
.cid-v2Pa65j4uU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2Pa65j4uU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Pa65j4uU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Pa65j4uU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2Pa65j4uU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2Pa65j4uU .container {
    padding: 0 20px;
  }
}
.cid-v2Pa65j4uU .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-v2Pa65j4uU .google-map iframe {
    height: 400px;
  }
}
.cid-v2P938qrkP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-v2P938qrkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2P938qrkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2P938qrkP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2P938qrkP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2P938qrkP .container {
    padding: 0 20px;
  }
}
.cid-v2P938qrkP .row {
  justify-content: center;
}
.cid-v2P938qrkP .list-wrap {
  margin-bottom: 24px;
}
.cid-v2P938qrkP .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2P938qrkP .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-v2P938qrkP .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v2P938qrkP .list-wrap .list {
    text-align: center;
  }
}
.cid-v2P938qrkP .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-v2P938qrkP .list-wrap .list .item-wrap:hover,
.cid-v2P938qrkP .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2P938qrkP .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-v2P938qrkP .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-v2P938qrkP .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-v2P938qrkP .social-wrap .social-row {
  display: inline-flex;
}
.cid-v2P938qrkP .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-v2P938qrkP .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-v2P938qrkP .social-wrap .social-row .soc-item a:hover::after,
.cid-v2P938qrkP .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-v2P938qrkP .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-v2P938qrkP .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-v2P938qrkP .mbr-list-title {
  color: #000000;
}
.cid-v2P938qrkP .list {
  color: #1b1b1b;
}
.cid-v2P938qrkP .copyright,
.cid-v2P938qrkP .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v2PbG83P5w {
  z-index: 1000;
  width: 100%;
}
.cid-v2PbG83P5w .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-v2PbG83P5w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-v2PbG83P5w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2PbG83P5w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2PbG83P5w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v2PbG83P5w .menu_box .navbar.opened,
  .cid-v2PbG83P5w .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2PbG83P5w nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v2PbG83P5w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2PbG83P5w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PbG83P5w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2PbG83P5w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2PbG83P5w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2PbG83P5w .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-v2PbG83P5w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2PbG83P5w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2PbG83P5w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2PbG83P5w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2PbG83P5w .offcanvas-body .mbr-text,
  .cid-v2PbG83P5w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2PbG83P5w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2PbG83P5w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2PbG83P5w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v2PbG83P5w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2PbG83P5w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2PbG83P5w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2PbG83P5w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2PbG83P5w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2PbG83P5w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2PbG83P5w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v2PbG83P5w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2PbG83P5w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v2PbG83P5w .lg_brand {
    margin: 0 1rem;
  }
  .cid-v2PbG83P5w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v2PbG83P5w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2PbG83P5w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2PbG83P5w .nav-item {
    margin: 0 !important;
  }
}
.cid-v2PbG83P5w .nav-item .nav-link {
  position: relative;
}
.cid-v2PbG83P5w .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffccab;
  transition: all 0.3s ease-out;
}
.cid-v2PbG83P5w .nav-item .nav-link:hover,
.cid-v2PbG83P5w .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffccab !important;
}
.cid-v2PbG83P5w .nav-item .nav-link:hover::before,
.cid-v2PbG83P5w .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v2PbG83P5w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2PbG83P5w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2PbG83P5w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2PbG83P5w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2PbG83P5w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v2PbG83P5w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2PbG83P5w .offcanvas_box {
    display: none;
  }
}
.cid-v2PbG83P5w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2PbG83P5w .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2PbG83P5w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2PbG83P5w .container {
  display: flex;
  margin: auto;
}
.cid-v2PbG83P5w .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2PbG83P5w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2PbG83P5w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2PbG83P5w .navbar-caption {
  color: #ffffff;
}
.cid-v2PbG83P5w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2PbG83P5w .navbar-nav {
    margin: 0;
  }
}
.cid-v2PbG83P5w .dropdown-menu,
.cid-v2PbG83P5w .navbar.opened {
  background-color: false !important;
}
.cid-v2PbG83P5w .nav-item:focus,
.cid-v2PbG83P5w .nav-link:focus {
  outline: none;
}
.cid-v2PbG83P5w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2PbG83P5w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2PbG83P5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2PbG83P5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2PbG83P5w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2PbG83P5w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2PbG83P5w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2PbG83P5w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2PbG83P5w .navbar.opened {
  transition: all 0.3s;
}
.cid-v2PbG83P5w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2PbG83P5w .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-v2PbG83P5w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v2PbG83P5w .navbar.collapsed {
  justify-content: center;
}
.cid-v2PbG83P5w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2PbG83P5w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2PbG83P5w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2PbG83P5w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2PbG83P5w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2PbG83P5w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2PbG83P5w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2PbG83P5w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2PbG83P5w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2PbG83P5w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2PbG83P5w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2PbG83P5w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2PbG83P5w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2PbG83P5w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2PbG83P5w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2PbG83P5w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2PbG83P5w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2PbG83P5w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2PbG83P5w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v2PbG83P5w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2PbG83P5w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2PbG83P5w .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2PbG83P5w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2PbG83P5w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2PbG83P5w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2PbG83P5w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2PbG83P5w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2PbG83P5w .dropdown-item.active,
.cid-v2PbG83P5w .dropdown-item:active {
  background-color: transparent;
}
.cid-v2PbG83P5w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2PbG83P5w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2PbG83P5w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2PbG83P5w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2PbG83P5w .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-v2PbG83P5w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2PbG83P5w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2PbG83P5w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-v2PbG83P5w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2PbG83P5w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2PbG83P5w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2PbG83P5w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2PbG83P5w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2PbG83P5w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2PbG83P5w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2PbG83P5w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2PbG83P5w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2PbG83P5w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2PbG83P5w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2PbG83P5w .navbar {
    height: 70px;
  }
  .cid-v2PbG83P5w .navbar.opened {
    height: auto;
  }
  .cid-v2PbG83P5w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2PbG83P5w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2PbG83P5w .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v2PbG83P5w .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2PbG83P5w .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-v2PbG83P5w .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2PbG83P5w .navbar-caption:hover {
  color: #ffccab;
}
@media (min-width: 992px) {
  .cid-v2PbG83P5w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2PbG83P5w .text_widget {
  margin-bottom: 32px;
}
.cid-v2PbG83P5w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2PbG83P5w .text_widget a:hover {
  opacity: .5;
}
.cid-v2PbG83P5w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2PbG83P5w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2PbG83P5w .mbr-section-subtitle,
.cid-v2PbG83P5w .text_widget,
.cid-v2PbG83P5w .mbr-section-btn {
  text-align: center;
}
.cid-v2PbG83P5w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2PbRcPCGd {
  background-image: url("../../../assets/images/giordanocompetition-lancia-delta-s4-lato-1080x720.jpg");
}
.cid-v2PbRcPCGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PbRcPCGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PbRcPCGd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PbRcPCGd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PbRcPCGd .container {
    padding: 0 20px;
  }
}
.cid-v2PbRcPCGd .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-v2PbRcPCGd .title-wrapper {
    padding: 50px 0;
  }
}
.cid-v2PbRcPCGd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2PbRcPCGd .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-v2PbRcPCGd .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-v2PbRcPCGd .mbr-section-title {
  color: #ffffff;
}
.cid-v2PbRcPCGd .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-v2PbRcPCGd .mbr-section-title,
.cid-v2PbRcPCGd .mbr-section-btn {
  text-align: center;
}
.cid-v2PdXyWouL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2PdXyWouL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PdXyWouL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2PdXyWouL .container {
    padding: 0 20px;
  }
}
.cid-v2PdXyWouL .row {
  margin: 0;
}
.cid-v2PdXyWouL .card {
  padding: 0;
}
.cid-v2PdXyWouL .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2PdXyWouL .image-wrapper img {
    height: 450px;
  }
}
.cid-v2PdXyWouL .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-v2PdXyWouL .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-v2PdXyWouL .title-wrapper .title-wrap {
  width: 100%;
}
.cid-v2PdXyWouL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PdXyWouL .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2PdXyWouL .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-v2PdXyWouL .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2PdXyWouL .mbr-section-title {
  color: #c2b299;
}
.cid-v2PdXyWouL .mbr-text {
  color: #000000;
}
.cid-v2PdXyWouL .mbr-section-title,
.cid-v2PdXyWouL .mbr-section-btn {
  color: #000000;
}
.cid-v2Pe6cYUlR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v2Pe6cYUlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Pe6cYUlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Pe6cYUlR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2Pe6cYUlR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2Pe6cYUlR .container {
    padding: 0 20px;
  }
}
.cid-v2Pe6cYUlR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2Pe6cYUlR .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2Pe6cYUlR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Pe6cYUlR .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2Pe6cYUlR .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v2Pe6cYUlR .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-v2Pe6cYUlR .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-v2Pe6cYUlR .mbr-section-title {
  color: #000000;
}
.cid-v2Pe6cYUlR .mbr-text {
  color: #e4dfd4;
}
.cid-v2Pe6cYUlR .list {
  color: #000000;
}
.cid-v2Pfx8eEs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2Pfx8eEs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Pfx8eEs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Pfx8eEs2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2Pfx8eEs2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2Pfx8eEs2 .container {
    padding: 0 20px;
  }
}
.cid-v2Pfx8eEs2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2Pfx8eEs2 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2Pfx8eEs2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Pfx8eEs2 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2Pfx8eEs2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v2Pfx8eEs2 .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-v2Pfx8eEs2 .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-v2Pfx8eEs2 .mbr-section-title {
  color: #000000;
}
.cid-v2Pfx8eEs2 .mbr-text {
  color: #e4dfd4;
}
.cid-v2Pfx8eEs2 .list {
  color: #000000;
}
.cid-v2PhUGayNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v2PhUGayNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PhUGayNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PhUGayNx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PhUGayNx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PhUGayNx .container {
    padding: 0 20px;
  }
}
.cid-v2PhUGayNx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2PhUGayNx .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2PhUGayNx .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2PhUGayNx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v2PhUGayNx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2PhUGayNx .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-v2PhUGayNx .mbr-section-title {
  color: #000000;
}
.cid-v2PhUGayNx .mbr-text {
  color: #000000;
}
.cid-v2PiLWGUAE {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2PiLWGUAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PiLWGUAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PiLWGUAE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PiLWGUAE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PiLWGUAE .container {
    padding: 0 20px;
  }
}
.cid-v2PiLWGUAE .row {
  justify-content: center;
}
.cid-v2PiLWGUAE .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PiLWGUAE .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2PiLWGUAE .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2PiLWGUAE .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2PiLWGUAE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2PiLWGUAE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2PiLWGUAE .mbr-text {
  color: #000000;
}
.cid-v2PiLWGUAE .mbr-desc {
  color: #e4dfd4;
}
.cid-v2PiLWGUAE .mbr-desc,
.cid-v2PiLWGUAE .desc-wrapper {
  color: #000000;
}
.cid-v2PbG8IM4N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-v2PbG8IM4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PbG8IM4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PbG8IM4N .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PbG8IM4N .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PbG8IM4N .container {
    padding: 0 20px;
  }
}
.cid-v2PbG8IM4N .row {
  justify-content: center;
}
.cid-v2PbG8IM4N .list-wrap {
  margin-bottom: 24px;
}
.cid-v2PbG8IM4N .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2PbG8IM4N .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-v2PbG8IM4N .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v2PbG8IM4N .list-wrap .list {
    text-align: center;
  }
}
.cid-v2PbG8IM4N .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-v2PbG8IM4N .list-wrap .list .item-wrap:hover,
.cid-v2PbG8IM4N .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2PbG8IM4N .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-v2PbG8IM4N .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-v2PbG8IM4N .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-v2PbG8IM4N .social-wrap .social-row {
  display: inline-flex;
}
.cid-v2PbG8IM4N .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-v2PbG8IM4N .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-v2PbG8IM4N .social-wrap .social-row .soc-item a:hover::after,
.cid-v2PbG8IM4N .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-v2PbG8IM4N .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-v2PbG8IM4N .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-v2PbG8IM4N .mbr-list-title {
  color: #000000;
}
.cid-v2PbG8IM4N .list {
  color: #1b1b1b;
}
.cid-v2PbG8IM4N .copyright,
.cid-v2PbG8IM4N .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v2PliDXunj {
  z-index: 1000;
  width: 100%;
}
.cid-v2PliDXunj .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-v2PliDXunj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-v2PliDXunj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2PliDXunj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2PliDXunj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v2PliDXunj .menu_box .navbar.opened,
  .cid-v2PliDXunj .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2PliDXunj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v2PliDXunj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2PliDXunj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PliDXunj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2PliDXunj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2PliDXunj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2PliDXunj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-v2PliDXunj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2PliDXunj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2PliDXunj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2PliDXunj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2PliDXunj .offcanvas-body .mbr-text,
  .cid-v2PliDXunj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2PliDXunj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2PliDXunj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2PliDXunj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v2PliDXunj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2PliDXunj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2PliDXunj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2PliDXunj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2PliDXunj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2PliDXunj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2PliDXunj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v2PliDXunj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2PliDXunj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v2PliDXunj .lg_brand {
    margin: 0 1rem;
  }
  .cid-v2PliDXunj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v2PliDXunj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2PliDXunj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2PliDXunj .nav-item {
    margin: 0 !important;
  }
}
.cid-v2PliDXunj .nav-item .nav-link {
  position: relative;
}
.cid-v2PliDXunj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffccab;
  transition: all 0.3s ease-out;
}
.cid-v2PliDXunj .nav-item .nav-link:hover,
.cid-v2PliDXunj .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffccab !important;
}
.cid-v2PliDXunj .nav-item .nav-link:hover::before,
.cid-v2PliDXunj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v2PliDXunj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2PliDXunj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2PliDXunj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2PliDXunj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2PliDXunj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v2PliDXunj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2PliDXunj .offcanvas_box {
    display: none;
  }
}
.cid-v2PliDXunj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2PliDXunj .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2PliDXunj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2PliDXunj .container {
  display: flex;
  margin: auto;
}
.cid-v2PliDXunj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2PliDXunj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2PliDXunj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2PliDXunj .navbar-caption {
  color: #ffffff;
}
.cid-v2PliDXunj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2PliDXunj .navbar-nav {
    margin: 0;
  }
}
.cid-v2PliDXunj .dropdown-menu,
.cid-v2PliDXunj .navbar.opened {
  background-color: false !important;
}
.cid-v2PliDXunj .nav-item:focus,
.cid-v2PliDXunj .nav-link:focus {
  outline: none;
}
.cid-v2PliDXunj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2PliDXunj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2PliDXunj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2PliDXunj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2PliDXunj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2PliDXunj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2PliDXunj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2PliDXunj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2PliDXunj .navbar.opened {
  transition: all 0.3s;
}
.cid-v2PliDXunj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2PliDXunj .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-v2PliDXunj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v2PliDXunj .navbar.collapsed {
  justify-content: center;
}
.cid-v2PliDXunj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2PliDXunj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2PliDXunj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2PliDXunj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2PliDXunj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2PliDXunj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2PliDXunj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2PliDXunj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2PliDXunj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2PliDXunj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2PliDXunj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2PliDXunj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2PliDXunj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2PliDXunj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2PliDXunj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2PliDXunj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2PliDXunj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2PliDXunj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2PliDXunj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v2PliDXunj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2PliDXunj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2PliDXunj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2PliDXunj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2PliDXunj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2PliDXunj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2PliDXunj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2PliDXunj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2PliDXunj .dropdown-item.active,
.cid-v2PliDXunj .dropdown-item:active {
  background-color: transparent;
}
.cid-v2PliDXunj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2PliDXunj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2PliDXunj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2PliDXunj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2PliDXunj .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-v2PliDXunj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2PliDXunj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2PliDXunj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-v2PliDXunj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2PliDXunj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2PliDXunj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2PliDXunj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2PliDXunj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2PliDXunj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2PliDXunj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2PliDXunj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2PliDXunj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2PliDXunj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2PliDXunj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2PliDXunj .navbar {
    height: 70px;
  }
  .cid-v2PliDXunj .navbar.opened {
    height: auto;
  }
  .cid-v2PliDXunj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2PliDXunj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2PliDXunj .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v2PliDXunj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2PliDXunj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-v2PliDXunj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2PliDXunj .navbar-caption:hover {
  color: #ffccab;
}
@media (min-width: 992px) {
  .cid-v2PliDXunj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2PliDXunj .text_widget {
  margin-bottom: 32px;
}
.cid-v2PliDXunj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2PliDXunj .text_widget a:hover {
  opacity: .5;
}
.cid-v2PliDXunj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2PliDXunj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2PliDXunj .mbr-section-subtitle,
.cid-v2PliDXunj .text_widget,
.cid-v2PliDXunj .mbr-section-btn {
  text-align: center;
}
.cid-v2PliDXunj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2PlqXR3je {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2PlqXR3je .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PlqXR3je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PlqXR3je .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PlqXR3je .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PlqXR3je .container {
    padding: 0 20px;
  }
}
.cid-v2PlqXR3je .row {
  justify-content: center;
}
.cid-v2PlqXR3je .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PlqXR3je .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2PlqXR3je .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2PlqXR3je .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2PlqXR3je .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2PlqXR3je .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2PlqXR3je .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2PlqXR3je .mbr-desc {
  color: #e4dfd4;
}
.cid-v2PlqXR3je .mbr-desc,
.cid-v2PlqXR3je .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2PlOHUEaG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2PlOHUEaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PlOHUEaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PlOHUEaG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PlOHUEaG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PlOHUEaG .container {
    padding: 0 20px;
  }
}
.cid-v2PlOHUEaG .row {
  justify-content: center;
}
.cid-v2PlOHUEaG .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PlOHUEaG .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2PlOHUEaG .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2PlOHUEaG .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2PlOHUEaG .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2PlOHUEaG .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2PlOHUEaG .mbr-text {
  color: #000000;
}
.cid-v2PlOHUEaG .mbr-desc {
  color: #e4dfd4;
}
.cid-v2PlOHUEaG .mbr-desc,
.cid-v2PlOHUEaG .desc-wrapper {
  color: #000000;
}
.cid-v2PmpR4cRP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2PmpR4cRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PmpR4cRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PmpR4cRP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PmpR4cRP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PmpR4cRP .container {
    padding: 0 20px;
  }
}
.cid-v2PmpR4cRP .row {
  justify-content: center;
}
.cid-v2PmpR4cRP .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PmpR4cRP .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2PmpR4cRP .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2PmpR4cRP .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2PmpR4cRP .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2PmpR4cRP .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2PmpR4cRP .mbr-text {
  color: #000000;
}
.cid-v2PmpR4cRP .mbr-desc {
  color: #e4dfd4;
}
.cid-v2PmpR4cRP .mbr-desc,
.cid-v2PmpR4cRP .desc-wrapper {
  color: #000000;
}
.cid-v2Pmztg5P0 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2Pmztg5P0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Pmztg5P0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Pmztg5P0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2Pmztg5P0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2Pmztg5P0 .container {
    padding: 0 20px;
  }
}
.cid-v2Pmztg5P0 .row {
  justify-content: center;
}
.cid-v2Pmztg5P0 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Pmztg5P0 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2Pmztg5P0 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2Pmztg5P0 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2Pmztg5P0 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2Pmztg5P0 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2Pmztg5P0 .mbr-text {
  color: #000000;
}
.cid-v2Pmztg5P0 .mbr-desc {
  color: #e4dfd4;
}
.cid-v2Pmztg5P0 .mbr-desc,
.cid-v2Pmztg5P0 .desc-wrapper {
  color: #000000;
}
.cid-v2PmDS9kKj {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2PmDS9kKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PmDS9kKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PmDS9kKj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PmDS9kKj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PmDS9kKj .container {
    padding: 0 20px;
  }
}
.cid-v2PmDS9kKj .row {
  justify-content: center;
}
.cid-v2PmDS9kKj .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PmDS9kKj .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2PmDS9kKj .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2PmDS9kKj .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2PmDS9kKj .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2PmDS9kKj .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2PmDS9kKj .mbr-text {
  color: #000000;
}
.cid-v2PmDS9kKj .mbr-desc {
  color: #e4dfd4;
}
.cid-v2PmDS9kKj .mbr-desc,
.cid-v2PmDS9kKj .desc-wrapper {
  color: #000000;
}
.cid-v2PmMHOiEE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2PmMHOiEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PmMHOiEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PmMHOiEE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PmMHOiEE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PmMHOiEE .container {
    padding: 0 20px;
  }
}
.cid-v2PmMHOiEE .row {
  justify-content: center;
}
.cid-v2PmMHOiEE .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PmMHOiEE .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2PmMHOiEE .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2PmMHOiEE .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2PmMHOiEE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2PmMHOiEE .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2PmMHOiEE .mbr-text {
  color: #000000;
}
.cid-v2PmMHOiEE .mbr-desc {
  color: #e4dfd4;
}
.cid-v2PmMHOiEE .mbr-desc,
.cid-v2PmMHOiEE .desc-wrapper {
  color: #000000;
}
.cid-v2PmZi0J3Q {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2PmZi0J3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PmZi0J3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PmZi0J3Q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PmZi0J3Q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PmZi0J3Q .container {
    padding: 0 20px;
  }
}
.cid-v2PmZi0J3Q .row {
  justify-content: center;
}
.cid-v2PmZi0J3Q .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2PmZi0J3Q .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2PmZi0J3Q .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2PmZi0J3Q .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2PmZi0J3Q .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2PmZi0J3Q .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2PmZi0J3Q .mbr-text {
  color: #000000;
}
.cid-v2PmZi0J3Q .mbr-desc {
  color: #e4dfd4;
}
.cid-v2PmZi0J3Q .mbr-desc,
.cid-v2PmZi0J3Q .desc-wrapper {
  color: #000000;
}
.cid-v2Pn3hkBZx {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2Pn3hkBZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Pn3hkBZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Pn3hkBZx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2Pn3hkBZx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2Pn3hkBZx .container {
    padding: 0 20px;
  }
}
.cid-v2Pn3hkBZx .row {
  justify-content: center;
}
.cid-v2Pn3hkBZx .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2Pn3hkBZx .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2Pn3hkBZx .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2Pn3hkBZx .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2Pn3hkBZx .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2Pn3hkBZx .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2Pn3hkBZx .mbr-text {
  color: #000000;
}
.cid-v2Pn3hkBZx .mbr-desc {
  color: #e4dfd4;
}
.cid-v2Pn3hkBZx .mbr-desc,
.cid-v2Pn3hkBZx .desc-wrapper {
  color: #000000;
}
.cid-v2PliEEEUx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-v2PliEEEUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PliEEEUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PliEEEUx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PliEEEUx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PliEEEUx .container {
    padding: 0 20px;
  }
}
.cid-v2PliEEEUx .row {
  justify-content: center;
}
.cid-v2PliEEEUx .list-wrap {
  margin-bottom: 24px;
}
.cid-v2PliEEEUx .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2PliEEEUx .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-v2PliEEEUx .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v2PliEEEUx .list-wrap .list {
    text-align: center;
  }
}
.cid-v2PliEEEUx .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-v2PliEEEUx .list-wrap .list .item-wrap:hover,
.cid-v2PliEEEUx .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2PliEEEUx .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-v2PliEEEUx .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-v2PliEEEUx .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-v2PliEEEUx .social-wrap .social-row {
  display: inline-flex;
}
.cid-v2PliEEEUx .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-v2PliEEEUx .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-v2PliEEEUx .social-wrap .social-row .soc-item a:hover::after,
.cid-v2PliEEEUx .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-v2PliEEEUx .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-v2PliEEEUx .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-v2PliEEEUx .mbr-list-title {
  color: #000000;
}
.cid-v2PliEEEUx .list {
  color: #1b1b1b;
}
.cid-v2PliEEEUx .copyright,
.cid-v2PliEEEUx .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v2PnfG9Ndg {
  z-index: 1000;
  width: 100%;
}
.cid-v2PnfG9Ndg .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-v2PnfG9Ndg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-v2PnfG9Ndg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2PnfG9Ndg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2PnfG9Ndg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v2PnfG9Ndg .menu_box .navbar.opened,
  .cid-v2PnfG9Ndg .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2PnfG9Ndg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v2PnfG9Ndg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v2PnfG9Ndg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PnfG9Ndg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2PnfG9Ndg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2PnfG9Ndg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2PnfG9Ndg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-v2PnfG9Ndg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2PnfG9Ndg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2PnfG9Ndg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2PnfG9Ndg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2PnfG9Ndg .offcanvas-body .mbr-text,
  .cid-v2PnfG9Ndg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2PnfG9Ndg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2PnfG9Ndg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2PnfG9Ndg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v2PnfG9Ndg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2PnfG9Ndg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2PnfG9Ndg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2PnfG9Ndg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2PnfG9Ndg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2PnfG9Ndg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2PnfG9Ndg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v2PnfG9Ndg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2PnfG9Ndg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v2PnfG9Ndg .lg_brand {
    margin: 0 1rem;
  }
  .cid-v2PnfG9Ndg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v2PnfG9Ndg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v2PnfG9Ndg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v2PnfG9Ndg .nav-item {
    margin: 0 !important;
  }
}
.cid-v2PnfG9Ndg .nav-item .nav-link {
  position: relative;
}
.cid-v2PnfG9Ndg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffccab;
  transition: all 0.3s ease-out;
}
.cid-v2PnfG9Ndg .nav-item .nav-link:hover,
.cid-v2PnfG9Ndg .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffccab !important;
}
.cid-v2PnfG9Ndg .nav-item .nav-link:hover::before,
.cid-v2PnfG9Ndg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v2PnfG9Ndg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2PnfG9Ndg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2PnfG9Ndg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2PnfG9Ndg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2PnfG9Ndg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v2PnfG9Ndg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2PnfG9Ndg .offcanvas_box {
    display: none;
  }
}
.cid-v2PnfG9Ndg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2PnfG9Ndg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2PnfG9Ndg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2PnfG9Ndg .container {
  display: flex;
  margin: auto;
}
.cid-v2PnfG9Ndg .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2PnfG9Ndg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2PnfG9Ndg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2PnfG9Ndg .navbar-caption {
  color: #ffffff;
}
.cid-v2PnfG9Ndg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2PnfG9Ndg .navbar-nav {
    margin: 0;
  }
}
.cid-v2PnfG9Ndg .dropdown-menu,
.cid-v2PnfG9Ndg .navbar.opened {
  background-color: false !important;
}
.cid-v2PnfG9Ndg .nav-item:focus,
.cid-v2PnfG9Ndg .nav-link:focus {
  outline: none;
}
.cid-v2PnfG9Ndg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2PnfG9Ndg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2PnfG9Ndg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2PnfG9Ndg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2PnfG9Ndg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2PnfG9Ndg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2PnfG9Ndg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2PnfG9Ndg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2PnfG9Ndg .navbar.opened {
  transition: all 0.3s;
}
.cid-v2PnfG9Ndg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2PnfG9Ndg .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-v2PnfG9Ndg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v2PnfG9Ndg .navbar.collapsed {
  justify-content: center;
}
.cid-v2PnfG9Ndg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2PnfG9Ndg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2PnfG9Ndg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2PnfG9Ndg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2PnfG9Ndg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2PnfG9Ndg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2PnfG9Ndg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2PnfG9Ndg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2PnfG9Ndg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v2PnfG9Ndg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2PnfG9Ndg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2PnfG9Ndg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2PnfG9Ndg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2PnfG9Ndg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2PnfG9Ndg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2PnfG9Ndg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2PnfG9Ndg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2PnfG9Ndg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2PnfG9Ndg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v2PnfG9Ndg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2PnfG9Ndg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2PnfG9Ndg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2PnfG9Ndg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2PnfG9Ndg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2PnfG9Ndg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2PnfG9Ndg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2PnfG9Ndg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2PnfG9Ndg .dropdown-item.active,
.cid-v2PnfG9Ndg .dropdown-item:active {
  background-color: transparent;
}
.cid-v2PnfG9Ndg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2PnfG9Ndg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2PnfG9Ndg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2PnfG9Ndg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2PnfG9Ndg .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-v2PnfG9Ndg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2PnfG9Ndg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2PnfG9Ndg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-v2PnfG9Ndg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2PnfG9Ndg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2PnfG9Ndg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2PnfG9Ndg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2PnfG9Ndg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2PnfG9Ndg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2PnfG9Ndg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2PnfG9Ndg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2PnfG9Ndg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2PnfG9Ndg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2PnfG9Ndg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2PnfG9Ndg .navbar {
    height: 70px;
  }
  .cid-v2PnfG9Ndg .navbar.opened {
    height: auto;
  }
  .cid-v2PnfG9Ndg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2PnfG9Ndg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v2PnfG9Ndg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v2PnfG9Ndg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v2PnfG9Ndg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-v2PnfG9Ndg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v2PnfG9Ndg .navbar-caption:hover {
  color: #ffccab;
}
@media (min-width: 992px) {
  .cid-v2PnfG9Ndg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2PnfG9Ndg .text_widget {
  margin-bottom: 32px;
}
.cid-v2PnfG9Ndg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2PnfG9Ndg .text_widget a:hover {
  opacity: .5;
}
.cid-v2PnfG9Ndg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2PnfG9Ndg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2PnfG9Ndg .mbr-section-subtitle,
.cid-v2PnfG9Ndg .text_widget,
.cid-v2PnfG9Ndg .mbr-section-btn {
  text-align: center;
}
.cid-v2PnfG9Ndg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2PnrNpPTZ {
  background-image: url("../../../assets/images/giordanocompetition-lancia-delta-s4-lato-1080x720.jpg");
}
.cid-v2PnrNpPTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PnrNpPTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PnrNpPTZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PnrNpPTZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PnrNpPTZ .container {
    padding: 0 20px;
  }
}
.cid-v2PnrNpPTZ .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-v2PnrNpPTZ .title-wrapper {
    padding: 50px 0;
  }
}
.cid-v2PnrNpPTZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2PnrNpPTZ .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-v2PnrNpPTZ .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-v2PnrNpPTZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2PnrNpPTZ .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-v2PnrNpPTZ .mbr-section-title,
.cid-v2PnrNpPTZ .mbr-section-btn {
  text-align: center;
}
.cid-v2UypGXAlz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2UypGXAlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UypGXAlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UypGXAlz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2UypGXAlz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2UypGXAlz .container {
    padding: 0 20px;
  }
}
.cid-v2UypGXAlz .row {
  justify-content: center;
}
.cid-v2UypGXAlz .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2UypGXAlz .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2UypGXAlz .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2UypGXAlz .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2UypGXAlz .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2UypGXAlz .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2UypGXAlz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2UypGXAlz .mbr-desc {
  color: #e4dfd4;
}
.cid-v2UypGXAlz .mbr-desc,
.cid-v2UypGXAlz .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2UzWuwAGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2UzWuwAGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UzWuwAGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UzWuwAGf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2UzWuwAGf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2UzWuwAGf .container {
    padding: 0 20px;
  }
}
.cid-v2UzWuwAGf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v2UzWuwAGf .link-wrapper {
  display: block;
}
.cid-v2UzWuwAGf .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2UzWuwAGf .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2UzWuwAGf .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2UzWuwAGf .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v2UzWuwAGf .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v2UzWuwAGf .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2UzWuwAGf .item {
    width: 100%;
  }
}
.cid-v2UzWuwAGf .item .item-wrapper a {
  display: block;
}
.cid-v2UzWuwAGf .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2UzWuwAGf .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v2UzWuwAGf .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2UzWuwAGf .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2UzWuwAGf .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v2UzWuwAGf .mbr-section-title {
  color: #c2b299;
}
.cid-v2UzWuwAGf .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2UzWuwAGf .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v2UzWuwAGf .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v2UzWuwAGf .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v2UGX9GsgV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2UGX9GsgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UGX9GsgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UGX9GsgV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2UGX9GsgV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2UGX9GsgV .container {
    padding: 0 20px;
  }
}
.cid-v2UGX9GsgV .row {
  justify-content: center;
}
.cid-v2UGX9GsgV .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2UGX9GsgV .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2UGX9GsgV .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2UGX9GsgV .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2UGX9GsgV .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2UGX9GsgV .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2UGX9GsgV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2UGX9GsgV .mbr-desc {
  color: #e4dfd4;
}
.cid-v2UGX9GsgV .mbr-desc,
.cid-v2UGX9GsgV .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2UGZaeVHH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2UGZaeVHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UGZaeVHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UGZaeVHH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2UGZaeVHH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2UGZaeVHH .container {
    padding: 0 20px;
  }
}
.cid-v2UGZaeVHH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v2UGZaeVHH .link-wrapper {
  display: block;
}
.cid-v2UGZaeVHH .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2UGZaeVHH .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2UGZaeVHH .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2UGZaeVHH .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v2UGZaeVHH .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v2UGZaeVHH .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2UGZaeVHH .item {
    width: 100%;
  }
}
.cid-v2UGZaeVHH .item .item-wrapper a {
  display: block;
}
.cid-v2UGZaeVHH .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2UGZaeVHH .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v2UGZaeVHH .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2UGZaeVHH .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2UGZaeVHH .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v2UGZaeVHH .mbr-section-title {
  color: #c2b299;
}
.cid-v2UGZaeVHH .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2UGZaeVHH .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v2UGZaeVHH .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v2UGZaeVHH .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v2V5p6OI6o {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2V5p6OI6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2V5p6OI6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2V5p6OI6o .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2V5p6OI6o .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2V5p6OI6o .container {
    padding: 0 20px;
  }
}
.cid-v2V5p6OI6o .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v2V5p6OI6o .link-wrapper {
  display: block;
}
.cid-v2V5p6OI6o .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2V5p6OI6o .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2V5p6OI6o .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2V5p6OI6o .row.items {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}
.cid-v2V5p6OI6o .item {
  padding: 0 14px;
  margin-bottom: 28px;
  width: 33.333%;
}
.cid-v2V5p6OI6o .item .item-wrapper a {
  display: block;
}
.cid-v2V5p6OI6o .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2V5p6OI6o .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  min-height: 345px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  aspect-ratio: 1.77777778;
}
.cid-v2V5p6OI6o .item .item-wrapper a .item-img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2V5p6OI6o .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2V5p6OI6o .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2V5p6OI6o .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2V5p6OI6o .item {
    width: 100%;
  }
}
.cid-v2V5p6OI6o .mbr-section-title {
  color: #c2b299;
  text-align: center;
}
.cid-v2V5p6OI6o .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2V5p6OI6o .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v2V5p6OI6o .item-img {
    aspect-ratio: auto;
    padding: inherit;
  }
  .cid-v2V5p6OI6o .item-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v2UCCeJTAI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2UCCeJTAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UCCeJTAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UCCeJTAI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2UCCeJTAI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2UCCeJTAI .container {
    padding: 0 20px;
  }
}
.cid-v2UCCeJTAI .row {
  justify-content: center;
}
.cid-v2UCCeJTAI .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2UCCeJTAI .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2UCCeJTAI .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2UCCeJTAI .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2UCCeJTAI .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2UCCeJTAI .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2UCCeJTAI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2UCCeJTAI .mbr-desc {
  color: #e4dfd4;
}
.cid-v2UCCeJTAI .mbr-desc,
.cid-v2UCCeJTAI .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2UD36CTtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2UD36CTtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UD36CTtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UD36CTtc .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2UD36CTtc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2UD36CTtc .container {
    padding: 0 20px;
  }
}
.cid-v2UD36CTtc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v2UD36CTtc .link-wrapper {
  display: block;
}
.cid-v2UD36CTtc .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2UD36CTtc .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2UD36CTtc .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2UD36CTtc .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v2UD36CTtc .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v2UD36CTtc .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2UD36CTtc .item {
    width: 100%;
  }
}
.cid-v2UD36CTtc .item .item-wrapper a {
  display: block;
}
.cid-v2UD36CTtc .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2UD36CTtc .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v2UD36CTtc .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2UD36CTtc .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2UD36CTtc .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v2UD36CTtc .mbr-section-title {
  color: #c2b299;
}
.cid-v2UD36CTtc .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2UD36CTtc .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v2UD36CTtc .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v2UD36CTtc .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v2UXo5yq8P {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2UXo5yq8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UXo5yq8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UXo5yq8P .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2UXo5yq8P .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2UXo5yq8P .container {
    padding: 0 20px;
  }
}
.cid-v2UXo5yq8P .row {
  justify-content: center;
}
.cid-v2UXo5yq8P .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2UXo5yq8P .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2UXo5yq8P .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2UXo5yq8P .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2UXo5yq8P .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2UXo5yq8P .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2UXo5yq8P .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2UXo5yq8P .mbr-desc {
  color: #e4dfd4;
}
.cid-v2UXo5yq8P .mbr-desc,
.cid-v2UXo5yq8P .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2TBtR5o20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2TBtR5o20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2TBtR5o20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2TBtR5o20 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2TBtR5o20 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2TBtR5o20 .container {
    padding: 0 20px;
  }
}
.cid-v2TBtR5o20 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v2TBtR5o20 .link-wrapper {
  display: block;
}
.cid-v2TBtR5o20 .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2TBtR5o20 .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2TBtR5o20 .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2TBtR5o20 .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v2TBtR5o20 .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v2TBtR5o20 .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2TBtR5o20 .item {
    width: 100%;
  }
}
.cid-v2TBtR5o20 .item .item-wrapper a {
  display: block;
}
.cid-v2TBtR5o20 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2TBtR5o20 .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.75;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.cid-v2TBtR5o20 .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2TBtR5o20 .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2TBtR5o20 .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v2TBtR5o20 .mbr-section-title {
  color: #c2b299;
  text-align: center;
}
.cid-v2TBtR5o20 .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2TBtR5o20 .mbr-desc {
  color: #f2f2f2;
}
.cid-v2V4ZKQPaT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2V4ZKQPaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2V4ZKQPaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2V4ZKQPaT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2V4ZKQPaT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2V4ZKQPaT .container {
    padding: 0 20px;
  }
}
.cid-v2V4ZKQPaT .row {
  justify-content: center;
}
.cid-v2V4ZKQPaT .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2V4ZKQPaT .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2V4ZKQPaT .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2V4ZKQPaT .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2V4ZKQPaT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2V4ZKQPaT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2V4ZKQPaT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2V4ZKQPaT .mbr-desc {
  color: #e4dfd4;
}
.cid-v2V4ZKQPaT .mbr-desc,
.cid-v2V4ZKQPaT .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2V8fjhO5H {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2V8fjhO5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2V8fjhO5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2V8fjhO5H .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2V8fjhO5H .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2V8fjhO5H .container {
    padding: 0 20px;
  }
}
.cid-v2V8fjhO5H .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v2V8fjhO5H .link-wrapper {
  display: block;
}
.cid-v2V8fjhO5H .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2V8fjhO5H .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2V8fjhO5H .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2V8fjhO5H .row.items {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}
.cid-v2V8fjhO5H .item {
  padding: 0 14px;
  margin-bottom: 28px;
  width: 33.333%;
}
.cid-v2V8fjhO5H .item .item-wrapper a {
  display: block;
}
.cid-v2V8fjhO5H .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2V8fjhO5H .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  min-height: 345px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  aspect-ratio: 1.33333333;
}
.cid-v2V8fjhO5H .item .item-wrapper a .item-img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2V8fjhO5H .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2V8fjhO5H .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2V8fjhO5H .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2V8fjhO5H .item {
    width: 100%;
  }
}
.cid-v2V8fjhO5H .mbr-section-title {
  color: #c2b299;
  text-align: center;
}
.cid-v2V8fjhO5H .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2V8fjhO5H .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v2V8fjhO5H .item-img {
    aspect-ratio: auto;
    padding: inherit;
  }
  .cid-v2V8fjhO5H .item-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v2V52nmEgx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2V52nmEgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2V52nmEgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2V52nmEgx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2V52nmEgx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2V52nmEgx .container {
    padding: 0 20px;
  }
}
.cid-v2V52nmEgx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v2V52nmEgx .link-wrapper {
  display: block;
}
.cid-v2V52nmEgx .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2V52nmEgx .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2V52nmEgx .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2V52nmEgx .row.items {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}
.cid-v2V52nmEgx .item {
  padding: 0 14px;
  margin-bottom: 28px;
  width: 25%;
}
.cid-v2V52nmEgx .item .item-wrapper a {
  display: block;
}
.cid-v2V52nmEgx .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2V52nmEgx .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  min-height: 345px;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  aspect-ratio: 0.75;
}
.cid-v2V52nmEgx .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2V52nmEgx .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2V52nmEgx .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2V52nmEgx .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2V52nmEgx .item {
    width: 100%;
  }
}
.cid-v2V52nmEgx .mbr-section-title {
  color: #c2b299;
  text-align: center;
}
.cid-v2V52nmEgx .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2V52nmEgx .mbr-desc {
  color: #f2f2f2;
}
.cid-v2VaisXQGl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2VaisXQGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VaisXQGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VaisXQGl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2VaisXQGl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2VaisXQGl .container {
    padding: 0 20px;
  }
}
.cid-v2VaisXQGl .row {
  justify-content: center;
}
.cid-v2VaisXQGl .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2VaisXQGl .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2VaisXQGl .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2VaisXQGl .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2VaisXQGl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2VaisXQGl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2VaisXQGl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2VaisXQGl .mbr-desc {
  color: #e4dfd4;
}
.cid-v2VaisXQGl .mbr-desc,
.cid-v2VaisXQGl .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2Vaj6v8cn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2Vaj6v8cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Vaj6v8cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Vaj6v8cn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2Vaj6v8cn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2Vaj6v8cn .container {
    padding: 0 20px;
  }
}
.cid-v2Vaj6v8cn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v2Vaj6v8cn .link-wrapper {
  display: block;
}
.cid-v2Vaj6v8cn .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2Vaj6v8cn .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2Vaj6v8cn .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2Vaj6v8cn .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v2Vaj6v8cn .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v2Vaj6v8cn .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2Vaj6v8cn .item {
    width: 100%;
  }
}
.cid-v2Vaj6v8cn .item .item-wrapper a {
  display: block;
}
.cid-v2Vaj6v8cn .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2Vaj6v8cn .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v2Vaj6v8cn .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2Vaj6v8cn .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2Vaj6v8cn .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v2Vaj6v8cn .mbr-section-title {
  color: #c2b299;
}
.cid-v2Vaj6v8cn .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2Vaj6v8cn .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v2Vaj6v8cn .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v2Vaj6v8cn .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v2VcRmzO5s {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2VcRmzO5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VcRmzO5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VcRmzO5s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2VcRmzO5s .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2VcRmzO5s .container {
    padding: 0 20px;
  }
}
.cid-v2VcRmzO5s .row {
  justify-content: center;
}
.cid-v2VcRmzO5s .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2VcRmzO5s .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v2VcRmzO5s .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2VcRmzO5s .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v2VcRmzO5s .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v2VcRmzO5s .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v2VcRmzO5s .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2VcRmzO5s .mbr-desc {
  color: #e4dfd4;
}
.cid-v2VcRmzO5s .mbr-desc,
.cid-v2VcRmzO5s .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2VcS4o86q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2VcS4o86q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VcS4o86q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VcS4o86q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2VcS4o86q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2VcS4o86q .container {
    padding: 0 20px;
  }
}
.cid-v2VcS4o86q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v2VcS4o86q .link-wrapper {
  display: block;
}
.cid-v2VcS4o86q .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2VcS4o86q .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v2VcS4o86q .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v2VcS4o86q .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v2VcS4o86q .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v2VcS4o86q .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v2VcS4o86q .item {
    width: 100%;
  }
}
.cid-v2VcS4o86q .item .item-wrapper a {
  display: block;
}
.cid-v2VcS4o86q .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v2VcS4o86q .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v2VcS4o86q .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2VcS4o86q .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2VcS4o86q .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v2VcS4o86q .mbr-section-title {
  color: #c2b299;
}
.cid-v2VcS4o86q .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v2VcS4o86q .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v2VcS4o86q .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v2VcS4o86q .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v35jBhcgV4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35jBhcgV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35jBhcgV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35jBhcgV4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35jBhcgV4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35jBhcgV4 .container {
    padding: 0 20px;
  }
}
.cid-v35jBhcgV4 .row {
  justify-content: center;
}
.cid-v35jBhcgV4 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v35jBhcgV4 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v35jBhcgV4 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v35jBhcgV4 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v35jBhcgV4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v35jBhcgV4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v35jBhcgV4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v35jBhcgV4 .mbr-desc {
  color: #e4dfd4;
}
.cid-v35jBhcgV4 .mbr-desc,
.cid-v35jBhcgV4 .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v35jC1W5JT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v35jC1W5JT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35jC1W5JT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35jC1W5JT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35jC1W5JT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35jC1W5JT .container {
    padding: 0 20px;
  }
}
.cid-v35jC1W5JT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v35jC1W5JT .link-wrapper {
  display: block;
}
.cid-v35jC1W5JT .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v35jC1W5JT .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v35jC1W5JT .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v35jC1W5JT .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v35jC1W5JT .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v35jC1W5JT .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v35jC1W5JT .item {
    width: 100%;
  }
}
.cid-v35jC1W5JT .item .item-wrapper a {
  display: block;
}
.cid-v35jC1W5JT .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v35jC1W5JT .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v35jC1W5JT .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v35jC1W5JT .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v35jC1W5JT .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v35jC1W5JT .mbr-section-title {
  color: #c2b299;
}
.cid-v35jC1W5JT .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v35jC1W5JT .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v35jC1W5JT .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v35jC1W5JT .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v35v4dK0Lu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35v4dK0Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35v4dK0Lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35v4dK0Lu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35v4dK0Lu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35v4dK0Lu .container {
    padding: 0 20px;
  }
}
.cid-v35v4dK0Lu .row {
  justify-content: center;
}
.cid-v35v4dK0Lu .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v35v4dK0Lu .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v35v4dK0Lu .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v35v4dK0Lu .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v35v4dK0Lu .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v35v4dK0Lu .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v35v4dK0Lu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v35v4dK0Lu .mbr-desc {
  color: #e4dfd4;
}
.cid-v35v4dK0Lu .mbr-desc,
.cid-v35v4dK0Lu .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v35v4XD4Gh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v35v4XD4Gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35v4XD4Gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35v4XD4Gh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35v4XD4Gh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35v4XD4Gh .container {
    padding: 0 20px;
  }
}
.cid-v35v4XD4Gh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v35v4XD4Gh .link-wrapper {
  display: block;
}
.cid-v35v4XD4Gh .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v35v4XD4Gh .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v35v4XD4Gh .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v35v4XD4Gh .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v35v4XD4Gh .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v35v4XD4Gh .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v35v4XD4Gh .item {
    width: 100%;
  }
}
.cid-v35v4XD4Gh .item .item-wrapper a {
  display: block;
}
.cid-v35v4XD4Gh .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v35v4XD4Gh .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v35v4XD4Gh .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v35v4XD4Gh .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v35v4XD4Gh .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v35v4XD4Gh .mbr-section-title {
  color: #c2b299;
}
.cid-v35v4XD4Gh .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v35v4XD4Gh .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v35v4XD4Gh .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v35v4XD4Gh .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v36nQdl6Av {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v36nQdl6Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36nQdl6Av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36nQdl6Av .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v36nQdl6Av .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v36nQdl6Av .container {
    padding: 0 20px;
  }
}
.cid-v36nQdl6Av .row {
  justify-content: center;
}
.cid-v36nQdl6Av .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v36nQdl6Av .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v36nQdl6Av .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v36nQdl6Av .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v36nQdl6Av .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v36nQdl6Av .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v36nQdl6Av .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v36nQdl6Av .mbr-desc {
  color: #e4dfd4;
}
.cid-v36nQdl6Av .mbr-desc,
.cid-v36nQdl6Av .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v36nQTUSAB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v36nQTUSAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36nQTUSAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36nQTUSAB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v36nQTUSAB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v36nQTUSAB .container {
    padding: 0 20px;
  }
}
.cid-v36nQTUSAB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v36nQTUSAB .link-wrapper {
  display: block;
}
.cid-v36nQTUSAB .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v36nQTUSAB .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v36nQTUSAB .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v36nQTUSAB .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v36nQTUSAB .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v36nQTUSAB .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v36nQTUSAB .item {
    width: 100%;
  }
}
.cid-v36nQTUSAB .item .item-wrapper a {
  display: block;
}
.cid-v36nQTUSAB .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v36nQTUSAB .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v36nQTUSAB .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v36nQTUSAB .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v36nQTUSAB .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v36nQTUSAB .mbr-section-title {
  color: #c2b299;
}
.cid-v36nQTUSAB .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v36nQTUSAB .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v36nQTUSAB .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v36nQTUSAB .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v36tAipmFl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v36tAipmFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36tAipmFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36tAipmFl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v36tAipmFl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v36tAipmFl .container {
    padding: 0 20px;
  }
}
.cid-v36tAipmFl .row {
  justify-content: center;
}
.cid-v36tAipmFl .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v36tAipmFl .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v36tAipmFl .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v36tAipmFl .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v36tAipmFl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v36tAipmFl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v36tAipmFl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v36tAipmFl .mbr-desc {
  color: #e4dfd4;
}
.cid-v36tAipmFl .mbr-desc,
.cid-v36tAipmFl .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v36tBfSYDr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36tBfSYDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36tBfSYDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36tBfSYDr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v36tBfSYDr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v36tBfSYDr .container {
    padding: 0 20px;
  }
}
.cid-v36tBfSYDr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v36tBfSYDr .link-wrapper {
  display: block;
}
.cid-v36tBfSYDr .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v36tBfSYDr .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v36tBfSYDr .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v36tBfSYDr .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v36tBfSYDr .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v36tBfSYDr .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v36tBfSYDr .item {
    width: 100%;
  }
}
.cid-v36tBfSYDr .item .item-wrapper a {
  display: block;
}
.cid-v36tBfSYDr .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v36tBfSYDr .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v36tBfSYDr .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v36tBfSYDr .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v36tBfSYDr .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v36tBfSYDr .mbr-section-title {
  color: #c2b299;
}
.cid-v36tBfSYDr .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v36tBfSYDr .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v36tBfSYDr .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v36tBfSYDr .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v36tCmXKQ9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v36tCmXKQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36tCmXKQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36tCmXKQ9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v36tCmXKQ9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v36tCmXKQ9 .container {
    padding: 0 20px;
  }
}
.cid-v36tCmXKQ9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cid-v36tCmXKQ9 .link-wrapper {
  display: block;
}
.cid-v36tCmXKQ9 .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v36tCmXKQ9 .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-v36tCmXKQ9 .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-v36tCmXKQ9 .row.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.cid-v36tCmXKQ9 .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .cid-v36tCmXKQ9 .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v36tCmXKQ9 .item {
    width: 100%;
  }
}
.cid-v36tCmXKQ9 .item .item-wrapper a {
  display: block;
}
.cid-v36tCmXKQ9 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-v36tCmXKQ9 .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.33333333;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-v36tCmXKQ9 .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v36tCmXKQ9 .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v36tCmXKQ9 .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v36tCmXKQ9 .mbr-section-title {
  color: #c2b299;
}
.cid-v36tCmXKQ9 .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-v36tCmXKQ9 .mbr-desc {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-v36tCmXKQ9 .item-img {
    aspect-ratio: auto;
    min-height: auto;
    padding: 0;
  }
  .cid-v36tCmXKQ9 .item-img img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cid-v2PnfGKnnx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-v2PnfGKnnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PnfGKnnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PnfGKnnx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2PnfGKnnx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2PnfGKnnx .container {
    padding: 0 20px;
  }
}
.cid-v2PnfGKnnx .row {
  justify-content: center;
}
.cid-v2PnfGKnnx .list-wrap {
  margin-bottom: 24px;
}
.cid-v2PnfGKnnx .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2PnfGKnnx .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-v2PnfGKnnx .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v2PnfGKnnx .list-wrap .list {
    text-align: center;
  }
}
.cid-v2PnfGKnnx .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-v2PnfGKnnx .list-wrap .list .item-wrap:hover,
.cid-v2PnfGKnnx .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v2PnfGKnnx .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-v2PnfGKnnx .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-v2PnfGKnnx .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-v2PnfGKnnx .social-wrap .social-row {
  display: inline-flex;
}
.cid-v2PnfGKnnx .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-v2PnfGKnnx .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-v2PnfGKnnx .social-wrap .social-row .soc-item a:hover::after,
.cid-v2PnfGKnnx .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-v2PnfGKnnx .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-v2PnfGKnnx .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-v2PnfGKnnx .mbr-list-title {
  color: #000000;
}
.cid-v2PnfGKnnx .list {
  color: #1b1b1b;
}
.cid-v2PnfGKnnx .copyright,
.cid-v2PnfGKnnx .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v35c57gqP8 {
  z-index: 1000;
  width: 100%;
}
.cid-v35c57gqP8 .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
  position: fixed;
}
.cid-v35c57gqP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-v35c57gqP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v35c57gqP8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v35c57gqP8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v35c57gqP8 .menu_box .navbar.opened,
  .cid-v35c57gqP8 .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-v35c57gqP8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v35c57gqP8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v35c57gqP8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v35c57gqP8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v35c57gqP8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v35c57gqP8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v35c57gqP8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-v35c57gqP8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v35c57gqP8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v35c57gqP8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v35c57gqP8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v35c57gqP8 .offcanvas-body .mbr-text,
  .cid-v35c57gqP8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v35c57gqP8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v35c57gqP8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v35c57gqP8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v35c57gqP8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v35c57gqP8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v35c57gqP8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v35c57gqP8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v35c57gqP8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v35c57gqP8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35c57gqP8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v35c57gqP8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v35c57gqP8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v35c57gqP8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-v35c57gqP8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-v35c57gqP8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v35c57gqP8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v35c57gqP8 .nav-item {
    margin: 0 !important;
  }
}
.cid-v35c57gqP8 .nav-item .nav-link {
  position: relative;
}
.cid-v35c57gqP8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffccab;
  transition: all 0.3s ease-out;
}
.cid-v35c57gqP8 .nav-item .nav-link:hover,
.cid-v35c57gqP8 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffccab !important;
}
.cid-v35c57gqP8 .nav-item .nav-link:hover::before,
.cid-v35c57gqP8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v35c57gqP8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v35c57gqP8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v35c57gqP8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v35c57gqP8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35c57gqP8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v35c57gqP8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v35c57gqP8 .offcanvas_box {
    display: none;
  }
}
.cid-v35c57gqP8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v35c57gqP8 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v35c57gqP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v35c57gqP8 .container {
  display: flex;
  margin: auto;
}
.cid-v35c57gqP8 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v35c57gqP8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v35c57gqP8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v35c57gqP8 .navbar-caption {
  color: #ffffff;
}
.cid-v35c57gqP8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v35c57gqP8 .navbar-nav {
    margin: 0;
  }
}
.cid-v35c57gqP8 .dropdown-menu,
.cid-v35c57gqP8 .navbar.opened {
  background-color: false !important;
}
.cid-v35c57gqP8 .nav-item:focus,
.cid-v35c57gqP8 .nav-link:focus {
  outline: none;
}
.cid-v35c57gqP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v35c57gqP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v35c57gqP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v35c57gqP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v35c57gqP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v35c57gqP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v35c57gqP8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v35c57gqP8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v35c57gqP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v35c57gqP8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v35c57gqP8 .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-v35c57gqP8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v35c57gqP8 .navbar.collapsed {
  justify-content: center;
}
.cid-v35c57gqP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v35c57gqP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v35c57gqP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v35c57gqP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v35c57gqP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v35c57gqP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v35c57gqP8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v35c57gqP8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v35c57gqP8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v35c57gqP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v35c57gqP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v35c57gqP8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v35c57gqP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v35c57gqP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v35c57gqP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v35c57gqP8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v35c57gqP8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v35c57gqP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v35c57gqP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v35c57gqP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v35c57gqP8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v35c57gqP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v35c57gqP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v35c57gqP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v35c57gqP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v35c57gqP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v35c57gqP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v35c57gqP8 .dropdown-item.active,
.cid-v35c57gqP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v35c57gqP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v35c57gqP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v35c57gqP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v35c57gqP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v35c57gqP8 .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-v35c57gqP8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v35c57gqP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v35c57gqP8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-v35c57gqP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v35c57gqP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v35c57gqP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35c57gqP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35c57gqP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v35c57gqP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35c57gqP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v35c57gqP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v35c57gqP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35c57gqP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v35c57gqP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v35c57gqP8 .navbar {
    height: 70px;
  }
  .cid-v35c57gqP8 .navbar.opened {
    height: auto;
  }
  .cid-v35c57gqP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35c57gqP8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v35c57gqP8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v35c57gqP8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v35c57gqP8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-v35c57gqP8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v35c57gqP8 .navbar-caption:hover {
  color: #ffccab;
}
@media (min-width: 992px) {
  .cid-v35c57gqP8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v35c57gqP8 .text_widget {
  margin-bottom: 32px;
}
.cid-v35c57gqP8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v35c57gqP8 .text_widget a:hover {
  opacity: .5;
}
.cid-v35c57gqP8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v35c57gqP8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v35c57gqP8 .mbr-section-subtitle,
.cid-v35c57gqP8 .text_widget,
.cid-v35c57gqP8 .mbr-section-btn {
  text-align: center;
}
.cid-v35c57gqP8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v35c57ZPhi {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v35c57ZPhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35c57ZPhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35c57ZPhi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35c57ZPhi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35c57ZPhi .container {
    padding: 0 20px;
  }
}
.cid-v35c57ZPhi .row {
  justify-content: center;
}
.cid-v35c57ZPhi .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v35c57ZPhi .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v35c57ZPhi .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v35c57ZPhi .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v35c57ZPhi .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v35c57ZPhi .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v35c57ZPhi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v35c57ZPhi .mbr-desc {
  color: #e4dfd4;
}
.cid-v35c57ZPhi .mbr-desc,
.cid-v35c57ZPhi .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v35c58h9J6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35c58h9J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35c58h9J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35c58h9J6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35c58h9J6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35c58h9J6 .container {
    padding: 0 20px;
  }
}
.cid-v35c58h9J6 .row {
  justify-content: center;
}
.cid-v35c58h9J6 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v35c58h9J6 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v35c58h9J6 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v35c58h9J6 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v35c58h9J6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v35c58h9J6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v35c58h9J6 .mbr-text {
  color: #000000;
}
.cid-v35c58h9J6 .mbr-desc {
  color: #e4dfd4;
}
.cid-v35c58h9J6 .mbr-desc,
.cid-v35c58h9J6 .desc-wrapper {
  color: #000000;
}
.cid-v35c58Agjq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35c58Agjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35c58Agjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35c58Agjq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35c58Agjq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35c58Agjq .container {
    padding: 0 20px;
  }
}
.cid-v35c58Agjq .row {
  justify-content: center;
}
.cid-v35c58Agjq .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v35c58Agjq .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v35c58Agjq .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v35c58Agjq .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v35c58Agjq .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v35c58Agjq .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v35c58Agjq .mbr-text {
  color: #000000;
}
.cid-v35c58Agjq .mbr-desc {
  color: #e4dfd4;
}
.cid-v35c58Agjq .mbr-desc,
.cid-v35c58Agjq .desc-wrapper {
  color: #000000;
}
.cid-v35c58VppZ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35c58VppZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35c58VppZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35c58VppZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35c58VppZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35c58VppZ .container {
    padding: 0 20px;
  }
}
.cid-v35c58VppZ .row {
  justify-content: center;
}
.cid-v35c58VppZ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v35c58VppZ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v35c58VppZ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v35c58VppZ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v35c58VppZ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v35c58VppZ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v35c58VppZ .mbr-text {
  color: #000000;
}
.cid-v35c58VppZ .mbr-desc {
  color: #e4dfd4;
}
.cid-v35c58VppZ .mbr-desc,
.cid-v35c58VppZ .desc-wrapper {
  color: #000000;
}
.cid-v35c59iXGT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35c59iXGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35c59iXGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35c59iXGT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35c59iXGT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35c59iXGT .container {
    padding: 0 20px;
  }
}
.cid-v35c59iXGT .row {
  justify-content: center;
}
.cid-v35c59iXGT .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v35c59iXGT .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-v35c59iXGT .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v35c59iXGT .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-v35c59iXGT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v35c59iXGT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-v35c59iXGT .mbr-text {
  color: #000000;
}
.cid-v35c59iXGT .mbr-desc {
  color: #e4dfd4;
}
.cid-v35c59iXGT .mbr-desc,
.cid-v35c59iXGT .desc-wrapper {
  color: #000000;
}
.cid-v35c5aGAli {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1b1b;
}
.cid-v35c5aGAli .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35c5aGAli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35c5aGAli .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v35c5aGAli .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v35c5aGAli .container {
    padding: 0 20px;
  }
}
.cid-v35c5aGAli .row {
  justify-content: center;
}
.cid-v35c5aGAli .list-wrap {
  margin-bottom: 24px;
}
.cid-v35c5aGAli .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v35c5aGAli .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-v35c5aGAli .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v35c5aGAli .list-wrap .list {
    text-align: center;
  }
}
.cid-v35c5aGAli .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-v35c5aGAli .list-wrap .list .item-wrap:hover,
.cid-v35c5aGAli .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-v35c5aGAli .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-v35c5aGAli .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-v35c5aGAli .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-v35c5aGAli .social-wrap .social-row {
  display: inline-flex;
}
.cid-v35c5aGAli .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-v35c5aGAli .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-v35c5aGAli .social-wrap .social-row .soc-item a:hover::after,
.cid-v35c5aGAli .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-v35c5aGAli .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-v35c5aGAli .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-v35c5aGAli .mbr-list-title {
  color: #000000;
}
.cid-v35c5aGAli .list {
  color: #1b1b1b;
}
.cid-v35c5aGAli .copyright,
.cid-v35c5aGAli .social-wrap {
  text-align: center;
  color: #ffffff;
}
