body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !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: #ff3366 !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='%23e1201d' %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;
}
.cid-rymwtkmLgB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-rymwtkmLgB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rymwtkmLgB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwtkmLgB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwtGlkdo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-rymwtGlkdo .mbr-text {
    text-align: center;
  }
}
.cid-rymwtGlkdo .container-fluid {
  padding: 0;
}
.cid-rymwtGlkdo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rymwtGlkdo img {
  height: 100%;
  object-fit: cover;
}
.cid-rymwtGlkdo .mbr-figure {
  height: 100%;
}
.cid-rymwtGlkdo .col-lg-6 {
  padding: 0;
}
.cid-rymwtGlkdo .row {
  margin: 0;
}
.cid-rymwtGlkdo .mbr-text,
.cid-rymwtGlkdo .mbr-section-btn {
  color: #ffffff;
}
.cid-rymwtGlkdo H3 {
  color: #ffffff;
}
.cid-ufkTBIuHgK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-ufkTBIuHgK .mbr-text {
    text-align: center;
  }
}
.cid-ufkTBIuHgK .container-fluid {
  padding: 0;
}
.cid-ufkTBIuHgK .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ufkTBIuHgK img {
  height: 100%;
  object-fit: cover;
}
.cid-ufkTBIuHgK .mbr-figure {
  height: 100%;
}
.cid-ufkTBIuHgK .col-lg-6 {
  padding: 0;
}
.cid-ufkTBIuHgK .row {
  margin: 0;
}
.cid-ufkTBIuHgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufkTBIuHgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkTBIuHgK .mbr-text,
.cid-ufkTBIuHgK .mbr-section-btn {
  text-align: right;
}
.cid-ufkTBIuHgK H1 {
  color: #000000;
}
.cid-rymwxiDonX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufkk5BunwO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufkk5BunwO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufkk5BunwO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufkk5BunwO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufnjQQwov3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufnjQQwov3 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-ufnjQQwov3 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ufnjQQwov3 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ufnjQQwov3 h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufnjQQwov3 h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufnjQQwov3 h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufnjQQwov3 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-ufnjQQwov3 .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-ufnjQQwov3 .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjQQwov3 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjQQwov3 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjQQwov3 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjQQwov3 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjQQwov3 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjQQwov3 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjQQwov3 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjQQwov3 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-ufnjQQwov3 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ufnjQQwov3 .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ufnjQQwov3 .card-title,
  .cid-ufnjQQwov3 .underline,
  .cid-ufnjQQwov3 .mbr-text,
  .cid-ufnjQQwov3 .mbr-section-btn,
  .cid-ufnjQQwov3 .mbr-section-subtitle,
  .cid-ufnjQQwov3 .mbr-section-title {
    text-align: center !important;
  }
  .cid-ufnjQQwov3 .wrapper {
    background-color: #000000;
  }
  .cid-ufnjQQwov3 h4:before,
  .cid-ufnjQQwov3 h4:after {
    display: none;
  }
}
.cid-ufnjQQwov3 .mbr-section-title {
  text-align: left;
}
.cid-ufnjQQwov3 .mbr-section-title,
.cid-ufnjQQwov3 .underline {
  text-align: center;
}
.cid-ufnjQQwov3 H4 {
  color: #e1201d;
}
.cid-ufnjQQwov3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufnjQQwov3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufnjPVKJAn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufnjPVKJAn .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-ufnjPVKJAn .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ufnjPVKJAn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ufnjPVKJAn h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufnjPVKJAn h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufnjPVKJAn h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufnjPVKJAn .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-ufnjPVKJAn .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-ufnjPVKJAn .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPVKJAn .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPVKJAn .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPVKJAn .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPVKJAn .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPVKJAn .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPVKJAn .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPVKJAn .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPVKJAn .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-ufnjPVKJAn .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ufnjPVKJAn .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ufnjPVKJAn .card-title,
  .cid-ufnjPVKJAn .underline,
  .cid-ufnjPVKJAn .mbr-text,
  .cid-ufnjPVKJAn .mbr-section-btn,
  .cid-ufnjPVKJAn .mbr-section-subtitle,
  .cid-ufnjPVKJAn .mbr-section-title {
    text-align: center !important;
  }
  .cid-ufnjPVKJAn .wrapper {
    background-color: #000000;
  }
  .cid-ufnjPVKJAn h4:before,
  .cid-ufnjPVKJAn h4:after {
    display: none;
  }
}
.cid-ufnjPVKJAn .mbr-section-title {
  text-align: left;
}
.cid-ufnjPVKJAn .mbr-section-title,
.cid-ufnjPVKJAn .underline {
  text-align: center;
}
.cid-ufnjPVKJAn H4 {
  color: #e1201d;
}
.cid-ufnjPVKJAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufnjPVKJAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufnjPdpDQM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufnjPdpDQM .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-ufnjPdpDQM .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ufnjPdpDQM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ufnjPdpDQM h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufnjPdpDQM h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufnjPdpDQM h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufnjPdpDQM .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-ufnjPdpDQM .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-ufnjPdpDQM .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPdpDQM .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPdpDQM .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPdpDQM .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ufnjPdpDQM .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPdpDQM .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPdpDQM .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPdpDQM .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufnjPdpDQM .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-ufnjPdpDQM .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ufnjPdpDQM .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ufnjPdpDQM .card-title,
  .cid-ufnjPdpDQM .underline,
  .cid-ufnjPdpDQM .mbr-text,
  .cid-ufnjPdpDQM .mbr-section-btn,
  .cid-ufnjPdpDQM .mbr-section-subtitle,
  .cid-ufnjPdpDQM .mbr-section-title {
    text-align: center !important;
  }
  .cid-ufnjPdpDQM .wrapper {
    background-color: #000000;
  }
  .cid-ufnjPdpDQM h4:before,
  .cid-ufnjPdpDQM h4:after {
    display: none;
  }
}
.cid-ufnjPdpDQM .mbr-section-title {
  text-align: left;
}
.cid-ufnjPdpDQM .mbr-section-title,
.cid-ufnjPdpDQM .underline {
  text-align: center;
}
.cid-ufnjPdpDQM H4 {
  color: #e1201d;
}
.cid-ufnjPdpDQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufnjPdpDQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkk5D9mps {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufeO2iNcKt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufeO2iNcKt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufeO2iNcKt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufeO2iNcKt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufeO2l4u1o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufeO2l4u1o .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufeO2l4u1o .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-ufeO2l4u1o .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-ufeO2l4u1o textarea {
  min-height: 150px;
}
.cid-ufeO2l4u1o .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-ufeO2l4u1o .form-control,
.cid-ufeO2l4u1o .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-ufeO2l4u1o .form-control:hover,
.cid-ufeO2l4u1o .field-input:hover,
.cid-ufeO2l4u1o .form-control:focus,
.cid-ufeO2l4u1o .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-ufeO2l4u1o .form-control:hover input::-webkit-input-placeholder,
.cid-ufeO2l4u1o .field-input:hover input::-webkit-input-placeholder,
.cid-ufeO2l4u1o .form-control:focus input::-webkit-input-placeholder,
.cid-ufeO2l4u1o .field-input:focus input::-webkit-input-placeholder,
.cid-ufeO2l4u1o .form-control:hover textarea::-webkit-input-placeholder,
.cid-ufeO2l4u1o .field-input:hover textarea::-webkit-input-placeholder,
.cid-ufeO2l4u1o .form-control:focus textarea::-webkit-input-placeholder,
.cid-ufeO2l4u1o .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-ufeO2l4u1o .form-control:hover input:-moz-placeholder,
.cid-ufeO2l4u1o .field-input:hover input:-moz-placeholder,
.cid-ufeO2l4u1o .form-control:focus input:-moz-placeholder,
.cid-ufeO2l4u1o .field-input:focus input:-moz-placeholder,
.cid-ufeO2l4u1o .form-control:hover textarea:-moz-placeholder,
.cid-ufeO2l4u1o .field-input:hover textarea:-moz-placeholder,
.cid-ufeO2l4u1o .form-control:focus textarea:-moz-placeholder,
.cid-ufeO2l4u1o .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-ufeO2l4u1o input::-webkit-input-placeholder,
.cid-ufeO2l4u1o textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-ufeO2l4u1o input:-moz-placeholder,
.cid-ufeO2l4u1o textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-ufeO2l4u1o .jq-number__spin:hover,
.cid-ufeO2l4u1o .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ufeO2l4u1o .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufeO2l4u1o .jq-selectbox li,
.cid-ufeO2l4u1o .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-ufeO2l4u1o .jq-selectbox li:hover,
.cid-ufeO2l4u1o .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-ufeO2l4u1o .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ufeO2l4u1o .jq-number__spin.minus:hover:after,
.cid-ufeO2l4u1o .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-ufeO2l4u1o .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ufeO2l4u1o .jq-number__spin.minus:after,
.cid-ufeO2l4u1o .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-ufeO2l4u1o input::-webkit-clear-button {
  display: none;
}
.cid-ufeO2l4u1o input::-webkit-inner-spin-button {
  display: none;
}
.cid-ufeO2l4u1o input::-webkit-outer-spin-button {
  display: none;
}
.cid-ufeO2l4u1o input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ufeO2llKYw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufkz6XkStp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufkz6XkStp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufkz6XkStp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufkz6XkStp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqMbKZicH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufqMbKZicH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufqMbKZicH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufqMbKZicH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufqMbKZicH .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ufqMbKZicH .container {
  padding: 0;
}
.cid-ufqMbKZicH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufqMbKZicH .icon-focus {
  display: none;
}
.cid-ufqMbKZicH .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ufqMbKZicH .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ufqMbKZicH li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ufqMbKZicH li {
  position: relative;
}
.cid-ufqMbKZicH .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ufqMbKZicH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufqMbKZicH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufqMbKZicH .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ufqMbKZicH .btn {
  font-family: DM Sans !important;
}
.cid-ufqMbKZicH .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ufqMbKZicH .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ufqMbKZicH .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufqMbKZicH li:not(:last-child):after {
    top: 9px;
  }
  .cid-ufqMbKZicH .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ufWPolMarw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWPolMarw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWPolMarw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWPolMarw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWPolMarw h3:before,
  .cid-ufWPolMarw h3:after {
    display: none;
  }
}
.cid-ufWPolMarw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWPolMarw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkz6XSaQz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufkwj76lRF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufkwj76lRF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufkwj76lRF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufkwj76lRF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqS1Jj8qi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufqS1Jj8qi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufqS1Jj8qi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufqS1Jj8qi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufqS1Jj8qi .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ufqS1Jj8qi .container {
  padding: 0;
}
.cid-ufqS1Jj8qi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufqS1Jj8qi .icon-focus {
  display: none;
}
.cid-ufqS1Jj8qi .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ufqS1Jj8qi .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ufqS1Jj8qi li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ufqS1Jj8qi li {
  position: relative;
}
.cid-ufqS1Jj8qi .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ufqS1Jj8qi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufqS1Jj8qi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufqS1Jj8qi .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ufqS1Jj8qi .btn {
  font-family: DM Sans !important;
}
.cid-ufqS1Jj8qi .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ufqS1Jj8qi .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ufqS1Jj8qi .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufqS1Jj8qi li:not(:last-child):after {
    top: 9px;
  }
  .cid-ufqS1Jj8qi .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ufWODunZPi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWODunZPi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWODunZPi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWODunZPi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWODunZPi h3:before,
  .cid-ufWODunZPi h3:after {
    display: none;
  }
}
.cid-ufWODunZPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWODunZPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkwj88Xku {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufkzry0T8i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufkzry0T8i h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufkzry0T8i h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufkzry0T8i h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqSbA1ZSO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufqSbA1ZSO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufqSbA1ZSO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufqSbA1ZSO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufqSbA1ZSO .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ufqSbA1ZSO .container {
  padding: 0;
}
.cid-ufqSbA1ZSO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufqSbA1ZSO .icon-focus {
  display: none;
}
.cid-ufqSbA1ZSO .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ufqSbA1ZSO .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ufqSbA1ZSO li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ufqSbA1ZSO li {
  position: relative;
}
.cid-ufqSbA1ZSO .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ufqSbA1ZSO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufqSbA1ZSO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufqSbA1ZSO .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ufqSbA1ZSO .btn {
  font-family: DM Sans !important;
}
.cid-ufqSbA1ZSO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ufqSbA1ZSO .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ufqSbA1ZSO .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufqSbA1ZSO li:not(:last-child):after {
    top: 9px;
  }
  .cid-ufqSbA1ZSO .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ufWPuOWQCQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWPuOWQCQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWPuOWQCQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWPuOWQCQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWPuOWQCQ h3:before,
  .cid-ufWPuOWQCQ h3:after {
    display: none;
  }
}
.cid-ufWPuOWQCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWPuOWQCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkzryuzxs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufkzvzwQuK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufkzvzwQuK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufkzvzwQuK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufkzvzwQuK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqSgJ7fLD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufqSgJ7fLD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufqSgJ7fLD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufqSgJ7fLD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufqSgJ7fLD .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ufqSgJ7fLD .container {
  padding: 0;
}
.cid-ufqSgJ7fLD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufqSgJ7fLD .icon-focus {
  display: none;
}
.cid-ufqSgJ7fLD .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ufqSgJ7fLD .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ufqSgJ7fLD li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ufqSgJ7fLD li {
  position: relative;
}
.cid-ufqSgJ7fLD .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ufqSgJ7fLD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufqSgJ7fLD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufqSgJ7fLD .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ufqSgJ7fLD .btn {
  font-family: DM Sans !important;
}
.cid-ufqSgJ7fLD .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ufqSgJ7fLD .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ufqSgJ7fLD .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufqSgJ7fLD li:not(:last-child):after {
    top: 9px;
  }
  .cid-ufqSgJ7fLD .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ufWPz0b8dy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWPz0b8dy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWPz0b8dy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWPz0b8dy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWPz0b8dy h3:before,
  .cid-ufWPz0b8dy h3:after {
    display: none;
  }
}
.cid-ufWPz0b8dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWPz0b8dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkzvA0eO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufkyR8E0ox {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufkyR8E0ox h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufkyR8E0ox h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufkyR8E0ox h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqRKYVwgy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufqRKYVwgy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufqRKYVwgy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufqRKYVwgy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufqRKYVwgy .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ufqRKYVwgy .container {
  padding: 0;
}
.cid-ufqRKYVwgy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufqRKYVwgy .icon-focus {
  display: none;
}
.cid-ufqRKYVwgy .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ufqRKYVwgy .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ufqRKYVwgy li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ufqRKYVwgy li {
  position: relative;
}
.cid-ufqRKYVwgy .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ufqRKYVwgy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufqRKYVwgy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufqRKYVwgy .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ufqRKYVwgy .btn {
  font-family: DM Sans !important;
}
.cid-ufqRKYVwgy .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ufqRKYVwgy .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ufqRKYVwgy .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufqRKYVwgy li:not(:last-child):after {
    top: 9px;
  }
  .cid-ufqRKYVwgy .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ufWPgjPRIt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWPgjPRIt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWPgjPRIt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWPgjPRIt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWPgjPRIt h3:before,
  .cid-ufWPgjPRIt h3:after {
    display: none;
  }
}
.cid-ufWPgjPRIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWPgjPRIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkyR9C27R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufkzB4n153 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufkzB4n153 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufkzB4n153 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufkzB4n153 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufn8jQGfsf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufn8jQGfsf .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-ufn8jQGfsf .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ufn8jQGfsf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ufn8jQGfsf h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufn8jQGfsf h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufn8jQGfsf h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufn8jQGfsf .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-ufn8jQGfsf .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-ufn8jQGfsf .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufn8jQGfsf .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufn8jQGfsf .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ufn8jQGfsf .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ufn8jQGfsf .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufn8jQGfsf .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufn8jQGfsf .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufn8jQGfsf .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ufn8jQGfsf .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-ufn8jQGfsf .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ufn8jQGfsf .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ufn8jQGfsf .card-title,
  .cid-ufn8jQGfsf .underline,
  .cid-ufn8jQGfsf .mbr-text,
  .cid-ufn8jQGfsf .mbr-section-btn,
  .cid-ufn8jQGfsf .mbr-section-subtitle,
  .cid-ufn8jQGfsf .mbr-section-title {
    text-align: center !important;
  }
  .cid-ufn8jQGfsf .wrapper {
    background-color: #000000;
  }
  .cid-ufn8jQGfsf h4:before,
  .cid-ufn8jQGfsf h4:after {
    display: none;
  }
}
.cid-ufn8jQGfsf .mbr-section-title {
  text-align: left;
}
.cid-ufn8jQGfsf .mbr-section-title,
.cid-ufn8jQGfsf .underline {
  text-align: center;
}
.cid-ufn8jQGfsf H4 {
  color: #e1201d;
}
.cid-ufn8jQGfsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufn8jQGfsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujX9BEM5CS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujX9BEM5CS .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-ujX9BEM5CS .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ujX9BEM5CS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ujX9BEM5CS h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ujX9BEM5CS h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ujX9BEM5CS h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ujX9BEM5CS .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-ujX9BEM5CS .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-ujX9BEM5CS .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-ujX9BEM5CS .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ujX9BEM5CS .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ujX9BEM5CS .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ujX9BEM5CS .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ujX9BEM5CS .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ujX9BEM5CS .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ujX9BEM5CS .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ujX9BEM5CS .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-ujX9BEM5CS .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ujX9BEM5CS .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ujX9BEM5CS .card-title,
  .cid-ujX9BEM5CS .underline,
  .cid-ujX9BEM5CS .mbr-text,
  .cid-ujX9BEM5CS .mbr-section-btn,
  .cid-ujX9BEM5CS .mbr-section-subtitle,
  .cid-ujX9BEM5CS .mbr-section-title {
    text-align: center !important;
  }
  .cid-ujX9BEM5CS .wrapper {
    background-color: #000000;
  }
  .cid-ujX9BEM5CS h4:before,
  .cid-ujX9BEM5CS h4:after {
    display: none;
  }
}
.cid-ujX9BEM5CS .mbr-section-title {
  text-align: left;
}
.cid-ujX9BEM5CS .mbr-section-title,
.cid-ujX9BEM5CS .underline {
  text-align: center;
}
.cid-ujX9BEM5CS H4 {
  color: #e1201d;
}
.cid-ujX9BEM5CS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujX9BEM5CS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufWPCx1Yjq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWPCx1Yjq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWPCx1Yjq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWPCx1Yjq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWPCx1Yjq h3:before,
  .cid-ufWPCx1Yjq h3:after {
    display: none;
  }
}
.cid-ufWPCx1Yjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWPCx1Yjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufkzB4UPPf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufqSkvpWl1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufqSkvpWl1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufqSkvpWl1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqSkvpWl1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqSMkl47e {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufqSMkl47e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufqSMkl47e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufqSMkl47e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufqSMkl47e .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ufqSMkl47e .container {
  padding: 0;
}
.cid-ufqSMkl47e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufqSMkl47e .icon-focus {
  display: none;
}
.cid-ufqSMkl47e .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ufqSMkl47e .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ufqSMkl47e li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ufqSMkl47e li {
  position: relative;
}
.cid-ufqSMkl47e .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ufqSMkl47e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufqSMkl47e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufqSMkl47e .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ufqSMkl47e .btn {
  font-family: DM Sans !important;
}
.cid-ufqSMkl47e .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ufqSMkl47e .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ufqSMkl47e .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufqSMkl47e li:not(:last-child):after {
    top: 9px;
  }
  .cid-ufqSMkl47e .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ufWPGSzIZN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWPGSzIZN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWPGSzIZN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWPGSzIZN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWPGSzIZN h3:before,
  .cid-ufWPGSzIZN h3:after {
    display: none;
  }
}
.cid-ufWPGSzIZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWPGSzIZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufqSkvQO8D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ufqSTBQT4D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ufqSTBQT4D h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufqSTBQT4D h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqSTBQT4D h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufqSTC6BtC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufqSTC6BtC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufqSTC6BtC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufqSTC6BtC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufqSTC6BtC .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ufqSTC6BtC .container {
  padding: 0;
}
.cid-ufqSTC6BtC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufqSTC6BtC .icon-focus {
  display: none;
}
.cid-ufqSTC6BtC .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ufqSTC6BtC .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ufqSTC6BtC li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ufqSTC6BtC li {
  position: relative;
}
.cid-ufqSTC6BtC .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ufqSTC6BtC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufqSTC6BtC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufqSTC6BtC .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ufqSTC6BtC .btn {
  font-family: DM Sans !important;
}
.cid-ufqSTC6BtC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ufqSTC6BtC .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ufqSTC6BtC .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufqSTC6BtC li:not(:last-child):after {
    top: 9px;
  }
  .cid-ufqSTC6BtC .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ufWPUghZFh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ufWPUghZFh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ufWPUghZFh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ufWPUghZFh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ufWPUghZFh h3:before,
  .cid-ufWPUghZFh h3:after {
    display: none;
  }
}
.cid-ufWPUghZFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWPUghZFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufqSTCgFha {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ujX7pSutGr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240611-1402490-1-2000x1500.webp");
}
.cid-ujX7pSutGr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ujX7pSutGr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ujX7pSutGr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ujX7pSL5S3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ujX7pSL5S3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ujX7pSL5S3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujX7pSL5S3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujX7pSL5S3 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ujX7pSL5S3 .container {
  padding: 0;
}
.cid-ujX7pSL5S3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ujX7pSL5S3 .icon-focus {
  display: none;
}
.cid-ujX7pSL5S3 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ujX7pSL5S3 .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-ujX7pSL5S3 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ujX7pSL5S3 li {
  position: relative;
}
.cid-ujX7pSL5S3 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ujX7pSL5S3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ujX7pSL5S3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ujX7pSL5S3 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ujX7pSL5S3 .btn {
  font-family: DM Sans !important;
}
.cid-ujX7pSL5S3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ujX7pSL5S3 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ujX7pSL5S3 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujX7pSL5S3 li:not(:last-child):after {
    top: 9px;
  }
  .cid-ujX7pSL5S3 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ujX7pTxyau {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-ujX7pTxyau h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ujX7pTxyau h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ujX7pTxyau h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-ujX7pTxyau h3:before,
  .cid-ujX7pTxyau h3:after {
    display: none;
  }
}
.cid-ujX7pTxyau .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujX7pTxyau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujX7pTNy2H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
