.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fe8d01 !important;
  border-color: #fe8d01 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fea434 !important;
  border-color: #fea434 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fea434 !important;
  border-color: #fea434 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.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 {
  background-color: transparent !important;
  border-color: #fe8d01;
  color: #fe8d01;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a85d01 !important;
  background-color: transparent !important;
  border-color: #a85d01 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe8d01 !important;
  border-color: #fe8d01 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #fe8d01 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !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: #985501 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 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: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.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: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #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: #000000 !important;
  background: #fe8d01 !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: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tJS6uM4N87 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tJS6uM4N87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS6uM4N87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tJS6uM4N87 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ff7d19;
}
.cid-tJS6uM4N87 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJS6uM4N87 .mbr-text,
.cid-tJS6uM4N87 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v0cpWh26v9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cpWh26v9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cpWh26v9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cpWh26v9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cpWh26v9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cpWh26v9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cpWh26v9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cpWh26v9 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-v0cpWh26v9 .mbr-text,
.cid-v0cpWh26v9 .mbr-section-btn {
  color: #232323;
}
.cid-v0cpWh26v9 P {
  color: #ffffff;
}
.cid-uZ4ddbhlVB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ4ddbhlVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4ddbhlVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ4ddbhlVB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4ddbhlVB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ4ddbhlVB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ4ddbhlVB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ4ddbhlVB .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-uZ4ddbhlVB .mbr-text,
.cid-uZ4ddbhlVB .mbr-section-btn {
  color: #232323;
}
.cid-uZ4ddbhlVB P {
  color: #ffffff;
}
.cid-uZ9nj3FLHU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uZ9nj3FLHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9nj3FLHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ9nj3FLHU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ9nj3FLHU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ9nj3FLHU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ9nj3FLHU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ9nj3FLHU .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9nj3FLHU .mbr-text,
.cid-uZ9nj3FLHU .mbr-section-btn {
  color: #232323;
}
.cid-uZ9nj3FLHU P {
  color: #ffffff;
}
.cid-uZ48SKXBtA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ48SKXBtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ48SKXBtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ48SKXBtA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ48SKXBtA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ48SKXBtA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ48SKXBtA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ48SKXBtA .mbr-section-title {
  color: #ffffff;
}
.cid-uZ48SKXBtA .mbr-text,
.cid-uZ48SKXBtA .mbr-section-btn {
  color: #232323;
}
.cid-uZ48SKXBtA P {
  color: #ffffff;
}
.cid-uZ4f8kIapn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uZ4f8kIapn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4f8kIapn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ4f8kIapn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4f8kIapn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ4f8kIapn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ4f8kIapn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ4f8kIapn .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4f8kIapn .mbr-text,
.cid-uZ4f8kIapn .mbr-section-btn {
  color: #232323;
}
.cid-uZ4f8kIapn P {
  color: #ffffff;
}
.cid-v0cuY3xzJE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0cuY3xzJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cuY3xzJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cuY3xzJE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cuY3xzJE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cuY3xzJE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cuY3xzJE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cuY3xzJE .mbr-section-title {
  color: #ffffff;
}
.cid-v0cuY3xzJE .mbr-text,
.cid-v0cuY3xzJE .mbr-section-btn {
  color: #232323;
}
.cid-v0cuY3xzJE P {
  color: #ffffff;
}
.cid-v0cvfE4n8t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cvfE4n8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cvfE4n8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cvfE4n8t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cvfE4n8t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cvfE4n8t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cvfE4n8t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cvfE4n8t .mbr-section-title {
  color: #ffffff;
}
.cid-v0cvfE4n8t .mbr-text,
.cid-v0cvfE4n8t .mbr-section-btn {
  color: #232323;
}
.cid-v0cvfE4n8t P {
  color: #ffffff;
}
.cid-v0cvwSAv7J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0cvwSAv7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cvwSAv7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cvwSAv7J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cvwSAv7J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cvwSAv7J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cvwSAv7J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cvwSAv7J .mbr-section-title {
  color: #ffffff;
}
.cid-v0cvwSAv7J .mbr-text,
.cid-v0cvwSAv7J .mbr-section-btn {
  color: #232323;
}
.cid-v0cvwSAv7J P {
  color: #ffffff;
}
.cid-v0cw98HlWn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cw98HlWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cw98HlWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cw98HlWn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cw98HlWn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cw98HlWn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cw98HlWn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cw98HlWn .mbr-section-title {
  color: #ffffff;
}
.cid-v0cw98HlWn .mbr-text,
.cid-v0cw98HlWn .mbr-section-btn {
  color: #232323;
}
.cid-v0cw98HlWn P {
  color: #ffffff;
}
.cid-v0cwvEhrgg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0cwvEhrgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cwvEhrgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cwvEhrgg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cwvEhrgg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cwvEhrgg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cwvEhrgg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cwvEhrgg .mbr-section-title {
  color: #ffffff;
}
.cid-v0cwvEhrgg .mbr-text,
.cid-v0cwvEhrgg .mbr-section-btn {
  color: #232323;
}
.cid-v0cwvEhrgg P {
  color: #ffffff;
}
.cid-v0cxcgdnv5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cxcgdnv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cxcgdnv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cxcgdnv5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cxcgdnv5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cxcgdnv5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cxcgdnv5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cxcgdnv5 .mbr-section-title {
  color: #ffffff;
}
.cid-v0cxcgdnv5 .mbr-text,
.cid-v0cxcgdnv5 .mbr-section-btn {
  color: #232323;
}
.cid-v0cxcgdnv5 P {
  color: #ffffff;
}
.cid-v0cxEsyvSb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0cxEsyvSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cxEsyvSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cxEsyvSb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cxEsyvSb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cxEsyvSb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cxEsyvSb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cxEsyvSb .mbr-section-title {
  color: #ffffff;
}
.cid-v0cxEsyvSb .mbr-text,
.cid-v0cxEsyvSb .mbr-section-btn {
  color: #232323;
}
.cid-v0cxEsyvSb P {
  color: #ffffff;
}
.cid-v0cxQRJNrb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cxQRJNrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cxQRJNrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cxQRJNrb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cxQRJNrb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cxQRJNrb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cxQRJNrb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cxQRJNrb .mbr-section-title {
  color: #ffffff;
}
.cid-v0cxQRJNrb .mbr-text,
.cid-v0cxQRJNrb .mbr-section-btn {
  color: #232323;
}
.cid-v0cxQRJNrb P {
  color: #ffffff;
}
.cid-v0cyruHEdR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0cyruHEdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cyruHEdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cyruHEdR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cyruHEdR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cyruHEdR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cyruHEdR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cyruHEdR .mbr-section-title {
  color: #ffffff;
}
.cid-v0cyruHEdR .mbr-text,
.cid-v0cyruHEdR .mbr-section-btn {
  color: #232323;
}
.cid-v0cyruHEdR P {
  color: #ffffff;
}
.cid-v0cyQpMIPL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cyQpMIPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cyQpMIPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cyQpMIPL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cyQpMIPL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cyQpMIPL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cyQpMIPL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cyQpMIPL .mbr-section-title {
  color: #ffffff;
}
.cid-v0cyQpMIPL .mbr-text,
.cid-v0cyQpMIPL .mbr-section-btn {
  color: #232323;
}
.cid-v0cyQpMIPL P {
  color: #ffffff;
}
.cid-uZ4gstkxUF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ4gstkxUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4gstkxUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ4gstkxUF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4gstkxUF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ4gstkxUF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ4gstkxUF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ4gstkxUF .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4gstkxUF .mbr-text,
.cid-uZ4gstkxUF .mbr-section-btn {
  color: #232323;
}
.cid-uZ4gstkxUF P {
  color: #ffffff;
}
.cid-v0cz4VN7y3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cz4VN7y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cz4VN7y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cz4VN7y3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cz4VN7y3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cz4VN7y3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cz4VN7y3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cz4VN7y3 .mbr-section-title {
  color: #ffffff;
}
.cid-v0cz4VN7y3 .mbr-text,
.cid-v0cz4VN7y3 .mbr-section-btn {
  color: #232323;
}
.cid-v0cz4VN7y3 P {
  color: #ffffff;
}
.cid-v0czPB3RYX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0czPB3RYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0czPB3RYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0czPB3RYX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0czPB3RYX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0czPB3RYX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0czPB3RYX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0czPB3RYX .mbr-section-title {
  color: #ffffff;
}
.cid-v0czPB3RYX .mbr-text,
.cid-v0czPB3RYX .mbr-section-btn {
  color: #232323;
}
.cid-v0czPB3RYX P {
  color: #ffffff;
}
.cid-v0cAfc3Ibo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cAfc3Ibo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cAfc3Ibo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cAfc3Ibo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cAfc3Ibo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cAfc3Ibo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cAfc3Ibo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cAfc3Ibo .mbr-section-title {
  color: #ffffff;
}
.cid-v0cAfc3Ibo .mbr-text,
.cid-v0cAfc3Ibo .mbr-section-btn {
  color: #232323;
}
.cid-v0cAfc3Ibo P {
  color: #ffffff;
}
.cid-uZ49mOLyej {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ49mOLyej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ49mOLyej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ49mOLyej .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ49mOLyej .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ49mOLyej .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ49mOLyej .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ49mOLyej .mbr-section-title {
  color: #ffffff;
}
.cid-uZ49mOLyej .mbr-text,
.cid-uZ49mOLyej .mbr-section-btn {
  color: #232323;
}
.cid-uZ49mOLyej P {
  color: #ffffff;
}
.cid-v0cAxMg2sC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cAxMg2sC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cAxMg2sC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cAxMg2sC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cAxMg2sC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cAxMg2sC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cAxMg2sC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cAxMg2sC .mbr-section-title {
  color: #ffffff;
}
.cid-v0cAxMg2sC .mbr-text,
.cid-v0cAxMg2sC .mbr-section-btn {
  color: #232323;
}
.cid-v0cAxMg2sC P {
  color: #ffffff;
}
.cid-v0cB6AusOl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0cB6AusOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cB6AusOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cB6AusOl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cB6AusOl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cB6AusOl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cB6AusOl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cB6AusOl .mbr-section-title {
  color: #ffffff;
}
.cid-v0cB6AusOl .mbr-text,
.cid-v0cB6AusOl .mbr-section-btn {
  color: #232323;
}
.cid-v0cB6AusOl P {
  color: #ffffff;
}
.cid-v0cBEelU0Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v0cBEelU0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cBEelU0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cBEelU0Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cBEelU0Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cBEelU0Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cBEelU0Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cBEelU0Y .mbr-section-title {
  color: #ffffff;
}
.cid-v0cBEelU0Y .mbr-text,
.cid-v0cBEelU0Y .mbr-section-btn {
  color: #232323;
}
.cid-v0cBEelU0Y P {
  color: #ffffff;
}
.cid-v0cBULrQOK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0cBULrQOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cBULrQOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0cBULrQOK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0cBULrQOK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0cBULrQOK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cBULrQOK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0cBULrQOK .mbr-section-title {
  color: #ffffff;
}
.cid-v0cBULrQOK .mbr-text,
.cid-v0cBULrQOK .mbr-section-btn {
  color: #232323;
}
.cid-v0cBULrQOK P {
  color: #ffffff;
}
.cid-uZ4i9RK29u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uZ4i9RK29u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4i9RK29u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ4i9RK29u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4i9RK29u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ4i9RK29u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ4i9RK29u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ4i9RK29u .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4i9RK29u .mbr-text,
.cid-uZ4i9RK29u .mbr-section-btn {
  color: #232323;
}
.cid-uZ4i9RK29u P {
  color: #ffffff;
}
.cid-tJS9pBcTSa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJS9pBcTSa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJS9pBcTSa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tJS9pBcTSa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tJS9pBcTSa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJS9pBcTSa .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9NNcTLZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a6a99c;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9NNcTLZ header-menu-item {
  text-align: center;
}
.cid-tLAX5BnXkJ {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-tLAX5BnXkJ {
    align-items: center;
  }
  .cid-tLAX5BnXkJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tLAX5BnXkJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tLAX5BnXkJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tLAX5BnXkJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tLAX5BnXkJ .content-wrap {
    width: 100%;
  }
}
.cid-tLAX5BnXkJ .mbr-section-title {
  text-align: center;
}
.cid-tLAX5BnXkJ .mbr-text,
.cid-tLAX5BnXkJ .mbr-section-btn {
  text-align: center;
}
.cid-uZ4zf2uxNX {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uZ4zf2uxNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4zf2uxNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4zf2uxNX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4zf2uxNX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uZ4zf2uxNX {
    align-items: center;
  }
  .cid-uZ4zf2uxNX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZ4zf2uxNX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZ4zf2uxNX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZ4zf2uxNX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZ4zf2uxNX .content-wrap {
    width: 100%;
  }
}
.cid-uZ4zf2uxNX .mbr-section-title {
  text-align: center;
}
.cid-uZ4zf2uxNX .mbr-text,
.cid-uZ4zf2uxNX .mbr-section-btn {
  text-align: center;
}
