.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Questrial', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Questrial', sans-serif;
  font-size: 0.85rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-4 {
  font-family: 'Questrial', sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'Questrial', sans-serif;
  font-size: 2.37rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.9625rem;
}
.display-7 {
  font-family: 'Questrial', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.704rem;
    font-size: calc( 0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.896rem;
    font-size: calc( 1.4795rem + (2.37 - 1.4795) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4795rem + (2.37 - 1.4795) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #c6171e !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #0a82f8 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border: none  !important;
  color: #808080 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282828 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border: none  !important;
  color: #808080 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c6171e !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #780e12 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #780e12 !important;
  border-color: #780e12 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0a82f8 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0556a7 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0556a7 !important;
  border-color: #0556a7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #282828;
  color: #282828;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c6171e;
  color: #c6171e;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #780e12 !important;
  background-color: transparent!important;
  border-color: #780e12 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c6171e !important;
  border-color: #c6171e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #0a82f8;
  color: #0a82f8;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0556a7 !important;
  background-color: transparent!important;
  border-color: #0556a7 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0a82f8 !important;
  border-color: #0a82f8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #282828 !important;
}
.text-success {
  color: #c6171e !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #0a82f8 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6b0c10 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #044f98 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #0a82f8;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #ee6e73;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0e7fe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Questrial', sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.1rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Questrial', sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #282828 !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='%23ffffff' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-vghYxVhUo3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-vghYxVhUo3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vghYxVhUo3 a {
  font-style: normal;
}
.cid-vghYxVhUo3 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-vghYxVhUo3 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-vghYxVhUo3 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-vghYxVhUo3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vghYxVhUo3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vghYxVhUo3 .nav-item:focus,
.cid-vghYxVhUo3 .nav-link:focus {
  outline: none;
}
.cid-vghYxVhUo3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vghYxVhUo3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vghYxVhUo3 .menu-logo {
  margin-right: auto;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vghYxVhUo3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vghYxVhUo3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vghYxVhUo3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vghYxVhUo3 button.navbar-toggler:focus {
  outline: none;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef5b06;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vghYxVhUo3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vghYxVhUo3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vghYxVhUo3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vghYxVhUo3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vghYxVhUo3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vghYxVhUo3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vghYxVhUo3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vghYxVhUo3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vghYxVhUo3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vghYxVhUo3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-vghYxVhUo3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vghYxVhUo3 img {
    height: 3.8rem !important;
  }
  .cid-vghYxVhUo3 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-vghYxVhUo3 .menu-wrap {
    flex-direction: column;
  }
  .cid-vghYxVhUo3 .btn {
    display: -webkit-flex;
  }
  .cid-vghYxVhUo3 button.navbar-toggler {
    display: block;
  }
  .cid-vghYxVhUo3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-vghYxVhUo3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vghYxVhUo3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing,
  .cid-vghYxVhUo3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-nav,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vghYxVhUo3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vghYxVhUo3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vghYxVhUo3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vghYxVhUo3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vghYxVhUo3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-vghYxVhUo3 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-vghYxVhUo3 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-vghYxVhUo3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vghYxVhUo3 .nav-link:hover,
.cid-vghYxVhUo3 .dropdown-item:hover {
  color: #ef5b06 !important;
}
.cid-u8iyhDnaZy {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c6171e;
}
.cid-u8iyhDnaZy .carousel {
  width: 100%;
}
.cid-u8iyhDnaZy .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u8iyhDnaZy .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u8iyhDnaZy .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-u8iyhDnaZy .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-u8iyhDnaZy .carousel-caption {
    width: 900px;
  }
}
.cid-u8iyhDnaZy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u8iyhDnaZy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u8iyhDnaZy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-u8iyhDnaZy .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8iyhDnaZy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u8iyhDnaZy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u8iyhDnaZy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u8iyhDnaZy .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-u8iyhDnaZy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8iyhDnaZy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8iyhDnaZy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8iyhDnaZy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u8iyhDnaZy .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-u8iyhDnaZy .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-u8iyhDnaZy .carousel-indicators li::after,
.cid-u8iyhDnaZy .carousel-indicators li::before {
  content: none;
}
.cid-u8iyhDnaZy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-u8iyhDnaZy H5 {
  text-align: left;
}
.cid-u8iyhDnaZy P {
  text-align: left;
}
.cid-u7Nef0UU0v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7Nef0UU0v .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-u7Nef0UU0v .mbr-section-title {
  margin-bottom: 20px;
  color: #232323;
  text-align: center;
}
.cid-u7Nef0UU0v .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-u7Nef0UU0v a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-u7Nef0UU0v .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-u7Nef0UU0v .mbr-text,
.cid-u7Nef0UU0v .button-align {
  text-align: center;
  color: #232323;
}
.cid-u7Nef0UU0v a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-u8nXXYky6i {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8nXXYky6i .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u8nXXYky6i .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-u8nXXYky6i .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-u8nXXYky6i .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-u8nXXYky6i .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-u8nXXYky6i .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u8nXXYky6i .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-u8nXXYky6i .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-u8nXXYky6i .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-u8nXXYky6i .item-title {
  color: #c6171e;
  text-align: left;
}
.cid-u8nXXYky6i .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-u8nXXYky6i .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8nXXYky6i .mbr-section-btn .btn:before {
  display: none;
}
.cid-u8nXXYky6i .mbr-section-btn .btn:after {
  display: none;
}
.cid-u8nXXYky6i .mbr-text,
.cid-u8nXXYky6i .mbr-section-btn {
  text-align: left;
}
.cid-u8ketikdRy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8ketikdRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ketikdRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ketikdRy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u8ketikdRy .mbr-section-title {
  color: #24262b;
}
.cid-u8ketikdRy .mbr-section-subtitle {
  color: #24262b;
}
.cid-u8ketikdRy .cards-row {
  row-gap: 32px;
}
.cid-u8ketikdRy .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u8ketikdRy .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u8ketikdRy .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u8ketikdRy .card-subtitle {
  color: #24262b;
}
.cid-u8ketikdRy .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u8ketikdRy .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8ketikdRy .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u8ketikdRy .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u8ketikdRy .card-text,
.cid-u8ketikdRy .mbr-section-btn {
  color: #282828;
}
.cid-u8iBWjJ85z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8iBWjJ85z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8iBWjJ85z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8iBWjJ85z .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  background-image: linear-gradient(0deg, #ffffff, rgba(17, 17, 17, 0));
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-u8iBWjJ85z .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u8iBWjJ85z .embla__slide .card-wrap {
  z-index: 1;
}
.cid-u8iBWjJ85z .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
  border-radius: 16px;
  z-index: -1;
}
.cid-u8iBWjJ85z .embla__slide .card-wrap .mbr-desc {
  padding: 0 5px;
  margin: -3rem 0 0 0;
  z-index: 1;
}
.cid-u8iBWjJ85z .embla__button--next,
.cid-u8iBWjJ85z .embla__button--prev {
  display: flex;
}
.cid-u8iBWjJ85z .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u8iBWjJ85z .embla__button {
    display: none;
  }
}
.cid-u8iBWjJ85z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8iBWjJ85z .embla__button:hover {
  background: #ffffff;
  color: #ffffff;
  opacity: .7;
}
.cid-u8iBWjJ85z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8iBWjJ85z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8iBWjJ85z .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-u8iBWjJ85z .embla {
  position: relative;
  width: 100%;
}
.cid-u8iBWjJ85z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u8iBWjJ85z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8iBWjJ85z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8iBWjJ85z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8iBWjJ85z .mbr-desc {
  color: #f4efe8;
  text-align: right;
}
.cid-u8pYTMhszK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/maxresdefault-1-1280x720.jpg");
}
.cid-u8pYTMhszK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pYTMhszK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pYTMhszK .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-u8pYTMhszK .mbr-section-title {
  color: #FFFFFF;
}
.cid-u8pYTMhszK .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-u8pYTMhszK .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-u8pYTMhszK .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8pYTMhszK iframe,
.cid-u8pYTMhszK img,
.cid-u8pYTMhszK video {
  width: 100%;
}
.cid-u8pYTMhszK .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-u8pYTMhszK .mbr-media span {
  font-size: 1.5rem;
  color: #c6171e;
  transition: all 0.2s;
}
.cid-u8pYTMhszK .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-u8pYTMhszK .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u8pYTMhszK .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-u8pYTMhszK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8pYTMhszK .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-u8pYTMhszK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8pYTMhszK .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-u8pYTMhszK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8pYTMhszK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vghYxVhUo3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-vghYxVhUo3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vghYxVhUo3 a {
  font-style: normal;
}
.cid-vghYxVhUo3 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-vghYxVhUo3 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-vghYxVhUo3 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-vghYxVhUo3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vghYxVhUo3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vghYxVhUo3 .nav-item:focus,
.cid-vghYxVhUo3 .nav-link:focus {
  outline: none;
}
.cid-vghYxVhUo3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vghYxVhUo3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vghYxVhUo3 .menu-logo {
  margin-right: auto;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vghYxVhUo3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vghYxVhUo3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vghYxVhUo3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vghYxVhUo3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vghYxVhUo3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vghYxVhUo3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vghYxVhUo3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vghYxVhUo3 button.navbar-toggler:focus {
  outline: none;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef5b06;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vghYxVhUo3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vghYxVhUo3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vghYxVhUo3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vghYxVhUo3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vghYxVhUo3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vghYxVhUo3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vghYxVhUo3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vghYxVhUo3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vghYxVhUo3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vghYxVhUo3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vghYxVhUo3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vghYxVhUo3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vghYxVhUo3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vghYxVhUo3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-vghYxVhUo3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vghYxVhUo3 img {
    height: 3.8rem !important;
  }
  .cid-vghYxVhUo3 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-vghYxVhUo3 .menu-wrap {
    flex-direction: column;
  }
  .cid-vghYxVhUo3 .btn {
    display: -webkit-flex;
  }
  .cid-vghYxVhUo3 button.navbar-toggler {
    display: block;
  }
  .cid-vghYxVhUo3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-vghYxVhUo3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vghYxVhUo3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing,
  .cid-vghYxVhUo3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-nav,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vghYxVhUo3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vghYxVhUo3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vghYxVhUo3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vghYxVhUo3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vghYxVhUo3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vghYxVhUo3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vghYxVhUo3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-vghYxVhUo3 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-vghYxVhUo3 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-vghYxVhUo3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vghYxVhUo3 .nav-link:hover,
.cid-vghYxVhUo3 .dropdown-item:hover {
  color: #ef5b06 !important;
}
.cid-u8b89rZsSY {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prodtop-1-1441x600.jpg");
}
.cid-u8b89rZsSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8b89rZsSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u8b89rZsSY .col-content {
    text-align: center;
  }
}
.cid-u8b89rZsSY .label-container {
  margin-bottom: 16px;
}
.cid-u8b89rZsSY .label-text {
  color: #24262b;
}
.cid-u8b89rZsSY .label-text-2 {
  color: #24262b;
}
.cid-u8b89rZsSY .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-u8b89rZsSY .text-container {
  margin-top: 24px;
}
.cid-u8b89rZsSY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8b89rZsSY .mbr-text {
  color: #b79b6c;
}
.cid-u8b89rZsSY .mbr-section-btn {
  margin-top: 28px;
}
.cid-u8q1plo66I {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8q1plo66I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8q1plo66I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8q1plo66I .mbr-section-title {
  color: #24262b;
}
.cid-u8q1plo66I .mbr-section-subtitle {
  color: #24262b;
}
.cid-u8q1plo66I .mbr-section-btn {
  margin-top: 16px;
}
.cid-u8kDa7b4DE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-u8kDa7b4DE .pos_rel {
  position: relative;
}
.cid-u8kDa7b4DE .main_section_title {
  display: flex;
}
.cid-u8kDa7b4DE .main_title {
  padding: 0 8.333%;
}
.cid-u8kDa7b4DE .empty_content {
  width: 150%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u8kDa7b4DE .card_title {
    font-size: 2rem;
  }
}
.cid-u8kDa7b4DE .text-wrapper {
  width: 100%;
  background: #c6171e;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-u8kDa7b4DE .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-u8kDa7b4DE .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-u8kDa7b4DE .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-u8kDa7b4DE .text-wrapper:hover .card_title a {
  color: #282828 !important;
}
.cid-u8kDa7b4DE .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u8kDa7b4DE .block-content {
  display: flex;
  align-items: center;
}
.cid-u8kDa7b4DE .image-wrapper,
.cid-u8kDa7b4DE img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-u8kDa7b4DE .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u8kDa7b4DE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u8kDa7b4DE .mbr-section-btn .btn-secondary-outline:hover,
.cid-u8kDa7b4DE .mbr-section-btn .btn-secondary-outline .active,
.cid-u8kDa7b4DE .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u8kDa7b4DE .block-content {
    flex-direction: column;
  }
  .cid-u8kDa7b4DE .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-u8kDa7b4DE .empty_content {
    display: none;
  }
  .cid-u8kDa7b4DE .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u8kDa7b4DE .text-wrapper,
  .cid-u8kDa7b4DE .main_title {
    padding: 30px 1rem;
  }
}
.cid-u8kCR7K0pC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8kCR7K0pC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kCR7K0pC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kCR7K0pC .row {
  justify-content: flex-start;
}
.cid-u8kCR7K0pC .mbr-section-title {
  color: #282828;
}
.cid-u8kCR7K0pC .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8kCR7K0pC .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8kCR7K0pC .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8kCR7K0pC .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8kCR7K0pC .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8kCR7K0pC .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8kCR7K0pC .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8kCR7K0pC .mbr-text,
.cid-u8kCR7K0pC .mbr-section-btn {
  color: #282828;
}
.cid-u8kCRYYeNw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8kCRYYeNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kCRYYeNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kCRYYeNw .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8kCRYYeNw .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8kCRYYeNw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8kCRYYeNw .container {
    padding: 0 16px;
  }
}
.cid-u8kCRYYeNw .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8kCRYYeNw .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8kCRYYeNw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8kCRYYeNw .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8kCRYYeNw .item .item-wrapper:hover .item-img img,
.cid-u8kCRYYeNw .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8kCRYYeNw .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8kCRYYeNw .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8kCRYYeNw .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8kCRYYeNw .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8kCRYYeNw .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8kCRYYeNw .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8kCRYYeNw .item a {
  display: block;
}
.cid-u8kCRYYeNw .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8kCRYYeNw .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8kCRYYeNw .card-title {
  color: #f4f4f4;
}
.cid-u8kFMmG4qc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8kFMmG4qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kFMmG4qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kFMmG4qc .row {
  justify-content: flex-start;
}
.cid-u8kFMmG4qc .mbr-section-title {
  color: #282828;
}
.cid-u8kFMmG4qc .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8kFMmG4qc .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8kFMmG4qc .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8kFMmG4qc .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8kFMmG4qc .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8kFMmG4qc .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8kFMmG4qc .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8kFMmG4qc .mbr-text,
.cid-u8kFMmG4qc .mbr-section-btn {
  color: #282828;
}
.cid-u8kFN0YJL4 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u8kFN0YJL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kFN0YJL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kFN0YJL4 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8kFN0YJL4 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8kFN0YJL4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8kFN0YJL4 .container {
    padding: 0 16px;
  }
}
.cid-u8kFN0YJL4 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8kFN0YJL4 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8kFN0YJL4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8kFN0YJL4 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8kFN0YJL4 .item .item-wrapper:hover .item-img img,
.cid-u8kFN0YJL4 .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8kFN0YJL4 .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8kFN0YJL4 .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8kFN0YJL4 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8kFN0YJL4 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8kFN0YJL4 .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8kFN0YJL4 .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8kFN0YJL4 .item a {
  display: block;
}
.cid-u8kFN0YJL4 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8kFN0YJL4 .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8kFN0YJL4 .card-title {
  color: #f4f4f4;
}
.cid-u8RY08uM2C {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8RY08uM2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RY08uM2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RY08uM2C .row {
  justify-content: flex-start;
}
.cid-u8RY08uM2C .mbr-section-title {
  color: #282828;
}
.cid-u8RY08uM2C .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8RY08uM2C .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8RY08uM2C .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8RY08uM2C .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8RY08uM2C .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8RY08uM2C .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8RY08uM2C .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8RY08uM2C .mbr-text,
.cid-u8RY08uM2C .mbr-section-btn {
  color: #282828;
}
.cid-u8RY1lDluM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8RY1lDluM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RY1lDluM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RY1lDluM .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8RY1lDluM .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8RY1lDluM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8RY1lDluM .container {
    padding: 0 16px;
  }
}
.cid-u8RY1lDluM .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8RY1lDluM .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8RY1lDluM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8RY1lDluM .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8RY1lDluM .item .item-wrapper:hover .item-img img,
.cid-u8RY1lDluM .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8RY1lDluM .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8RY1lDluM .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8RY1lDluM .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8RY1lDluM .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8RY1lDluM .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8RY1lDluM .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8RY1lDluM .item a {
  display: block;
}
.cid-u8RY1lDluM .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8RY1lDluM .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8RY1lDluM .card-title {
  color: #f4f4f4;
}
.cid-u8RZLrHTtm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8RZLrHTtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RZLrHTtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RZLrHTtm .row {
  justify-content: flex-start;
}
.cid-u8RZLrHTtm .mbr-section-title {
  color: #282828;
}
.cid-u8RZLrHTtm .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8RZLrHTtm .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8RZLrHTtm .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8RZLrHTtm .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8RZLrHTtm .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8RZLrHTtm .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8RZLrHTtm .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8RZLrHTtm .mbr-text,
.cid-u8RZLrHTtm .mbr-section-btn {
  color: #282828;
}
.cid-u8RZMbXH7a {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8RZMbXH7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RZMbXH7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RZMbXH7a .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8RZMbXH7a .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8RZMbXH7a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8RZMbXH7a .container {
    padding: 0 16px;
  }
}
.cid-u8RZMbXH7a .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8RZMbXH7a .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8RZMbXH7a .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8RZMbXH7a .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8RZMbXH7a .item .item-wrapper:hover .item-img img,
.cid-u8RZMbXH7a .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8RZMbXH7a .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8RZMbXH7a .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8RZMbXH7a .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8RZMbXH7a .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8RZMbXH7a .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8RZMbXH7a .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8RZMbXH7a .item a {
  display: block;
}
.cid-u8RZMbXH7a .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8RZMbXH7a .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8RZMbXH7a .card-title {
  color: #f4f4f4;
}
.cid-u8S2lAt8cI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-u8S2lAt8cI .pos_rel {
  position: relative;
}
.cid-u8S2lAt8cI .main_section_title {
  display: flex;
}
.cid-u8S2lAt8cI .main_title {
  padding: 0 8.333%;
}
.cid-u8S2lAt8cI .empty_content {
  width: 150%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u8S2lAt8cI .card_title {
    font-size: 2rem;
  }
}
.cid-u8S2lAt8cI .text-wrapper {
  width: 100%;
  background: #c6171e;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-u8S2lAt8cI .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-u8S2lAt8cI .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-u8S2lAt8cI .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-u8S2lAt8cI .text-wrapper:hover .card_title a {
  color: #282828 !important;
}
.cid-u8S2lAt8cI .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u8S2lAt8cI .block-content {
  display: flex;
  align-items: center;
}
.cid-u8S2lAt8cI .image-wrapper,
.cid-u8S2lAt8cI img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-u8S2lAt8cI .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u8S2lAt8cI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u8S2lAt8cI .mbr-section-btn .btn-secondary-outline:hover,
.cid-u8S2lAt8cI .mbr-section-btn .btn-secondary-outline .active,
.cid-u8S2lAt8cI .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u8S2lAt8cI .block-content {
    flex-direction: column;
  }
  .cid-u8S2lAt8cI .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-u8S2lAt8cI .empty_content {
    display: none;
  }
  .cid-u8S2lAt8cI .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u8S2lAt8cI .text-wrapper,
  .cid-u8S2lAt8cI .main_title {
    padding: 30px 1rem;
  }
}
.cid-u8S5I9VHIa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8S5I9VHIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S5I9VHIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S5I9VHIa .row {
  justify-content: flex-start;
}
.cid-u8S5I9VHIa .mbr-section-title {
  color: #282828;
}
.cid-u8S5I9VHIa .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8S5I9VHIa .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8S5I9VHIa .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8S5I9VHIa .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8S5I9VHIa .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8S5I9VHIa .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8S5I9VHIa .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8S5I9VHIa .mbr-text,
.cid-u8S5I9VHIa .mbr-section-btn {
  color: #282828;
}
.cid-u8S34ShAE8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8S34ShAE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S34ShAE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S34ShAE8 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8S34ShAE8 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8S34ShAE8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8S34ShAE8 .container {
    padding: 0 16px;
  }
}
.cid-u8S34ShAE8 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8S34ShAE8 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8S34ShAE8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8S34ShAE8 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8S34ShAE8 .item .item-wrapper:hover .item-img img,
.cid-u8S34ShAE8 .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8S34ShAE8 .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8S34ShAE8 .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8S34ShAE8 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8S34ShAE8 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8S34ShAE8 .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8S34ShAE8 .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8S34ShAE8 .item a {
  display: block;
}
.cid-u8S34ShAE8 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8S34ShAE8 .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8S34ShAE8 .card-title {
  color: #f4f4f4;
}
.cid-u8S3I5X8j5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8S3I5X8j5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S3I5X8j5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S3I5X8j5 .row {
  justify-content: flex-start;
}
.cid-u8S3I5X8j5 .mbr-section-title {
  color: #282828;
}
.cid-u8S3I5X8j5 .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8S3I5X8j5 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8S3I5X8j5 .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8S3I5X8j5 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8S3I5X8j5 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8S3I5X8j5 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8S3I5X8j5 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8S3I5X8j5 .mbr-text,
.cid-u8S3I5X8j5 .mbr-section-btn {
  color: #282828;
}
.cid-u8S6vVTNr5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8S6vVTNr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S6vVTNr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S6vVTNr5 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8S6vVTNr5 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8S6vVTNr5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8S6vVTNr5 .container {
    padding: 0 16px;
  }
}
.cid-u8S6vVTNr5 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8S6vVTNr5 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8S6vVTNr5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8S6vVTNr5 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8S6vVTNr5 .item .item-wrapper:hover .item-img img,
.cid-u8S6vVTNr5 .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8S6vVTNr5 .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8S6vVTNr5 .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8S6vVTNr5 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8S6vVTNr5 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8S6vVTNr5 .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8S6vVTNr5 .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8S6vVTNr5 .item a {
  display: block;
}
.cid-u8S6vVTNr5 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8S6vVTNr5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8S6vVTNr5 .card-title {
  color: #f4f4f4;
}
.cid-u8S7xGkz3F {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8S7xGkz3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S7xGkz3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S7xGkz3F .row {
  justify-content: flex-start;
}
.cid-u8S7xGkz3F .mbr-section-title {
  color: #282828;
}
.cid-u8S7xGkz3F .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8S7xGkz3F .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8S7xGkz3F .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8S7xGkz3F .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8S7xGkz3F .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8S7xGkz3F .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8S7xGkz3F .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8S7xGkz3F .mbr-text,
.cid-u8S7xGkz3F .mbr-section-btn {
  color: #282828;
}
.cid-u8S7zFYLFI {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u8S7zFYLFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S7zFYLFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S7zFYLFI .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8S7zFYLFI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8S7zFYLFI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8S7zFYLFI .container {
    padding: 0 16px;
  }
}
.cid-u8S7zFYLFI .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8S7zFYLFI .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8S7zFYLFI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8S7zFYLFI .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8S7zFYLFI .item .item-wrapper:hover .item-img img,
.cid-u8S7zFYLFI .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8S7zFYLFI .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8S7zFYLFI .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8S7zFYLFI .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8S7zFYLFI .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8S7zFYLFI .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8S7zFYLFI .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8S7zFYLFI .item a {
  display: block;
}
.cid-u8S7zFYLFI .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8S7zFYLFI .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8S7zFYLFI .card-title {
  color: #f4f4f4;
}
.cid-u8S7It1hg5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-u8S7It1hg5 .pos_rel {
  position: relative;
}
.cid-u8S7It1hg5 .main_section_title {
  display: flex;
}
.cid-u8S7It1hg5 .main_title {
  padding: 0 8.333%;
}
.cid-u8S7It1hg5 .empty_content {
  width: 150%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u8S7It1hg5 .card_title {
    font-size: 2rem;
  }
}
.cid-u8S7It1hg5 .text-wrapper {
  width: 100%;
  background: #c6171e;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-u8S7It1hg5 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-u8S7It1hg5 .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-u8S7It1hg5 .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-u8S7It1hg5 .text-wrapper:hover .card_title a {
  color: #282828 !important;
}
.cid-u8S7It1hg5 .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u8S7It1hg5 .block-content {
  display: flex;
  align-items: center;
}
.cid-u8S7It1hg5 .image-wrapper,
.cid-u8S7It1hg5 img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-u8S7It1hg5 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-u8S7It1hg5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-u8S7It1hg5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-u8S7It1hg5 .mbr-section-btn .btn-secondary-outline .active,
.cid-u8S7It1hg5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u8S7It1hg5 .block-content {
    flex-direction: column;
  }
  .cid-u8S7It1hg5 .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-u8S7It1hg5 .empty_content {
    display: none;
  }
  .cid-u8S7It1hg5 .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u8S7It1hg5 .text-wrapper,
  .cid-u8S7It1hg5 .main_title {
    padding: 30px 1rem;
  }
}
.cid-u8S7LyIZ2z {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8S7LyIZ2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S7LyIZ2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S7LyIZ2z .row {
  justify-content: flex-start;
}
.cid-u8S7LyIZ2z .mbr-section-title {
  color: #282828;
}
.cid-u8S7LyIZ2z .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-u8S7LyIZ2z .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8S7LyIZ2z .mbr-text {
    margin-top: 20px;
  }
}
.cid-u8S7LyIZ2z .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u8S7LyIZ2z .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-u8S7LyIZ2z .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u8S7LyIZ2z .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u8S7LyIZ2z .mbr-text,
.cid-u8S7LyIZ2z .mbr-section-btn {
  color: #282828;
}
.cid-u8S7MaHfhY {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u8S7MaHfhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S7MaHfhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S7MaHfhY .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u8S7MaHfhY .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u8S7MaHfhY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8S7MaHfhY .container {
    padding: 0 16px;
  }
}
.cid-u8S7MaHfhY .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u8S7MaHfhY .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u8S7MaHfhY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u8S7MaHfhY .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u8S7MaHfhY .item .item-wrapper:hover .item-img img,
.cid-u8S7MaHfhY .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-u8S7MaHfhY .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u8S7MaHfhY .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u8S7MaHfhY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8S7MaHfhY .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u8S7MaHfhY .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u8S7MaHfhY .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u8S7MaHfhY .item a {
  display: block;
}
.cid-u8S7MaHfhY .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u8S7MaHfhY .mbr-section-title {
  color: #1c1c1c;
}
.cid-u8S7MaHfhY .card-title {
  color: #f4f4f4;
}
